index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-02-10
net: add RAII socket and use it instead of bare SOCKET
Vasil Dimov
2021-02-10
net: move CloseSocket() from netbase to util/sock
Vasil Dimov
2021-02-10
net: move MillisToTimeval() from netbase to util/time
Vasil Dimov
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-13
Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto...
MarcoFalke
2021-01-13
Merge #20917: doc, rpc: add missing signet mentions in network name lists
MarcoFalke
2021-01-13
Merge #20913: doc: Add manual page generation for bitcoin-util
Wladimir J. van der Laan
2021-01-13
Merge #20811: refactor: move net_processing implementation details out of header
Wladimir J. van der Laan
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-12
doc, rpc: add missing signet mentions in network name lists
Sebastian Falbesoner
2021-01-12
doc: Add manual page generation for bitcoin-util
Wladimir J. van der Laan
2021-01-12
Merge #19937: signet mining utility
Wladimir J. van der Laan
2021-01-12
Add bitcoin-util command line utility
Anthony Towns
2021-01-12
Merge #20495: sync: Use decltype(auto) return type for WITH_LOCK
fanquake
2021-01-11
Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...
MarcoFalke
2021-01-11
Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...
fanquake
2021-01-11
Merge #20373: refactor, net: Increase CNode data member encapsulation
MarcoFalke
2021-01-11
Merge #20852: net: allow CSubNet of non-IP networks
Wladimir J. van der Laan
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-11
Merge bitcoin-core/gui#161: Add PeerTableModel::StatsRole to prevent data lay...
Jonas Schnelli
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-11
Merge #18819: net: Replace cs_feeFilter with simple std::atomic
fanquake
2021-01-10
net: allow CSubNet of non-IP networks
Vasil Dimov
2021-01-10
refactor, net: Increase CNode data member encapsulation
Hennadii Stepanov
2021-01-10
refactor, move-only: Relocate CNode private members
Hennadii Stepanov
2021-01-10
Merge bitcoin-core/gui#163: Peer details: replace Direction with Connection Type
MarcoFalke
2021-01-10
Merge #20881: fuzz: net permission flags in net processing
MarcoFalke
2021-01-09
net_processing: move Peer definition to .cpp
Anthony Towns
2021-01-09
net_processing: move PeerManagerImpl into cpp file
Anthony Towns
2021-01-09
net_processing: split PeerManager into interface and implementation classes
Anthony Towns
2021-01-09
net_processing: make more of PeerManager private
Anthony Towns
2021-01-09
net, net_processing: move NetEventsInterface method docs to net.h
Anthony Towns
2021-01-09
rpc: move getpeerinfo connection_type help to correct place
Jon Atack
2021-01-09
gui: improve connection type tooltip
Hennadii Stepanov
2021-01-09
gui: replace Direction with Connection Type in peer details
Jon Atack
2021-01-08
gui: create GUIUtil::ConnectionTypeToQString utility function
Jon Atack
2021-01-08
Merge #20786: net: [refactor] Prefer integral types in CNodeStats
MarcoFalke
2021-01-08
fuzz: Add missing muhash registration
MarcoFalke
2021-01-07
Merge #14501: Fix possible data race when committing block files
Wladimir J. van der Laan
2021-01-07
Merge #18077: net: Add NAT-PMP port forwarding support
Wladimir J. van der Laan
2021-01-07
[rpc/net] Introduce addconnection to test outbounds & blockrelay
Amiti Uttarwar
2021-01-07
fuzz: net permission flags in net processing
MarcoFalke
2021-01-07
Merge #19055: Add MuHash3072 implementation
Wladimir J. van der Laan
2021-01-07
gui: Add NAT-PMP network option
Hennadii Stepanov
2021-01-07
net: Add -natpmp command line option
Hennadii Stepanov
2021-01-07
net: Add NAT-PMP to port mapping loop
Hennadii Stepanov
2021-01-07
net: Add libnatpmp support
Hennadii Stepanov
2021-01-07
gui: Apply port mapping changes on dialog exit
Hennadii Stepanov
2021-01-07
scripted-diff: Rename UPnP stuff
Hennadii Stepanov
2021-01-07
net: Add flags for port mapping protocols
Hennadii Stepanov
[next]