aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-04Merge #19053: refactor: replace CNode pointers by references within net_proce...MarcoFalke
2020-06-04Merge #19112: rpc: Remove special case for unknown service flagsWladimir J. van der Laan
2020-06-04Merge #17994: validation: flush undo files after last block writeWladimir J. van der Laan
2020-06-04Merge #19131: refactor: Fix unreachable code in init arg checksWladimir J. van der Laan
2020-06-04Merge #19142: validation: Make VerifyDB level 4 interruptiblefanquake
2020-06-03Merge #19088: validation: use std::chrono throughout some validation functionsMarcoFalke
2020-06-03Merge #18875: fuzz: Stop nodes in process_message* fuzzersMarcoFalke
2020-06-03validation: Make VerifyDB level 4 interruptibleMarcoFalke
2020-06-03validation: Remove unused boost interruption_pointMarcoFalke
2020-06-03Merge #19084: net: improve code documentation for dns seed behaviourfanquake
2020-06-02Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke
2020-06-02Merge #18792: wallet: Remove boost from PeriodicFlushfanquake
2020-06-02Merge #13204: Faster sigcache nonceMarcoFalke
2020-06-02wallet: Remove unused boost::thread_interruptedMarcoFalke
2020-06-02Merge #19111: Limit scope of all global std::once_flagMarcoFalke
2020-06-02Merge #19104: gui, refactor: Register Qt meta types in application constructorJonas Schnelli
2020-06-02refactor: replace CNode pointers by references within net_processing.{h,cpp}Sebastian Falbesoner
2020-06-02refactor: Fix unreachable code in init arg checksJonathan Schoeller
2020-06-01Merge #19072: doc: Expand section on Getting Startedfanquake
2020-05-31Merge #18994: tests: Add fuzzing harnesses for functions in script/MarcoFalke
2020-05-31Merge #19044: net processing: Add support for getcfiltersMarcoFalke
2020-05-31Merge #16564: test: Always define the raii_event_tests test suiteMarcoFalke
2020-05-30Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke
2020-05-30tests: Add fuzzing harness for functions in script/sign.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/sigcache.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/interpreter.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/descriptor.hpracticalswift
2020-05-30tests: Add fuzzing harness for functions in script/bitcoinconsensus.hpracticalswift
2020-05-30tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...practicalswift
2020-05-29rpc: Remove special case for unknown service flagsMarcoFalke
2020-05-29Limit scope of all global std::once_flagMarcoFalke
2020-05-29Merge #18926: test: Pass ArgsManager into getarg_testsMarcoFalke
2020-05-29Merge #19106: util: simplify the interface of serviceFlagToStr()Jonas Schnelli
2020-05-29util: dedup code in callers of serviceFlagToStr()Vasil Dimov
2020-05-29util: simplify the interface of serviceFlagToStr()Vasil Dimov
2020-05-29tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestination a...practicalswift
2020-05-30net: improve code documentation for dns seed behaviourAnthony Towns
2020-05-29gui, refactor: Register Qt meta types in application constructorJoão Barbosa
2020-05-29Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC consoleJonas Schnelli
2020-05-29Merge #14988: wallet: Fix for confirmed column in csv export for payment to s...Jonas Schnelli
2020-05-29Merge #16939: p2p: Delay querying DNS seedsfanquake
2020-05-29Merge #18424: qt: Use parent-child relation to manage lifetime of OptionsMode...Jonas Schnelli
2020-05-29Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli
2020-05-29Merge #17993: gui: Balance/TxStatus polling update based on last block hash.Jonas Schnelli
2020-05-29Merge #17968: qt: Ensure that ModalOverlay is resized properlyJonas Schnelli
2020-05-29Merge #17956: gui: Disable unavailable context menu items in transactions tabJonas Schnelli
2020-05-29Merge #17918: qt: Hide non PKHash-Addresses in signing address bookJonas Schnelli
2020-05-29Merge #17908: qt: Remove QFont warnings with QT_QPA_PLATFORM=minimalJonas Schnelli
2020-05-29Merge #17597: qt: Fix height of QR-less ReceiveRequestDialogJonas Schnelli
2020-05-29Merge #16432: qt: Add privacy to the Overview pageJonas Schnelli