Age | Commit message (Expand) | Author | Files | Lines |
2015-12-30 | no longer need to pass the size to rapidjson | Riccardo Spagni | 1 | -2/+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-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-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-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-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-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-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 | 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-08 | Register daemon command line arguments to core if they're used in core | moneromooo-monero | 7 | -69/+76 |
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 |
2015-12-05 | wallet: make the wallet refresh type a wallet setting | moneromooo-monero | 4 | -34/+93 |
2015-12-05 | wallet: default auto-refresh to true for old wallets | moneromooo-monero | 1 | -0/+1 |
2015-12-05 | blockchain_db: make the indexing base a BlockchainDB virtual function | moneromooo-monero | 3 | -3/+6 |
2015-12-05 | wallet: add a stop_wallet RPC call | moneromooo-monero | 3 | -0/+40 |
2015-12-05 | blockchain_dump: fix output key dump for BDB 1-based indices | moneromooo-monero | 1 | -2/+5 |
2015-12-04 | db_bdb: read 32 bit heights from keys | moneromooo-monero | 1 | -1/+1 |
2015-11-30 | wallet2: default auto-refresh to true for preexisting wallets | moneromooo-monero | 1 | -1/+1 |
2015-11-30 | Revert "Merge pull request #506" | Riccardo Spagni | 1 | -2/+2 |
2015-11-29 | wallet: cancellable refresh | moneromooo-monero | 5 | -14/+58 |
2015-11-29 | simplewallet: add tr markers in a few missing user visible strings | moneromooo-monero | 1 | -8/+8 |
2015-11-29 | simplewallet: swap colors in show_transfers | moneromooo-monero | 1 | -1/+1 |
2015-11-29 | wallet2: remove confirmed transactions from detached blocks | moneromooo-monero | 1 | -0/+8 |
2015-11-28 | wallet2: speed up wallet refresh for large miners | moneromooo-monero | 1 | -14/+47 |
2015-11-28 | wallet: optional automatic refresh from the daemon | moneromooo-monero | 4 | -11/+122 |
2015-11-27 | core: serialize block major/minor versions as bytes, not varints | moneromooo-monero | 1 | -2/+2 |
2015-11-27 | core_rpc_server: add a --restricted-rpc option | moneromooo-monero | 2 | -12/+22 |
2015-11-27 | wallet2: parallelize pulling blocks and processing them on refresh | moneromooo-monero | 2 | -13/+49 |
2015-11-27 | wallet2: maintain the short chain manually when refreshing | moneromooo-monero | 2 | -4/+17 |
2015-11-27 | wallet2: split pull blocks between pulling and processing | moneromooo-monero | 2 | -10/+20 |
2015-11-26 | rpc: pass current block target in rpc | moneromooo-monero | 3 | -2/+4 |
2015-11-26 | add RPC calls and commands to get/set bans | moneromooo-monero | 11 | -4/+302 |
2015-11-25 | net_node: allow bans for custom amounts of time | moneromooo-monero | 2 | -4/+4 |
2015-11-25 | util: use putenv instead of setenv for mingw | moneromooo-monero | 1 | -0/+5 |
2015-11-24 | hardfork: fix more major/minor issues | moneromooo-monero | 3 | -24/+26 |
2015-11-23 | hardfork: fix rescan on load | moneromooo-monero | 1 | -1/+1 |
2015-11-23 | Add IP blocking for misbehaving nodes (adapted from Boolberry) | Javier Smooth | 6 | -2/+107 |
2015-11-23 | quiet down p2p logging a bit | Javier Smooth | 1 | -1/+1 |
2015-11-23 | blockchain: log versions as numbers, not characters | moneromooo-monero | 1 | -1/+1 |
2015-11-23 | hardfork: fix actual/voting confusion | moneromooo-monero | 1 | -3/+8 |
2015-11-23 | daemon: fix blockchain height display not updating after sync | moneromooo-monero | 1 | -1/+1 |
2015-11-22 | cn_deserialize: a new tool to decode blocks and transactions | moneromooo-monero | 2 | -0/+196 |
2015-11-22 | add recent static checkpoint | Javier Smooth | 1 | -0/+1 |
2015-11-22 | wallet: make the refresh optimizations selectable via command line | moneromooo-monero | 4 | -6/+62 |
2015-11-22 | wallet: speedup refresh from daemon | moneromooo-monero | 2 | -38/+59 |
2015-11-22 | wallet2: minor cleanup | moneromooo-monero | 1 | -7/+4 |
2015-11-22 | wallet2: speedup refresh a bit | moneromooo-monero | 2 | -3/+151 |
2015-11-22 | fixed testnet fork point, added comment data back in | Riccardo Spagni | 1 | -3/+3 |
2015-11-22 | wallet: storing outgoing tx info now defaults to enabled | moneromooo-monero | 1 | -2/+2 |
2015-11-22 | wallet: rename store-tx-keys to store-tx-info | moneromooo-monero | 4 | -18/+19 |
2015-11-22 | wallet: improve show_transfers | moneromooo-monero | 3 | -14/+89 |
2015-11-21 | wallet: use incoming blocks to keep track of payments too | moneromooo-monero | 3 | -5/+27 |
2015-11-21 | disable time-stats by default, tweak fast-block-sync description | Riccardo Spagni | 1 | -2/+2 |
2015-11-21 | update v2 testnet fork height | Riccardo Spagni | 1 | -3/+6 |
2015-11-21 | checkpoints update | Riccardo Spagni | 1 | -0/+0 |
2015-11-21 | simplewallet: lessen display flicker confusion | moneromooo-monero | 1 | -2/+2 |
2015-11-21 | Fix startup crash when using a locale boost does not like | moneromooo-monero | 7 | -1/+33 |
2015-11-21 | i18n: allow language to be passed as a parameter | moneromooo-monero | 2 | -5/+7 |
2015-11-21 | Relay transactions when they linger too long in the pool | moneromooo-monero | 9 | -31/+128 |
2015-11-15 | wallet: track outgoing payments and add a show_transfers command | moneromooo-monero | 4 | -11/+166 |
2015-11-13 | Revert "db_bdb: record numbers for recno databases start at 1" | moneromooo-monero | 1 | -3/+3 |
2015-11-13 | More changes for 2-min blocks | Javier Smooth | 6 | -13/+14 |
2015-11-13 | Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v... | Javier Smooth | 6 | -17/+29 |
2015-11-10 | hardfork: add a get_ideal_version(uint64_t) function | moneromooo-monero | 2 | -0/+18 |
2015-11-08 | hardfork: allow per-fork voting thresholds | moneromooo-monero | 3 | -21/+42 |
2015-10-30 | blockchain_dump: fix build without berkeley db | moneromooo-monero | 1 | -0/+4 |
2015-10-30 | simplewallet: add a set default-mixin command | moneromooo-monero | 4 | -5/+87 |
2015-10-30 | wallet2: fix CLANG compile error | moneromooo-monero | 1 | -1/+1 |
2015-10-28 | rpc: fix start_mining and status RPC crashes | moneromooo-monero | 5 | -6/+11 |
2015-10-27 | blockchain_utilities: properly exit on error | moneromooo-monero | 2 | -7/+7 |
2015-10-27 | Remove some old/obsolete/unused code | moneromooo-monero | 7 | -220/+0 |
2015-10-27 | common: const and init list pedantry | moneromooo-monero | 2 | -2/+3 |
2015-10-27 | Fix a possibly-unused warning, and rationalize types | moneromooo-monero | 3 | -12/+12 |
2015-10-26 | Build fixes for the old blockchain_storage version | moneromooo-monero | 3 | -8/+13 |
2015-10-26 | db_bdb: add versioning, to detect incompatible format changes | moneromooo-monero | 2 | -0/+83 |
2015-10-26 | db_lmdb: add versioning, to detect incompatible format changes | moneromooo-monero | 2 | -8/+85 |
2015-10-26 | renamed folder | Riccardo Spagni | 174 | -4830/+0 |
2015-10-26 | rpc: fix hard_fork_info RPC | moneromooo-monero | 3 | -4/+8 |
2015-10-26 | rpc: fix a few commands not working as command line | moneromooo-monero | 1 | -3/+3 |
2015-10-25 | daemon: add a status command | moneromooo-monero | 5 | -0/+71 |
2015-10-25 | Fix leak on real output when using a very recent output | moneromooo-monero | 5 | -3/+14 |
2015-10-25 | blockchain_utilities: new blockchain_dump diagnostic tool | moneromooo-monero | 2 | -0/+458 |
2015-10-25 | Add functions to iterate through blocks, txes, outputs, key images | moneromooo-monero | 9 | -0/+362 |
2015-10-25 | db_bdb: record numbers for recno databases start at 1 | moneromooo-monero | 1 | -3/+3 |
2015-10-25 | db_bdb: DB_KEYEMPTY is also not found for non-top recon fields | moneromooo-monero | 1 | -2/+2 |
2015-10-25 | blockchain_db: use the DNE exceptions where appropriate | moneromooo-monero | 2 | -17/+19 |
2015-10-21 | hardfork: switch voting to block minor version | moneromooo-monero | 3 | -9/+20 |
2015-10-17 | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 11 | -38/+368 |
2015-10-17 | bootstrap_file: do not try to create a directory with an empty name | moneromooo-monero | 1 | -10/+13 |
2015-10-17 | hardfork: use DB transactions when reorganizing | moneromooo-monero | 1 | -3/+3 |
2015-10-17 | hardfork: simplify work done on reload | moneromooo-monero | 2 | -1/+40 |
2015-10-15 | renamed folder | Riccardo Spagni | 174 | -4830/+0 |
2015-10-14 | simplewallet: add a check_tx_key command | moneromooo-monero | 2 | -0/+106 |
2015-10-14 | wallet2: really include non canonical outputs in dust sweep | moneromooo-monero | 1 | -1/+1 |
2015-10-13 | core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONS | moneromooo-monero | 2 | -0/+6 |
2015-10-13 | core_rpc_server: add a getblock RPC command, and fix print_block | moneromooo-monero | 4 | -8/+104 |
2015-10-12 | simplewallet: hide start_mining behind --trusted-daemon | moneromooo-monero | 1 | -0/+6 |
2015-10-11 | simplewallet: add a --trusted-daemon flag | moneromooo-monero | 2 | -0/+10 |
2015-10-11 | simplewallet: bump default mixin from 3 to 4 | moneromooo-monero | 1 | -1/+1 |
2015-10-11 | from hard fork 2, all outputs must be decomposed | moneromooo-monero | 6 | -48/+67 |
2015-10-10 | from hard fork 2, claim a quantized reward in coinbase | moneromooo-monero | 4 | -4/+22 |
2015-10-10 | cryptonote_format_utils: add a function to tell if an amount is canonical | moneromooo-monero | 2 | -0/+31 |
2015-10-05 | Update to compile with latest miniupnpc | warptangent | 1 | -0/+6 |
2015-10-04 | build: default to Berkeley DB for 32 bit and ARM | moneromooo-monero | 1 | -1/+1 |
2015-10-04 | db_bdb: fix hard fork keys | moneromooo-monero | 1 | -4/+4 |
2015-10-04 | hardfork: move an assert so it actually works | moneromooo-monero | 1 | -1/+1 |
2015-09-27 | blockchain: on hardfork 2, require mixin 2 at least if possible | moneromooo-monero | 1 | -0/+37 |
2015-09-27 | hardfork: make the voting window a week | moneromooo-monero | 1 | -1/+1 |
2015-09-27 | hardfork: rescan speedup | moneromooo-monero | 3 | -15/+41 |
2015-09-27 | hardfork: remove use of GNU extension for initializing object | moneromooo-monero | 2 | -4/+5 |
2015-09-27 | blockchain: on hardfork 2, allow miners to claim less money than allowed | moneromooo-monero | 1 | -3/+7 |
2015-09-27 | hardfork: change window semantics to not count the newly added block | moneromooo-monero | 1 | -5/+20 |
2015-09-27 | blockchain: use different hard fork settings for testnet and mainnet | moneromooo-monero | 1 | -3/+19 |
2015-09-27 | dns_utils: fix wrong asserts | moneromooo-monero | 1 | -2/+2 |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 9 | -100/+321 |
2015-09-20 | hardfork: remove the "parts are copyright cryptonote" notices | moneromooo-monero | 2 | -4/+0 |
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 13 | -5/+169 |
2015-09-19 | blockchain: force a hardfork recalculation at load time | moneromooo-monero | 1 | -0/+3 |
2015-09-19 | core: add consts where appropriate | moneromooo-monero | 6 | -79/+82 |
2015-09-13 | core: moan when we think an update is needed to get latest hard fork info | moneromooo-monero | 4 | -0/+35 |
2015-09-12 | blockchain: use the new hardfork class | moneromooo-monero | 3 | -8/+29 |
2015-09-12 | New hardfork class | moneromooo-monero | 3 | -2/+475 |
2015-09-12 | blockchain: add a couple missing includes | moneromooo-monero | 1 | -0/+2 |
2015-08-30 | dns_utils: remove unnecessary string conversion | moneromooo-monero | 1 | -5/+2 |
2015-08-30 | dns_utils: factor the fetching code for different DNS record types | moneromooo-monero | 2 | -59/+34 |
2015-08-30 | dns_utils: simplify string handling and fix leak | moneromooo-monero | 1 | -5/+1 |
2015-08-27 | dns_utils: add a const where possible | moneromooo-monero | 2 | -2/+2 |
2015-08-27 | dns_utils: lock access to the singleton | moneromooo-monero | 1 | -0/+4 |
2015-08-27 | dns: make ctor private | moneromooo-monero | 2 | -1/+15 |
2015-08-26 | Re-enable optimized slow-hash if someone is trying to compile w/MSVC (disabli... | Javier Smooth | 1 | -1/+1 |
2015-08-26 | wallet: use mutex protected random generation api | moneromooo-monero | 2 | -2/+2 |
2015-08-24 | blockchain: remove obsolete call to libc srand | moneromooo-monero | 1 | -1/+0 |
2015-08-24 | simplewallet: add a store-tx-keys option to set | moneromooo-monero | 2 | -1/+46 |
2015-08-24 | wallet: only return tx keys via RPC if requested | moneromooo-monero | 6 | -11/+36 |
2015-08-23 | Added ref10 shen_ed25519_ref code, which includes code that can replace crypt... | ShenNoether | 174 | -0/+23117 |
2015-08-23 | revert to 776b4fc91a821be152f0f23e6873aabb78a72029 | ShenNoether | 1 | -0/+0 |
2015-08-23 | Added shen_ed25519_ref to crypto ops subfolder, the point is to directly have... | ShenNoether | 1 | -0/+0 |
2015-08-23 | use correct unsigned type | roman | 1 | -1/+2 |
2015-08-23 | removed some gcc warnings. mainly unused variables. | roman | 4 | -7/+1 |