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
2018-05-29
8-way AVX2 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
Use SHA256D64 in Merkle root computation
Pieter Wuille
2018-05-29
Specialized double sha256 for 64 byte inputs
Pieter Wuille
2018-05-08
Refactor SHA256 code
Pieter Wuille
2018-05-08
Benchmark Merkle root computation
Pieter Wuille
2018-05-07
Merge #13184: RPC Docs: gettxout*: clarify bestblock and unspent counts
MarcoFalke
2018-05-07
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
Merge #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test results
Wladimir J. van der Laan
2018-05-07
Merge #13079: Fix rescanblockchain rpc to properly report progress
Jonas Schnelli
2018-05-07
Merge #13131: Add Windows shutdown handler
Wladimir J. van der Laan
2018-05-07
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-07
Merge #13180: Fix re-declared scoped enum as unscoped (Causes issues with som...
Jonas Schnelli
2018-05-07
Merge #13162: [net] Don't incorrectly log that REJECT messages are unknown.
Wladimir J. van der Laan
2018-05-06
Remove enum specifier (to avoid re-declare scoped enum as unscoped)
donaloconnor
2018-05-05
Merge #13080: mempool: Add compile time checking for ::mempool.cs runtime loc...
MarcoFalke
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-04
Merge #13163: Make it clear which functions that are intended to be translati...
MarcoFalke
2018-05-04
Merge #13165: doc: Mention good first issue list in CONTRIBUTING.md
MarcoFalke
2018-05-04
doc: Mention good first issue list in CONTRIBUTING.md
fanquake
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
[logging] Don't incorrectly log that REJECT messages are unknown.
John Newbery
2018-05-03
Fix rescanblockchain rpc to property report progress
Ben Woosley
2018-05-03
Print a log message if we fail to shrink the debug log file
practicalswift
2018-05-03
Merge #12639: Reduce cs_main lock in listunspent
Wladimir J. van der Laan
2018-05-03
Merge #13148: logging: Fix potential use-after-free in LogPrintStr(...)
Wladimir J. van der Laan
2018-05-03
Merge #13154: Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Wladimir J. van der Laan
2018-05-03
refactor: Avoid extra lookups of mapAddressBook in listunspent RPC
João Barbosa
2018-05-03
rpc: Reduce cs_main lock in listunspent
João Barbosa
2018-05-03
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-05-03
Merge #12507: Interrupt rescan on shutdown request
Wladimir J. van der Laan
2018-05-02
Merge #12928: qt: Initialize non-static class members that were previously ne...
Wladimir J. van der Laan
2018-05-02
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Russell Yanofsky
2018-05-02
Merge #13153: Add missing newlines to debug logging
Wladimir J. van der Laan
2018-05-02
devtools: Make linter check LogPrint calls
MarcoFalke
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-05-02
Make sure initialization occurs in the constructor
practicalswift
2018-05-02
Merge #13106: Simplify semantics of ChainStateFlushed callback
Wladimir J. van der Laan
2018-05-02
wallet: Interrupt rescan on shutdown request
João Barbosa
2018-05-02
Merge #13146: rpcauth: Make it possible to provide a custom password
Wladimir J. van der Laan
2018-05-02
Handle unsuccessful fseek(...):s
practicalswift
2018-05-02
logging: remove unused return value from LogPrintStr
practicalswift
2018-05-02
logging: Fix potential use-after-free in LogPrintStr(...)
practicalswift
2018-05-02
rpcauth: Make it possible to provide a custom password
Wladimir J. van der Laan
2018-05-02
Merge #13141: [doc] qt: fixes broken link on readme
Wladimir J. van der Laan
2018-05-01
[doc] qt: fixes broken link on readme
marcoagner
2018-05-01
Merge #13136: [tests] Fix flake8 warnings in several wallet functional tests
MarcoFalke
2018-05-01
[tests] Fix flake8 warnings in several wallet functional tests
John Newbery
2018-05-01
Revert #12769: Add systemd service to bitcoind in debian package
Wladimir J. van der Laan
2018-05-01
Merge #12769: Add systemd service to bitcoind in debian package
Wladimir J. van der Laan
[next]