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-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Give CBlockPolicyEstimator it's own lock
Alex Morcos
2017-04-10
Make processBlockTx private.
Alex Morcos
2017-04-10
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-04-10
Merge #10164: Wallet: reduce excess logic InMempool()
Wladimir J. van der Laan
2017-04-10
Merge #10135: [p2p] Send the correct error code in reject messages
Wladimir J. van der Laan
2017-04-10
Merge #9949: [bench] Avoid function call arguments which are pointers to unin...
Wladimir J. van der Laan
2017-04-10
Merge #10156: Fix for issues with startup and multiple monitors on windows.
Wladimir J. van der Laan
2017-04-10
Fix for issues with startup and multiple monitors on windows.
Allan Doensen
2017-04-10
Merge #9890: Add a button to open the config file in a text editor
Jonas Schnelli
2017-04-10
Merge #10166: Ignore Doxyfile generated from Doxyfile.in template.
Wladimir J. van der Laan
2017-04-10
Merge #10167: [trivial] Fix typo ("improssible" → "impossible")
Wladimir J. van der Laan
2017-04-10
Merge #10142: Run bitcoin_test-qt under minimal QPA platform
Wladimir J. van der Laan
2017-04-10
Merge #10168: Fix build warning from #error text
Wladimir J. van der Laan
2017-04-08
Merge #10124: [test] Suppress test logging spam
MarcoFalke
2017-04-07
Reduce spammy test logging
John Newbery
2017-04-07
Fix build warning from #error text
John Newbery
2017-04-07
[trivial] Fix typo ("improssible" → "impossible")
practicalswift
2017-04-07
Ignore Doxyfile generated from Doxyfile.in template.
Pavel Janík
2017-04-07
Merge #10159: [tests] color test results and sort alphabetically
Wladimir J. van der Laan
2017-04-07
Merge #9681: Refactor Bumpfee, move core functionality to CWallet
Wladimir J. van der Laan
2017-04-07
Merge #10155: build: Deduplicate version numbers
Wladimir J. van der Laan
2017-04-07
fixup - align summary row correctly and make colors/glyphs globals
John Newbery
2017-04-07
Merge #10162: [trivial] Log calls to getblocktemplate
Wladimir J. van der Laan
2017-04-07
Wallet: reduce excess logic InMemPool()
Kewde
2017-04-06
Merge #9902: Lightweight abstraction of boost::filesystem
Wladimir J. van der Laan
2017-04-06
[tests] Add unicode symbols for tests passing/failing/skipping
John Newbery
2017-04-06
Log calls to getblocktemplate
John Newbery
2017-04-06
doc: Update release process for simplified version bumping
Wladimir J. van der Laan
2017-04-06
build: Remove duplicate version information from src/clientversion.h
Wladimir J. van der Laan
2017-04-05
[tests] color test results and sort alphabetically
John Newbery
2017-04-05
Merge #10151: [logging] initialize flag variable to 0 (and continue if GetLog...
Wladimir J. van der Laan
2017-04-05
Merge #10154: init: Remove redundant logging code
Wladimir J. van der Laan
2017-04-05
doc: Make build system insert version in Doxyfile
Wladimir J. van der Laan
2017-04-05
doc: Remove version numbers from READMEs
Wladimir J. van der Laan
2017-04-05
Merge #10153: logging: Fix off-by-one for shrinkdebugfile default
Wladimir J. van der Laan
2017-04-05
Merge #10144: Prioritisetransaction wasn't always updating ancestor fee
Wladimir J. van der Laan
2017-04-05
Merge #10133: Clean up calculations of pcoinsTip memory usage
Wladimir J. van der Laan
2017-04-05
Merge #10104: linearize script: Option to use RPC cookie
Wladimir J. van der Laan
2017-04-05
init: Remove redundant logging code
MarcoFalke
2017-04-05
logging: Fix off-by-one for shrinkdebugfile
MarcoFalke
2017-04-05
Merge #10152: [trivial] remove unused line in Travis config
MarcoFalke
2017-04-04
initialize flag variable to 0 (and continue if GetLogCategory() fails)
John Newbery
2017-04-04
[trivial] remove unused line in Travis config
John Newbery
2017-04-04
Merge #10146: Better error handling for submitblock
Wladimir J. van der Laan
2017-04-03
Bugfix: ancestor modifed fees were incorrect for descendants
Suhas Daftuar
2017-04-03
Test prioritisetransaction and ancestor fee state
Suhas Daftuar
2017-04-03
Merge #10123: Allow debug logs to be excluded from specified component
Wladimir J. van der Laan
2017-04-03
Run bitcoin_test-qt under minimal QPA platform
Russell Yanofsky
2017-04-03
Add -debugexclude option to switch off logging for specified components
John Newbery
[next]