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-01-31
Net: pass interruptMsgProc as const where possible
Jorge Timón
2017-01-31
Net: Make CNetMsgMaker more const
Jorge Timón
2017-01-31
Net: CConnman: Make some methods const
Jorge Timón
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-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-27
[trivial] Fix typos in comments
practicalswift
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
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 #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-25
Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set
Matt Corallo
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
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
[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
2017-01-23
Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool
Pieter Wuille
2017-01-23
Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...
Wladimir J. van der Laan
2017-01-23
[wallet] Clarify getbalance help string to explain interaction with bumpfee
Russell Yanofsky
2017-01-23
Merge #9511: Don't overwrite validation state with corruption check
Wladimir J. van der Laan
2017-01-23
Merge #9583: Move wallet callbacks into cs_main (this effectively reverts #7946)
Wladimir J. van der Laan
2017-01-22
Merge #9610: [Trivial] Grammar and typo correction (laudaa)
MarcoFalke
2017-01-22
[Trivial] Grammar and typo correction
Lauda
2017-01-22
Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests...
MarcoFalke
2017-01-20
Exclude RBF txs from fee estimation
Alex Morcos
2017-01-20
qt: Periodic translation update
Wladimir J. van der Laan
2017-01-20
trivial: squash missing field 'argNames' initializer warning in qt tests
Wladimir J. van der Laan
2017-01-20
Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...
Wladimir J. van der Laan
2017-01-20
[rpc] Add incremental relay fee to getnetworkinfo
Alex Morcos
2017-01-20
Do not shadow local variable named `tx`.
Pavel Janík
2017-01-20
Send final alert message to older peers after connecting.
Gregory Maxwell
[next]