13498 Commits (c7e73eafa139c29a38f73ab697e2e967a386908d)
 

Author SHA1 Message Date
Wladimir J. van der Laan c7e73eafa1
Merge #10151: [logging] initialize flag variable to 0 (and continue if GetLogCategory() fails) 8 years ago
Wladimir J. van der Laan 3c95bd43d8
Merge #10154: init: Remove redundant logging code 8 years ago
Wladimir J. van der Laan fade78854c
Merge #10153: logging: Fix off-by-one for shrinkdebugfile default 8 years ago
Wladimir J. van der Laan f93f9b9296
Merge #10144: Prioritisetransaction wasn't always updating ancestor fee 8 years ago
Wladimir J. van der Laan 5fc6a77aa6
Merge #10133: Clean up calculations of pcoinsTip memory usage 8 years ago
Wladimir J. van der Laan fadf078c9c
Merge #10104: linearize script: Option to use RPC cookie 8 years ago
MarcoFalke faafa801e8 init: Remove redundant logging code 8 years ago
MarcoFalke faab6241d0 logging: Fix off-by-one for shrinkdebugfile 8 years ago
MarcoFalke 080d7c700f
Merge #10152: [trivial] remove unused line in Travis config 8 years ago
John Newbery cd7f39467a initialize flag variable to 0 (and continue if GetLogCategory() fails) 8 years ago
John Newbery 16791c5e27 [trivial] remove unused line in Travis config 8 years ago
Wladimir J. van der Laan 72bc7e1303
Merge #10146: Better error handling for submitblock 8 years ago
Suhas Daftuar 9bef02e365 Bugfix: ancestor modifed fees were incorrect for descendants 8 years ago
Suhas Daftuar ba7dd8bf6f Test prioritisetransaction and ancestor fee state 8 years ago
Wladimir J. van der Laan 471ed00fcd
Merge #10123: Allow debug logs to be excluded from specified component 8 years ago
John Newbery 3bde556429 Add -debugexclude option to switch off logging for specified components 8 years ago
Wladimir J. van der Laan cb598cfba1
Merge #9533: Allow non-power-of-2 signature cache sizes 8 years ago
Wladimir J. van der Laan a2cd0b0eec
Merge #10058: No need to use OpenSSL malloc/free 8 years ago
Gregory Maxwell 30f30c0f99 Add braces to submitblock per current style. 8 years ago
Gregory Maxwell 4f15ea102d Check transaction count early in submitblock. 8 years ago
Wladimir J. van der Laan e6033e00b1
Merge #10139: [rpc] Remove auth cookie on shutdown 8 years ago
Gregory Maxwell ada0caa165 Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn. 8 years ago
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 8 years ago
Wladimir J. van der Laan ebfd653798
Merge #10077: [qa] Add setnetworkactive smoke test 8 years ago
MarcoFalke 12af74b289
Merge #10072: Remove sources of unreliablility in extended functional tests 8 years ago
Wladimir J. van der Laan 2b477e6aa1
Merge #10098: Make qt wallet test compatible with qt4 8 years ago
Wladimir J. van der Laan fbf36cae3a
Merge #10036: Fix init README format to render correctly on github 8 years ago
Wladimir J. van der Laan 427d2fd04e
Merge #10128: Speed Up CuckooCache tests 8 years ago
Wladimir J. van der Laan 1a5aaabb8a
Merge #9424: Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Wladimir J. van der Laan 81da4c7b5b
Merge #10136: build: Disable Wshadow warning 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Wladimir J. van der Laan 2c83911401 build: Disable Wshadow warning 8 years ago
Wladimir J. van der Laan 351d0ad404
Merge #10129: scheduler: fix sub-second precision with boost < 1.50 8 years ago
Alex Morcos 1b55e07b7a Make threshold for flushing more conservative. 8 years ago
Alex Morcos f33afd3b2b Lower default memory footprint slightly 8 years ago
Alex Morcos 5b95a190e8 Make pcoinsTip memory calculations consistent 8 years ago
Cory Fields e025246fe2 scheduler: fix sub-second precision with boost < 1.50 8 years ago
Wladimir J. van der Laan 4aa07fa735
Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h` 8 years ago
Wladimir J. van der Laan 9ab26bf7e4
Merge #10126: Compensate for memory peak at flush time 8 years ago
Wladimir J. van der Laan ba12b3a844
Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 8 years ago
Wladimir J. van der Laan de301b0488
Merge #10130: bitcoin-tx input verification (awemany, jnewbery) 8 years ago
MarcoFalke 8e4f7e7241
Merge #10090: Update bitcoin.conf with example for pruning 8 years ago
John Newbery 19ecd1e2e1 Add tests for bitcoin-tx input checking 8 years ago
John Newbery 21704f6334 Check stderr when testing bitcoin-tx 8 years ago
Awemany eb66bf9bdd bitcoin-tx: Fix missing range check 8 years ago
Jeremy Rubin 3f098cccf6 Decrease testcase sizes in cuckoocache tests 8 years ago
Wladimir J. van der Laan edc62c959a
Merge #10114: [tests] sync_with_ping should assert that ping hasn't timed out 8 years ago
Pieter Wuille 7228ce853d Compensate for memory peak at flush time 8 years ago
Wladimir J. van der Laan cde9b1a864
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools 8 years ago
John Newbery 6a18bb9a36 [tests] sync_with_ping should assert that ping hasn't timed out 8 years ago