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-12
net: define NodeId as an int64_t
Cory Fields
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
Merge #10058: No need to use OpenSSL malloc/free
Wladimir J. van der Laan
2017-04-03
Merge #10139: [rpc] Remove auth cookie on shutdown
Wladimir J. van der Laan
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
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
2017-03-30
Check stderr when testing bitcoin-tx
John Newbery
2017-03-30
bitcoin-tx: Fix missing range check
Awemany
2017-03-30
Decrease testcase sizes in cuckoocache tests
Jeremy Rubin
2017-03-30
Merge #10114: [tests] sync_with_ping should assert that ping hasn't timed out
Wladimir J. van der Laan
2017-03-30
Compensate for memory peak at flush time
Pieter Wuille
2017-03-30
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools
Wladimir J. van der Laan
2017-03-30
[tests] sync_with_ping should assert that ping hasn't timed out
John Newbery
2017-03-30
Add send_await_disconnect() method to p2p-compactblocks.py
John Newbery
2017-03-30
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-30
Merge #10109: Remove SingleNodeConnCB
MarcoFalke
2017-03-29
Update bitcoin.conf with example for pruning
Kyle Honeycutt
2017-03-29
Update benchmarking with package statistics
Suhas Daftuar
2017-03-29
Add benchmarking for CreateNewBlock
Suhas Daftuar
2017-03-29
Mining: return early when block is almost full
Suhas Daftuar
2017-03-29
Merge #9294: Use internal HD chain for change outputs (hd split)
Wladimir J. van der Laan
2017-03-29
Merge #10107: Remove unused variable. Remove accidental trailing semicolons i...
MarcoFalke
2017-03-29
Merge #10084: rpc: Rename first named arg of createrawtransaction
Wladimir J. van der Laan
2017-03-29
refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
Wladimir J. van der Laan
2017-03-29
Merge #10088: Trivial: move several relay options into the relay help group
Pieter Wuille
2017-03-29
Merge #10086: Trivial: move rpcserialversion into RPC option group
Pieter Wuille
2017-03-28
Merge #10108: ApproximateBestSubset should take inputs by reference, not value
Pieter Wuille
2017-03-28
No need to use OpenSSL malloc/free
Thomas Snider
2017-03-28
Make forknotify.py more robust
John Newbery
2017-03-28
Wait for connection to open in bip9-softforks.py
John Newbery
2017-03-28
Remove SingleNodeConnCB
John Newbery
2017-03-28
ApproximateBestSubset should take inputs by reference, not value
Ryan Havar
[next]