Age | Commit message (Expand) | Author | Files | Lines |
2016-02-08 | BlockchainLMDB: Allow two HardFork functions to update DB during block add | warptangent | 1 | -4/+4 |
2016-02-08 | BlockchainLMDB: extract txn macros used during block add/remove | warptangent | 1 | -0/+26 |
2016-02-08 | blockchain_import: Add hard fork data for each block when verify mode is off | warptangent | 1 | -0/+3 |
2016-02-08 | blockchain_utilities: Have fake_core create HardFork object | warptangent | 1 | -1/+13 |
2016-02-08 | Blockchain: Optionally pass in HardFork object | warptangent | 2 | -4/+21 |
2016-02-08 | fake_core: Check if hard fork subdbs need reset at start | warptangent | 2 | -2/+11 |
2016-02-08 | blockchain_import: Add --drop-hard-fork command | warptangent | 6 | -0/+32 |
2016-02-08 | blockchain_import: Add exception to log output | warptangent | 1 | -1/+1 |
2016-02-08 | Merge pull request #648 | Riccardo Spagni | 1 | -0/+11 |
2016-02-08 | Merge pull request #646 | Riccardo Spagni | 1 | -12/+49 |
2016-02-08 | Merge pull request #645 | Riccardo Spagni | 1 | -1/+0 |
2016-02-08 | Merge pull request #643 | Riccardo Spagni | 1 | -8/+10 |
2016-02-08 | Merge pull request #641 | Riccardo Spagni | 3 | -58/+89 |
2016-02-05 | simplewallet: check watch-only view key matches standard address | moneromooo-monero | 1 | -0/+11 |
2016-02-05 | daemon: remove leftover debug log | moneromooo-monero | 1 | -1/+0 |
2016-02-05 | wallet: check a key image isn't already present when adding one | moneromooo-monero | 1 | -12/+49 |
2016-02-04 | core: move the db lock to the data directory | moneromooo-monero | 1 | -8/+10 |
2016-02-03 | blockchain: revert handle_get_objects adding block id on tx not found | moneromooo-monero | 1 | -1/+0 |
2016-02-03 | berkeleydb: fix delete/free mismatch | moneromooo-monero | 1 | -2/+2 |
2016-02-02 | minor bugfixes and refactoring | Thomas Winget | 2 | -56/+88 |
2016-02-01 | hardfork: allow passing chain height in get(height) for convenience | moneromooo-monero | 1 | -1/+4 |
2016-01-31 | Revert "Merge pull request #632" | Riccardo Spagni | 1 | -9/+1 |
2016-01-31 | Merge pull request #635 | Riccardo Spagni | 2 | -0/+46 |
2016-01-31 | Merge pull request #634 | Riccardo Spagni | 3 | -5/+15 |
2016-01-31 | Merge pull request #633 | Riccardo Spagni | 1 | -0/+2 |
2016-01-31 | Merge pull request #632 | Riccardo Spagni | 1 | -1/+9 |
2016-01-31 | Merge pull request #631 | Riccardo Spagni | 4 | -34/+45 |
2016-01-31 | core: prevent the database from being used by multiple daemons | moneromooo-monero | 2 | -0/+46 |
2016-01-31 | wallet: forbid dust altogether in output selection where appropriate | moneromooo-monero | 2 | -5/+14 |
2016-01-31 | blockchain: log number of outputs available for a new tx | moneromooo-monero | 1 | -0/+1 |
2016-01-30 | wallet: guard against exception in process_blocks | moneromooo-monero | 1 | -0/+2 |
2016-01-30 | wallet: guard against exception in process_blocks | moneromooo-monero | 1 | -1/+9 |
2016-01-30 | daemon: fix a few issues reported by valgrind | moneromooo-monero | 1 | -29/+43 |
2016-01-30 | tx_pool: fix serialization of new relayed data | moneromooo-monero | 1 | -2/+0 |
2016-01-30 | hardfork: fix mixup in indexing variable in get_voting_info | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | blockchain: remove unused timer | moneromooo-monero | 1 | -1/+0 |
2016-01-30 | blockchain: fix m_sync_counter uninitialized variable use | moneromooo-monero | 1 | -1/+1 |
2016-01-30 | new flush_txpool command, and associated RPC call | moneromooo-monero | 12 | -0/+175 |
2016-01-30 | rpc: add missing return on error when getting a tx | moneromooo-monero | 1 | -0/+1 |
2016-01-30 | simplewallet: show_transfers can now show just failed txes | moneromooo-monero | 1 | -6/+13 |
2016-01-29 | wallet: detect and handle failed outgoing transfers | moneromooo-monero | 4 | -3/+83 |
2016-01-29 | tx_pool: serialize missing kept_by_block flag | moneromooo-monero | 1 | -1/+4 |
2016-01-29 | Merge pull request #629 | Riccardo Spagni | 13 | -48/+105 |
2016-01-29 | tx_pool: do not accept txes not in a block if they timed out before | moneromooo-monero | 2 | -2/+14 |
2016-01-29 | tx_pool: fix use of invalidated iterator | moneromooo-monero | 1 | -1/+2 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 13 | -45/+89 |
2016-01-28 | BlockchainBDB: Continue when tx has no outputs | warptangent | 1 | -3/+5 |
2016-01-28 | BlockchainBDB: When removing, find amount output index fast by starting at end | warptangent | 1 | -10/+33 |
2016-01-28 | BlockchainBDB: Remove tx outputs in reverse order | warptangent | 1 | -4/+14 |
2016-01-28 | add received time to print_pool and print_pool_sh | Riccardo Spagni | 1 | -1/+3 |
2016-01-25 | Merge pull request #622 | Riccardo Spagni | 2 | -6/+6 |
2016-01-25 | Merge pull request #621 | Riccardo Spagni | 2 | -5/+0 |
2016-01-25 | Merge pull request #620 | Riccardo Spagni | 1 | -1/+1 |
2016-01-25 | even more typos | Henning Kopp | 1 | -2/+2 |
2016-01-25 | more typos fixed | Henning Kopp | 2 | -3/+3 |
2016-01-25 | fixed typo | Henning Kopp | 1 | -1/+1 |
2016-01-25 | simplewallet: remove leftover command line refresh-type handling | moneromooo-monero | 2 | -5/+0 |
2016-01-24 | wallet2: update spent comparison now that we have two spent states | moneromooo-monero | 1 | -1/+1 |
2016-01-21 | OpenBSD support for Monero. | me0wmix | 6 | -10/+14 |
2016-01-19 | db_lmdb: Continue when tx has no outputs | warptangent | 1 | -4/+6 |
2016-01-15 | Fix hf when import with verify off | Howard Chu | 6 | -0/+30 |
2016-01-15 | added checkpoints | Riccardo Spagni | 1 | -0/+8 |
2016-01-15 | bumped version to 0.9.1 for point release | Riccardo Spagni | 1 | -1/+1 |
2016-01-15 | Merge pull request #610 | Riccardo Spagni | 1 | -2/+1 |
2016-01-15 | hardfork: fix accepting v2 blocks too early | moneromooo-monero | 1 | -2/+1 |
2016-01-14 | 'max limit of...' is redundant wording, rephrase | binaryFate | 3 | -3/+3 |
2016-01-14 | Print msg when successfully updating out_peers | binaryFate | 1 | -0/+2 |
2016-01-12 | Merge pull request #606 | Riccardo Spagni | 1 | -24/+64 |
2016-01-12 | Merge pull request #603 | Riccardo Spagni | 1 | -0/+25 |
2016-01-11 | Fix arm asm | Howard Chu | 1 | -24/+64 |
2016-01-11 | rpc: fix missing target information in RPC call | moneromooo-monero | 2 | -0/+3 |
2016-01-11 | daemon: fix status command when run from command line | moneromooo-monero | 1 | -1/+1 |
2016-01-10 | wallet2: decide at runtime which upper tx size to use | moneromooo-monero | 2 | -6/+20 |
2016-01-09 | use load_file_to_string and exit with error on file read errors | Fabian Hirschmann | 1 | -3/+9 |
2016-01-09 | remove new lines at the end of the password only | Fabian Hirschmann | 1 | -2/+2 |
2016-01-09 | add --password-file option | Fabian Hirschmann | 1 | -0/+19 |
2016-01-05 | rpc: is_key_image_spent now checks the tx pool too | moneromooo-monero | 3 | -4/+40 |
2016-01-03 | fixed conflicts | Riccardo Spagni | 2 | -4/+4 |
2016-01-03 | Use CMAKE_LINKER, not hardcoded "ld" | Howard Chu | 2 | -4/+4 |
2016-01-02 | daemon: fix ban length using wrong parameter | moneromooo-monero | 1 | -1/+1 |
2015-12-31 | update version | Riccardo Spagni | 12 | -15/+16 |
2015-12-31 | Merge pull request #587 | Riccardo Spagni | 3 | -31/+25 |
2015-12-31 | Nicer looking exit when blockchain.bin is found | moneromooo-monero | 3 | -31/+25 |
2015-12-31 | core: do not use the persistent pool state for tests | moneromooo-monero | 2 | -1/+7 |
2015-12-31 | Merge pull request #584 | Riccardo Spagni | 1 | -1/+3 |
2015-12-31 | wallet: don't forget to close the file after storing cache | moneromooo-monero | 1 | -1/+3 |
2015-12-31 | updated copyright year | Riccardo Spagni | 201 | -200/+200 |
2015-12-31 | fixed copyrights with bad year references | Riccardo Spagni | 9 | -9/+9 |
2015-12-30 | blockchain: kill ioservice on scope end, rather than manually | moneromooo-monero | 1 | -6/+7 |
2015-12-30 | miner: minor fixes on stop | moneromooo-monero | 1 | -1/+4 |
2015-12-30 | wallet: add a rescan_bc command and rescan_blockchain RPC | moneromooo-monero | 7 | -13/+84 |
2015-12-30 | wallet: protect against exceptions in the block pull thread | moneromooo-monero | 2 | -14/+30 |
2015-12-30 | net_peerlist: move a couple functions from public to private | moneromooo-monero | 1 | -2/+2 |
2015-12-30 | no longer need to pass the size to rapidjson | Riccardo Spagni | 1 | -2/+2 |
2015-12-30 | Merge pull request #575 | Riccardo Spagni | 1 | -6/+8 |
2015-12-30 | Merge pull request #574 | Riccardo Spagni | 2 | -6/+11 |
2015-12-30 | Merge pull request #573 | Riccardo Spagni | 1 | -0/+22 |
2015-12-30 | Merge pull request #572 | Riccardo Spagni | 2 | -3/+11 |
2015-12-30 | Merge pull request #570 | Riccardo Spagni | 1 | -1/+1 |
2015-12-30 | Merge pull request #569 | Riccardo Spagni | 6 | -0/+32 |
2015-12-30 | Merge pull request #568 | Riccardo Spagni | 2 | -9/+2 |
2015-12-29 | wallet: store cache to file without unnecessary memory buffer | moneromooo-monero | 1 | -6/+8 |
2015-12-29 | Tweak 45800a25e9374e63caaabba05c89585c86acd668 | hyc | 1 | -5/+5 |
2015-12-28 | wallet_rpc_server: exit async, so we reply to stop_wallet RPC | moneromooo-monero | 2 | -1/+11 |
2015-12-28 | blockchain_db: inform user about new format if blockchain.bin is found | moneromooo-monero | 1 | -0/+22 |
2015-12-28 | blockchain: always stop the ioservice before returning | moneromooo-monero | 1 | -0/+2 |
2015-12-28 | wallet: do not return error if incoming_transfers finds none | moneromooo-monero | 1 | -5/+0 |
2015-12-28 | db_lmdb: safety close db at exit | moneromooo-monero | 1 | -0/+3 |
2015-12-28 | db_lmdb: fix a strdup/delete[] mistmatch | moneromooo-monero | 1 | -3/+6 |
2015-12-27 | Remove assert from status command | hyc | 1 | -1/+1 |
2015-12-26 | BlockchainDB: skip fixup check if read-only database | warptangent | 6 | -0/+32 |
2015-12-26 | blockchain: remove obsolete containers | moneromooo-monero | 2 | -8/+1 |
2015-12-26 | blockchain: Fix height in call to on_blockchain_dec | moneromooo-monero | 1 | -1/+1 |
2015-12-26 | hardfork: ensure current_fork_index can not become negative on rescan | moneromooo-monero | 1 | -1/+1 |
2015-12-26 | Merge pull request #565 | Riccardo Spagni | 5 | -45/+101 |
2015-12-25 | blockchain: fix a few block addition bugs | moneromooo-monero | 2 | -34/+46 |
2015-12-25 | blockchain: fix an off by one error in unlocked time check | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: reinstate double spending checks in check_tx_inputs | moneromooo-monero | 1 | -3/+7 |
2015-12-25 | blockchain: make some flag twiddling code closer to the original | moneromooo-monero | 1 | -2/+2 |
2015-12-25 | blockchain: fix bitflipping test with quantized block rewards | moneromooo-monero | 3 | -2/+6 |
2015-12-25 | blockchain: add missing m_tx_pool.on_blockchain_dec | moneromooo-monero | 1 | -0/+1 |
2015-12-25 | blockchain: fix switch to alternative blockchain for more than one block | moneromooo-monero | 1 | -1/+1 |
2015-12-25 | blockchain: add a missing validity check to rollback_blockchain_switching | moneromooo-monero | 1 | -0/+6 |
2015-12-25 | core: catch exceptions from get_output_key | moneromooo-monero | 1 | -2/+18 |
2015-12-25 | db: throw when given a non txout_to_key output to add | moneromooo-monero | 3 | -0/+13 |
2015-12-25 | Merge pull request #562 | Riccardo Spagni | 1 | -3/+5 |
2015-12-25 | Merge pull request #561 | Riccardo Spagni | 1 | -9/+10 |
2015-12-25 | Merge pull request #557 | Riccardo Spagni | 3 | -1/+35 |
2015-12-24 | BlockchainDB: Remove txs in reverse order | warptangent | 1 | -3/+5 |
2015-12-24 | BlockchainLMDB: When removing, find amount output index fast by starting at end | warptangent | 1 | -4/+5 |
2015-12-24 | BlockchainLMDB: Remove tx outputs in reverse order | warptangent | 1 | -5/+5 |
2015-12-24 | fixed missing parenthesis | Riccardo Spagni | 1 | -1/+1 |
2015-12-24 | fix for 'failed to generate new wallet: failed to save file' error during wal... | Lex Kalinkin | 1 | -3/+5 |
2015-12-23 | changed height to uint64_t | Brendan Telzrow | 1 | -4/+4 |
2015-12-23 | added RPC wallet command getheight | Brendan Telzrow | 3 | -1/+35 |
2015-12-22 | net_node: fix a hang on exit | moneromooo-monero | 1 | -1/+1 |
2015-12-22 | Merge pull request #552 | Riccardo Spagni | 8 | -24/+4 |
2015-12-22 | Merge pull request #550 | Riccardo Spagni | 1 | -2/+5 |
2015-12-22 | Merge pull request #547 | Riccardo Spagni | 15 | -20/+75 |
2015-12-22 | Merge pull request #545 | Riccardo Spagni | 3 | -1/+11 |
2015-12-21 | Strip redundant includes | hyc | 8 | -24/+4 |
2015-12-20 | wallet: fix load/save versioning bug for recently added tx data | moneromooo-monero | 1 | -2/+5 |
2015-12-19 | Allow the wallet to access hard fork information | moneromooo-monero | 8 | -8/+63 |
2015-12-19 | Add missing semicolons after log statements | moneromooo-monero | 8 | -12/+12 |
2015-12-18 | print top block hash in daemon diff command | moneromooo-monero | 3 | -1/+11 |
2015-12-18 | Merge pull request #544 | Riccardo Spagni | 2 | -3/+3 |
2015-12-18 | Merge pull request #543 | Riccardo Spagni | 2 | -2/+2 |
2015-12-18 | Merge pull request #542 | Riccardo Spagni | 2 | -1/+20 |
2015-12-17 | replace std::auto_ptr with std::unique_ptr | moneromooo-monero | 2 | -3/+3 |
2015-12-17 | move another non user useful log to L1 | moneromooo-monero | 1 | -1/+1 |
2015-12-17 | p2p: minor log formatting fix | moneromooo-monero | 1 | -1/+1 |
2015-12-17 | wallet: save to a temporary file, then rename | moneromooo-monero | 2 | -1/+20 |
2015-12-16 | Merge pull request #541 | Riccardo Spagni | 1 | -28/+49 |
2015-12-16 | Merge pull request #536 | Riccardo Spagni | 25 | -3506/+3502 |
2015-12-15 | Replace tabs and remove trailing whitespace | warptangent | 1 | -24/+24 |
2015-12-15 | Optionally restrict DNS queries to TCP | warptangent | 1 | -3/+24 |
2015-12-15 | Fix typo | warptangent | 2 | -2/+2 |
2015-12-15 | blockchain.cpp: Change indentation from 4 to 2 spaces | warptangent | 1 | -2255/+2253 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 25 | -1308/+1306 |
2015-12-15 | Merge pull request #540 | Riccardo Spagni | 1 | -1/+1 |
2015-12-15 | Merge pull request #538 | Riccardo Spagni | 1 | -290/+127 |
2015-12-15 | Merge pull request #537 | Riccardo Spagni | 1 | -0/+1 |
2015-12-15 | Merge pull request #535 | Riccardo Spagni | 3 | -6/+14 |
2015-12-14 | Revert connection limit to more customary 8 | Javier Smooth | 1 | -1/+1 |
2015-12-14 | db_lmdb: always use a batch tx if possible | moneromooo-monero | 1 | -290/+127 |
2015-12-14 | Tone down L0 logs during daemon sync some more | moneromooo-monero | 2 | -3/+3 |
2015-12-14 | hardfork: only accept major versions we know about | moneromooo-monero | 1 | -0/+1 |
2015-12-14 | Tone down a bit L0 logs during daemon sync | moneromooo-monero | 2 | -3/+11 |
2015-12-13 | daemon: fix crash exiting with ^C | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | Merge pull request #533 | Riccardo Spagni | 1 | -1/+1 |
2015-12-13 | Merge pull request #532 | Riccardo Spagni | 1 | -68/+74 |
2015-12-13 | Merge pull request #531 | Riccardo Spagni | 9 | -15/+95 |
2015-12-13 | Merge pull request #530 | Riccardo Spagni | 1 | -121/+121 |
2015-12-13 | posix_daemonizer: only create the main daemon object in the last child | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | Add LMDB error string to database transaction exception message | warptangent | 1 | -68/+74 |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 6 | -8/+23 |
2015-12-13 | blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED" | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | blockchain: fix off by one in get_blocks | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | db_lmdb: implement BlockchainLMDB::reset | moneromooo-monero | 1 | -1/+27 |
2015-12-13 | db_bdb: implement BlockchainBDB::reset | moneromooo-monero | 1 | -1/+40 |
2015-12-13 | tx_pool: fix "minumim" typo in message | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | db_lmdb: create all needed directories, not just the leaf one | moneromooo-monero | 1 | -1/+1 |
2015-12-13 | db_bdb: create all needed directories, not just the leaf one | moneromooo-monero | 1 | -1/+1 |
2015-12-11 | Stop displaying internal commands for --help | luigi1111 | 1 | -1/+1 |
2015-12-11 | simplewallet help & error cleanup | luigi1111 | 1 | -120/+120 |
2015-12-10 | Fix data refs in read-only txns | Howard Chu | 1 | -16/+42 |
2015-12-09 | Merge pull request #527 | Riccardo Spagni | 7 | -69/+76 |
2015-12-08 | Register daemon command line arguments to core if they're used in core | moneromooo-monero | 7 | -69/+76 |
2015-12-08 | Merge pull request #526 | Riccardo Spagni | 2 | -0/+12 |
2015-12-08 | Merge pull request #525 | Riccardo Spagni | 1 | -8/+22 |
2015-12-08 | Merge pull request #524 | Riccardo Spagni | 1 | -3/+3 |
2015-12-08 | Merge pull request #523 | Riccardo Spagni | 1 | -0/+34 |
2015-12-08 | Merge pull request #522 | Riccardo Spagni | 1 | -2/+11 |
2015-12-08 | Merge pull request #520 | Riccardo Spagni | 7 | -0/+605 |
2015-12-07 | net_node: add a --offline argument | moneromooo-monero | 2 | -0/+12 |
2015-12-07 | daemon: add mining status to the status command | moneromooo-monero | 1 | -8/+22 |
2015-12-07 | db_bdb: move log_set_config call before open | moneromooo-monero | 1 | -3/+3 |
2015-12-07 | db_bdb: support for libdb without DB_FORCESYNC | moneromooo-monero | 1 | -0/+34 |
2015-12-07 | p2p: failure to load p2pstate.bin is not fatal anymore | moneromooo-monero | 1 | -2/+11 |
2015-12-06 | blockchain_db: fixup missing key images in early DB version | moneromooo-monero | 7 | -0/+605 |