aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-07refactor: Move port mapping code to its own moduleHennadii Stepanov
2021-01-07Merge bitcoin-core/gui#173: Follow Qt docs when implementing rowCount and col...MarcoFalke
2021-01-07Merge #20864: net: Move SocketSendData lock annotation to headerMarcoFalke
2021-01-07net: Move SocketSendData lock annotation to headerMarcoFalke
2021-01-07net: Move CConnman/NetEventsInterface after CNode in header fileMarcoFalke
2021-01-07Merge bitcoin-core/gui#165: Save QSplitter state in QSettingsMarcoFalke
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2021-01-06Merge #20829: doc: add -netinfo helpWladimir J. van der Laan
2021-01-06Merge #20816: net: Move RecordBytesSent() call out of cs_vSend lockMarcoFalke
2021-01-05netinfo: add user help documentationJon Atack
2021-01-05Merge #19915: p2p, refactor: Use Mutex type for some mutexes in CNode classMarcoFalke
2021-01-05Merge #19846: build: enable unused member function diagnosticMarcoFalke
2021-01-05Merge #20842: docs: consolidate typo & url fixingMarcoFalke
2021-01-04[mempool] Remove error suppression on upgradeAmiti Uttarwar
2021-01-04Merge #20736: rpc: Replace boost::variant with std::variant for RPCArg.m_fall...MarcoFalke
2021-01-04doc: fix various typosIkko Ashimine
2021-01-04doc: Use https URLs where possibleSawyer Billings
2021-01-03Merge #20760: test: Set correct nValue for multi-op-return policy checkMarcoFalke
2021-01-03Merge #20765: fuzz: check that certain script TxoutType are nonstandardMarcoFalke
2021-01-02qt: Follow Qt docs when implementing rowCount and columnCountHennadii Stepanov
2021-01-02[net] Add cs_vSend lock annotationsJohn Newbery
2021-01-02[net] Move RecordBytesSent() call out of cs_vSend lockJohn Newbery
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2021-01-02Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...MarcoFalke
2021-01-01rpc: Replace boost::variant with std::variant for RPCArg.m_fallbackMarcoFalke
2020-12-31Merge #20813: scripted-diff: Bump copyright headersMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-31fuzz: Remove duplicate ALL_OUTPUT_TYPE arrayMarcoFalke
2020-12-31fuzz: Bump FuzzedDataProvider.hMarcoFalke
2020-12-29Merge #20377: fuzz: Fill various small fuzzing gapsMarcoFalke
2020-12-28fuzz: check that certain script TxoutType are nonstandardMichael Dietz
2020-12-29p2p: remove unused legacyWhitelisted variableJon Atack
2020-12-28Merge #162: Add network to peers window and peer detailsWladimir J. van der Laan
2020-12-28Merge #20755: [rpc] Remove deprecated fields from getpeerinfoMarcoFalke
2020-12-28Merge #20771: refactor: Enable -Wswitch for FeeEstimateHorizonfanquake
2020-12-27fuzz: Add coverage for CDataStream consumerpracticalswift
2020-12-27gui: display network in peer detailsJon Atack
2020-12-27gui: rename peer tab column headers, initialize in .hHennadii Stepanov
2020-12-27gui: add network column in peers tab/windowJon Atack
2020-12-27gui: fix broken doxygen formatting in src/qt/guiutil.hJon Atack
2020-12-27gui: create GUIUtil::NetworkToQString() utility functionJon Atack
2020-12-27net, rpc: change CNodeStats::m_network from string to NetworkJon Atack
2020-12-27Merge #20674: fuzz: Call SendMessages after ProcessMessage to increase coveragefanquake
2020-12-26[rpc] Remove deprecated "whitelisted" field from getpeerinfoAmiti Uttarwar
2020-12-26[rpc] Remove deprecated "banscore" field from getpeerinfoAmiti Uttarwar
2020-12-26[rpc] Remove deprecated "addnode" field from getpeerinfoAmiti Uttarwar
2020-12-26Merge #20756: [doc] Add missing field (permissions) to the getpeerinfo helpMarcoFalke
2020-12-26refactor: Enable -Wswitch for FeeEstimateHorizonMarcoFalke
2020-12-25qt: Save QSplitter state in QSettingsHennadii Stepanov
2020-12-25Merge #19972: fuzz: Add fuzzing harness for node eviction logicMarcoFalke