aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-23api implementation splitted over separate filesIlya Kitaev13-315/+710
2016-06-23TransactionInfo / TransactionHistory APIs designIlya Kitaev2-130/+188
2016-06-23Wallet::createTransaction API introducedIlya Kitaev2-132/+214
2016-06-23Wallet::transfer in progressIlya Kitaev2-2/+198
2016-06-23Wallet::refresh + testsIlya Kitaev2-0/+16
2016-06-23"testnet" is default parameterIlya Kitaev2-3/+11
2016-06-23testnet option, Wallet::balance(), Wallet::unlockedBalance()Ilya Kitaev2-6/+15
2016-06-23- testnet option added to api;Ilya Kitaev4-13/+54
2016-06-23wallet2::store() implemented within wallet2::store_toIlya Kitaev3-69/+62
2016-06-21Merge pull request #870Riccardo Spagni1-2/+6
2016-06-21Merge pull request #867Riccardo Spagni2-0/+25
2016-06-21Merge pull request #868Riccardo Spagni1-2/+2
2016-06-20gmtime for Windowsluigi11111-2/+6
2016-06-20common: fix build without libunwindmoneromooo-monero1-2/+2
2016-06-20simplewallet: add a status commandmoneromooo-monero2-0/+25
2016-06-19Merge pull request #863Riccardo Spagni1-1/+1
2016-06-19Merge pull request #862Riccardo Spagni1-10/+10
2016-06-19Merge pull request #856Riccardo Spagni2-2/+14
2016-06-19Merge pull request #846Riccardo Spagni7-17/+10
2016-06-19Merge pull request #775Riccardo Spagni5-4/+172
2016-06-19wallet_rpc_server: fix some string values being returned between <>moneromooo-monero1-10/+10
2016-06-10rpc: fix getblock RPC sending blob as binary, not hex dumpmoneromooo-monero1-1/+1
2016-06-06cn_deserialize: add minergate datamoneromooo-monero1-0/+1
2016-06-06cn_deserialize: print extra nonce as hex datamoneromooo-monero1-1/+1
2016-06-06tx_extra: parse new chunk added by minergateblashyrkh1-1/+12
2016-05-25crypto: slow-hash: disable mul implemented in asm for ARMredfish1-2/+5
2016-05-18src: p2p: add exception spec to throwing destructorsredfish4-4/+4
2016-05-18crypto: slow-hash: fix misleading indentredfish1-1/+1
2016-05-18crypto: slow-hash: remove unused hash list for ARMredfish1-4/+0
2016-05-18crypto: oaes_lib: remove unused _NR arrayredfish1-4/+0
2016-05-18crypto: fix compile error: use named type in sizeofredfish1-4/+5
2016-05-17Merge pull request #842Riccardo Spagni4-4/+11
2016-05-17Merge pull request #840Riccardo Spagni1-4/+4
2016-05-17Merge pull request #831Riccardo Spagni3-5/+26
2016-05-17Merge pull request #827Riccardo Spagni3-19/+31
2016-05-16Restrict also 'get_connections' and 'getbans' APIs.osensei1-2/+2
2016-05-15crypto: make clear generate_random_bytes is not thread safemoneromooo-monero4-4/+11
2016-05-14Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei1-2/+2
2016-05-01tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero1-1/+1
2016-05-01cn_deserialize: deserialize tx_extra toomoneromooo-monero1-0/+21
2016-05-01core: move tx_extra parsing errors to log level 1moneromooo-monero1-4/+4
2016-04-29Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni5-763/+1213
2016-04-29Only log 1/N skipped blocksHoward Chu1-2/+4
2016-04-29Move refresh height to keys file from cache fileHoward Chu2-1/+8
2016-04-29Make fast_refresh interruptibleHoward Chu1-2/+3
2016-04-29Set refresh height earlierHoward Chu1-13/+15
2016-04-29Merge pull request #826Riccardo Spagni1-27/+44
2016-04-29Merge pull request #825Riccardo Spagni8-7/+47
2016-04-29Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7Howard Chu1-2/+2
2016-04-28Print stack trace on exceptionsmoneromooo-monero4-2/+170
2016-04-28simplewallet: display all settings on set with no argumentsmoneromooo-monero1-27/+44
2016-04-28add a --max-concurrency flagmoneromooo-monero8-7/+47
2016-04-27wallet: add a filter_by_height field to get_transfersmoneromooo-monero2-2/+12
2016-04-27Merge pull request #823Riccardo Spagni1-1/+1
2016-04-27Merge pull request #822Riccardo Spagni3-0/+151
2016-04-26simplewallet: fix pending transfers fee display in show_transfersmoneromooo-monero1-1/+1
2016-04-26simplewallet: more threading fixesmoneromooo-monero1-1/+5
2016-04-26wallet: add get_transfers rpc callmoneromooo-monero3-0/+151
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero8-4/+193
2016-04-26wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero3-14/+46
2016-04-26Merge pull request #819Riccardo Spagni1-1/+1
2016-04-26Merge pull request #817Riccardo Spagni2-11/+45
2016-04-26Merge pull request #815Riccardo Spagni7-63/+531
2016-04-26Merge pull request #814Riccardo Spagni3-13/+40
2016-04-26Merge pull request #813Riccardo Spagni1-1/+6
2016-04-26Merge pull request #812Riccardo Spagni1-0/+1
2016-04-26Merge pull request #811Riccardo Spagni1-4/+6
2016-04-24Another take on migrationHoward Chu2-582/+106
2016-04-24random: call abort(3) instead of assert in must_succeed macromoneromooo-monero1-1/+1
2016-04-21simplewallet: some background refresh threading fixesmoneromooo-monero2-11/+45
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero7-63/+531
2016-04-18 modified: src/wallet/wallet2.cppawfulcrawler2-5/+6
2016-04-18 modified: src/simplewallet/simplewallet.cppawfulcrawler3-13/+39
2016-04-17Add --restore-height optionHoward Chu2-0/+25
2016-04-17Speed up new wallet refreshHoward Chu1-0/+6
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu6-0/+145
2016-04-17blockchain: add missing overflow check for already generated coinsmoneromooo-monero1-1/+5
2016-04-17blockchain: update cumulative block limit when popping a blockmoneromooo-monero1-0/+1
2016-04-17net_node: fix connection leak when ping fails with bad responsemoneromooo-monero1-0/+1
2016-04-17wallet2: move output selection api publicmoneromooo-monero1-4/+6
2016-04-14Merge pull request #803Riccardo Spagni1-2/+13
2016-04-14Merge pull request #785Riccardo Spagni1-5/+66
2016-04-14Merge pull request #784Riccardo Spagni2-0/+2
2016-04-14Merge pull request #783Riccardo Spagni5-73/+60
2016-04-14Merge pull request #782Riccardo Spagni1-1/+13
2016-04-14Merge pull request #801Riccardo Spagni3-0/+12
2016-04-14Merge pull request #800Riccardo Spagni2-19/+0
2016-04-14Merge pull request #797Riccardo Spagni4-12/+37
2016-04-14Merge pull request #796Riccardo Spagni1-1/+1
2016-04-10simplewallet: save fixes in RPC modemoneromooo-monero1-2/+13
2016-04-09rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero4-12/+74
2016-04-08MigrationHoward Chu2-5/+1049
2016-04-06simplewallet: set strict umask at startmoneromooo-monero1-0/+1
2016-04-06util: add a function to set umask to 077moneromooo-monero2-0/+11
2016-04-06blockchain: remove the tx validation result cachemoneromooo-monero2-19/+0
2016-04-06tx_pool: fix (hopefully) save/load of kept_by_blockmoneromooo-monero1-0/+2
2016-04-05Merge branch 'performance' into masterHoward Chu5-749/+631
2016-04-05CleanupHoward Chu3-24/+65
2016-04-05Cleanup and clarifyHoward Chu4-146/+129
2016-04-05Use cursors in some remove functionsHoward Chu1-7/+33
2016-04-05Use DUPFIXED for block_info and output_txsHoward Chu2-56/+46
2016-04-05More outputs consolidationHoward Chu2-491/+263
2016-04-05Use DUPFIXED for output_keysHoward Chu1-23/+37
2016-04-05Use DUPFIXED for tx_indicesHoward Chu1-50/+60
2016-04-05Use DUPFIXED for block_heightsHoward Chu1-22/+29
2016-04-05Use DUPFIXED for spent_keysHoward Chu1-23/+18
2016-04-05Add back changes from revert.warptangent1-19/+2
2016-04-05Use MDB_APPEND mode with two tx subdbswarptangent1-2/+2
2016-04-05Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent3-75/+56
2016-04-05Schema update: tx_indices - yet less indirectionwarptangent4-20/+15
2016-04-05Schema update: tx_indices - improve further with less indirectionwarptangent4-21/+56
2016-04-05Add batch warning for further reviewwarptangent1-0/+4
2016-04-05Schema update: tx_indiceswarptangent2-32/+109
2016-04-05Consolidated block infoHoward Chu2-95/+63
2016-04-05Update schema for "tx_outputs" to use array containing amount output indiceswarptangent4-119/+131
2016-04-05blockchain_utilities: Update documentationwarptangent1-4/+54
2016-04-05get_payments short IDluigi11111-8/+17
2016-04-05rpc: print human readable time since received when printing poolmoneromooo-monero1-11/+33
2016-04-05rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero3-1/+4
2016-04-05tx_pool: ensure no txes that fail check_inputs get in the block templatemoneromooo-monero1-1/+1
2016-04-02simplewallet: optional address in --generate-from-jsonmoneromooo-monero1-5/+66
2016-04-02Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero2-0/+2
2016-04-02wallet: better output selection for transfer/transfer_newmoneromooo-monero5-73/+60
2016-04-02core: keep the acc loop for the genesis blockmoneromooo-monero1-1/+13
2016-04-02bumped version numberRiccardo Spagni1-1/+1
2016-04-02Merge pull request #779Riccardo Spagni1-5/+1
2016-04-02Merge pull request #778Riccardo Spagni1-1/+3
2016-04-02Merge pull request #777Riccardo Spagni2-0/+4
2016-04-02Merge pull request #772Riccardo Spagni1-0/+34
2016-04-02Merge pull request #769Riccardo Spagni4-64/+122
2016-04-02Merge pull request #767Riccardo Spagni10-23/+98
2016-04-02Merge pull request #766Riccardo Spagni1-0/+42
2016-04-02Merge pull request #764Riccardo Spagni2-74/+374
2016-04-01core: remove the block reward accumulation loopmoneromooo-monero1-5/+1
2016-03-30Detect map resize failuresHoward Chu1-1/+3
2016-03-30minor corrections/clarificationsThomas Winget2-4/+6
2016-03-30add blockhashing blob to getblocktemplateHoward Chu2-0/+4
2016-03-29simplewallet: always gracefully exit on EOFmoneromooo-monero1-0/+34
2016-03-28connection_basic: avoid gratuitous exceptionmoneromooo-monero1-2/+2
2016-03-28wallet: fix --generate-from-keys saving as watch onlymoneromooo-monero1-1/+1
2016-03-27wallet: make load_keys check types when loading JSONmoneromooo-monero2-23/+38
2016-03-27wallet: make the JSON reading type safemoneromooo-monero1-41/+31
2016-03-27common: new json_util.hmoneromooo-monero1-0/+53
2016-03-27Merge pull request #765Riccardo Spagni22-54/+389
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero10-26/+101
2016-03-27simplewallet: default to trusted daemon for loopback addressmoneromooo-monero1-0/+42
2016-03-26wallet: pass std::function by const ref, not valuemoneromooo-monero2-2/+2
2016-03-26wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero5-8/+11
2016-03-26wallet: change sweep_dust to sweep_unmixablemoneromooo-monero6-30/+129
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero15-0/+243
2016-03-26wallet: handle rare case where fee adjustment can bump to the next kBmoneromooo-monero1-2/+3
2016-03-26wallet: factor fee calculationmoneromooo-monero1-22/+11
2016-03-25blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2-3/+13
2016-03-25core: fix miner tx block reward with feesmoneromooo-monero1-8/+7
2016-03-25remove connectivity tool, comment it out from munin plugins tooRiccardo Spagni3-424/+0
2016-03-25Merge pull request #749Riccardo Spagni14-587/+2902
2016-03-25Revert "Merge pull request #749"Riccardo Spagni14-2902/+587
2016-03-25Merge pull request #756Riccardo Spagni4-10/+192
2016-03-25Merge pull request #749Riccardo Spagni14-587/+2902
2016-03-25Merge pull request #748Riccardo Spagni1-1/+1
2016-03-25wallet: add a --generate-from-json flagmoneromooo-monero4-10/+192
2016-03-24Transaction pool documentation (and some cleanup)Thomas Winget2-74/+372
2016-03-24Update BlockchainDB documentationThomas Winget1-155/+937
2016-03-24remove defunct code from cryptonote::coreThomas Winget2-22/+0
2016-03-24cryptonote::core doxygen documentationThomas Winget2-26/+617
2016-03-24doxygen documentation for difficulty functionsThomas Winget2-2/+16
2016-03-24Move checkpoint functions into checkpoints classThomas Winget9-359/+327
2016-03-22doxygen documentation for checkpoints.{h,cpp}Thomas Winget2-6/+99
2016-03-22Remove unnecessary or defunct codeThomas Winget2-22/+0
2016-03-22Updated documentation for blockchain.*Thomas Winget2-14/+925
2016-03-22blockchain: fix partial block reward detectionmoneromooo-monero1-1/+1
2016-03-21update version numberRiccardo Spagni1-1/+1
2016-03-21Merge pull request #743Riccardo Spagni1-1/+1
2016-03-21also maybe do the block height this time, you know, just so that it actually ...Riccardo Spagni1-1/+1
2016-03-21Merge pull request #742Riccardo Spagni1-1/+1
2016-03-21also update the timestamp for the hard forkRiccardo Spagni1-1/+1
2016-03-21Merge pull request #741Riccardo Spagni1-0/+3
2016-03-21set fork date for September, add hyc's GPG key, remove aabramov'sRiccardo Spagni1-0/+3
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero28-201/+46
2016-03-20Merge pull request #738Riccardo Spagni1-40/+47
2016-03-20Merge pull request #737Riccardo Spagni1-1/+1
2016-03-20Merge pull request #735Riccardo Spagni1-1/+1
2016-03-20Merge pull request #734Riccardo Spagni1-42/+54
2016-03-20db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero1-40/+47
2016-03-20cryptonote_protocol: clarify height wordingmoneromooo-monero1-1/+1
2016-03-19rpc: fix print_tx in command line modemoneromooo-monero1-1/+1
2016-03-19simplewallet: make --password-file work in RPC modemoneromooo-monero1-42/+54
2016-03-19Print stack trace upon exceptionsmoneromooo-monero28-46/+201
2016-03-19Reduce log noiseHoward Chu1-2/+3
2016-03-19Fix issue #706Howard Chu1-0/+1
2016-03-16bump the versionRiccardo Spagni1-1/+1
2016-03-16baked-in block headers now go all the way up to 1 million. 1 MILLIONRiccardo Spagni1-0/+0
2016-03-16Merge pull request #728Riccardo Spagni6-3/+570
2016-03-16Add destructor for readtxnsHoward Chu2-10/+21
2016-03-16Wallet::store_to(path, password) implemented;Ilya Kitaev5-17/+113
2016-03-16Wallet::address implementedIlya Kitaev2-0/+7
2016-03-16WalletManager::recoveryWallet implementedIlya Kitaev2-5/+42
2016-03-16Wallet::setPassword() method for wallet2_apiIlya Kitaev4-9/+58
2016-03-16changes in wallet2_api + implemented WalletManager::openWalletIlya Kitaev2-28/+130
2016-03-16get_seed() included to interfaceIlya Kitaev2-14/+31