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
2016-06-08
Merge #8173: Use SipHash for node eviction (cont'd)
Pieter Wuille
2016-06-08
Merge #8083: Add support for dnsseeds with option to filter by servicebits
Pieter Wuille
2016-06-08
test: Add more test vectors for siphash
Wladimir J. van der Laan
2016-06-08
Merge #7935: Versionbits: GBT support
Pieter Wuille
2016-06-08
Merge #8153: [rpc] fundrawtransaction feeRate: Use BTC/kB
Wladimir J. van der Laan
2016-06-08
Merge #8126: std::shared_ptr based CTransaction storage in mempool
Wladimir J. van der Laan
2016-06-08
Merge #7703: tor: Change auth order to only use password auth if -torpassword
Wladimir J. van der Laan
2016-06-08
Merge #8065: Addrman offline attempts
Wladimir J. van der Laan
2016-06-08
Merge #8078: Disable the mempool P2P command when bloom filters disabled
Wladimir J. van der Laan
2016-06-07
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
Jonas Schnelli
2016-06-07
Merge #7957: [RPC][Bitcoin-TX] Add support for sequence number
Wladimir J. van der Laan
2016-06-07
[Bitcoin-Tx] Add tests for sequence number support
Jonas Schnelli
2016-06-07
Use C++11 thread-safe static initializers
Pieter Wuille
2016-06-07
Use 64-bit SipHash of netgroups in eviction
Pieter Wuille
2016-06-07
Support SipHash with arbitrary byte writes
Pieter Wuille
2016-06-07
Avoid recalculating vchKeyedNetGroup in eviction logic.
Patrick Strateman
2016-06-07
Merge #8136: Log/report in 10% steps during VerifyDB
Wladimir J. van der Laan
2016-06-07
Merge #8118: Reduce unnecessary hashing in signrawtransaction
Wladimir J. van der Laan
2016-06-07
Get rid of CTxMempool::lookup() entirely
Pieter Wuille
2016-06-07
[rpc] fundrawtransaction feeRate: Use BTC/kB
MarcoFalke
2016-06-07
Log/report in 10% steps during VerifyDB
Jonas Schnelli
2016-06-07
[init] Make feefilter option debug option
MarcoFalke
2016-06-06
[rpc] fundrawtransaction: Fix help text and interface
MarcoFalke
2016-06-06
getblocktemplate: Use version/force mutation to support pre-BIP9 clients
Luke Dashjr
2016-06-06
getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...
Luke Dashjr
2016-06-06
Implement BIP 9 GBT changes
Luke Dashjr
2016-06-06
Merge #8142: Improve CWallet API with new GetAccountPubkey function.
Wladimir J. van der Laan
2016-06-06
Improve CWallet API with new GetAccountPubkey function.
Patrick Strateman
2016-06-06
Merge #8007: Minor locking improvements
Wladimir J. van der Laan
2016-06-06
Merge #8137: Improve CWallet API with new AccountMove function.
Wladimir J. van der Laan
2016-06-06
tor: Change auth order to only use HASHEDPASSWORD if -torpassword
Wladimir J. van der Laan
2016-06-06
qt: translation strings update
Wladimir J. van der Laan
2016-06-06
Optimization: use usec in expiration and reuse nNow
Pieter Wuille
2016-06-06
Optimization: don't check the mempool at all if no mempool req ever
Pieter Wuille
2016-06-06
Optimize the relay map to use shared_ptr's
Pieter Wuille
2016-06-04
IsInitialBlockDownload: usually avoid locking
Kaz Wesley
2016-06-05
Switch CTransaction storage in mempool to std::shared_ptr
Pieter Wuille
2016-06-05
Add support for unique_ptr and shared_ptr to memusage
Pieter Wuille
2016-06-03
comment nit: miners don't vote
instagibbs
2016-06-03
Merge #7967: [RPC] add feerate option to fundrawtransaction
Wladimir J. van der Laan
2016-06-03
Merge #7942: locking for Misbehave() and other cs_main locking fixes
Wladimir J. van der Laan
2016-06-03
Merge #7997: replace mapNextTx with slimmer setSpends
Pieter Wuille
2016-06-03
Merge #7825: Prevent multiple calls to ExtractDestination
Pieter Wuille
2016-06-02
mapNextTx: use pointer as key, simplify value
Kaz Wesley
2016-06-02
Merge #7992: Extend #7956 with one more test.
Pieter Wuille
2016-06-02
Improve CWallet API with new AccountMove function.
Patrick Strateman
2016-06-02
Merge #8129: Fix RPC console auto completer
Jonas Schnelli
2016-06-01
Merge #8077: Consensus: Decouple from chainparams.o and timedata.o
Pieter Wuille
2016-06-01
Use std::atomic for fRequestShutdown and fReopenDebugLog
Pieter Wuille
2016-06-01
Revert "Include signal.h for sig_atomic_t in WIN32"
Pieter Wuille
[next]