index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-12-14
Merge #10839: Don't use pass by reference to const for cheaply-copied types (...
Wladimir J. van der Laan
2017-12-14
Merge #11842: [build] Add missing stuff to clean-local
Wladimir J. van der Laan
2017-12-14
Merge #11884: Remove unused include in hash.cpp
Wladimir J. van der Laan
2017-12-14
Merge #11864: Make CWallet::FundTransaction atomic
Wladimir J. van der Laan
2017-12-14
[wallet] Make CWallet::FundTransaction atomic
João Barbosa
2017-12-14
[wallet] Tidy up CWallet::FundTransaction
João Barbosa
2017-12-13
Merge #11877: Improve createrawtransaction functional tests
Wladimir J. van der Laan
2017-12-13
test: Add createrawtransaction functional tests
João Barbosa
2017-12-13
test: Add multidict to support dictionary with duplicate key (laanwj)
João Barbosa
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-12-13
Remove unused include in hash.cpp
Karl-Johan Alm
2017-12-13
Merge #11363: net: Split socket create/connect
Wladimir J. van der Laan
2017-12-12
net: use CreateSocket for binds
Cory Fields
2017-12-12
net: pass socket closing responsibility up to caller for outgoing connections
Cory Fields
2017-12-12
net: Move IsSelectableSocket check into socket creation
Cory Fields
2017-12-12
net: split socket creation out of connection
Cory Fields
2017-12-12
Merge #11870: wallet: Remove unnecessary mempool lock in ReacceptWalletTransa...
Wladimir J. van der Laan
2017-12-12
Merge #11854: Split up key and script metadata for better type safety
Wladimir J. van der Laan
2017-12-12
rpc: Validate replaceable type in createrawtransaction
João Barbosa
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
Merge #10279: Add a CChainState class to validation.cpp to take another step ...
Wladimir J. van der Laan
2017-12-12
Merge #11849: [tests] Assert that only one NetworkThread exists
Wladimir J. van der Laan
2017-12-12
Merge #11831: Always return true if AppInitMain got to the end
Wladimir J. van der Laan
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-12-12
Merge #11516: crypto: Add test cases covering the relevant HMAC-SHA{256,512} ...
Wladimir J. van der Laan
2017-12-11
wallet: Remove unnecessary mempool lock in ReacceptWalletTransactions
João Barbosa
2017-12-11
Merge #11836: Rename rpcuser.py to rpcauth.py
Wladimir J. van der Laan
2017-12-11
Merge #11583: Do not make it trivial for inbound peers to generate log entries
Wladimir J. van der Laan
2017-12-11
Merge #11839: don't attempt mempool entry for wallet transactions on startup ...
Wladimir J. van der Laan
2017-12-11
[tests] Add NetworkThread assertions
John Newbery
2017-12-11
[tests] Fix network threading in functional tests
John Newbery
2017-12-11
[tests] Use network_thread_start() in tests.
John Newbery
2017-12-11
[tests] Add network_thread_ utility functions.
John Newbery
2017-12-11
add test for unconfirmed balance between restarts
Gregory Sanders
2017-12-11
don't attempt mempool entry for wallet transactions on startup if already in ...
Gregory Sanders
2017-12-10
Merge #11835: Add Travis check for unused Python imports
MarcoFalke
2017-12-10
Add Travis check for unused Python imports
practicalswift
2017-12-10
Remove unused Python imports
practicalswift
2017-12-09
Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...
Wladimir J. van der Laan
2017-12-08
Split up key and script metadata for better type safety
Russell Yanofsky
2017-12-07
Merge #11847: Make boost::multi_index comparators const
Wladimir J. van der Laan
2017-12-07
Merge #11809: gui: Fix proxy setting options dialog crash
Wladimir J. van der Laan
2017-12-07
Merge #11838: qa: Add getrawtransaction in_active_chain=False test
Wladimir J. van der Laan
2017-12-07
gui: Fix proxy setting options dialog crash
Wladimir J. van der Laan
2017-12-07
Make boost::multi_index comparators const
Suhas Daftuar
2017-12-07
Merge #11829: Test datadir specified in conf file exists
Wladimir J. van der Laan
2017-12-06
[Doc] Update bip.md, add support for BIP 159
Jonas Schnelli
2017-12-06
[QA] Add node_network_limited test
Jonas Schnelli
2017-12-07
[build] Add missing stuff to clean-local
Karl-Johan Alm
2017-12-06
doc: Update release notes for share/rpcauth/rpcauth.py rename
Henrik Jonsson
[next]