summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | Add missing semicolons after log statementsmoneromooo-monero2015-12-198-12/+12
| |/ /
* | | Merge pull request #545Riccardo Spagni2015-12-223-1/+11
|\ \ \ | |/ / |/| |
| * | print top block hash in daemon diff commandmoneromooo-monero2015-12-183-1/+11
* | | Merge pull request #544Riccardo Spagni2015-12-182-3/+3
|\ \ \
| * | | replace std::auto_ptr with std::unique_ptrmoneromooo-monero2015-12-172-3/+3
| |/ /
* | | Merge pull request #543Riccardo Spagni2015-12-182-2/+2
|\ \ \
| * | | move another non user useful log to L1moneromooo-monero2015-12-171-1/+1
| * | | p2p: minor log formatting fixmoneromooo-monero2015-12-171-1/+1
| | |/ | |/|
* | | Merge pull request #542Riccardo Spagni2015-12-182-1/+20
|\ \ \ | |_|/ |/| |
| * | wallet: save to a temporary file, then renamemoneromooo-monero2015-12-172-1/+20
| |/
* | Merge pull request #541Riccardo Spagni2015-12-161-27/+48
|\ \
| * | Replace tabs and remove trailing whitespacewarptangent2015-12-151-24/+24
| * | Optionally restrict DNS queries to TCPwarptangent2015-12-151-3/+24
* | | Merge pull request #536Riccardo Spagni2015-12-1625-3406/+3402
|\| | | |/ |/|
| * Fix typowarptangent2015-12-152-2/+2
| * blockchain.cpp: Change indentation from 4 to 2 spaceswarptangent2015-12-151-2193/+2191
| * Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-1525-1274/+1272
* | Merge pull request #540Riccardo Spagni2015-12-151-1/+1
|\ \ | |/ |/|