aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* started WalletListenerIlya Kitaev2016-05-053-1/+65
* TransactionHistory continuedIlya Kitaev2016-05-051-5/+0
* TransactionHistory continuedIlya Kitaev2016-04-295-12/+108
* merged with upstreamIlya Kitaev2016-04-265-3/+106
* Merge remote-tracking branch 'upstream/master' into developIlya Kitaev2016-04-2621-289/+955
|\
| * Merge pull request #803Riccardo Spagni2016-04-141-2/+13
| |\
| | * simplewallet: save fixes in RPC modemoneromooo-monero2016-04-101-2/+13
| * | Merge pull request #785Riccardo Spagni2016-04-141-5/+66
| |\ \
| | * | simplewallet: optional address in --generate-from-jsonmoneromooo-monero2016-04-021-5/+66
| * | | Merge pull request #784Riccardo Spagni2016-04-142-0/+2
| |\ \ \
| | * | | Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero2016-04-022-0/+2
| | |/ /
| * | | Merge pull request #783Riccardo Spagni2016-04-145-73/+60
| |\ \ \
| | * | | wallet: better output selection for transfer/transfer_newmoneromooo-monero2016-04-025-73/+60
| | |/ /
| * | | Merge pull request #782Riccardo Spagni2016-04-141-1/+13
| |\ \ \
| | * | | core: keep the acc loop for the genesis blockmoneromooo-monero2016-04-021-1/+13
| * | | | Merge pull request #801Riccardo Spagni2016-04-143-0/+12
| |\ \ \ \
| | * | | | simplewallet: set strict umask at startmoneromooo-monero2016-04-061-0/+1
| | * | | | util: add a function to set umask to 077moneromooo-monero2016-04-062-0/+11
| | | |/ / | | |/| |
| * | | | Merge pull request #800Riccardo Spagni2016-04-142-19/+0
| |\ \ \ \
| | * | | | blockchain: remove the tx validation result cachemoneromooo-monero2016-04-062-19/+0
| | |/ / /
| * | | | Merge pull request #797Riccardo Spagni2016-04-144-12/+37
| |\ \ \ \
| | * | | | rpc: print human readable time since received when printing poolmoneromooo-monero2016-04-051-11/+33
| | * | | | rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-053-1/+4
| | |/ / /
| * | | | Merge pull request #796Riccardo Spagni2016-04-141-1/+1
| |\ \ \ \
| | * | | | tx_pool: ensure no txes that fail check_inputs get in the block templatemoneromooo-monero2016-04-051-1/+1
| | |/ / /
| * | | / rpc: add pool/blockchain and block height results to gettransactionsmoneromooo-monero2016-04-094-12/+74
| | |_|/ | |/| |
| * | | tx_pool: fix (hopefully) save/load of kept_by_blockmoneromooo-monero2016-04-061-0/+2
| |/ /
| * | bumped version numberRiccardo Spagni2016-04-021-1/+1
| * | Merge pull request #779Riccardo Spagni2016-04-021-5/+1
| |\|
| | * core: remove the block reward accumulation loopmoneromooo-monero2016-04-011-5/+1
| * | Merge pull request #778Riccardo Spagni2016-04-021-1/+3
| |\ \
| | * | Detect map resize failuresHoward Chu2016-03-301-1/+3
| * | | Merge pull request #777Riccardo Spagni2016-04-022-0/+4
| |\ \ \
| | * | | add blockhashing blob to getblocktemplateHoward Chu2016-03-302-0/+4
| | |/ /
| * | | Merge pull request #772Riccardo Spagni2016-04-021-0/+34
| |\ \ \
| | * | | simplewallet: always gracefully exit on EOFmoneromooo-monero2016-03-291-0/+34
| * | | | Merge pull request #769Riccardo Spagni2016-04-024-63/+121
| |\ \ \ \
| | * | | | wallet: make load_keys check types when loading JSONmoneromooo-monero2016-03-272-22/+37
| | * | | | wallet: make the JSON reading type safemoneromooo-monero2016-03-271-41/+31
| | * | | | common: new json_util.hmoneromooo-monero2016-03-271-0/+53
| | |/ / /
| * | | | Merge pull request #767Riccardo Spagni2016-04-0210-23/+98
| |\ \ \ \
| | * | | | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-2710-23/+98
| | | |_|/ | | |/| |
| * | | | Merge pull request #766Riccardo Spagni2016-04-021-0/+42
| |\ \ \ \
| | * | | | simplewallet: default to trusted daemon for loopback addressmoneromooo-monero2016-03-271-0/+42
| | |/ / /
| * | | | Merge pull request #764Riccardo Spagni2016-04-022-74/+374
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | minor corrections/clarificationsThomas Winget2016-03-302-4/+6
| | * | | Transaction pool documentation (and some cleanup)Thomas Winget2016-03-242-74/+372
* | | | | Wallet API: transaction history in progressIlya Kitaev2016-04-224-7/+15
* | | | | Wallet API : transaction history in progressIlya Kitaev2016-04-227-24/+71
* | | | | transaction history api in progressIlya Kitaev2016-04-202-0/+42