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
2021-02-15
Merge #20629: depends: Improve id string robustness
Wladimir J. van der Laan
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-10
net: move CloseSocket() from netbase to util/sock
Vasil Dimov
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-02-03
build: Proper quoting for var printing targets
Carl Dong
2021-02-02
build: don't build or use Boost Thread
fanquake
2021-01-21
build: Add var printing target to src/Makefile.am
Carl Dong
2021-01-18
Merge #19866: eBPF Linux tracepoints
Wladimir J. van der Laan
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-12
Merge #19937: signet mining utility
Wladimir J. van der Laan
2021-01-12
Add bitcoin-util command line utility
Anthony Towns
2021-01-07
Merge #18077: net: Add NAT-PMP port forwarding support
Wladimir J. van der Laan
2021-01-07
Merge #19055: Add MuHash3072 implementation
Wladimir J. van der Laan
2021-01-07
net: Add libnatpmp support
Hennadii Stepanov
2021-01-07
refactor: Move port mapping code to its own module
Hennadii Stepanov
2020-12-21
crypto: Add MuHash3072 implementation
Fabian Jahr
2020-12-18
Merge #20434: contrib: Parse ELF directly for symbol and security checks
Wladimir J. van der Laan
2020-12-16
wallettool: Add dump command
Andrew Chow
2020-12-07
tracing: add tracing framework
William Casarin
2020-12-01
Merge #20494: refactor: Move node and wallet code out of src/interfaces
MarcoFalke
2020-11-24
Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp
Russell Yanofsky
2020-11-24
Move ChainImpl from interfaces/chain.cpp to node/interfaces.cpp
Russell Yanofsky
2020-11-24
Move NodeImpl from interfaces/node.cpp to node/interfaces.cpp
Russell Yanofsky
2020-11-23
build: Avoid secp256k1.h include from system
Niklas Gögge
2020-11-22
contrib: Parse ELF directly for symbol and security checks
Wladimir J. van der Laan
2020-11-18
Do not compile BDB things when USE_BDB is defined
Andrew Chow
2020-11-10
Move Hashers to util/hasher.{cpp/h}
Andrew Chow
2020-10-20
Make sqlite support optional (compile-time)
Luke Dashjr
2020-10-15
Merge #19077: wallet: Add sqlite as an alternative wallet database and use it...
Samuel Dobson
2020-10-14
Add SQLiteDatabase and SQLiteBatch dummy classes
Andrew Chow
2020-10-14
Add libsqlite3
Andrew Chow
2020-10-12
Delete limitedmap as it is unused now
Pieter Wuille
2020-10-12
Add txrequest module
Pieter Wuille
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-19
Merge #13686: ZMQ: Small cleanups in the ZMQ code
fanquake
2020-09-14
build: split PTHREAD_* flags out of AM_LDFLAGS
fanquake
2020-09-10
add signet basic support (signet.cpp)
Karl-Johan Alm
2020-09-07
Replace zmqconfig.h by a simple zmqutil.
Daniel Kraft
2020-09-06
Implement keccak-f[1600] and SHA3-256
Pieter Wuille
2020-08-15
Move only: Move CDiskTxPos to its own file
Marcin Jachymiak
2020-08-14
build: Add missed gcov files to 'make clean'
Hennadii Stepanov
2020-06-27
build: Sort Makefile.am after renaming file
MarcoFalke
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
wallet: Do not include server symbols
MarcoFalke
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
[next]