summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | blockchain: log number of outputs available for a new txmoneromooo-monero2016-01-311-0/+1
| |/
* | Merge pull request #633Riccardo Spagni2016-01-311-0/+2
|\ \
| * | wallet: guard against exception in process_blocksmoneromooo-monero2016-01-301-0/+2
| |/
* | Merge pull request #632Riccardo Spagni2016-01-311-1/+9
|\ \
| * | wallet: guard against exception in process_blocksmoneromooo-monero2016-01-301-1/+9
| |/
* | Merge pull request #631Riccardo Spagni2016-01-314-34/+45
|\ \
| * | daemon: fix a few issues reported by valgrindmoneromooo-monero2016-01-301-29/+43
| * | tx_pool: fix serialization of new relayed datamoneromooo-monero2016-01-301-2/+0
| * | hardfork: fix mixup in indexing variable in get_voting_infomoneromooo-monero2016-01-301-1/+1
| * | blockchain: remove unused timermoneromooo-monero2016-01-301-1/+0
| * | blockchain: fix m_sync_counter uninitialized variable usemoneromooo-monero2016-01-301-1/+1
| |/
* | new flush_txpool command, and associated RPC callmoneromooo-monero2016-01-3012-0/+175
* | rpc: add missing return on error when getting a txmoneromooo-monero2016-01-301-0/+1
* | simplewallet: show_transfers can now show just failed txesmoneromooo-monero2016-01-301-6/+13
* | wallet: detect and handle failed outgoing transfersmoneromooo-monero2016-01-294-3/+83
* | tx_pool: serialize missing kept_by_block flagmoneromooo-monero2016-01-291-1/+4
|/
* Merge pull request #629Riccardo Spagni2016-01-2913-48/+105
|\
| * tx_pool: do not accept txes not in a block if they timed out beforemoneromooo-monero2016-01-292-2/+14
| * tx_pool: fix use of invalidated iteratormoneromooo-monero2016-01-291-1/+2
| * Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-2913-45/+89
* | BlockchainBDB: Continue when tx has no outputswarptangent2016-01-281-3/+5
* | BlockchainBDB: When removing, find amount output index fast by starting at endwarptangent2016-01-281-10/+33
* | BlockchainBDB: Remove tx outputs in reverse orderwarptangent2016-01-281-4/+14
|/
* add received time to print_pool and print_pool_shRiccardo Spagni2016-01-281-1/+3
* Merge pull request #622Riccardo Spagni2016-01-252-6/+6
|\
| * even more typosHenning Kopp2016-01-251-2/+2
| * more typos fixedHenning Kopp2016-01-252-3/+3
| * fixed typoHenning Kopp2016-01-251-1/+1
* | Merge pull request #621Riccardo Spagni2016-01-252-5/+0
|\ \
| * | simplewallet: remove leftover command line refresh-type handlingmoneromooo-monero2016-01-252-5/+0
* | | Merge pull request #620Riccardo Spagni2016-01-251-1/+1
|\ \ \
| * | | wallet2: update spent comparison now that we have two spent statesmoneromooo-monero2016-01-241-1/+1
| |/ /
* | / OpenBSD support for Monero.me0wmix2016-01-216-10/+14
| |/ |/|
* | db_lmdb: Continue when tx has no outputswarptangent2016-01-191-4/+6
|/
* Fix hf when import with verify offHoward Chu2016-01-156-0/+30
* added checkpointsRiccardo Spagni2016-01-151-0/+8
* bumped version to 0.9.1 for point releaseRiccardo Spagni2016-01-151-1/+1
* Merge pull request #610Riccardo Spagni2016-01-151-2/+1
|\
| * hardfork: fix accepting v2 blocks too earlymoneromooo-monero2016-01-151-2/+1
* | 'max limit of...' is redundant wording, rephrasebinaryFate2016-01-143-3/+3
* | Print msg when successfully updating out_peersbinaryFate2016-01-141-0/+2
* | Merge pull request #606Riccardo Spagni2016-01-121-23/+63
|\ \
| * | Fix arm asmHoward Chu2016-01-111-23/+63
| |/
* | Merge pull request #603Riccardo Spagni2016-01-121-0/+25
|\ \
| * | use load_file_to_string and exit with error on file read errorsFabian Hirschmann2016-01-091-3/+9
| * | remove new lines at the end of the password onlyFabian Hirschmann2016-01-091-2/+2
| * | add --password-file optionFabian Hirschmann2016-01-091-0/+19
| |/
* | rpc: fix missing target information in RPC callmoneromooo-monero2016-01-112-0/+3
* | daemon: fix status command when run from command linemoneromooo-monero2016-01-111-1/+1
* | wallet2: decide at runtime which upper tx size to usemoneromooo-monero2016-01-102-6/+20