10960 Commits (1111b80df84aa7bc72fbddcc7bafde43f0835d90)
 

Author SHA1 Message Date
Wladimir J. van der Laan a7c41f2de0
Merge #8126: std::shared_ptr based CTransaction storage in mempool 8 years ago
Jonas Schnelli cdf7dff424
OSX diskimages need 0775 folder permissions 8 years ago
Wladimir J. van der Laan 761cddb690
Merge #7703: tor: Change auth order to only use password auth if -torpassword 8 years ago
Wladimir J. van der Laan 67c91f8c4c
Merge #8065: Addrman offline attempts 8 years ago
Wladimir J. van der Laan 2156fa23b8
Merge #8078: Disable the mempool P2P command when bloom filters disabled 8 years ago
Wladimir J. van der Laan e012f3cea0 util: Add ParseUInt32 and ParseUInt64 8 years ago
Wladimir J. van der Laan 0f24eaf253
Merge #8164: [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue 8 years ago
Cory Fields 7e7eb2724e gitian: create debug packages for linux/windows 8 years ago
Cory Fields ad38204e6e gitian: use CONFIG_SITE rather than hijacking the prefix 8 years ago
Cory Fields b676f38791 depends: allow for CONFIG_SITE to be used rather than stealing prefix 8 years ago
Pavel Janík c2715d3ab8 Do not shadow local variables 8 years ago
Jonas Schnelli 86efa30ae3
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue 8 years ago
Wladimir J. van der Laan 79004d4ae6
Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number 8 years ago
Jonas Schnelli ae357d5ab9
[Bitcoin-Tx] Add tests for sequence number support 8 years ago
Pieter Wuille 888483098e Use C++11 thread-safe static initializers 8 years ago
Pieter Wuille c31b24f745 Use 64-bit SipHash of netgroups in eviction 8 years ago
Pieter Wuille 9bf156bb9e Support SipHash with arbitrary byte writes 8 years ago
Patrick Strateman 053930ffc4 Avoid recalculating vchKeyedNetGroup in eviction logic. 8 years ago
Wladimir J. van der Laan 22e0b35676
Merge #8136: Log/report in 10% steps during VerifyDB 8 years ago
Wladimir J. van der Laan 9b6a48c2e9
Merge #8118: Reduce unnecessary hashing in signrawtransaction 8 years ago
Pieter Wuille 288d85ddf2 Get rid of CTxMempool::lookup() entirely 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 8 years ago
Jonas Schnelli 8b78486d02
Log/report in 10% steps during VerifyDB 8 years ago
Wladimir J. van der Laan cfc6da0b1b
Merge #8151: [init] Make feefilter option debug option 8 years ago
MarcoFalke fa51a1d2b7 [init] Make feefilter option debug option 8 years ago
Kaz Wesley d3d02d5145 drop vAddrToSend after sending big addr message 8 years ago
MarcoFalke faf82e8fc8 [rpc] fundrawtransaction: Fix help text and interface 8 years ago
Luke Dashjr 12c708a4b3 getblocktemplate: Use version/force mutation to support pre-BIP9 clients 8 years ago
Luke Dashjr 98790608a4 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not 8 years ago
Luke Dashjr 72cd6b20ca qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates 8 years ago
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 8 years ago
Wladimir J. van der Laan 52c3f348be
Merge #8142: Improve CWallet API with new GetAccountPubkey function. 8 years ago
Patrick Strateman 152ab236ea Improve CWallet API with new GetAccountPubkey function. 8 years ago
Wladimir J. van der Laan 6b781df74f
Merge #8007: Minor locking improvements 8 years ago
Wladimir J. van der Laan 243ac0c75b
Merge #8137: Improve CWallet API with new AccountMove function. 8 years ago
Wladimir J. van der Laan 2e494489c3 tor: Change auth order to only use HASHEDPASSWORD if -torpassword 8 years ago
Wladimir J. van der Laan e6b141acf9
qt: translation strings update 8 years ago
Pieter Wuille c2a4724642 Optimization: use usec in expiration and reuse nNow 8 years ago
Pieter Wuille e9b4780b29 Optimization: don't check the mempool at all if no mempool req ever 8 years ago
Pieter Wuille dbfb426b96 Optimize the relay map to use shared_ptr's 8 years ago
Kaz Wesley f0fdda0181 IsInitialBlockDownload: usually avoid locking 8 years ago
Pieter Wuille 8d39d7a2cf Switch CTransaction storage in mempool to std::shared_ptr 8 years ago
Pieter Wuille 1b9e6d3c1a Add support for unique_ptr and shared_ptr to memusage 8 years ago
Jonas Schnelli d46b8b50fc
Merge #8143: comment nit: miners don't vote 8 years ago
Cory Fields 340012d9c9 build: add temporary fix for "bad magic number" error in out-of-tree builds 8 years ago
instagibbs e39dc698ad comment nit: miners don't vote 8 years ago
Wladimir J. van der Laan 8c1e49ba13
Merge #7967: [RPC] add feerate option to fundrawtransaction 8 years ago
Wladimir J. van der Laan c141c14c9f
Merge #7942: locking for Misbehave() and other cs_main locking fixes 8 years ago
MarcoFalke ae5575ba41
Merge #8139: Fix interrupted HTTP RPC connection workaround for Python 3.5+ 8 years ago
Pieter Wuille a82f03393a
Merge #7997: replace mapNextTx with slimmer setSpends 8 years ago