| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core_rpc_server: reenable print_pl | moneromooo-monero | 2015-05-28 | 1 | -3/+2 |
| * | net_peerlist: fix grayt/white naming mismatch | moneromooo-monero | 2015-05-28 | 1 | -2/+2 |
| * | blockchain_db: add a few const | moneromooo-monero | 2015-05-27 | 6 | -10/+10 |
| * | wallet: add consts where appropriate | moneromooo-monero | 2015-05-27 | 2 | -18/+19 |
| * | Merge pull request #292 | Riccardo Spagni | 2015-05-26 | 1 | -31/+36 |
| |\ | |||||
| | * | Build seed node list without duplicates | warptangent | 2015-05-25 | 1 | -31/+36 |
| * | | Merge pull request #291 | Riccardo Spagni | 2015-05-26 | 1 | -1/+5 |
| |\ \ | |||||
| | * | | Fix compile for GCC 5.1.0 | warptangent | 2015-05-25 | 1 | -1/+5 |
| | |/ | |||||
| * | | Merge pull request #289 | Riccardo Spagni | 2015-05-26 | 2 | -75/+210 |
| |\ \ | |/ |/| | |||||
| | * | Check if LMDB needs resize every 1000 blocks | Thomas Winget | 2015-05-18 | 1 | -1/+1 |
| | * | null out batch txn pointer as needed (BlockchainLMDB) | Thomas Winget | 2015-05-18 | 1 | -4/+5 |
| | * | LMDB should now dynamically resize the mapsize | Thomas Winget | 2015-05-16 | 2 | -60/+187 |
| | * | Move mdb_txn_safe implementation to cpp file | Thomas Winget | 2015-05-15 | 2 | -51/+58 |
| * | | Merge pull request #290 | Riccardo Spagni | 2015-05-20 | 3 | -26/+41 |
| |\ \ | |||||
| | * | | Allow name@domain.tld for OpenAlias lookups | warptangent | 2015-05-19 | 3 | -1/+27 |
| | * | | Revert "Allow name@domain.tld for OpenAlias lookups" | warptangent | 2015-05-19 | 2 | -25/+14 |
| * | | | Merge pull request #288 | Riccardo Spagni | 2015-05-20 | 8 | -8/+65 |
| |\ \ \ | |||||
| | * | | | s/terget/target/ | moneromooo-monero | 2015-05-17 | 4 | -7/+7 |
| | * | | | print limits when running limit commands with no arguments | moneromooo-monero | 2015-05-17 | 5 | -3/+60 |
| | |/ / | |||||
| * | | | Merge pull request #287 | Riccardo Spagni | 2015-05-20 | 2 | -9/+17 |
| |\ \ \ | |||||
| | * | | | Support debugging command --pop-blocks on in-memory blockchain | warptangent | 2015-05-16 | 2 | -9/+17 |
| | |/ / | |||||
| * | | | Merge pull request #285 | Riccardo Spagni | 2015-05-20 | 2 | -0/+9 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Add spendkey dump to simplewallet | luigi1111 | 2015-05-19 | 2 | -0/+9 |
| | |/ | |||||
| * | | Allow BlockchainLMDB to be opened in read-only mode | warptangent | 2015-05-16 | 2 | -4/+11 |
| * | | Rename "--block-number" option to "--block-stop" | warptangent | 2015-05-15 | 3 | -46/+45 |
| * | | Check if chunk size is zero instead of negative | warptangent | 2015-05-15 | 1 | -2/+2 |
| |/ | |||||
| * | Fixes changes to sort tx by fee per kb | Thomas Winget | 2015-05-13 | 2 | -14/+46 |
| * | Merge pull request #281 | Riccardo Spagni | 2015-05-13 | 13 | -619/+969 |
| |\ | |||||
| | * | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 2015-05-08 | 10 | -2/+2 |
| | * | Add --block-number option to blockchain_import | warptangent | 2015-05-08 | 1 | -7/+17 |
| | * | Update blockchain utilities with portable bootstrap file format | warptangent | 2015-05-08 | 8 | -460/+755 |
| | * | Add MDB_NORDAHEAD as a supported LMDB flag for blockchain_import | warptangent | 2015-05-08 | 1 | -8/+2 |
| | * | Condense #if directives | warptangent | 2015-05-08 | 1 | -9/+2 |
| | * | Add basic "pop blocks" command to blockchain_import for debugging | warptangent | 2015-05-08 | 1 | -0/+58 |
| | * | Update log statements | warptangent | 2015-05-08 | 3 | -3/+3 |
| * | | Merge pull request #280 | Riccardo Spagni | 2015-05-13 | 2 | -10/+10 |
| |\ \ | |||||
| | * \ | Merge branch 'clang_fixes' into clang_fixes-master | Sergey Kazenyuk | 2015-05-06 | 2 | -10/+10 |
| | |\ \ | |||||
| | | * | | Fix missing virtual destructor | Sergey Kazenyuk | 2015-04-20 | 2 | -2/+4 |
| * | | | | Merge pull request #277 | Riccardo Spagni | 2015-05-13 | 1 | -1/+16 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Fix incompatibility with blockchain exporter when source is LMDB | warptangent | 2015-05-08 | 1 | -1/+16 |
| | |/ / | |||||
| * | | | resolved merge conflict in tx_pool.cpp | Riccardo Spagni | 2015-05-13 | 2 | -12/+40 |
| |\ \ \ | |||||
| | * | | | Sort txs by per-kb-fee for miners | Thomas Winget | 2015-04-30 | 2 | -7/+35 |
| | * | | | When removing 'stuck' transactions, don't ignore the first tx in the pool | Thomas Winget | 2015-04-30 | 1 | -5/+5 |
| * | | | | Merge pull request #274 | Riccardo Spagni | 2015-05-13 | 2 | -14/+25 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Allow name@domain.tld for OpenAlias lookups | Thomas Winget | 2015-04-29 | 2 | -14/+25 |
| | |/ / | |||||
| * | | | Merge pull request #269 | Riccardo Spagni | 2015-05-06 | 7 | -17/+108 |
| |\ \ \ | |||||
| | * | | | Keep memory pool consistent when stuck tx removed | warptangent | 2015-04-23 | 1 | -0/+1 |
| | * | | | Add mempool output to daemon via command and RPC | warptangent | 2015-04-23 | 7 | -17/+107 |
| | |/ / | |||||
| * | | | Merge pull request #268 | Riccardo Spagni | 2015-05-05 | 3 | -8/+72 |
| |\ \ \ | |||||
| | * | | | DNS Checkpoint updating-related fixes/changes | Thomas Winget | 2015-04-22 | 3 | -8/+72 |
| | |/ / | |||||
