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
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
2019-10-28
Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpc
Wladimir J. van der Laan
2019-10-25
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-24
build: remove SSL lib detection
fanquake
2019-10-24
Remove BIP70 Support
fanquake
2019-10-18
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke
2019-10-16
Add some general std::vector utility functions
Pieter Wuille
2019-10-10
Merge #16887: Abstract out some of the descriptor Span-parsing helpers
MarcoFalke
2019-10-08
Merge #17073: move-only: PASTE macros to util/macros.h
Wladimir J. van der Laan
2019-10-01
add stdin helpers for password input support
Karl-Johan Alm
2019-09-25
refactor: consolidate PASTE macros
James O'Beirne
2019-09-18
Abstract out some of the descriptor Span-parsing helpers
Pieter Wuille
2019-09-18
Merge #15146: Solve SmartOS FD_ZERO build issue
Wladimir J. van der Laan
2019-08-27
move-only: move coins statistics utils out of RPC
James O'Beirne
2019-08-20
util: Add Join helper to join a list of strings
MarcoFalke
2019-08-11
Make whitebind/whitelist permissions more flexible
nicolas.dorier
2019-07-30
Merge #16434: build: Specify AM_CPPFLAGS for ZMQ
Wladimir J. van der Laan
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-07-22
Specify AM_CPPFLAGS for ZMQ.
Daniel Kraft
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-11
Merge #15649: Add ChaCha20Poly1305@Bitcoin AEAD
Wladimir J. van der Laan
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
Move KeyOriginInfo to its own header file
Andrew Chow
2019-07-05
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-06-25
Add ChaCha20Poly1305@Bitcoin AEAD implementation
Jonas Schnelli
2019-06-19
Move ismine to wallet module
Andrew Chow
2019-05-16
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-05-11
Add HKDF HMAC_SHA256 L=32 implementations
Jonas Schnelli
2019-04-30
Merge #15849: Thread names in logs and deadlock debug tools
MarcoFalke
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-19
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-18
Merge #14121: Index for BIP 157 block filters
MarcoFalke
2019-04-14
Merge #15748: [rpc] remove dead mining code
MeshCollider
2019-04-13
[moveonly] Split glibc sanity_test_fdelt out
Ben Woosley
2019-04-10
[rpc] simplify generate RPC
John Newbery
[next]