aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07core: thread most of handle_incoming_txmoneromooo-monero3-31/+113
2017-08-07cryptonote_protocol: retry stale spans earlymoneromooo-monero3-0/+25
2017-08-07cryptonote_protocol: light cleanupmoneromooo-monero2-26/+9
2017-08-07cryptonote_protocol: avoid spurious SYNCHRONIZED OK messagesmoneromooo-monero1-2/+12
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero17-132/+1156
2017-07-13daemon: fix status in command line mode if using restricted rpcmoneromooo-monero1-5/+4
2017-07-12miner: fix background mining options parsingmoneromooo-monero1-2/+2
2017-07-11Don't hardcode /tmpHoward Chu1-3/+11
2017-07-10Fix #2164 histogram outputHoward Chu1-1/+1
2017-07-09Add various readline related fixesJethro Grassie1-2/+2
2017-07-02tx_pool: initialize padding in txpool meta structuremoneromooo-monero1-0/+2
2017-07-02cryptonote_core: initialize checkpoint flagmoneromooo-monero1-0/+1
2017-06-30simplewallet: lock idle scope when sweepingmoneromooo-monero1-0/+2
2017-06-28Remove typeid use in network_addressmoneromooo-monero5-23/+15
2017-06-26Minor cleanup: tab vs. space + logs messagesbinaryFate2-4/+4
2017-06-26Fix #2120: return per-tx amount in transfer_split RPC call.binaryFate2-0/+9
2017-06-26wallet2: get current height from the daemon on creationmoneromooo-monero1-5/+14
2017-06-26wallet2: fix infinite loop on future refresh heightmoneromooo-monero1-1/+1
2017-06-26wallet: fix refresh_from_height setting on new walletmoneromooo-monero2-15/+2
2017-06-25Fix multiline wallet cli output with readlineJethro Grassie1-0/+15
2017-06-23Fix on_transfer RPC incorrect logging infoMike C1-1/+1
2017-06-23simplewallet: typo fixesGuillaume LE VAILLANT1-4/+4
2017-06-23Fix mismatch of parameter name between header file and implementation for set...Julien Klepatch1-3/+2
2017-06-22electrum-words: fix seed mistakenly thought to be old stylemoneromooo-monero2-3/+4
2017-06-22simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()stoffu1-2/+0
2017-06-22simplewallet: replace assert(m_wallet) with error outstoffu1-5/+25
2017-06-22crypto: moved boost::lock_guard into a smaller scopestoffu1-4/+5
2017-06-22Signature proving payment to destination by only revealing key derivation, no...stoffu4-15/+359
2017-06-18Add readline support to clijethro2-0/+14
2017-06-18Fixed typo in rpc/core_rpc_server.cppJulien Klepatch1-2/+2
2017-06-15Don't issue a new timedsync while one is already in progressHoward Chu1-2/+6
2017-06-13wallet_api: fix missing transaction parameter in callbackmoneromooo-monero1-1/+1
2017-06-11blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero6-5/+30
2017-06-10simplewallet: new command to generate a random payment idmoneromooo-monero2-0/+15
2017-06-08Fix #1991 asm multiply againHoward Chu1-16/+13
2017-06-08Add OSX background miningjethro2-1/+43
2017-06-07add simplewallet --generate-new-wallet arg checksMichael Shick1-0/+9
2017-06-04Add histogram to poolstatsHoward Chu3-3/+105
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg3-2/+17
2017-06-01cryptonote_protocol_handler: fix crash in debug logmoneromooo-monero1-3/+1
2017-06-01Speedup print_pool_statsHoward Chu8-35/+113
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu6-14/+31
2017-05-31tx_pool: add missing blockchain lock in add_txmoneromooo-monero1-0/+5
2017-05-31fix get_upper_transaction renameschnerchi1-4/+4
2017-05-28simplewallet: fix refresh height for new walletsmoneromooo-monero1-10/+13
2017-05-27abstracted nework addressesmoneromooo-monero10-231/+386
2017-05-26node_rpc_proxy: fix earliest fork height query for unknown forksmoneromooo-monero1-1/+1
2017-05-25Move txpool to the databasemoneromooo-monero13-287/+824
2017-05-23Wallet API: Set seed lang when recovering form keysJaquee1-1/+2
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian9-12/+12
2017-05-19Fix typoxmr-eric1-1/+1
2017-05-18wallet2: check key image validity domain in import_key_imagesmoneromooo-monero1-0/+4
2017-05-17shared libs build (i.e. make debug)stoffu1-0/+1
2017-05-10Update sync time copyxmr-eric1-1/+1
2017-05-09Correct spelling of 'get_upper_transaction_size_limit'Nano Akron2-3/+3
2017-05-09Remove the 1.25x multiplier in max transaction size in just the walletNano Akron1-1/+1
2017-05-09corrected typo in help regarding min-outputs-*stoffu1-1/+1
2017-05-09wallet fix: ensure iterator to be validstoffu1-0/+3
2017-05-07wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5moneromooo-monero1-2/+2
2017-05-02Wallet API: add spend/view key gettersJaquee3-5/+41
2017-04-24Change Old_English to English_Old - 'Old English' is actually a languageNano Akron4-10/+10
2017-04-24wallet: add sweep_below functionmoneromooo-monero7-10/+39
2017-04-24Change all wallet language names into native names (and scripts)Nano Akron10-32/+32
2017-04-22wallet2: refer to triangular distribution for recent zone in commentmoneromooo-monero1-1/+1
2017-04-22wallet2: bias fake outs more towards recent outputsmoneromooo-monero1-2/+2
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias10-12/+19
2017-04-17wallet2: fix removal of wrong txes from unconfirmed_paymentsmoneromooo-monero1-1/+1
2017-04-16Amended software licenses for Portuguese and SpanishNano Akron3-28/+92
2017-04-16Added Simplified Chinese electrum word listNano Akron3-0/+1717
2017-04-16simplewallet: allow multiline seedmoneromooo-monero1-7/+22
2017-04-16mnemonics: ignore multiple whitespace between wordsmoneromooo-monero1-1/+1
2017-04-14wallet2: fix --generate-from-json in RPC modemoneromooo-monero1-3/+5
2017-04-12Clean up ARMv8-a aes_expand_key()hyc1-24/+16
2017-04-12Fix block_longhash_worker threadhyc1-1/+3
2017-04-12wallet cli: removed some inappropriate return-falsekenshi841-16/+6
2017-04-11Simplified the implementation and features of spanLee Clagett2-8/+26
2017-04-11Improvements for epee binary to hex functions:Lee Clagett3-19/+10
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu6-97/+407
2017-04-08wallet2: fix spurious output splitting when not merging destinationsmoneromooo-monero1-8/+20
2017-04-06wallet2: mention escaping/quoting --password in help stringmoneromooo-monero1-1/+1
2017-04-04daemon: print average fee per byte in print_pool_statsmoneromooo-monero1-1/+1
2017-04-04daemon: add fee/byte when print pool transaction infomoneromooo-monero1-0/+2
2017-04-04tx_pool: add blob size and fee/byte when logging a new txmoneromooo-monero1-1/+1
2017-04-03core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero2-7/+1
2017-04-03IOS CMAKE build settingsJaquee3-11/+22
2017-04-02Wallet API: fix Cold signing split txJaquee1-4/+10
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero8-1/+122
2017-04-02wallet2: do not go over the target tx size if many destinationsmoneromooo-monero1-12/+12
2017-04-02simplewallet: fix cold signing of split transactionsmoneromooo-monero1-3/+9
2017-04-02simplewallet: allow setting confirm-missing-payment-id in watch walletsmoneromooo-monero1-6/+0
2017-04-01Add per transaction fee to transfer commandAntti Keränen1-4/+17
2017-03-31miner: add a debug log in pause and resumemoneromooo-monero1-0/+2
2017-03-28Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT1-3/+5
2017-03-27wallet cli: remove redundant password confirm in donate commandkenshi841-1/+0
2017-03-26update version to 0.10.3.1 tagRiccardo Spagni1-1/+1
2017-03-26simplewallet: factor the per-variable code in set_variablemoneromooo-monero1-170/+28
2017-03-26core: disable tx/block hash cachemoneromooo-monero1-0/+6
2017-03-25Silence warning about possibly uninitialized pointerGuillaume LE VAILLANT1-1/+1
2017-03-25mnemonics: sanity checks for word listsmoneromooo-monero3-5/+28
2017-03-25mnemonics: misc cleanupmoneromooo-monero11-100/+46
2017-03-25wallet: option to merge destinationsmoneromooo-monero4-7/+42
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero4-31/+45
2017-03-24Fixed typo in v5 hard fork finalized dateDerek Zhang1-1/+1
2017-03-24Fixed typo in CLI wallet help messageDerek Zhang1-1/+1
2017-03-25Add Dutch mnemonics wordlistRoy Jacobs3-0/+1699
2017-03-24wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero4-4/+106
2017-03-24blockchain: offset v5 addition date on testnetmoneromooo-monero1-1/+1
2017-03-24Wallet API: add hard fork info functionsJaquee5-26/+18
2017-03-23Fixes #1850 - Add French mnemonics wordlistassylias3-0/+1699
2017-03-23tx_pool: ensure txes loaded from poolstate.bin have their txid cachedmoneromooo-monero1-5/+6
2017-03-23tx_pool: remove transactions if they're in the blockchainmoneromooo-monero1-1/+9
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero8-80/+142
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero5-2/+120
2017-03-22ringct: move ge_frombytes_vartime failure error to warningmoneromooo-monero1-11/+13
2017-03-22Transfer helpAkademik Prokhor Zakharov1-2/+2
2017-03-21daemon: better error reporting in commandsmoneromooo-monero1-41/+48
2017-03-21tx_pool: silence use of uninitialized warningmoneromooo-monero1-1/+1
2017-03-21wallet: fix set_log not handling 0,xxx style settingsmoneromooo-monero2-16/+2
2017-03-21wallet2: cache which pool txes were scanned alreadymoneromooo-monero2-2/+26
2017-03-20blockchain: lower the relay fee by 2%moneromooo-monero1-1/+1
2017-03-20tx_pool: use new filling algorithm from v5 onlymoneromooo-monero1-20/+30
2017-03-20wallet2: start using new fee priorities at v5, not 14 days laermoneromooo-monero1-1/+1
2017-03-20wallet2: speed up transactions using remote nodesmoneromooo-monero2-4/+42
2017-03-20wallet rpc: enable solo miningstoffu3-0/+93
2017-03-19core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined blockmoneromooo-monero1-0/+17
2017-03-19Partial fix #1876, check thread in block_txn_start()Howard Chu1-1/+2
2017-03-19wallet-rpc bugfix: get_transfer_by_txid previously checking against payment idkenshi841-1/+1
2017-03-18Removed boost/asio.hpp include from epee/string_tools.hLee Clagett1-0/+1
2017-03-18wallet: increase node_rpc_proxy timeout to match wallet2moneromooo-monero1-4/+6
2017-03-18daemon: fix missing close parenthesis in alt_chain_info outputmoneromooo-monero1-1/+1
2017-03-18update version to 0.10.3.0Riccardo Spagni1-1/+1
2017-03-18simplewallet: allow setting tx priority in watch walletsmoneromooo-monero1-5/+0
2017-03-18daemon: alt_chain_info now prints fork depthmoneromooo-monero1-2/+14
2017-03-18wallet_rpc_server: make a few RPCs unavailable in restricted modemoneromooo-monero1-0/+28
2017-03-18use const references in catch blocksmoneromooo-monero5-13/+13
2017-03-18wallet2: call is_key_image_spent in blocks in rescan_spentmoneromooo-monero1-21/+24
2017-03-18wallet_rpc_server: add a rescan_spent RPCmoneromooo-monero3-0/+39
2017-03-18simplewallet: catch case where no transactions are mademoneromooo-monero1-1/+7
2017-03-18p2p: use the fallback seed IPs when not enough seeds are foundmoneromooo-monero2-27/+64
2017-03-17bump version numberRiccardo Spagni1-1/+1
2017-03-17wallet-rpc: enable openaliasstoffu5-9/+15
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero9-51/+87
2017-03-14Specify "524,288" iterations instead of "500,000"darentuzi1-5/+5
2017-03-13protocol: fix wrong tx being looked up from fluffy blockmoneromooo-monero1-1/+10
2017-03-12Adds a config file option to the walletArne Brutschy1-0/+19
2017-03-12core: don't try to re-relay an empty set of pool transactionsmoneromooo-monero1-1/+1
2017-03-12protocol: fix fluffy to normal block dropping txesmoneromooo-monero1-1/+1
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi847-9/+9
2017-03-05blockchain: don't try to load an empty block hash setmoneromooo-monero1-1/+1
2017-03-05blockchain_import: make --log-level understand categoriesmoneromooo-monero1-3/+6
2017-03-05blockchain_export: make --log-level understand categoriesmoneromooo-monero1-4/+6
2017-03-05blockchain_import: error out nicely on exceptionsmoneromooo-monero1-0/+4
2017-03-05blockchain_export: error out nicely on exceptionsmoneromooo-monero1-0/+5
2017-03-05rpc: fix BUILD_TAG mispelling (BUILDTAG)moneromooo-monero1-2/+2
2017-03-05core: print the "new update found" message in cyan, for visibilitymoneromooo-monero1-2/+2
2017-03-05download: check available disk space before downloadingmoneromooo-monero1-0/+8
2017-03-05download: give download threads distinct namesmoneromooo-monero1-0/+5
2017-03-05core: make update download cancellablemoneromooo-monero2-17/+55
2017-03-05download: async APImoneromooo-monero2-26/+153
2017-03-05wallet: add password commandmoneromooo-monero3-6/+7
2017-03-05format_utils: fix typo in assert messagelethos31-2/+2
2017-03-04Add dependency for blocksdat.oHoward Chu2-4/+4
2017-03-04wallet: fix get_tranfers with multiple incoming txes with same pidmoneromooo-monero1-3/+13
2017-03-04Revert "wallet: fix insertion of pool transactions"moneromooo-monero1-1/+1
2017-03-03core: quantize per kB fee to 8 decimalsmoneromooo-monero2-1/+20
2017-03-03tx_pool: log separately "not ready" and "double spend" casesmoneromooo-monero1-2/+8
2017-03-03Fix double-importHoward Chu1-8/+10
2017-03-03Remove redundant num_txs() methodHoward Chu2-18/+4
2017-03-03Fix #1824 don't end batch that we didn't startHoward Chu1-2/+3
2017-03-03wallet api: fix parameters in wallet2callbackImplJaquee1-7/+7
2017-03-03use txid in wallet2::process_new_transaction()Jaquee1-1/+1
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero6-10/+123
2017-03-02wallet api: add missing mining optionsJaquee3-3/+5
2017-02-28wallet: fix insertion of pool transactionsmoneromooo-monero1-1/+1
2017-02-28Make gray peer selection uniformMiguel Herranz1-1/+8
2017-02-28wallet: fix --log-file not workingmoneromooo-monero4-29/+30
2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero6-62/+105
2017-02-27ringct: do not require range proof in decodeRct/decodeRctSimplemoneromooo-monero1-4/+2
2017-02-27rpc: add a default category for daemon rpcmoneromooo-monero1-0/+3
2017-02-27core: add functions to serialize base tx infomoneromooo-monero3-0/+33
2017-02-27node_rpc_proxy: allow caching daemon RPC versionmoneromooo-monero2-0/+26
2017-02-27wallet: invalidate node proxy cache when reconnectingmoneromooo-monero3-0/+14
2017-02-27Make get_random_gray_peer distribution uniformMiguel Herranz1-5/+2
2017-02-26daemon: fix bc_dyn_stats via rpcmoneromooo-monero1-2/+2
2017-02-26Revert attempt to write to console on daemon shutdownNano Akron1-1/+0
2017-02-25Wallet API: Add support for daemon rpc loginJaquee3-4/+7
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero7-9/+9
2017-02-25protocol: tone down a rate limit not implemented yet warningmoneromooo-monero1-1/+1
2017-02-24daemon/rpc: updates command and RPCmoneromooo-monero8-0/+199
2017-02-24daemon: avoid pre-log-init spew on creating directoriesmoneromooo-monero1-1/+3
2017-02-24wallet: avoid pre-log-init spew on --versionmoneromooo-monero1-11/+11
2017-02-24update versionRiccardo Spagni1-1/+1
2017-02-24wallet_rpc_server: new --trusted-daemon flagmoneromooo-monero3-13/+17
2017-02-24add rpc timeouts to calls that might timeoutRiccardo Spagni1-4/+4
2017-02-24blockchain_utilities: link against blockchain_dbmoneromooo-monero1-0/+1
2017-02-24simplewallet: updated help message for 'set ask-password'kenshi841-1/+1
2017-02-24protocol: fix "sync done" message not appearingmoneromooo-monero1-1/+3
2017-02-23core: protect precomputed block hashes with SHA256moneromooo-monero3-1/+41
2017-02-23rpc: s/rcp/rpc/moneromooo-monero1-1/+1
2017-02-23rpc: make mining_status RPC work when syncingmoneromooo-monero1-1/+1