aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Merge pull request #2002Riccardo Spagni13-42/+42
2017-05-05Merge pull request #1701Riccardo Spagni6-18/+208
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-24Merge pull request #1996Riccardo Spagni1-3/+3
2017-04-24Merge pull request #1989Riccardo Spagni1-1/+1
2017-04-24Merge pull request #1984Riccardo Spagni2-8/+23
2017-04-24Merge pull request #1983Riccardo Spagni6-28/+1809
2017-04-24Merge pull request #1976Riccardo Spagni1-3/+5
2017-04-24Merge pull request #1973Riccardo Spagni1-16/+6
2017-04-24Merge pull request #1968Riccardo Spagni2-25/+19
2017-04-24Merge pull request #1961Riccardo Spagni1-8/+20
2017-04-24Merge pull request #1959Riccardo Spagni1-1/+1
2017-04-24Merge pull request #1954Riccardo Spagni6-97/+407
2017-04-24Merge pull request #1938Riccardo Spagni10-12/+19
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-11Merge pull request #1956Riccardo Spagni2-2/+4
2017-04-11Merge pull request #1955Riccardo Spagni2-7/+1
2017-04-11Merge pull request #1952Riccardo Spagni8-1/+122
2017-04-11Merge pull request #1951Riccardo Spagni1-4/+10
2017-04-11Merge pull request #1950Riccardo Spagni3-11/+22
2017-04-11Merge pull request #1949Riccardo Spagni2-21/+21
2017-04-11Merge pull request #1946Riccardo Spagni1-0/+2
2017-04-11Merge pull request #1940Riccardo Spagni1-4/+17
2017-04-11Merge pull request #1937Riccardo Spagni1-3/+5
2017-04-11Merge pull request #1931Riccardo Spagni1-1/+0
2017-04-11Merge pull request #1929Riccardo Spagni1-170/+28
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-25Merge pull request #1925v0.10.3Riccardo Spagni1-1/+1
2017-03-25Merge pull request #1917Riccardo Spagni11-103/+72
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-25Merge pull request #1924Riccardo Spagni4-31/+45
2017-03-25Merge pull request #1921Riccardo Spagni2-2/+2
2017-03-25Merge pull request #1919Riccardo Spagni4-4/+106
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-24Merge pull request #1916Riccardo Spagni1-1/+1
2017-03-24Merge pull request #1915Riccardo Spagni5-26/+18
2017-03-24Merge pull request #1914Riccardo Spagni3-0/+1699
2017-03-24Merge pull request #1894Riccardo Spagni3-0/+93
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-23Merge pull request #1912Riccardo Spagni1-11/+13
2017-03-23Merge pull request #1911Riccardo Spagni13-85/+274
2017-03-23Merge pull request #1910Riccardo Spagni1-2/+2
2017-03-23Merge pull request #1908Riccardo Spagni1-41/+48
2017-03-23Merge pull request #1905Riccardo Spagni1-1/+1
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-21Merge pull request #1897Riccardo Spagni3-0/+20
2017-03-21Merge pull request #1904Riccardo Spagni2-16/+2
2017-03-21Merge pull request #1903Riccardo Spagni2-2/+26
2017-03-21Merge pull request #1899Riccardo Spagni2-4/+42
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-19Merge pull request #1896Riccardo Spagni1-0/+17
2017-03-19Merge pull request #1895Riccardo Spagni1-1/+2
2017-03-19Merge pull request #1892Riccardo Spagni1-1/+1
2017-03-19Merge pull request #1890Riccardo Spagni1-0/+1
2017-03-19Merge pull request #1889Riccardo Spagni1-4/+6
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-18Merge pull request #1887Riccardo Spagni1-1/+1
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-18Merge pull request #1886Riccardo Spagni1-5/+0
2017-03-18Merge pull request #1885Riccardo Spagni1-2/+14
2017-03-18Merge pull request #1884Riccardo Spagni1-0/+28
2017-03-18Merge pull request #1883Riccardo Spagni5-13/+13
2017-03-18Merge pull request #1882Riccardo Spagni4-21/+63
2017-03-18Merge pull request #1881Riccardo Spagni1-1/+7
2017-03-18Merge pull request #1880Riccardo Spagni1-1/+1
2017-03-18Merge pull request #1879Riccardo Spagni2-27/+64
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-15Merge pull request #1869Riccardo Spagni9-51/+87
2017-03-15Merge pull request #1868Riccardo Spagni1-5/+5
2017-03-15Merge pull request #1867Riccardo Spagni1-1/+10
2017-03-15Merge pull request #1861Riccardo Spagni1-0/+19
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-13Merge pull request #1864Riccardo Spagni1-1/+1
2017-03-13Merge pull request #1863Riccardo Spagni1-1/+1
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-06Merge pull request #1841Riccardo Spagni5-46/+224
2017-03-06Merge pull request #1848Riccardo Spagni3-8/+22
2017-03-06Merge pull request #1846Riccardo Spagni3-6/+7
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-05Merge pull request #1844Riccardo Spagni1-2/+2
2017-03-05Merge pull request #1843Riccardo Spagni2-4/+4
2017-03-05Merge pull request #1842Riccardo Spagni1-3/+13
2017-03-05Merge pull request #1839Riccardo Spagni1-1/+1
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-04Merge pull request #1837Riccardo Spagni2-1/+20
2017-03-04Merge pull request #1836Riccardo Spagni1-2/+8
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-03Merge pull request #1827Riccardo Spagni3-3/+5
2017-03-03Merge pull request #1826Riccardo Spagni6-10/+123
2017-03-03Merge pull request #1823Riccardo Spagni1-1/+1
2017-03-03Merge pull request #1820Riccardo Spagni12-66/+183
2017-03-03Merge pull request #1687Riccardo Spagni2-6/+10
2017-03-03Merge pull request #1814Riccardo Spagni1-2/+2
2017-03-03Merge pull request #1813Riccardo Spagni4-29/+30
2017-03-03Merge pull request #1811Riccardo Spagni1-1/+0
2017-03-03Merge pull request #1804Riccardo Spagni7-9/+9
2017-03-03Merge pull request #1803Riccardo Spagni3-4/+7
2017-03-03Merge pull request #1801Riccardo Spagni1-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