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-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-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
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
2017-01-24
Ensure cs_vNodes is held when using the return value from FindNode
Matt Corallo
2017-01-24
Delete some unused (and broken) functions in CConnman
Matt Corallo
2017-01-24
Merge #9624: [Trivial] fix logging typo in FlushStateToDisk()
Jonas Schnelli
2017-01-24
[Trivial] fix logging typo in FlushStateToDisk()
John Newbery
2017-01-24
Merge #9617: [Trivial] Update license year range to 2017
Wladimir J. van der Laan
2017-01-24
Merge #9371: Notify on removal
Wladimir J. van der Laan
2017-01-24
Merge #9588: qt: Use nPowTargetSpacing constant
Jonas Schnelli
2017-01-23
[Trivial] Update license year range to 2017
Lauda
2017-01-23
Better document usage of SyncTransaction
Alex Morcos
2017-01-23
Introduce MemPoolConflictRemovalTracker
Alex Morcos
2017-01-23
mempool: add notification for added/removed entries
Wladimir J. van der Laan
[next]