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-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-27
Merge #14023: Remove accounts rpcs
Wladimir J. van der Laan
2018-08-27
[doc] Add release notes for 'account' API removal
John Newbery
2018-08-27
[wallet] Re-sort wallet RPC commands
John Newbery
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-27
Merge #14081: travis: fix missing differentiation between UNIT and FUNCTIONAL...
MarcoFalke
2018-08-27
fix missing differentiation between UNIT and FUNCTIONAL tests in travis build
Julian Fleischer
2018-08-27
Merge #13863: travis: move script sections to files in `.travis/` subject to ...
MarcoFalke
2018-08-27
[tests] Remove wallet accounts test
John Newbery
2018-08-27
Merge #13935: contrib: Adjust output to current test format
MarcoFalke
2018-08-27
Merge #13987: Report minfeefilter value in getpeerinfo rpc
MarcoFalke
2018-08-27
contrib: Adjust output to current test format
Akio Nakamura
2018-08-27
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-08-27
Merge #13861: test: Add testing of value_ret for SelectCoinsBnB
Wladimir J. van der Laan
2018-08-27
Merge #14030: Remove ambiguity in construction of prevector
Wladimir J. van der Laan
2018-08-27
use export LC_ALL=C.UTF-8
Julian Fleischer
2018-08-27
make script exit if a command fails
Julian Fleischer
2018-08-27
move remaining travis build steps into individual files
Julian Fleischer
2018-08-27
number .travis/ script according to build lifecycle and add README to explain
Julian Fleischer
2018-08-27
move lint stage up to resemble travis build ui
Julian Fleischer
2018-08-27
abort script in END_FOLD on non-zero exit code
Julian Fleischer
2018-08-27
move script sections info individual files and comply with shellcheck
Julian Fleischer
2018-08-27
Merge #14031: Make IS_TRIVIALLY_CONSTRUCTIBLE consistent on GCC < 5, don't pa...
Wladimir J. van der Laan
2018-08-27
Merge #14036: travis: Run unit tests --with-sanitizers=undefined
Wladimir J. van der Laan
2018-08-27
Merge #14056: Docs: Fix help message typo optiona -> optional
Wladimir J. van der Laan
2018-08-26
Merge #14071: qa: Stop txindex thread before calling destructor
MarcoFalke
2018-08-26
Merge #14062: build: generate MSVC project files via python script
MarcoFalke
2018-08-26
auto generate MSVC project files
Chun Kuan Lee
2018-08-26
travis: Run unit tests --with-sanitizers=undefined
MarcoFalke
2018-08-26
Merge #12254: BIP 158: Compact Block Filters for Light Clients
Wladimir J. van der Laan
2018-08-26
Merge #14069: qa: Use assert not BOOST_CHECK_* from multithreaded tests
MarcoFalke
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
Merge #14063: Move cs_main locking annotations from .cpp to .h
MarcoFalke
2018-08-26
Move cs_main locking annotations from .cpp to .h
practicalswift
2018-08-25
Merge #13083: Add compile time checking for cs_main runtime locking assertions
MarcoFalke
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entries
Wladimir J. van der Laan
2018-08-25
Merge #13707: tests: Add usage note to check-rpc-mappings.py
Wladimir J. van der Laan
2018-08-25
Merge #13961: util: Replace boost::signals2 with std::function
Wladimir J. van der Laan
2018-08-25
bench: Benchmark GCS filter creation and matching.
Jim Posen
2018-08-25
blockfilter: Optimization on compilers with int128 support.
Jim Posen
2018-08-25
blockfilter: Unit test against BIP 158 test vectors.
Jim Posen
2018-08-25
blockfilter: Additional helper methods to compute hash and header.
Jim Posen
2018-08-25
blockfilter: Serialization methods on BlockFilter.
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
blockfilter: Implement GCSFilter Match methods.
Jim Posen
2018-08-25
blockfilter: Implement GCSFilter constructors.
Jim Posen
2018-08-25
blockfilter: Declare GCSFilter class for BIP 158 impl.
Jim Posen
[next]