Age | Commit message (Expand) | Author | Files | Lines |
2015-08-23 | removed some gcc warnings. mainly unused variables. | roman | 4 | -7/+1 |
2015-08-16 | simplewallet: Use default log file name when executable's file path is unknown | warptangent | 1 | -3/+21 |
2015-08-15 | blockchain: mark two places where the new code differs from the old | moneromooo-monero | 1 | -0/+3 |
2015-08-15 | blockchain: update cumulative size after block addition | moneromooo-monero | 1 | -2/+2 |
2015-08-15 | blockchain: remove dead code | moneromooo-monero | 1 | -1/+0 |
2015-08-15 | blockchain: do not try to add a tx the pool when it was nor taken out | moneromooo-monero | 1 | -1/+4 |
2015-08-15 | blockchain: fix off by 1 in timestamp median calculations | moneromooo-monero | 1 | -4/+2 |
2015-08-14 | net_node: Use DNS resolver singleton | warptangent | 1 | -1/+1 |
2015-08-14 | blockchain_import: Add --input-file option | warptangent | 1 | -1/+9 |
2015-08-14 | blockchain_import: Updates for naming consistency | warptangent | 1 | -15/+14 |
2015-08-14 | blockchain_export: Add --output-file argument | warptangent | 3 | -16/+21 |
2015-08-14 | doc: hammer the fact that the raw file isn't blockchain.bin | moneromooo-monero | 1 | -1/+2 |
2015-08-13 | core_rpc_server: replace vector<bool> with vector<int> in RPC | moneromooo-monero | 2 | -2/+6 |
2015-08-11 | net_node: skimplify rate limit code, and log as appropriate | moneromooo-monero | 1 | -8/+5 |
2015-08-11 | wallet: new rescan_spent command to update outputs' spent status | moneromooo-monero | 5 | -0/+92 |
2015-08-11 | core_rpc_server: find transactions in the pool as well as the blockchain | moneromooo-monero | 1 | -0/+24 |
2015-08-11 | blockchain_db: match tx addition semantics to original code | moneromooo-monero | 1 | -8/+24 |
2015-08-11 | Add a is_key_image_spent daemon command and RPC call | moneromooo-monero | 10 | -2/+139 |
2015-08-11 | blockchain: remove dead code | moneromooo-monero | 2 | -59/+6 |
2015-08-09 | blockchain_db: store key images for tx without outputs too | moneromooo-monero | 1 | -10/+7 |
2015-08-09 | blockchain: factor get_num_outpouts(amount) calls | moneromooo-monero | 1 | -3/+3 |
2015-08-09 | blockchain: always select random outs using triangular distribution | moneromooo-monero | 6 | -35/+9 |
2015-08-09 | daemon: omit extra set of <> in error message | moneromooo-monero | 1 | -1/+1 |
2015-08-09 | daemon: print a decoded tx in print_tx | moneromooo-monero | 1 | -0/+18 |
2015-08-09 | daemon: fix print_tx not find transactions | moneromooo-monero | 1 | -0/+1 |
2015-08-09 | encrypted payment ids are now 64 bit, instead of 256 bit | moneromooo-monero | 15 | -89/+169 |
2015-08-09 | Encrypted payment IDs | moneromooo-monero | 8 | -15/+164 |
2015-08-04 | Fix estimation of batch storage size when no blocks exist | warptangent | 1 | -11/+28 |
2015-08-04 | wallet: set watch-only flag to false when creating a new wallet | moneromooo-monero | 1 | -0/+1 |
2015-07-24 | slight modification to wordlist contributor tagline (as these contributors ha... | Riccardo Spagni | 2 | -2/+2 |
2015-07-24 | added Russian wordlist | Riccardo Spagni | 3 | -0/+1701 |
2015-07-23 | change unique_prefix_length=4 for japanese.h | David Vorick | 1 | -1/+1 |
2015-07-22 | add Germany and Italian wordlists | Riccardo Spagni | 4 | -0/+3402 |
2015-07-22 | wallet: new transaction construction algorithm | moneromooo-monero | 6 | -5/+438 |
2015-07-22 | fix portuguese wordlist | Riccardo Spagni | 1 | -3/+3 |
2015-07-22 | fix license on English wordlist | Riccardo Spagni | 1 | -2/+0 |
2015-07-19 | simplewallet: fix context/string order mismatch | moneromooo-monero | 1 | -1/+1 |
2015-07-19 | simplewallet: use unsigned long long instead of size_t in message | moneromooo-monero | 1 | -4/+4 |
2015-07-18 | wallet: add boolean to always confirm transactions with the user | moneromooo-monero | 4 | -6/+82 |
2015-07-18 | boost doesn't like %zu for size_t, replace with %u | moneromooo-monero | 1 | -2/+2 |
2015-07-18 | blockchain: fix testnet syncing (to not use blocks.dat) | moneromooo-monero | 1 | -1/+1 |
2015-07-17 | Fixed threadpool bug when running on single core systems. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -5/+8 |
2015-07-16 | Add batch support to BlockchainLMDB::get_output_key | warptangent | 1 | -6/+12 |
2015-07-15 | Removed on_idle() calls to Blockchain::store_blockchain() for lmdb. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 5 | -17/+53 |
2015-07-15 | Fixed binary size issue due to embedded checkpoint data. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 7 | -9/+15 |
2015-07-15 | Pause miner before preparing for incoming blocks | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -6/+5 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 29 | -2315/+3946 |
2015-07-15 | Update blockchain.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1/+0 |
2015-07-15 | Update db_bdb.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -7/+5 |
2015-07-15 | Update db_bdb.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -72/+72 |
2015-07-15 | Update db_bdb.cpp | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -1154/+1166 |
2015-07-15 | Experimental BDB workaround optimizations | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 5 | -19/+240 |
2015-07-15 | Add missing file - i18n.cpp | moneromooo-monero | 1 | -0/+297 |
2015-07-14 | Translatable strings for simplewallet | moneromooo-monero | 4 | -249/+307 |
2015-07-12 | Check and resize if needed at batch transaction start | warptangent | 2 | -5/+109 |
2015-07-11 | blockchain_utilities: Increase debug statement's log level | warptangent | 1 | -1/+1 |
2015-07-11 | blockchain_utilities: Pass expected number of blocks when starting batch | warptangent | 2 | -4/+4 |
2015-07-11 | Optionally allow DB to know expected number of blocks at batch transaction start | warptangent | 6 | -8/+8 |
2015-07-10 | Fix loop bug when calling core::get_block_template, causing calling thread to... | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -0/+9 |
2015-07-07 | blockchain_utilities/README.md: add workaround for resizing in batch mode | moneromooo-monero | 1 | -0/+3 |
2015-07-07 | blockchain_utilities/README.md: add high level "what is this about" | moneromooo-monero | 1 | -1/+7 |
2015-06-23 | mnemonics: fix duplicate symbol error | Wladimir J. van der Laan | 1 | -1/+1 |
2015-06-21 | mnemonics: fix prefix extraction with non ASCII text | moneromooo-monero | 2 | -5/+25 |
2015-06-20 | Set dnssec_valid value correctly in dns_utils; fix address_from_url test | Rostislav | 1 | -3/+3 |
2015-06-20 | simplewallet: allow creating a wallet from a public address and view secret key | moneromooo-monero | 4 | -8/+124 |
2015-06-20 | account: allow creating an account from a public address and view secret key | moneromooo-monero | 2 | -0/+17 |
2015-06-20 | wallet2: fix write_watch_only_wallet comment description | moneromooo-monero | 1 | -2/+2 |
2015-06-20 | simplewallet: forbid seed commands for watch only wallets | moneromooo-monero | 1 | -0/+10 |
2015-06-17 | wallet2: use the same exponential splitting for normal txes | moneromooo-monero | 1 | -2/+4 |
2015-06-17 | wallet2: try to split dust sweep txs exponentially | moneromooo-monero | 1 | -2/+3 |
2015-06-16 | Fix standard address deserialization | moneromooo-monero | 1 | -7/+17 |
2015-06-14 | Fix DNS checkpoint consensus code | moneromooo-monero | 1 | -9/+6 |
2015-06-14 | daemon: fix an exit crash | moneromooo-monero | 2 | -1/+12 |
2015-06-13 | Add RPC commands to manipulate integrated addresses | moneromooo-monero | 3 | -0/+113 |
2015-06-12 | simplewallet: allow integrated_address to generate a random payment id | moneromooo-monero | 1 | -4/+11 |
2015-06-12 | account: add a couple consts | moneromooo-monero | 2 | -4/+4 |
2015-06-12 | Integrated addresses (standard address plus payment id) | moneromooo-monero | 8 | -8/+181 |
2015-06-12 | simplewallet: allow a different password for the watch-only wallet | moneromooo-monero | 3 | -8/+14 |
2015-06-07 | dns_utils: simpify smart pointer use, and use for url strings too | moneromooo-monero | 2 | -39/+46 |
2015-06-06 | properly decrement p2p socket count | Thomas Winget | 1 | -0/+1 |
2015-06-03 | fix ^D exit for bitmonerod | moneromooo-monero | 3 | -4/+4 |
2015-05-31 | wallet: add watch only wallet support | moneromooo-monero | 4 | -7/+84 |
2015-05-31 | account: add a forget_spend_key method | moneromooo-monero | 2 | -0/+7 |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 40 | -206/+468 |
2015-05-30 | wallet_rpc_server: add a sweep_dust RPC command as well | moneromooo-monero | 3 | -0/+64 |
2015-05-30 | wallet: add a sweep_dust command | moneromooo-monero | 4 | -1/+344 |
2015-05-30 | Replace hardcoded value with existing constant of same value | warptangent | 1 | -1/+1 |
2015-05-30 | Update database resize behavior | warptangent | 1 | -2/+20 |
2015-05-30 | Include database error in more error messages | warptangent | 1 | -35/+54 |
2015-05-28 | rpc_command_executor: fix mining in testnet mode | moneromooo-monero | 1 | -2/+1 |
2015-05-28 | core_rpc_server: add a getter for the testnet flag | moneromooo-monero | 1 | -0/+1 |
2015-05-28 | core_rpc_server: log some error messages to the console | moneromooo-monero | 1 | -0/+3 |
2015-05-28 | daemon: remove obsolete daemon_commands_handler.h | moneromooo-monero | 2 | -530/+0 |
2015-05-28 | core_rpc_server: reenable print_pl | moneromooo-monero | 1 | -3/+2 |
2015-05-28 | net_peerlist: fix grayt/white naming mismatch | moneromooo-monero | 1 | -2/+2 |
2015-05-28 | daemon: Set log file default to use data dir | warptangent | 1 | -1/+16 |
2015-05-28 | simplewallet: Update and add log options | warptangent | 1 | -9/+29 |
2015-05-28 | simplewallet: Don't log view key and spend key | warptangent | 1 | -4/+7 |
2015-05-27 | blockchain_db: add a few const | moneromooo-monero | 6 | -10/+10 |
2015-05-27 | wallet: add consts where appropriate | moneromooo-monero | 2 | -18/+19 |
2015-05-25 | Fix compile for GCC 5.1.0 | warptangent | 1 | -1/+5 |
2015-05-25 | Build seed node list without duplicates | warptangent | 1 | -31/+36 |
2015-05-19 | Add spendkey dump to simplewallet | luigi1111 | 2 | -0/+9 |
2015-05-19 | Allow name@domain.tld for OpenAlias lookups | warptangent | 3 | -1/+27 |
2015-05-19 | Revert "Allow name@domain.tld for OpenAlias lookups" | warptangent | 2 | -25/+14 |
2015-05-18 | Check if LMDB needs resize every 1000 blocks | Thomas Winget | 1 | -1/+1 |
2015-05-18 | null out batch txn pointer as needed (BlockchainLMDB) | Thomas Winget | 1 | -4/+5 |
2015-05-17 | s/terget/target/ | moneromooo-monero | 4 | -7/+7 |
2015-05-17 | print limits when running limit commands with no arguments | moneromooo-monero | 5 | -3/+60 |
2015-05-16 | Support debugging command --pop-blocks on in-memory blockchain | warptangent | 2 | -9/+17 |
2015-05-16 | LMDB should now dynamically resize the mapsize | Thomas Winget | 2 | -60/+187 |
2015-05-16 | Allow BlockchainLMDB to be opened in read-only mode | warptangent | 2 | -4/+11 |
2015-05-15 | Move mdb_txn_safe implementation to cpp file | Thomas Winget | 2 | -51/+58 |
2015-05-15 | Rename "--block-number" option to "--block-stop" | warptangent | 3 | -46/+45 |
2015-05-15 | Check if chunk size is zero instead of negative | warptangent | 1 | -2/+2 |
2015-05-13 | Fixes changes to sort tx by fee per kb | Thomas Winget | 2 | -14/+46 |
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 10 | -2/+2 |
2015-05-08 | Add --block-number option to blockchain_import | warptangent | 1 | -7/+17 |
2015-05-08 | Update blockchain utilities with portable bootstrap file format | warptangent | 8 | -460/+755 |
2015-05-08 | Add MDB_NORDAHEAD as a supported LMDB flag for blockchain_import | warptangent | 1 | -8/+2 |
2015-05-08 | Condense #if directives | warptangent | 1 | -9/+2 |
2015-05-08 | Add basic "pop blocks" command to blockchain_import for debugging | warptangent | 1 | -0/+58 |
2015-05-08 | Update log statements | warptangent | 3 | -3/+3 |
2015-05-08 | Fix incompatibility with blockchain exporter when source is LMDB | warptangent | 1 | -1/+16 |
2015-04-30 | Sort txs by per-kb-fee for miners | Thomas Winget | 2 | -7/+35 |
2015-04-30 | When removing 'stuck' transactions, don't ignore the first tx in the pool | Thomas Winget | 1 | -5/+5 |
2015-04-29 | Allow name@domain.tld for OpenAlias lookups | Thomas Winget | 2 | -14/+25 |
2015-04-23 | Keep memory pool consistent when stuck tx removed | warptangent | 1 | -0/+1 |
2015-04-23 | Add mempool output to daemon via command and RPC | warptangent | 7 | -17/+107 |
2015-04-22 | DNS Checkpoint updating-related fixes/changes | Thomas Winget | 3 | -8/+72 |
2015-04-20 | Fix missing virtual destructor | Sergey Kazenyuk | 2 | -2/+4 |
2015-04-13 | disable non-working optimized slow_hash on 32 bit intel | Javier Smooth | 1 | -1/+1 |
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 4 | -3/+6 |
2015-04-10 | Fixes start_mining in cli interactive mode | Thomas Winget | 1 | -2/+16 |
2015-04-08 | Disable DNS checkpoint updating on testnet | Thomas Winget | 1 | -0/+2 |
2015-04-08 | [fix] Network 1.8: unlimited the RPC connections | rfree2monero | 3 | -1/+22 |
2015-04-07 | Only compile BerkeleyDB as an option in non-static | Thomas Winget | 2 | -0/+20 |
2015-04-05 | no newline at end of file | Riccardo Spagni | 1 | -1/+1 |
2015-04-05 | handle unlikely rounding up after sqrt | Javier Smooth | 1 | -0/+3 |
2015-04-05 | triangular distribution to choose recent outputs more often for mixins | Javier Smooth | 1 | -1/+5 |
2015-04-02 | Network 1.7; Quieted the debug a bit. | rfree2monero | 2 | -6/+10 |
2015-04-02 | Fixed DNS resolution bug in Windows | Thomas Winget | 1 | -4/+2 |
2015-04-02 | update hardcoded fallback seeds | Riccardo Spagni | 1 | -12/+25 |
2015-04-01 | Network 1.6: network limits, logging, +doxy | rfree2monero | 1 | -1/+7 |
2015-04-01 | my changelog | rfree2monero | 1 | -0/+71 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 25 | -221/+547 |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 14 | -153/+501 |
2015-03-25 | Steps toward multiple dbs available -- working | Thomas Winget | 13 | -58/+146 |
2015-03-24 | Enforce DNSSEC for checkpoint updates | Thomas Winget | 1 | -10/+17 |
2015-03-24 | DNSSEC added (hardcoded key) | Thomas Winget | 1 | -0/+66 |
2015-03-23 | blockchain_converter: Add support for resume from last block | warptangent | 1 | -10/+37 |
2015-03-22 | blockchain_import: lengthen string for line clear | warptangent | 1 | -16/+19 |
2015-03-22 | blockchain_export: show progress during export | warptangent | 1 | -9/+17 |
2015-03-22 | Update Blockchain::get_db() to return reference instead of pointer | warptangent | 4 | -14/+14 |
2015-03-22 | Add README for blockchain converter, importer, and exporter utilities | warptangent | 1 | -0/+54 |
2015-03-20 | Hopefully fixes build on Windows for real this time | Thomas Winget | 1 | -5/+5 |
2015-03-20 | Hopefully fixes build on Windows | Thomas Winget | 3 | -3/+15 |
2015-03-17 | BerkeleyDB implementation of BlockchainDB seems to be working! | Thomas Winget | 2 | -20/+20 |
2015-03-17 | BlockchainBDB passes unit tests | Thomas Winget | 1 | -1/+4 |
2015-03-16 | blockchain_export: Add compile-time support for BlockchainDB | warptangent | 2 | -31/+63 |
2015-03-16 | BerkeleyDB Blockchain building, not working yet | Thomas Winget | 3 | -189/+200 |
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 1 | -0/+3 |
2015-03-16 | BerkeleyDB BlockchainDB impl copy/paste/modify | Thomas Winget | 2 | -9/+1304 |
2015-03-16 | Try to not pollute cryptonote namespace | Thomas Winget | 2 | -47/+47 |
2015-03-16 | Initial commit of BDB BlockchainDB implementation | Thomas Winget | 2 | -0/+678 |
2015-03-16 | Add blockchain_export utility | warptangent | 3 | -0/+470 |
2015-03-16 | Add support for database open with flags | warptangent | 7 | -14/+77 |
2015-03-16 | Add mdb_flags variable to LMDB database open | warptangent | 1 | -1/+2 |
2015-03-16 | Add blockchain_import utility | warptangent | 4 | -0/+894 |
2015-03-15 | Blockchain: add get_db() accessor, needed for blockchain_import | warptangent | 1 | -0/+5 |
2015-03-15 | blockchain_converter: Add support for batch transactions | warptangent | 1 | -23/+173 |
2015-03-15 | Update and relocate comment that applies class wide | warptangent | 1 | -8/+14 |
2015-03-15 | Do store transaction's blob size in transaction_chain_entry | Sergey Kazenyuk | 2 | -4/+5 |
2015-03-15 | Use single get_transaction_hash to get both id and blob size | Sergey Kazenyuk | 1 | -2/+4 |
2015-03-13 | BlockchainDB implementations have names now | Thomas Winget | 5 | -3/+20 |
2015-03-10 | default mix factor in simplewallet | smooth | 1 | -10/+16 |
2015-03-06 | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 12 | -13/+72 |
2015-03-06 | update checkpoint | smooth | 1 | -0/+1 |
2015-03-05 | add comment about avoiding overflow | smooth | 1 | -0/+6 |
2015-03-04 | minimum subsidy for mining incentives, remove unused LEGACY_FEE define | smooth | 3 | -4/+7 |
2015-03-04 | fixed English word list issue: 'launchpad' should be 'ourselves' | Riccardo Spagni | 1 | -1/+1 |
2015-03-04 | fixed English word list issue: 'incline' should have remained 'inline' | Riccardo Spagni | 1 | -1/+1 |
2015-03-01 | DNS checkpoint loading for testnet should now be correct | Thomas Winget | 4 | -4/+19 |
2015-03-01 | sending commands to forked daemon works on testnet now | Thomas Winget | 1 | -0/+4 |
2015-03-01 | Fix tests building -- function signatures changed | Thomas Winget | 2 | -0/+3 |
2015-02-24 | fix locking in count-peers thread (2) | rfree2monero | 4 | -12/+28 |
2015-02-24 | 2014 network limit 1.3 fix log/path/data +utils | rfree2monero | 6 | -63/+142 |
2015-02-24 | revert stop_daemon method to use correct exit | Thomas Winget | 1 | -1/+1 |
2015-02-24 | RPC calls for background daemon added in | Thomas Winget | 8 | -52/+301 |
2015-02-24 | Daemonize changes pulled in -- daemon builds | Thomas Winget | 38 | -332/+3620 |
2015-02-23 | Changed log level of debug message -- too spammy | Thomas Winget | 1 | -1/+1 |
2015-02-23 | BlockchainLMDB: Add profiling to tx_exists() | warptangent | 3 | -1/+8 |
2015-02-23 | BlockchainLMDB: Add batch transaction support to tx_exists() | warptangent | 1 | -6/+9 |
2015-02-23 | BlockchainDB, BlockchainLMDB: Add profiling for DB commits | warptangent | 3 | -0/+18 |
2015-02-23 | BlockchainDB: Add virtual function declarations for batch transactions | warptangent | 1 | -0/+3 |
2015-02-23 | BlockchainLMDB: Add check for open database to two functions | warptangent | 1 | -0/+3 |
2015-02-23 | BlockchainLMDB: Add support for batch transactions | warptangent | 2 | -55/+289 |
2015-02-23 | Improve block and tx processing efficiency by less repeat hashing | warptangent | 4 | -11/+28 |
2015-02-23 | Add profiling to block and tx processing | warptangent | 2 | -0/+48 |
2015-02-23 | Move LMDB storage to subfolder | warptangent | 2 | -1/+12 |