Commit Graph

23064 Commits (bd37f2bc26158f85ef1ab73b9ca1fc0da8ea562a)
 

Author SHA1 Message Date
fanquake bd37f2bc26
build: remove Boost Chrono detection from build system
5 years ago
fanquake 1d0a87e712
build: remove chrono package from depends Boost
5 years ago
fanquake 3d28c886f0
Merge #18286: build: Add locale fuzzer to FUZZERS_MISSING_CORPORA (and unbreak Travis! :))
5 years ago
practicalswift 0d0bc3b5c1 build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
5 years ago
fanquake 4d80274b99
Merge #18241: wallet/refactor: refer to CWallet immutably when possible
5 years ago
Wladimir J. van der Laan 3516a31eaa
Merge #18234: refactor: Replace boost::mutex,condition_var,chrono with std equivalents in scheduler
5 years ago
MarcoFalke 45cdcd47d9
Merge #18126: tests: Add fuzzing harness testing the locale independence of the strencodings.h functions
5 years ago
Anthony Towns 70a6b529f3 lint-cppcheck: Remove -DHAVE_WORKING_BOOST_SLEEP_FOR
5 years ago
practicalswift 259e290db8 tests: Add fuzzing harness for locale independence testing
5 years ago
Anthony Towns 294937b39d scheduler_tests: re-enable mockforward test
5 years ago
Anthony Towns cea19f6859 Drop unused reverselock.h
5 years ago
Anthony Towns d0ebd93270 scheduler: switch from boost to std
5 years ago
Anthony Towns b9c4260127 sync.h: add REVERSE_LOCK
5 years ago
Anthony Towns 306f71b4eb scheduler: don't rely on boost interrupt on shutdown
5 years ago
fanquake 97aadf98d0
Merge #16117: util: Replace boost sleep with std sleep
5 years ago
MarcoFalke 3f826598a4
Merge #17972: tests: Add fuzzing harness for CKey and key related functions
5 years ago
practicalswift f4691b6c21 tests: Add fuzzing harness for CKey related functions
5 years ago
MarcoFalke a2b5aae9f3
Merge #17996: tests: Add fuzzing harness for serialization/deserialization of floating-points and integrals
5 years ago
practicalswift 9ff41f6419 tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)
5 years ago
practicalswift 8f6fb0a85a tests: Add serialization/deserialization fuzzing for integral types
5 years ago
MarcoFalke d7134b306a
Merge #17917: tests: Add amount compression/decompression fuzzing to existing fuzzing harness
5 years ago
practicalswift 7e9c7113af compressor: Make the domain of CompressAmount(...) explicit
5 years ago
MarcoFalke 891464950b
Merge #18109: tests: Avoid hitting some known minor tinyformat issues when fuzzing strprintf(...)
5 years ago
Wladimir J. van der Laan 727857d12d
Merge #18112: Serialization improvements step 5 (blockencodings)
5 years ago
MarcoFalke aaf09469fb
Merge #18260: refactor: Fix implicit value conversion in formatPingTime
5 years ago
MarcoFalke 96488e6784
Merge #18263: rpc: change setmocktime check to use IsMockableChain
5 years ago
Gloria Zhao 2455aa5d7f
[rpc] changed MineBlocksOnDemand to IsMockableChain
5 years ago
Wladimir J. van der Laan a2a77ba34f
Merge #18056: ci: Check for submodules
5 years ago
fanquake d0601e67f1
Merge #17812: config, net, test: asmap feature refinements and functional tests
5 years ago
Ben Woosley 1891245e73
refactor: Cast ping values to double before output
5 years ago
fanquake cbc32d67dc
Merge #18249: test: Bump timeouts to accomodate really slow disks
5 years ago
fanquake 2492dc0068
Merge #18259: doc: Merge release notes for 0.20.0 release
5 years ago
Ben Woosley 7a810b1d7a
refactor: Convert ping wait time from double to int64_t
5 years ago
Ben Woosley e6fc63ec7e
refactor: Convert min ping time from double to int64_t
5 years ago
Ben Woosley b054c46977
refactor: Convert ping time from double to int64_t
5 years ago
MarcoFalke fa8b6020ec
doc: Merge release notes for 0.20.0 release
5 years ago
Jon Atack 1ba3e1cc21
init: move asmap code earlier in init process
5 years ago
Jon Atack 5ba829e12e
rpc: fix getpeerinfo RPCResult `mapped_as` type
5 years ago
Jon Atack c90b9a2399
net: extract conditional to bool CNetAddr::IsHeNet
5 years ago
Jon Atack 819fb5549b
logging: asmap logging and #include fixups
5 years ago
Jon Atack dcaf543ba0
test: add functional test for an empty, unparsable asmap
5 years ago
Jon Atack b8d0412b21
config: separate the asmap finding and parsing checks
5 years ago
Jon Atack 81c38a2497
config: enable passing -asmap an absolute file path
5 years ago
Jon Atack fbe9b024f0
config: use default value in -asmap config
5 years ago
Jon Atack 08b992675c
test: add feature_asmap functional tests
5 years ago
MarcoFalke a71c34742c
Merge #17809: rpc: Auto-format RPCResult
5 years ago
fanquake 088604221b
Merge #18253: doc: Correct spelling errors in comments
5 years ago
Ben Woosley 9b0e16226e
doc: Correct spelling errors in comments
5 years ago
MarcoFalke fa6df0de53
test: Bump timeouts to accomodate really slow disks
5 years ago
Wladimir J. van der Laan ac5c5d0162
Merge #18168: httpserver: use own HTTP status codes
5 years ago