| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve logging in bctest.py if there is a formatting mismatch | John Newbery | 2017-03-07 | 1 | -3/+9 |
| * | Merge #9548: Remove min reasonable fee | Wladimir J. van der Laan | 2017-03-07 | 3 | -9/+9 |
| |\ | |||||
| | * | Remove unnecessary min fee argument in CTxMemPool constructor | Alex Morcos | 2017-01-17 | 3 | -9/+9 |
| * | | Merge #9602: Remove coin age priority and free transactions - implementation | Wladimir J. van der Laan | 2017-03-07 | 5 | -46/+33 |
| |\ \ | |||||
| | * | | [cleanup] Remove coin age priority completely. | Alex Morcos | 2017-03-03 | 2 | -3/+2 |
| | * | | [test] Remove priority from tests | Alex Morcos | 2017-03-03 | 5 | -42/+33 |
| | * | | [cleanup] Remove estimatePriority and estimateSmartPriority | Alex Morcos | 2017-02-27 | 1 | -2/+0 |
| | * | | [mining] Remove -blockprioritysize. | Alex Morcos | 2017-02-27 | 1 | -1/+0 |
| * | | | Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_... | MarcoFalke | 2017-03-07 | 1 | -1/+3 |
| |\ \ \ | |||||
| | * | | | [test] Avoid reading a potentially uninitialized variable in tx_invalid-test | practicalswift | 2017-01-21 | 1 | -1/+3 |
| * | | | | Merge #8808: Do not shadow variables (gcc set) | Wladimir J. van der Laan | 2017-03-03 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Do not shadow variables (gcc set) | Pavel JanÃk | 2016-12-05 | 1 | -1/+1 |
| * | | | | | test: Report InitBlockIndex result | Wladimir J. van der Laan | 2017-03-02 | 1 | -2/+2 |
| * | | | | | Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD | Wladimir J. van der Laan | 2017-03-01 | 1 | -0/+19 |
| |\ \ \ \ \ | |||||
| | * | | | | | sanity: Move OS random to sanity check function | Wladimir J. van der Laan | 2017-02-22 | 1 | -28/+1 |
| | * | | | | | util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD | Wladimir J. van der Laan | 2017-02-21 | 1 | -0/+46 |
| * | | | | | | Merge #9868: Abstract out the command line options for block assembly | Wladimir J. van der Laan | 2017-03-01 | 1 | -19/+28 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Run miner_tests with fixed options | Pieter Wuille | 2017-02-26 | 1 | -19/+28 |
| * | | | | | | | Merge #9867: Replace remaining sprintf with snprintf | Wladimir J. van der Laan | 2017-02-28 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | test: Replace remaining sprintf with snprintf | Wladimir J. van der Laan | 2017-02-27 | 1 | -3/+3 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid.... | MarcoFalke | 2017-02-27 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Adding 'amount' label to tx_valid/tx_invalid.json files | Chris Stewart | 2016-12-15 | 2 | -2/+2 |
| * | | | | | | | BIP32 extra test vector | Pieter Wuille | 2017-02-23 | 1 | -0/+13 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge #9815: Trivial: use EXIT_ codes instead of magic numbers | Wladimir J. van der Laan | 2017-02-22 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | use EXIT_ codes instead of magic numbers | Marko Bencun | 2017-02-21 | 1 | -2/+2 |
| * | | | | | | Merge #9727: Remove fallbacks for boost_filesystem < v3 | Wladimir J. van der Laan | 2017-02-21 | 1 | -18/+0 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Remove fallbacks for boost_filesystem < v3 | Wladimir J. van der Laan | 2017-02-10 | 1 | -18/+0 |
| * | | | | | | [Trivial] Update comments referencing main.cpp | CryptAxe | 2017-02-16 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Init ECC context for test_bitcoin_fuzzy. | Gregory Maxwell | 2017-02-05 | 1 | -0/+2 |
| * | | | | | net: Disallow sending messages until the version handshake is complete | Cory Fields | 2017-02-02 | 1 | -0/+4 |
| * | | | | | Merge #9556: Remove redundant semicolons | Wladimir J. van der Laan | 2017-02-02 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Remove redundant semicolons | practicalswift | 2017-01-14 | 1 | -1/+1 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge #9647: Skip RAII event tests if libevent is built without event_set_mem... | Wladimir J. van der Laan | 2017-01-30 | 1 | -0/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | Skip RAII event tests if libevent is built without event_set_mem_functions | Luke Dashjr | 2017-01-28 | 1 | -0/+6 |
| * | | | | | | Merge #9615: Wallet incremental fee | Wladimir J. van der Laan | 2017-01-30 | 1 | -4/+7 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix to have miner test aware of new separate block min tx fee | Alex Morcos | 2017-01-19 | 1 | -4/+7 |
| * | | | | | | | [trivial] Fix typos in comments | practicalswift | 2017-01-27 | 1 | -2/+2 |
| * | | | | | | | Merge #9610: [Trivial] Grammar and typo correction (laudaa) | MarcoFalke | 2017-01-22 | 6 | -7/+7 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | [Trivial] Grammar and typo correction | Lauda | 2017-01-22 | 6 | -7/+7 |
| | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | | Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests... | MarcoFalke | 2017-01-22 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| | * | | | | | | [test] Avoid potential NULL pointer dereference in addrman_tests.cpp | practicalswift | 2017-01-14 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa... | Wladimir J. van der Laan | 2017-01-19 | 2 | -5/+7 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Use replaced transactions in compact block reconstruction | Matt Corallo | 2017-01-10 | 1 | -4/+6 |
| | * | | | | | | Make ATMP optionally return the CTransactionRefs it replaced | Matt Corallo | 2017-01-09 | 1 | -1/+1 |
| * | | | | | | | Merge #9512: Fix various things -fsanitize complains about | Wladimir J. van der Laan | 2017-01-18 | 2 | -4/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix memory leak in net_tests | Pieter Wuille | 2017-01-12 | 1 | -2/+2 |
| | * | | | | | | | Avoid integer overflows in scriptnum tests | Pieter Wuille | 2017-01-12 | 1 | -2/+4 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge #9508: Remove unused Python imports | MarcoFalke | 2017-01-18 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| | * | | | | | | Remove unused Python imports | practicalswift | 2017-01-13 | 1 | -1/+0 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge #9380: Separate different uses of minimum fees | Wladimir J. van der Laan | 2017-01-16 | 1 | -3/+3 |
| |\ \ \ \ \ \ | |||||