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-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
2018-08-26
Merge #14071: qa: Stop txindex thread before calling destructor
MarcoFalke
2018-08-26
Merge #12254: BIP 158: Compact Block Filters for Light Clients
Wladimir J. van der Laan
2018-08-26
qa: Stop txindex thread before calling destructor
MarcoFalke
2018-08-26
Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...
Jesse Cohen
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13961: util: Replace boost::signals2 with std::function
Wladimir J. van der Laan
2018-08-25
blockfilter: Unit test against BIP 158 test vectors.
Jim Posen
2018-08-25
blockfilter: Construction of basic block filters.
Jim Posen
2018-08-25
blockfilter: Simple test for GCSFilter construction and Match.
Jim Posen
2018-08-25
streams: Unit tests for BitStreamReader and BitStreamWriter.
Jim Posen
2018-08-25
streams: Unit test for VectorReader class.
Jim Posen
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-13
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
2018-08-13
Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...
MarcoFalke
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-11
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-09
Always create 70 byte signatures with low R values
Andrew Chow
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-02
trivial: correct typos
Varunram
2018-08-02
Remove unused variable
practicalswift
2018-08-02
Remove redundant assignments (dead stores)
practicalswift
2018-08-01
Merge #13697: Support output descriptors in scantxoutset
Wladimir J. van der Laan
2018-07-31
Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...
MarcoFalke
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-27
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
Descriptor tests
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-07-25
Merge #13753: scripted-diff: Remove trailing whitespaces
MarcoFalke
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
Merge #13656: Remove the boost/algorithm/string/predicate.hpp dependency
MarcoFalke
2018-07-22
Return the script type from Solver
Ben Woosley
2018-07-22
Removes Boost predicate.hpp dependency
251
2018-07-22
doc: Adjust bitcoincore.org links
MarcoFalke
2018-07-22
Merge #13691: Remove redundant variables, statements and forward declarations
MarcoFalke
[next]