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
2017-03-17
Merge #9818: Save watch only key timestamps when reimporting keys
Wladimir J. van der Laan
2017-03-17
Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...
Jonas Schnelli
2017-03-17
Merge #9690: Change 'Clear' button string to 'Reset'
Jonas Schnelli
2017-03-17
Merge #9974: Add basic Qt wallet test
Jonas Schnelli
2017-03-16
util: rename variable to avoid shadowing
Pavol Rusnak
2017-03-16
Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL
Wladimir J. van der Laan
2017-03-16
Merge #9993: Initialize nRelockTime
MarcoFalke
2017-03-16
[trivial] Fix a typo (introduced two days ago) in the default fee warning
practicalswift
2017-03-15
Add new test_bitcoin-qt static library dependencies
Russell Yanofsky
2017-03-15
Add simple qt wallet test sending a transaction
Russell Yanofsky
2017-03-15
Add braces to if statements in Qt test_main
Russell Yanofsky
2017-03-14
Initialize nRelockTime
Patrick Strateman
2017-03-14
Merge #9481: [Qt] Show more significant warning if we fall back to the defaul...
Wladimir J. van der Laan
2017-03-14
Merge #9955: Don't require segwit in getblocktemplate for segwit signalling o...
Wladimir J. van der Laan
2017-03-14
Merge #9497: CCheckQueue Unit Tests
Wladimir J. van der Laan
2017-03-14
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-14
Merge #9505: Prevector Quick Destruct
Wladimir J. van der Laan
2017-03-14
Merge #8665: Assert all the things!
Wladimir J. van der Laan
2017-03-13
Merge #9963: util: Properly handle errors during log message formatting
Wladimir J. van der Laan
2017-03-13
Merge #9830: Add safe flag to listunspent result
Wladimir J. van der Laan
2017-03-13
Merge #9953: Fix shutdown hang with >= 8 -addnodes set
Wladimir J. van der Laan
2017-03-13
util: Throw tinyformat::format_error on formatting error
Wladimir J. van der Laan
2017-03-12
util: Properly handle errors during log message formatting
Wladimir J. van der Laan
2017-03-10
Make qt test compatible with TestChain100Setup framework
Russell Yanofsky
2017-03-10
Make test_bitcoin.cpp compatible with Qt Test framework
Russell Yanofsky
2017-03-10
Add safe flag to listunspent result
NicolasDorier
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-09
Merge #9962: [trivial] Fix typo in rpc/protocol.h
MarcoFalke
2017-03-09
Merge #9538: [util] Remove redundant call to get() on smart pointer (thread_s...
Wladimir J. van der Laan
2017-03-09
Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabled
Wladimir J. van der Laan
2017-03-09
[util] Remove redundant call to get() on smart pointer (thread_specific_ptr)
practicalswift
2017-03-09
[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06
practicalswift
2017-03-09
Merge #9916: Fix msvc compiler error C4146 (minus operator applied to unsigne...
Wladimir J. van der Laan
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-09
Merge #9575: Remove unused, non-working RPC PostCommand signal
Wladimir J. van der Laan
2017-03-09
Remove unreachable code (g_rpcSignals.PostCommand)
practicalswift
2017-03-09
Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources
Wladimir J. van der Laan
2017-03-09
Trivial: Add const modifier to GetHDChain and IsHDEnabled
NicolasDorier
2017-03-08
Add missing braces in semaphore posts in net
Matt Corallo
2017-03-08
Fix shutdown hang with >= 8 -addnodes set
Matt Corallo
2017-03-08
Add commenting around JSON error codes
John Newbery
2017-03-08
Refactor: Remove using namespace <xxx> from util*
Karl-Johan Alm
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-08
Refactor: Remove using namespace <xxx> from script/
Karl-Johan Alm
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-08
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...
MarcoFalke
2017-03-08
Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)
kobake
2017-03-07
Improve logging in bctest.py if there is a formatting mismatch
John Newbery
2017-03-07
Return correct error codes in fundrawtransaction().
John Newbery
2017-03-07
Return correct error codes in setban().
John Newbery
[next]