aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wallet: don't forget to close the file after storing cachemoneromooo-monero2015-12-311-1/+3
* no longer need to pass the size to rapidjsonRiccardo Spagni2015-12-301-2/+2
* Merge pull request #575Riccardo Spagni2015-12-301-6/+8
|\
| * wallet: store cache to file without unnecessary memory buffermoneromooo-monero2015-12-291-6/+8
* | Merge pull request #574Riccardo Spagni2015-12-302-6/+11
|\ \
| * | wallet_rpc_server: exit async, so we reply to stop_wallet RPCmoneromooo-monero2015-12-282-1/+11
| * | wallet: do not return error if incoming_transfers finds nonemoneromooo-monero2015-12-281-5/+0
* | | Merge pull request #573Riccardo Spagni2015-12-301-0/+22
|\ \ \
| * | | blockchain_db: inform user about new format if blockchain.bin is foundmoneromooo-monero2015-12-281-0/+22
| |/ /
* | | Merge pull request #572Riccardo Spagni2015-12-302-3/+11
|\ \ \
| * | | Tweak 45800a25e9374e63caaabba05c89585c86acd668hyc2015-12-291-5/+5
| * | | blockchain: always stop the ioservice before returningmoneromooo-monero2015-12-281-0/+2
| * | | db_lmdb: safety close db at exitmoneromooo-monero2015-12-281-0/+3
| * | | db_lmdb: fix a strdup/delete[] mistmatchmoneromooo-monero2015-12-281-3/+6
| |/ /
* | | Merge pull request #570Riccardo Spagni2015-12-301-1/+1
|\ \ \
| * | | Remove assert from status commandhyc2015-12-271-1/+1
| |/ /
* | | Merge pull request #569Riccardo Spagni2015-12-306-0/+32
|\ \ \
| * | | BlockchainDB: skip fixup check if read-only databasewarptangent2015-12-266-0/+32
| |/ /
* | | Merge pull request #568Riccardo Spagni2015-12-302-9/+2
|\ \ \ | |_|/ |/| |
| * | blockchain: remove obsolete containersmoneromooo-monero2015-12-262-8/+1
| * | blockchain: Fix height in call to on_blockchain_decmoneromooo-monero2015-12-261-1/+1
| |/
* / hardfork: ensure current_fork_index can not become negative on rescanmoneromooo-monero2015-12-261-1/+1
|/
* Merge pull request #565Riccardo Spagni2015-12-265-45/+101
|\
| * blockchain: fix a few block addition bugsmoneromooo-monero2015-12-252-34/+46
| * blockchain: fix an off by one error in unlocked time checkmoneromooo-monero2015-12-251-1/+1
| * blockchain: reinstate double spending checks in check_tx_inputsmoneromooo-monero2015-12-251-3/+7
| * blockchain: make some flag twiddling code closer to the originalmoneromooo-monero2015-12-251-2/+2
| * blockchain: fix bitflipping test with quantized block rewardsmoneromooo-monero2015-12-253-2/+6
| * blockchain: add missing m_tx_pool.on_blockchain_decmoneromooo-monero2015-12-251-0/+1
| * blockchain: fix switch to alternative blockchain for more than one blockmoneromooo-monero2015-12-251-1/+1
| * blockchain: add a missing validity check to rollback_blockchain_switchingmoneromooo-monero2015-12-251-0/+6
| * core: catch exceptions from get_output_keymoneromooo-monero2015-12-251-2/+18
| * db: throw when given a non txout_to_key output to addmoneromooo-monero2015-12-253-0/+13
* | Merge pull request #562Riccardo Spagni2015-12-251-3/+5
|\ \
| * | BlockchainDB: Remove txs in reverse orderwarptangent2015-12-241-3/+5
* | | Merge pull request #561Riccardo Spagni2015-12-251-9/+10
|\| |
| * | BlockchainLMDB: When removing, find amount output index fast by starting at endwarptangent2015-12-241-4/+5
| * | BlockchainLMDB: Remove tx outputs in reverse orderwarptangent2015-12-241-5/+5
| |/
* | Merge pull request #557Riccardo Spagni2015-12-253-1/+35
|\ \ | |/ |/|
| * changed height to uint64_tBrendan Telzrow2015-12-231-4/+4
| * added RPC wallet command getheightBrendan Telzrow2015-12-233-1/+35
* | fixed missing parenthesisRiccardo Spagni2015-12-241-1/+1
* | fix for 'failed to generate new wallet: failed to save file' error during wal...Lex Kalinkin2015-12-241-3/+5
|/
* net_node: fix a hang on exitmoneromooo-monero2015-12-221-1/+1
* Merge pull request #552Riccardo Spagni2015-12-228-24/+4
|\
| * Strip redundant includeshyc2015-12-218-24/+4
* | Merge pull request #550Riccardo Spagni2015-12-221-2/+5
|\ \
| * | wallet: fix load/save versioning bug for recently added tx datamoneromooo-monero2015-12-201-2/+5
* | | Merge pull request #547Riccardo Spagni2015-12-2215-20/+75
|\ \ \
| * | | Allow the wallet to access hard fork informationmoneromooo-monero2015-12-198-8/+63