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-04-10
Merge #9890: Add a button to open the config file in a text editor
Jonas Schnelli
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-07
Fix build warning from #error text
John Newbery
2017-04-07
[trivial] Fix typo ("improssible" → "impossible")
practicalswift
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
Merge #10162: [trivial] Log calls to getblocktemplate
Wladimir J. van der Laan
2017-04-06
Merge #9902: Lightweight abstraction of boost::filesystem
Wladimir J. van der Laan
2017-04-06
Log calls to getblocktemplate
John Newbery
2017-04-06
build: Remove duplicate version information from src/clientversion.h
Wladimir J. van der Laan
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
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
init: Remove redundant logging code
MarcoFalke
2017-04-05
logging: Fix off-by-one for shrinkdebugfile
MarcoFalke
2017-04-04
initialize flag variable to 0 (and continue if GetLogCategory() fails)
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
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
2017-04-03
Merge #9533: Allow non-power-of-2 signature cache sizes
Wladimir J. van der Laan
2017-04-03
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
torcontrol: Use fs::path instead of std::string for private key path
Wladimir J. van der Laan
2017-04-03
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
Add fs.cpp/h
Wladimir J. van der Laan
2017-04-03
Merge #10058: No need to use OpenSSL malloc/free
Wladimir J. van der Laan
2017-04-03
Add braces to submitblock per current style.
Gregory Maxwell
2017-04-03
Check transaction count early in submitblock.
Gregory Maxwell
2017-04-02
Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.
Gregory Maxwell
2017-04-02
[rpc] Remove auth cookie on shutdown
practicalswift
2017-04-02
Merge #10098: Make qt wallet test compatible with qt4
Wladimir J. van der Laan
2017-04-02
Improve CFeeBumper interface, add comments, make use of std::move
Jonas Schnelli
2017-04-02
Cancel feebump is vErrors is not empty
Jonas Schnelli
2017-04-02
Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from ...
Jonas Schnelli
2017-04-02
Restore CalculateMaximumSignedTxSize function signature
Jonas Schnelli
2017-04-02
Use "return false" instead assert() in CWallet::SignTransaction
Jonas Schnelli
2017-04-02
Directly abort execution in FeeBumper::commit if wallet or tx is not available
Jonas Schnelli
2017-04-02
Restore invalid fee check (must be > 0)
Jonas Schnelli
2017-04-02
Refactor Bumpfee core functionality
Jonas Schnelli
2017-04-02
Bumpfee move request parameter interaction to the top
Jonas Schnelli
2017-04-02
Merge #10128: Speed Up CuckooCache tests
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
Merge #10129: scheduler: fix sub-second precision with boost < 1.50
Wladimir J. van der Laan
2017-03-31
Make threshold for flushing more conservative.
Alex Morcos
[next]