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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2020-06-21
Merge #19133: rpc, cli, test: add bitcoin-cli -generate command
Samuel Dobson
2020-06-15
walletdb: Move BDB specific things into bdb.{cpp/h}
Andrew Chow
2020-06-01
rpc: create rpc/mining.h, hoist default max tries values to constant
Jon Atack
2020-05-28
Remove g_rpc_chain global
Russell Yanofsky
2020-05-27
Merge #18918: wallet: Move salvagewallet into wallettool
Samuel Dobson
2020-05-25
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
Merge #18677: Multiprocess build support
fanquake
2020-05-13
Add util::Ref class as temporary alternative for c++17 std::any
Russell Yanofsky
2020-05-12
build: multiprocess autotools changes
Russell Yanofsky
2020-05-07
test: remove glibc fdelt sanity check
fanquake
2020-04-20
Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...
MarcoFalke
2020-04-20
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...
practicalswift
2020-04-10
Revert "Merge #16367: Multiprocess build support"
MarcoFalke
2020-04-10
Merge #16367: Multiprocess build support
MarcoFalke
2020-04-10
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-05
Multiprocess build changes
Russell Yanofsky
2020-04-05
build: create test_fuzz library from src/test/fuzz/fuzz.cpp
Harris
2020-04-02
Drop unintended bitcoin-tx dependency on libevent
Russell Yanofsky
2020-03-22
scripts: add PE dylib checking to symbol-check.py
fanquake
2020-03-09
Move FillPSBT to be a member of CWallet
Andrew Chow
2020-03-06
Drop unused reverselock.h
Anthony Towns
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-14
Deduplicate the message verifying code
Vasil Dimov
2020-02-10
Merge #17398: build: Update leveldb to 1.22+
Wladimir J. van der Laan
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-28
build: CRC32C build system integration
Wladimir J. van der Laan
2020-01-22
Merge #17863: scripts: Add MACHO dylib checks to symbol-check.py
Wladimir J. van der Laan
2020-01-12
build: remove double LIBBITCOIN_SERVER linking
fanquake
2020-01-04
scripts: add MACHO dylib checking to symbol-check.py
fanquake
2020-01-04
scripts: fix check-symbols & check-security argument passing
fanquake
2020-01-03
scripts: fix check-symbols & check-security argument passing
fanquake
2020-01-02
scripts: add MACHO PIE check to security-check.py
fanquake
2019-12-18
Add asmap utility which queries a mapping
Gleb Naumenko
2019-11-21
build: Create test utility library from src/test/util/
Harris
2019-11-18
build: remove OpenSSL detection and libs
fanquake
2019-11-18
Merge #17270: Feed environment data into RNG initializers
Wladimir J. van der Laan
2019-11-12
[MOVEONLY] Move cpuid code from random & sha256 to compat/cpuid
Pieter Wuille
2019-11-12
[MOVEONLY] Move perfmon data gathering to new randomenv module
Pieter Wuille
2019-11-07
Add util::Settings struct and helper functions.
Russell Yanofsky
2019-11-05
Merge #16805: logs: add timing information to FlushStateToDisk()
Wladimir J. van der Laan
2019-11-05
Merge #16899: UTXO snapshot creation (dumptxoutset)
Wladimir J. van der Laan
2019-11-04
logs: add BCLog::Timer and related macros
James O'Beirne
2019-11-04
Merge #17297: refactor: Remove addrdb.h dependency from node.h
Wladimir J. van der Laan
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-29
add unused SnapshotMetadata class
James O'Beirne
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-29
refactor: Remove addrdb.h dependency from node.h
Hennadii Stepanov
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
MOVEONLY: Move NodeContext struct to node/context.h
Russell Yanofsky
[next]