| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | 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 | |
| | |/ | ||||||
| * | | Merge pull request #286 | Riccardo Spagni | 2015-05-16 | 4 | -52/+58 | |
| |\ \ | |/ |/| | ||||||
| | * | 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 | |
| |/ | ||||||
| * | Merge pull request #284 | Riccardo Spagni | 2015-05-14 | 2 | -14/+46 | |
| |\ | ||||||
| | * | Fixes changes to sort tx by fee per kb | Thomas Winget | 2015-05-13 | 2 | -14/+46 | |
| * | | Merge pull request #283 | Riccardo Spagni | 2015-05-14 | 1 | -1/+4 | |
| |\ \ | |/ |/| | ||||||
| | * | Check for Clang before adding compiler flag | warptangent | 2015-05-13 | 1 | -1/+4 | |
| * | | 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 | 3 | -11/+11 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Merge branch 'clang_fixes' into clang_fixes-master | Sergey Kazenyuk | 2015-05-06 | 3 | -11/+11 | |
| | |\ \ | ||||||
| | | * | | Fix missing virtual destructor | Sergey Kazenyuk | 2015-04-20 | 2 | -2/+4 | |
| | | * | | Suppress 'register storage class is deprecated' warning in boost dependency l... | Sergey Kazenyuk | 2015-04-20 | 1 | -2/+2 | |
| * | | | | 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 | |
| | |/ / | ||||||
| * | | | Merge branch 'tewinget-sort_tx_by_fee_per_kb' | Riccardo Spagni | 2015-05-13 | 2 | -12/+40 | |
| |\ \ \ | ||||||
| | * | | | 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 | |
| | |/ / | ||||||
| * | | | Merge pull request #267 | Riccardo Spagni | 2015-05-05 | 1 | -7/+2 | |
| |\ \ \ | ||||||
| | * | | | Require BerkeleyDB to be installed (for now) if building non-static | Thomas Winget | 2015-04-22 | 1 | -7/+2 | |
| | |/ / | ||||||
| * | | | Merge pull request #265 | Riccardo Spagni | 2015-05-05 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | disable non-working optimized slow_hash on 32 bit intel | Javier Smooth | 2015-04-13 | 1 | -1/+1 | |
| * | | | update lmdb64 | Riccardo Spagni | 2015-04-14 | 22 | -365/+201 | |
| |/ / | ||||||
| * | | Merge pull request #261 | Riccardo Spagni | 2015-04-11 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Don't recommend --HEAD for brew users | Sammy Libre | 2015-04-11 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #260 | Riccardo Spagni | 2015-04-11 | 9 | -8/+17 | |
| |\ \ | ||||||
| | * | | [fix] log level change. compilation: dns, tests | rfree2monero | 2015-04-10 | 9 | -8/+17 | |
| |/ / | ||||||
| * | | Merge pull request #259 | Riccardo Spagni | 2015-04-10 | 1 | -2/+16 | |
| |\ \ | ||||||
| | * | | Fixes start_mining in cli interactive mode | Thomas Winget | 2015-04-10 | 1 | -2/+16 | |
| * | | | fixed static windows makefile targets | Riccardo Spagni | 2015-04-09 | 1 | -2/+2 | |
| * | | | Merge pull request #258 | Riccardo Spagni | 2015-04-09 | 1 | -0/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
