11629 Commits (3b4b6dcdd77f3ba76fb0cda6f2c277ec1629d8d3)
 

Author SHA1 Message Date
MarcoFalke fa27d990ee [qa] create_cache: Delete temp dir when done 8 years ago
Jonas Schnelli 1b6bcdd3aa
Remove maxuploadtargets recommended minimum 8 years ago
Wladimir J. van der Laan fa7caf6d91
Merge #8693: add witness address to address book 8 years ago
Wladimir J. van der Laan c9914c2094
Merge #8699: Remove createwitnessaddress RPC command 8 years ago
MarcoFalke 7fe6c5c993
Merge #8652: [qa]: remove root test directory for RPC tests 8 years ago
Wladimir J. van der Laan 37ac67816a
Merge #8601: Add option to opt into full-RBF when sending funds (rebase, original by petertodd) 8 years ago
Wladimir J. van der Laan 86726d8680 Rename `-optintofullrbf` option to `-walletrbf` 8 years ago
Wladimir J. van der Laan 39ac1ec642
Merge #8697: fix op order to append first alert 8 years ago
Wladimir J. van der Laan 2562152441
Merge #8662: Update btcdrak signing key 8 years ago
Wladimir J. van der Laan 4ced5de71d
Merge #8528: Update p2p-segwit.py to reflect correct behavior 8 years ago
Wladimir J. van der Laan 7e9ab9555c
Merge #8608: Install manpages via make install, also add some autogenerated manpages 8 years ago
Johnson Lau 86c3f8db0b Remove createwitnessaddress 8 years ago
isle2983 4677b197f7 [copyright] add MIT License copyright header to remaining Python files 8 years ago
isle2983 37a7fe9e44 [copyright] add MIT License copyright header to zmq_sub.py 8 years ago
isle2983 783e930e68 [copyright] Add missing copyright headers 8 years ago
isle2983 0766d1cac3 [copyright] add MIT license headers to .sh scripts where missing 8 years ago
rodasmith 1d635ae61b fix op order to append first alert 8 years ago
MarcoFalke 2a0836f6d5
Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHash 8 years ago
instagibbs 62ffbbdec3 add witness address to address book 8 years ago
Jonas Schnelli 702e6e059b
Merge #8678: [Qt][CoinControl] fix UI bug that could result in paying unexpected fee 8 years ago
Pieter Wuille 6898213409
Merge #8681: Performance Regression Fix: Pre-Allocate txChanged vector 8 years ago
Wladimir J. van der Laan 2abfe5956e
Merge #8664: Fix segwit-related wallet bug 8 years ago
Wladimir J. van der Laan 6423116741
Merge #8085: p2p: Begin encapsulation 8 years ago
Wladimir J. van der Laan 4daf02a03f
Merge #8677: Do not shadow upper local variable 'send', prevent -Wshadow compiler warning. 8 years ago
Wladimir J. van der Laan 7f8b677aeb
Merge #8563: Add configure check for -latomic 8 years ago
Wladimir J. van der Laan 666eaf03cf
Merge #8680: Address Travis spurious failures 8 years ago
Wladimir J. van der Laan 80a4f21d37
Merge #8525: Do not store witness txn in rejection cache 8 years ago
Wladimir J. van der Laan 17347d6a59
Merge #8683: fix incorrect file name bitcoin.qrc 8 years ago
Cory Fields 0103c5b90f net: move MAX_FEELER_CONNECTIONS into connman 8 years ago
Jeremy Rubin e700cd0bc8 Convert ForEachNode* functions to take a templated function argument rather than a std::function to eliminate std::function overhead 8 years ago
Jeremy Rubin d1a2295f0d Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 8 years ago
Cory Fields 98591c5027 net: move vNodesDisconnected into CConnman 8 years ago
Cory Fields fa2f8bc47f net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options 8 years ago
Cory Fields a19553b992 net: Introduce CConnection::Options to avoid passing so many params 8 years ago
Cory Fields bafa5fc5a1 net: Drop StartNode/StopNode and use CConnman directly 8 years ago
Cory Fields e81a602cf0 net: pass CClientUIInterface into CConnman 8 years ago
Cory Fields f60b9059e4 net: Pass best block known height into CConnman 8 years ago
Cory Fields fdf69ff21a net: move max/max-outbound to CConnman 8 years ago
Cory Fields 8a593694b1 net: move semOutbound to CConnman 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields be9c796dc5 net: move SendBufferSize/ReceiveFloodSize to CConnman 8 years ago
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields adf5d4c2e4 net: SocketSendData returns written size 8 years ago
Cory Fields ee44fa9576 net: move messageHandlerCondition to CConnman 8 years ago
Cory Fields 960cf2e405 net: move nLocalHostNonce to CConnman 8 years ago
Cory Fields 551e0887db net: move nLastNodeId to CConnman 8 years ago
Cory Fields 6c19d92361 net: move whitelist functions into CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields c0569c7fa1 net: Add most functions needed for vNodes to CConnman 8 years ago
Cory Fields 8ae2dac1c6 net: move added node functions to CConnman 8 years ago