| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix hf when import with verify off | Howard Chu | 2016-01-15 | 6 | -0/+30 |
| | | | | | Delete the hf tables, so the next open will rescan and regenerate | ||||
| * | added checkpoints | Riccardo Spagni | 2016-01-15 | 1 | -0/+8 |
| | | |||||
| * | bumped version to 0.9.1 for point release | Riccardo Spagni | 2016-01-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #610 | Riccardo Spagni | 2016-01-15 | 1 | -2/+1 |
| |\ | | | | | | | 945ac78 hardfork: fix accepting v2 blocks too early (moneromooo-monero) | ||||
| | * | hardfork: fix accepting v2 blocks too early | moneromooo-monero | 2016-01-15 | 1 | -2/+1 |
| | | | |||||
| * | | 'max limit of...' is redundant wording, rephrase | binaryFate | 2016-01-14 | 3 | -3/+3 |
| | | | |||||
| * | | Print msg when successfully updating out_peers | binaryFate | 2016-01-14 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #606 | Riccardo Spagni | 2016-01-12 | 1 | -23/+63 |
| |\ \ | | | | | | | | | | | | | 8ce12a9 Fix arm asm (Howard Chu) 94de39f Tweak arm6 flags (Howard Chu) | ||||
| | * | | Fix arm asm | Howard Chu | 2016-01-11 | 1 | -23/+63 |
| | |/ | | | | | | | About 10% faster than plain C mul128 on raspi1B | ||||
| * | | Merge pull request #603 | Riccardo Spagni | 2016-01-12 | 1 | -0/+25 |
| |\ \ | | | | | | | | | | | | | | | | c5baf30 use load_file_to_string and exit with error on file read errors (Fabian Hirschmann) 7b2d27f remove new lines at the end of the password only (Fabian Hirschmann) 302cc9c add --password-file option (Fabian Hirschmann) | ||||
| | * | | use load_file_to_string and exit with error on file read errors | Fabian Hirschmann | 2016-01-09 | 1 | -3/+9 |
| | | | | |||||
| | * | | remove new lines at the end of the password only | Fabian Hirschmann | 2016-01-09 | 1 | -2/+2 |
| | | | | |||||
| | * | | add --password-file option | Fabian Hirschmann | 2016-01-09 | 1 | -0/+19 |
| | |/ | |||||
| * | | rpc: fix missing target information in RPC call | moneromooo-monero | 2016-01-11 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | which fixes the status command via RPC too. Turns out there are two versions of the GET_INFO call. I'd never noticed before. | ||||
| * | | daemon: fix status command when run from command line | moneromooo-monero | 2016-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | wallet2: decide at runtime which upper tx size to use | moneromooo-monero | 2016-01-10 | 2 | -6/+20 |
| | | | | | | | | | | | | | | | | | The value will be different depending on whether we've reached the first hard fork, which allows a larger size, or not. This fixes transactions being rejected by the daemon on mainnet where the first hard fork is not yet active. | ||||
| * | | rpc: is_key_image_spent now checks the tx pool too | moneromooo-monero | 2016-01-05 | 3 | -4/+40 |
| |/ | |||||
| * | fixed conflicts | Riccardo Spagni | 2016-01-03 | 2 | -4/+4 |
| |\ | |||||
| | * | Use CMAKE_LINKER, not hardcoded "ld" | Howard Chu | 2016-01-03 | 2 | -4/+4 |
| | | | |||||
| * | | daemon: fix ban length using wrong parameter | moneromooo-monero | 2016-01-02 | 1 | -1/+1 |
| |/ | |||||
| * | update version | Riccardo Spagni | 2015-12-31 | 12 | -15/+16 |
| | | |||||
| * | Merge pull request #587 | Riccardo Spagni | 2015-12-31 | 3 | -31/+25 |
| |\ | | | | | | | 1e07110 Nicer looking exit when blockchain.bin is found (moneromooo-monero) | ||||
| | * | Nicer looking exit when blockchain.bin is found | moneromooo-monero | 2015-12-31 | 3 | -31/+25 |
| | | | | | | | | | | | Do not print the exception message, and write the important bit in red, since people will only read the last line otherwise. | ||||
| * | | core: do not use the persistent pool state for tests | moneromooo-monero | 2015-12-31 | 2 | -1/+7 |
| |/ | | | | | | Fixes intermittent test failures when the pool contains unexpected transactions that were brought in from the live pool. | ||||
| * | Merge pull request #584 | Riccardo Spagni | 2015-12-31 | 1 | -1/+3 |
| |\ | | | | | | | 5c67c48 wallet: don't forget to close the file after storing cache (moneromooo-monero) | ||||
| | * | wallet: don't forget to close the file after storing cache | moneromooo-monero | 2015-12-31 | 1 | -1/+3 |
| | | | | | | | | | | | Also add some flags to open, as epee's save_string_to_file does, to truncate file, etc. | ||||
| * | | updated copyright year | Riccardo Spagni | 2015-12-31 | 201 | -200/+200 |
| | | | |||||
| * | | fixed copyrights with bad year references | Riccardo Spagni | 2015-12-31 | 9 | -9/+9 |
| | | | |||||
| * | | blockchain: kill ioservice on scope end, rather than manually | moneromooo-monero | 2015-12-30 | 1 | -6/+7 |
| | | | | | | | | | | | | | This ensures this will be done without fail, as the error prone matching of every return with a call to KILL_IOSERVICE leads to hard to debug corruption when one is missing. | ||||
| * | | miner: minor fixes on stop | moneromooo-monero | 2015-12-30 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | - only try to stop if actually started - print number of threads before zeroing it This fixes the suspiciously doubled "Mining has been stopped" message on exit. | ||||
| * | | wallet: add a rescan_bc command and rescan_blockchain RPC | moneromooo-monero | 2015-12-30 | 7 | -13/+84 |
| | | | | | | | | | | | | | | | | | | | Blockchain hashes and key images are flushed, and blocks are pulled anew from the daemon. The console command is shortened to match bc_height. This should make it a lot easier on users who are currently told to remove this particular cache file but keep the keys one, etc, etc. | ||||
| * | | wallet: protect against exceptions in the block pull thread | moneromooo-monero | 2015-12-30 | 2 | -14/+30 |
| | | | | | | | | | | | This can happen when the daemon exits, which would also cause the wallet to crash via unhandled exception | ||||
| * | | net_peerlist: move a couple functions from public to private | moneromooo-monero | 2015-12-30 | 1 | -2/+2 |
| |/ | | | | | They do not take the object lock, and are meant to be used only internally, called from a function which does take the lock. | ||||
| * | no longer need to pass the size to rapidjson | Riccardo Spagni | 2015-12-30 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #575 | Riccardo Spagni | 2015-12-30 | 1 | -6/+8 |
| |\ | | | | | | | 61befc2 wallet: store cache to file without unnecessary memory buffer (moneromooo-monero) | ||||
| | * | wallet: store cache to file without unnecessary memory buffer | moneromooo-monero | 2015-12-29 | 1 | -6/+8 |
| | | | |||||
| * | | Merge pull request #574 | Riccardo Spagni | 2015-12-30 | 2 | -6/+11 |
| |\ \ | | | | | | | | | | | | | 61ce8d6 wallet_rpc_server: exit async, so we reply to stop_wallet RPC (moneromooo-monero) 9847db6 wallet: do not return error if incoming_transfers finds none (moneromooo-monero) | ||||
| | * | | wallet_rpc_server: exit async, so we reply to stop_wallet RPC | moneromooo-monero | 2015-12-28 | 2 | -1/+11 |
| | | | | | | | | | | | | | Reported by saddam | ||||
| | * | | wallet: do not return error if incoming_transfers finds none | moneromooo-monero | 2015-12-28 | 1 | -5/+0 |
| | | | | | | | | | | | | | reported by saddam | ||||
| * | | | Merge pull request #573 | Riccardo Spagni | 2015-12-30 | 1 | -0/+22 |
| |\ \ \ | | | | | | | | | | | | | 0953355 blockchain_db: inform user about new format if blockchain.bin is found (moneromooo-monero) | ||||
| | * | | | blockchain_db: inform user about new format if blockchain.bin is found | moneromooo-monero | 2015-12-28 | 1 | -0/+22 |
| | |/ / | |||||
| * | | | Merge pull request #572 | Riccardo Spagni | 2015-12-30 | 2 | -3/+11 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | b39aae7 Tweak 45800a25e9374e63caaabba05c89585c86acd668 (hyc) 4a5a5ff blockchain: always stop the ioservice before returning (moneromooo-monero) 78b65cf db_lmdb: safety close db at exit (moneromooo-monero) 45800a2 db_lmdb: fix a strdup/delete[] mistmatch (moneromooo-monero) | ||||
| | * | | | Tweak 45800a25e9374e63caaabba05c89585c86acd668 | hyc | 2015-12-29 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | trivial cleanup | ||||
| | * | | | blockchain: always stop the ioservice before returning | moneromooo-monero | 2015-12-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | Fixes a use after free | ||||
| | * | | | db_lmdb: safety close db at exit | moneromooo-monero | 2015-12-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Noticed by hyc Also set m_open to false when closed | ||||
| | * | | | db_lmdb: fix a strdup/delete[] mistmatch | moneromooo-monero | 2015-12-28 | 1 | -3/+6 |
| | |/ / | |||||
| * | | | Merge pull request #570 | Riccardo Spagni | 2015-12-30 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | fc34132 Remove assert from status command (hyc) | ||||
| | * | | | Remove assert from status command | hyc | 2015-12-27 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | Crashes every time... | ||||
| * | | | Merge pull request #569 | Riccardo Spagni | 2015-12-30 | 6 | -0/+32 |
| |\ \ \ | | | | | | | | | | | | | ee9d71e BlockchainDB: skip fixup check if read-only database (warptangent) | ||||
| | * | | | BlockchainDB: skip fixup check if read-only database | warptangent | 2015-12-26 | 6 | -0/+32 |
| | |/ / | |||||
