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-02-09
Fix typo and spelling inconsistency in CONTRIBUTING.md
Koki Takahashi
2017-02-02
Merge #9654: Add jtimon pgp keys for commit sigs and future gitian builds
Wladimir J. van der Laan
2017-02-02
Merge #9656: Check verify-commits on pushes to master
Wladimir J. van der Laan
2017-02-02
Merge #9556: Remove redundant semicolons
Wladimir J. van der Laan
2017-02-02
Merge #9580: Fix various minor linearization script issues
Wladimir J. van der Laan
2017-02-02
Merge #9663: [RPC] clarify listunspent amount description
Wladimir J. van der Laan
2017-02-01
Test that pushes to bitcoin/bitcoin are signed per verify-commits
Matt Corallo
2017-02-01
Require merge commits merge branches on top of other merge commits
Matt Corallo
2017-02-01
clarify listunspent amount description
Gregory Sanders
2017-02-01
Merge #9625: Increase minimum debug.log size to 10MB after shrink.
Wladimir J. van der Laan
2017-02-01
Merge #9640: Bumpfee: bugfixes for error handling and feerate calculation
Wladimir J. van der Laan
2017-01-31
rpc: bumpfee: handle errors more gracefully
Suhas Daftuar
2017-01-31
rpc: bumpfee: use correct maximum signed tx size for fee calculation
Suhas Daftuar
2017-01-31
Contrib: Add jtimon pgp keys for commit sigs and future gitian builds
Jorge Timón
2017-01-30
wallet: Refactor dummy signature signing for reusability
Suhas Daftuar
2017-01-30
Merge #9647: Skip RAII event tests if libevent is built without event_set_mem...
Wladimir J. van der Laan
2017-01-30
Merge #9649: [doc] Remove unused clang format dev script
MarcoFalke
2017-01-30
qt: periodic translations update
Wladimir J. van der Laan
2017-01-30
Merge #9644: [refactor] Remove using namespace <xxx> from src/
MarcoFalke
2017-01-30
Merge #9626: Clean up a few CConnman cs_vNodes/CNode things
Wladimir J. van der Laan
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-30
Merge #9646: depends: Fix cross build for qt5.7
Wladimir J. van der Laan
2017-01-29
Merge #9510: [trivial] Fix typos in comments
MarcoFalke
2017-01-28
[doc] Remove unused clang format dev script
MarcoFalke
2017-01-28
Skip RAII event tests if libevent is built without event_set_mem_functions
Luke Dashjr
2017-01-28
qt: fix build with zlib for target
Cory Fields
2017-01-28
depends: add a zlib build
Cory Fields
2017-01-28
build: find qt's renamed helper libs from 5.7
Cory Fields
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-27
Merge #9638: qa: Actually test assertions in pruning.py
Wladimir J. van der Laan
2017-01-27
Merge #9637: [Qt] fix transaction details output-index to reflect vout index
Wladimir J. van der Laan
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-26
Change bumpfee result value from 'oldfee' to 'origfee'.
Alex Morcos
2017-01-26
Introduce WALLET_INCREMENTAL_RELAY_FEE
Alex Morcos
2017-01-26
qa: Actually test assertions in pruning.py
MarcoFalke
2017-01-26
Use CWallet::GetMinimumFee in bumpfee
Alex Morcos
2017-01-26
[Qt] fix transaction details output-index to reflect vout index
Jonas Schnelli
2017-01-26
Merge #9519: Exclude RBF replacement txs from fee estimation
Wladimir J. van der Laan
2017-01-26
Merge #9594: Send final alert message to older peers after connecting.
Wladimir J. van der Laan
2017-01-26
Merge #9574: [depends] Fix QT build on OSX
Wladimir J. van der Laan
2017-01-26
Merge #9587: Do not shadow local variable named `tx`.
Wladimir J. van der Laan
2017-01-26
Merge #9613: [wallet] Clarify getbalance help string to explain interaction w...
Wladimir J. van der Laan
2017-01-26
Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks
Wladimir J. van der Laan
2017-01-25
Refactor GetMinimumFee to give option of providing targetFee
Alex Morcos
2017-01-26
Merge #9628: qa: Increase a sync_blocks timeout in pruning.py
MarcoFalke
2017-01-25
Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set
Matt Corallo
2017-01-25
Fix various minor linearization script issues
Douglas Roark
2017-01-25
qa: Increase a sync_blocks timeout in pruning.py
Suhas Daftuar
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-24
Increase minimum debug.log size to 10MB after shrink.
Alex Morcos
[next]