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-06
Merge #9902: Lightweight abstraction of boost::filesystem
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
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
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-03
Merge #10139: [rpc] Remove auth cookie on shutdown
Wladimir J. van der Laan
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 #10077: [qa] Add setnetworkactive smoke test
Wladimir J. van der Laan
2017-04-02
Merge #10072: Remove sources of unreliablility in extended functional tests
MarcoFalke
2017-04-02
Merge #10098: Make qt wallet test compatible with qt4
Wladimir J. van der Laan
2017-04-02
Merge #10036: Fix init README format to render correctly on github
Wladimir J. van der Laan
2017-04-02
Merge #10128: Speed Up CuckooCache tests
Wladimir J. van der Laan
2017-04-02
Merge #9424: Change LogAcceptCategory to use uint32_t rather than sets of str...
Wladimir J. van der Laan
2017-04-02
Merge #10136: build: Disable Wshadow warning
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
build: Disable Wshadow warning
Wladimir J. van der Laan
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
2017-03-31
Lower default memory footprint slightly
Alex Morcos
2017-03-31
Make pcoinsTip memory calculations consistent
Alex Morcos
2017-03-31
scheduler: fix sub-second precision with boost < 1.50
Cory Fields
2017-03-31
Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-31
Merge #10126: Compensate for memory peak at flush time
Wladimir J. van der Laan
2017-03-31
Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-31
Merge #10130: bitcoin-tx input verification (awemany, jnewbery)
Wladimir J. van der Laan
2017-03-31
Merge #10090: Update bitcoin.conf with example for pruning
MarcoFalke
2017-03-30
Add tests for bitcoin-tx input checking
John Newbery
[next]