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
/
test
Age
Commit message (
Expand
)
Author
2018-11-18
Merge #14685: fix a deserialization overflow edge case
Wladimir J. van der Laan
2018-11-15
Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...
MarcoFalke
2018-11-13
add a test demonstrating an overflow in a deserialization edge case
Kaz Wesley
2018-11-09
Merge #14437: Refactor: Start to separate wallet from node
MarcoFalke
2018-11-07
[doc] conf: Remove deprecated options from docs, Other cleanup
MarcoFalke
2018-11-07
Merge #14636: Avoid using numeric_limits for sequence numbers and lock times
MarcoFalke
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
tests: Check return value of ParseParameters(...)
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-01
Remove duplicated code
Hennadii Stepanov
2018-10-27
Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-10-20
Add tests for key origin support
Pieter Wuille
2018-10-19
Merge #14460: tests: Improve 'CAmount' tests
Pieter Wuille
2018-10-18
Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...
Wladimir J. van der Laan
2018-10-10
Improve CAmount tests
Hennadii Stepanov
2018-10-09
Merge #13115: addrman: Add Clang thread safety annotations for variables guar...
MarcoFalke
2018-10-08
Add missing locks and locking annotations for CAddrMan
practicalswift
2018-10-05
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-09-27
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-27
Merge #14307: Consolidate redundant implementations of ParseHashStr
MarcoFalke
2018-09-26
tests: Add test case for std::ios_base::ate
Chun Kuan Lee
2018-09-25
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-09-23
Don't edit Chainparams after initialization
Jorge Timón
2018-09-19
Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs
MarcoFalke
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-17
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-11
Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-09-11
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-08
Merge #12775: Integration of property based testing into Bitcoin Core
Wladimir J. van der Laan
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
Merge #14094: refactoring: Remove unreferenced local variables
Wladimir J. van der Laan
2018-09-03
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-08-31
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-31
Merge #14088: tests: Don't assert(...) with side effects
Wladimir J. van der Laan
2018-08-31
Merge #14108: tests: Add missing locking annotations and locks (g_cs_orphans)
MarcoFalke
2018-08-31
Merge #14073: blockfilter: Avoid out-of-bounds script access.
Wladimir J. van der Laan
2018-08-30
tests: Add missing locking annotations and locks
practicalswift
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-29
Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependency
Wladimir J. van der Laan
2018-08-28
blockfilter: Omit empty scripts from filter contents.
Jim Posen
2018-08-28
Implements custom tolower and toupper functions.
251
2018-08-28
Implements ParseNetwork unit test.
251
2018-08-28
tests: Fix accidental trunction from int to bool
practicalswift
2018-08-28
Don't assert(...) with side effects
practicalswift
2018-08-27
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
[next]