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-12-20
reduce number of lookups in TransactionWithinChainLimit
Gregory Sanders
2016-12-20
CreateTransaction: Don't return success with too-many-ancestor txn
Gregory Sanders
2016-12-20
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-19
qt: Pre-rc1 translations update
Wladimir J. van der Laan
2016-12-19
Merge #9347: [0.13.2] wallet/rpc backports
Wladimir J. van der Laan
2016-12-19
Merge #9357: [0.13 backport] Attempt reconstruction from all compact block an...
Wladimir J. van der Laan
2016-12-15
Complain when unknown rpcserialversion is specified
Pieter Wuille
2016-12-15
Merge #9340: [0.13] Update secp256k1 subtree
Wladimir J. van der Laan
2016-12-14
Allow compactblock reconstruction when block is in flight
Suhas Daftuar
2016-12-14
Return txid even if ATMP fails for new transaction
Pieter Wuille
2016-12-14
Make RelayWalletTransaction attempt to AcceptToMemoryPool.
Gregory Maxwell
2016-12-14
Update for OpenSSL 1.1 API
Gregory Maxwell
2016-12-14
[Wallet] Bugfix: FRT: don't terminate when keypool is empty
Jonas Schnelli
2016-12-14
Merge #9264: 0.13.2 backports
Wladimir J. van der Laan
2016-12-13
Merge commit '64dfdde0aa7f7ef24e6cbf3c57e6d24efc55367e' into HEAD
MarcoFalke
2016-12-13
Squashed 'src/secp256k1/' changes from 6c527ec..8225239
MarcoFalke
2016-12-06
IsInitialBlockDownload no longer uses header-only timestamps.
Gregory Maxwell
2016-12-06
Remove GetTotalBlocksEstimate and checkpoint tests that test nothing.
Gregory Maxwell
2016-12-06
IBD check uses minimumchain work instead of checkpoints.
Gregory Maxwell
2016-12-06
Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())
Matt Corallo
2016-12-05
Adapt ZMQ/rest serialization to take rpcserialversion arg
instagibbs
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-03
Improvement of documentation of command line parameter 'whitelist'
wodry
2016-12-02
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-12-02
Add script tests for FindAndDelete in pre-segwit and segwit scripts
Johnson Lau
2016-12-02
Change all instance of 'GMT epoch' to 'Unix epoch'
matthias
2016-12-02
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-12-02
Fix calculation of number of bound sockets to use
Matt Corallo
2016-12-02
Include select.h when WIN32 is not defined
Ivo van der Sangen
2016-12-02
bench: Fix subtle counting issue when rescaling iteration count
Wladimir J. van der Laan
2016-12-02
Send tip change notification from invalidateblock
Russell Yanofsky
2016-12-02
qt: Avoid OpenSSL certstore-related memory leak
Wladimir J. van der Laan
2016-12-02
qt: Avoid shutdownwindow-related memory leak
Wladimir J. van der Laan
2016-12-02
qt: Avoid splash-screen related memory leak
Wladimir J. van der Laan
2016-12-02
qt: Prevent thread/memory leak on exiting RPCConsole
Wladimir J. van der Laan
2016-12-02
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-12-02
[Qt] Clean up and fix coincontrol tree widget handling
Wladimir J. van der Laan
2016-12-02
[Qt] fix coincontrol sort issue
Jonas Schnelli
2016-12-02
fix getnettotals RPC description about timemillis.
Masahiko Hyuga
2016-12-02
net: don't send feefilter messages before the version handshake is complete
Cory Fields
2016-12-02
qt: Use correct conversion function for boost::path datadir
Wladimir J. van der Laan
2016-12-02
Missed one "return false" in recent refactoring in #9067
UdjinM6
2016-12-02
Every main()/exit() should return/use one of EXIT_ codes instead of magic num...
UdjinM6
2016-12-02
Fix exit codes:
UdjinM6
2016-12-02
[rpc] ParseHash: Fail when length is not 64
MarcoFalke
2016-12-02
Fix doxygen comment: the transaction is returned in txOut
Pavel JanÃk
2016-12-02
[Qt] make warnings label selectable
Jonas Schnelli
2016-12-02
Sync bitcoin-tx with tx version policy
BtcDrak
2016-12-02
Use RelevantServices instead of node_network in AttemptToEvict.
Gregory Maxwell
2016-12-02
Make orphan parent fetching ask for witnesses.
Gregory Maxwell
[next]