| .. |
|
bench
|
Merge 95fe477fd1 into merged_master (Bitcoin PR bitcoin/bitcoin#23693)
|
2023-06-02 15:17:50 +00:00 |
|
common
|
scripted-diff: Move bloom to src/common
|
2021-10-05 11:10:37 +02:00 |
|
compat
|
compat: remove glibc_compat.cpp
|
2021-09-10 11:18:58 +08:00 |
|
config
|
|
|
|
consensus
|
Merge 4a7f6e0d0c into merged_master (Bitcoin PR bitcoin/bitcoin#23524)
|
2023-05-26 11:18:18 +00:00 |
|
crc32c
|
Update crc32c subtree
|
2021-09-29 14:10:29 +02:00 |
|
crypto
|
Merge f41aa81c99 into merged_master (Bitcoin PR bitcoin/bitcoin#23271)
|
2023-05-14 09:48:54 +00:00 |
|
index
|
Merge 0ccf9b2e55 into merged_master (Bitcoin PR bitcoin/bitcoin#23258)
|
2023-05-14 00:57:27 +00:00 |
|
init
|
Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementations
|
2021-10-26 15:54:52 +01:00 |
|
interfaces
|
Merge 42b25025fa into merged_master (Bitcoin PR bitcoin/bitcoin#23644)
|
2023-06-02 11:28:46 +00:00 |
|
ipc
|
refactor: Block unsafe fs::path std::string conversion calls
|
2021-10-05 11:10:47 -04:00 |
|
leveldb
|
|
|
|
logging
|
log, timer: add LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE macro
|
2021-10-05 17:28:02 +02:00 |
|
minisketch
|
Merge commit 'b6487dc4ef' as 'src/minisketch'
|
2021-10-21 09:36:07 +08:00 |
|
node
|
Merge 84d921e79c into merged_master (Bitcoin PR bitcoin/bitcoin#23465)
|
2023-06-06 09:00:13 +00:00 |
|
policy
|
Merge 8b1de78577 into merged_master (Bitcoin PR bitcoin/bitcoin#23413)
|
2023-06-01 18:51:42 +00:00 |
|
primitives
|
Merge 224e90d9fd into merged_master (Bitcoin PR bitcoin/bitcoin#23336)
|
2023-05-15 12:27:08 +00:00 |
|
qt
|
Merge ea989deecc into merged_master (Bitcoin PR bitcoin-core/gui#493)
|
2023-06-02 05:42:05 +00:00 |
|
rpc
|
Merge 577bd51a4b into merged_master (Bitcoin PR bitcoin/bitcoin#23702)
|
2023-06-06 09:26:49 +00:00 |
|
script
|
Merge 8b1de78577 into merged_master (Bitcoin PR bitcoin/bitcoin#23413)
|
2023-06-01 18:51:42 +00:00 |
|
secp256k1
|
upgrade secp256k1 to latest version of secp256k1-zkp
|
2023-04-05 15:23:20 +02:00 |
|
support
|
refactor: remove references to deprecated values under std::allocator
|
2021-10-20 18:36:40 -04:00 |
|
test
|
Merge 926fc2a0d4 into merged_master (Bitcoin PR bitcoin/bitcoin#23707)
|
2023-06-06 09:35:00 +00:00 |
|
univalue
|
Update univalue subtree to latest upstream
|
2021-10-11 20:45:56 +08:00 |
|
util
|
Merge 926fc2a0d4 into merged_master (Bitcoin PR bitcoin/bitcoin#23707)
|
2023-06-06 09:35:00 +00:00 |
|
wallet
|
Merge b692e61d61 into merged_master (Bitcoin PR bitcoin/bitcoin#23254)
|
2023-06-06 09:19:04 +00:00 |
|
zmq
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
.clang-format
|
Use c++17 in clang-format
|
2021-11-12 11:46:34 +01:00 |
|
.clang-tidy
|
Enable clang-tidy bugprone-argument-comment and fix violations
|
2021-09-07 09:11:10 +02:00 |
|
addrdb.cpp
|
refactor: Block unsafe fs::path std::string conversion calls
|
2021-10-05 11:10:47 -04:00 |
|
addrdb.h
|
Merge c4fc899442 into merged_master (Bitcoin PR bitcoin/bitcoin#22950)
|
2023-05-09 12:21:13 +00:00 |
|
addrman.cpp
|
Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration in milliseconds
|
2021-11-10 17:38:45 +01:00 |
|
addrman.h
|
[addrman] Remove AddrMan friends
|
2021-11-09 17:09:50 +00:00 |
|
addrman_impl.h
|
Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration in milliseconds
|
2021-11-10 17:38:45 +01:00 |
|
arith_uint256.cpp
|
|
|
|
arith_uint256.h
|
|
|
|
asset.cpp
|
Merge 12eda278ac into merged_master (Bitcoin PR bitcoin/bitcoin#23288)
|
2023-05-15 11:28:54 +00:00 |
|
asset.h
|
Merge 12eda278ac into merged_master (Bitcoin PR bitcoin/bitcoin#23288)
|
2023-05-15 11:28:54 +00:00 |
|
assetsdir.cpp
|
Merge 544709763e into merged_master (Bitcoin PR #18571)
|
2020-11-26 01:08:20 +00:00 |
|
assetsdir.h
|
Merge 544709763e into merged_master (Bitcoin PR #18571)
|
2020-11-26 01:08:20 +00:00 |
|
attributes.h
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
banman.cpp
|
Ignore banlist.dat
|
2021-07-30 11:21:51 +02:00 |
|
banman.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
base58.cpp
|
Replace MakeSpan helper with Span deduction guide
|
2021-11-29 17:58:53 -05:00 |
|
base58.h
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
bech32.cpp
|
Merge 22feb7fee9 into merged_master (Bitcoin PR bitcoin/bitcoin#23577)
|
2023-06-02 08:34:54 +00:00 |
|
bech32.h
|
Merge 22feb7fee9 into merged_master (Bitcoin PR bitcoin/bitcoin#23577)
|
2023-06-02 08:34:54 +00:00 |
|
bitcoin-cli-res.rc
|
Merge cabbd01d85 into merged_master (Bitcoin PR bitcoin/bitcoin#22724)
|
2023-04-10 10:20:20 +00:00 |
|
bitcoin-cli.cpp
|
Merge caf8b26b52 into merged_master (Bitcoin PR bitcoin/bitcoin#23175)
|
2023-05-26 09:24:30 +00:00 |
|
bitcoin-tx-res.rc
|
Merge cabbd01d85 into merged_master (Bitcoin PR bitcoin/bitcoin#22724)
|
2023-04-10 10:20:20 +00:00 |
|
bitcoin-tx.cpp
|
Merge 28d5074343 into merged_master (Bitcoin PR bitcoin/bitcoin#23253)
|
2023-05-11 10:21:19 +00:00 |
|
bitcoin-util-res.rc
|
windres: use PACKAGE_VERSION rather than building more version numbers
|
2021-08-17 16:54:47 +08:00 |
|
bitcoin-util.cpp
|
refactor: Pass grind args vector as const reference
|
2021-06-18 20:10:07 +02:00 |
|
bitcoin-wallet-res.rc
|
windres: use PACKAGE_VERSION rather than building more version numbers
|
2021-08-17 16:54:47 +08:00 |
|
bitcoin-wallet.cpp
|
Merge 3fc3641043 into merged_master (Bitcoin PR bitcoin/bitcoin#22766)
|
2023-05-16 13:26:27 +00:00 |
|
bitcoind-res.rc
|
Merge cabbd01d85 into merged_master (Bitcoin PR bitcoin/bitcoin#22724)
|
2023-04-10 10:20:20 +00:00 |
|
bitcoind.cpp
|
Merge 9e530c6352 into merged_master (Bitcoin PR bitcoin/bitcoin#20487)
|
2023-05-09 11:22:04 +00:00 |
|
blech32.cpp
|
blech32: add blech32m format and use it to decode witness v1+ addresses
|
2021-08-18 15:54:20 +00:00 |
|
blech32.h
|
blech32: add blech32m format and use it to decode witness v1+ addresses
|
2021-08-18 15:54:20 +00:00 |
|
blind.cpp
|
elements: fixes for bitcoin/bitcoin#22976
|
2023-04-24 12:05:24 +00:00 |
|
blind.h
|
Use a constant for maximum surjection targets
|
2021-06-22 14:42:38 -04:00 |
|
blindpsbt.cpp
|
elements: fixes for bitcoin/bitcoin#22976
|
2023-04-24 12:05:24 +00:00 |
|
blindpsbt.h
|
blindpsbt: Expose CreateBlind{Asset,Value}Proof
|
2022-10-18 16:52:31 -04:00 |
|
block_proof.cpp
|
Refactor CBlockIndex to make proof and dynafed fields optional.
|
2022-12-12 09:46:04 -08:00 |
|
block_proof.h
|
|
|
|
blockencodings.cpp
|
Merge 4a540683ec into merged_master (Bitcoin PR #20813)
|
2021-06-16 14:11:07 +00:00 |
|
blockencodings.h
|
Merge 082a417abc into merged_master (Bitcoin PR #18635)
|
2020-11-26 01:08:51 +00:00 |
|
blockfilter.cpp
|
Remove unused (and broken) functionality in SpanReader
|
2021-12-06 16:18:14 -05:00 |
|
blockfilter.h
|
|
|
|
chain.cpp
|
Merge 4aa06f9447 into merged_master (Bitcoin PR bitcoin/bitcoin#23600)
|
2023-05-31 10:16:38 +00:00 |
|
chain.h
|
Merge c8e68b418f into merged_master (Bitcoin PR bitcoin/bitcoin#13875)
|
2023-05-14 01:13:19 +00:00 |
|
chainparams.cpp
|
Merge feedb9c84e into merged_master (Bitcoin PR bitcoin/bitcoin#23268)
|
2023-05-11 13:12:42 +00:00 |
|
chainparams.h
|
Merge 1ba24fe9b3 into merged_master (Elements PR ElementsProject/elements#1002)
|
2021-09-04 22:14:42 +00:00 |
|
chainparamsbase.cpp
|
Merge 3fc3641043 into merged_master (Bitcoin PR bitcoin/bitcoin#22766)
|
2023-05-16 13:26:27 +00:00 |
|
chainparamsbase.h
|
liquidtestnet: Add chainparams
|
2022-09-08 19:01:27 +00:00 |
|
chainparamsseeds.h
|
Merge fd9c22ca69 into merged_master (Bitcoin PR bitcoin/bitcoin#22589)
|
2023-04-03 16:20:21 +02:00 |
|
checkqueue.h
|
Merge b4f647fa36 into merged_master (Bitcoin PR bitcoin/bitcoin#23397)
|
2023-05-31 11:10:05 +00:00 |
|
clientversion.cpp
|
Merge df30375788 into merged_master (Bitcoin PR bitcoin/bitcoin#22715)
|
2023-04-10 01:25:51 +00:00 |
|
clientversion.h
|
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
|
2021-08-16 16:04:47 +08:00 |
|
coins.cpp
|
Merge 913b7148a2 into merged_master (Bitcoin PR bitcoin/bitcoin#22902)
|
2023-05-31 11:50:48 +00:00 |
|
coins.h
|
Merge 7317e14a44 into merged_master (Bitcoin PR bitcoin/bitcoin#22263)
|
2021-07-28 16:09:13 +00:00 |
|
compat.h
|
net: extend Sock with methods for robust send & read until terminator
|
2021-03-01 17:36:16 +01:00 |
|
compressor.cpp
|
refactor: Use CPubKey vector constructor where possible
|
2021-05-04 06:53:32 +02:00 |
|
compressor.h
|
Merge 8b1de78577 into merged_master (Bitcoin PR bitcoin/bitcoin#23413)
|
2023-06-01 18:51:42 +00:00 |
|
confidential_validation.cpp
|
Make it clear that the CRangeCheck is not called on explicit values
|
2021-02-18 11:12:59 +00:00 |
|
confidential_validation.h
|
Merge 816e15ee81 into merged_master (Bitcoin PR bitcoin/bitcoin#22951)
|
2023-05-09 11:50:39 +00:00 |
|
core_io.h
|
Merge 986003aff9 into merged_master (Bitcoin PR bitcoin/bitcoin#22918)
|
2023-05-13 10:47:39 +00:00 |
|
core_memusage.h
|
|
|
|
core_read.cpp
|
Merge fbbbc594ad into merged_master (Bitcoin PR bitcoin/bitcoin#23227)
|
2023-05-10 13:56:33 +00:00 |
|
core_write.cpp
|
Merge 986003aff9 into merged_master (Bitcoin PR bitcoin/bitcoin#22918)
|
2023-05-13 10:47:39 +00:00 |
|
cuckoocache.h
|
refactor: Fix implicit-signed-integer-truncation in cuckoocache.h
|
2021-11-29 14:32:51 +01:00 |
|
dbwrapper.cpp
|
Improve fs::PathToString documentation
|
2021-11-15 12:08:49 -05:00 |
|
dbwrapper.h
|
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
|
2021-02-01 15:17:28 +01:00 |
|
deploymentinfo.cpp
|
Merge ddc6979b8b into merged_master (Bitcoin PR bitcoin/bitcoin#19438)
|
2021-07-30 16:16:50 +00:00 |
|
deploymentinfo.h
|
deploymentinfo: Add DeploymentName()
|
2021-06-30 08:19:12 +10:00 |
|
deploymentstatus.cpp
|
consensus/params: simplify ValidDeployment check to avoid gcc warning
|
2021-08-02 23:48:32 +10:00 |
|
deploymentstatus.h
|
Use DeploymentEnabled to hide VB deployments
|
2021-07-01 20:20:52 +02:00 |
|
dummywallet.cpp
|
Remove -rescan startup parameter
|
2021-09-30 12:06:27 +13:00 |
|
dynafed.cpp
|
Allow starting regtest networks with p2wsh peg-in addresses
|
2023-02-07 18:16:43 -03:00 |
|
dynafed.h
|
|
|
|
external_signer.cpp
|
external_signer: improve fingerprint matching logic (stop on first match)
|
2021-08-24 11:30:09 +02:00 |
|
external_signer.h
|
refactor: make ExternalSigner NetworkArg() and m_chain private
|
2021-06-16 10:48:58 +02:00 |
|
flatfile.cpp
|
refactor: Block unsafe fs::path std::string conversion calls
|
2021-10-05 11:10:47 -04:00 |
|
flatfile.h
|
|
|
|
fs.cpp
|
refactor: include a missing <limits> header in fs.cpp
|
2021-10-22 04:03:45 +03:00 |
|
fs.h
|
Improve fs::PathToString documentation
|
2021-11-15 12:08:49 -05:00 |
|
hash.cpp
|
refactor: use {Read,Write}BE32 helpers for BIP32 nChild (de)serialization
|
2021-10-05 23:53:33 +02:00 |
|
hash.h
|
Squashed 'src/secp256k1/' changes from 90580edcc9..7a30cb0c9d
|
2022-05-25 15:18:23 -07:00 |
|
httprpc.cpp
|
Replace use of boost::trim use with locale-independent TrimString
|
2021-09-02 13:17:46 +08:00 |
|
httprpc.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
httpserver.cpp
|
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux secure computing mode)
|
2021-10-04 22:45:43 +02:00 |
|
httpserver.h
|
|
|
|
i2p.cpp
|
refactor: Block unsafe fs::path std::string conversion calls
|
2021-10-05 11:10:47 -04:00 |
|
i2p.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
indirectmap.h
|
|
|
|
init.cpp
|
Merge 26a1147ce5 into merged_master (Bitcoin PR bitcoin/bitcoin#23636)
|
2023-06-01 12:04:07 +00:00 |
|
init.h
|
init: remove straggling boost thread_group code
|
2021-07-12 21:46:59 +08:00 |
|
issuance.cpp
|
Merge 816e15ee81 into merged_master (Bitcoin PR bitcoin/bitcoin#22951)
|
2023-05-09 11:50:39 +00:00 |
|
issuance.h
|
Merge 816e15ee81 into merged_master (Bitcoin PR bitcoin/bitcoin#22951)
|
2023-05-09 11:50:39 +00:00 |
|
key.cpp
|
Merge 5ccab7187b into merged_master (Bitcoin PR bitcoin/bitcoin#23394)
|
2023-05-26 09:14:20 +00:00 |
|
key.h
|
Merge 5ccab7187b into merged_master (Bitcoin PR bitcoin/bitcoin#23394)
|
2023-05-26 09:14:20 +00:00 |
|
key_io.cpp
|
Merge 22feb7fee9 into merged_master (Bitcoin PR bitcoin/bitcoin#23577)
|
2023-06-02 08:34:54 +00:00 |
|
key_io.h
|
Merge 95d19f8c1a into merged_master (Bitcoin PR bitcoin/bitcoin#16807)
|
2023-05-30 15:27:30 +00:00 |
|
logging.cpp
|
blockstorage: use debug log category
|
2021-10-11 21:45:49 +10:00 |
|
logging.h
|
blockstorage: use debug log category
|
2021-10-11 21:45:49 +10:00 |
|
mainchainrpc.cpp
|
Merge 1884ce2f4c into merged_master (Bitcoin PR bitcoin/bitcoin#22937)
|
2023-05-11 12:38:50 +00:00 |
|
mainchainrpc.h
|
|
|
|
Makefile.am
|
Merge f6013265b7 into merged_master (Bitcoin PR bitcoin/bitcoin#20295)
|
2023-06-06 09:10:04 +00:00 |
|
Makefile.bench.include
|
bench: add peer eviction protection benchmarks
|
2021-07-08 12:28:23 +02:00 |
|
Makefile.crc32c.include
|
build: remove support for weak linking getauxval()
|
2021-09-24 15:40:04 +08:00 |
|
Makefile.leveldb.include
|
build: remove build stubs for external leveldb
|
2021-10-15 01:02:45 +00:00 |
|
Makefile.minisketch.include
|
build: add minisketch build file and include it
|
2021-10-21 09:37:30 +08:00 |
|
Makefile.qt.include
|
Merge ed40f37e00 into merged_master (Bitcoin PR bitcoin/bitcoin#22076)
|
2023-05-17 11:15:32 +00:00 |
|
Makefile.qt_locale.include
|
|
|
|
Makefile.qttest.include
|
Merge e77d9679fd into merged_master (Bitcoin PR bitcoin/bitcoin#23006)
|
2023-05-16 10:10:21 +00:00 |
|
Makefile.test.include
|
Merge cf24152596 into merged_master (Bitcoin PR bitcoin/bitcoin#21206)
|
2023-05-31 09:12:07 +00:00 |
|
Makefile.test_fuzz.include
|
build: compile libnatpmp with -DNATPMP_STATICLIB on Windows
|
2021-03-04 12:34:46 +08:00 |
|
Makefile.test_util.include
|
move-only: unittest: add test/util/chainstate.h
|
2021-09-15 15:46:48 -04:00 |
|
Makefile.univalue.include
|
Integrate univalue into our buildsystem
|
2021-10-11 20:46:25 +08:00 |
|
mapport.cpp
|
Add syscall sandboxing (seccomp-bpf)
|
2021-10-01 13:51:10 +00:00 |
|
mapport.h
|
net: Add -natpmp command line option
|
2021-01-07 18:07:09 +02:00 |
|
memusage.h
|
|
|
|
merkleblock.cpp
|
doc: fix various typos
|
2021-01-04 12:31:31 +08:00 |
|
merkleblock.h
|
style: Sort
|
2021-10-05 11:11:18 +02:00 |
|
net.cpp
|
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
|
2021-12-03 10:44:37 +01:00 |
|
net.h
|
Merge 26a1147ce5 into merged_master (Bitcoin PR bitcoin/bitcoin#23636)
|
2023-06-01 12:04:07 +00:00 |
|
net_permissions.cpp
|
p2p: pass strings to NetPermissions::TryParse functions by const ref
|
2021-05-19 19:41:05 +02:00 |
|
net_permissions.h
|
Rate limit the processing of incoming addr messages
|
2021-07-15 12:52:38 -07:00 |
|
net_processing.cpp
|
Merge f6013265b7 into merged_master (Bitcoin PR bitcoin/bitcoin#20295)
|
2023-06-06 09:10:04 +00:00 |
|
net_processing.h
|
rpc: getblockfrompeer
|
2021-12-02 13:16:18 +07:00 |
|
net_types.cpp
|
MOVEONLY: Expose BanMapToJson / BanMapFromJson
|
2021-09-03 05:21:58 -04:00 |
|
net_types.h
|
MOVEONLY: Expose BanMapToJson / BanMapFromJson
|
2021-09-03 05:21:58 -04:00 |
|
netaddress.cpp
|
More Span simplifications
|
2021-11-29 17:59:44 -05:00 |
|
netaddress.h
|
Replace MakeSpan helper with Span deduction guide
|
2021-11-29 17:58:53 -05:00 |
|
netbase.cpp
|
Merge bitcoin/bitcoin#17160: refactor: net: subnet lookup: use single-result LookupHost()
|
2021-12-06 19:59:35 +01:00 |
|
netbase.h
|
doc: fixup -Wdocumentation issues
|
2021-04-06 14:50:17 +08:00 |
|
netmessagemaker.h
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
noui.cpp
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
noui.h
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
outputtype.cpp
|
Merge 4f1a75b1aa into merged_master (Bitcoin PR bitcoin/bitcoin#22621)
|
2023-04-06 13:59:37 +00:00 |
|
outputtype.h
|
make ParseOutputType return a std::optional<OutputType>
|
2021-08-04 19:20:32 +08:00 |
|
pegins.cpp
|
Refactor CBlockIndex to make proof and dynafed fields optional.
|
2022-12-12 09:46:04 -08:00 |
|
pegins.h
|
Merge 816e15ee81 into merged_master (Bitcoin PR bitcoin/bitcoin#22951)
|
2023-05-09 11:50:39 +00:00 |
|
pow.cpp
|
|
|
|
pow.h
|
|
|
|
prevector.h
|
|
|
|
protocol.cpp
|
Merge 224e90d9fd into merged_master (Bitcoin PR bitcoin/bitcoin#23336)
|
2023-05-15 12:27:08 +00:00 |
|
protocol.h
|
Merge e08770bed1 into merged_master (Bitcoin PR bitcoin/bitcoin#22780)
|
2023-04-11 05:50:26 +00:00 |
|
psbt.cpp
|
Merge 383d350bd5 into merged_master (Bitcoin PR bitcoin/bitcoin#22513)
|
2023-05-31 13:50:36 +00:00 |
|
psbt.h
|
Merge 89ea2b3809 into merged_master (Bitcoin PR bitcoin/bitcoin#20583)
|
2023-06-02 12:25:30 +00:00 |
|
pubkey.cpp
|
Merge 829d3e0e71 into merged_master (Bitcoin PR bitcoin/bitcoin#23199)
|
2023-05-10 13:11:07 +00:00 |
|
pubkey.h
|
Merge 8b1de78577 into merged_master (Bitcoin PR bitcoin/bitcoin#23413)
|
2023-06-01 18:51:42 +00:00 |
|
random.cpp
|
refactor: Replace &foo[0] with foo.data()
|
2021-05-04 06:55:31 +02:00 |
|
random.h
|
|
|
|
randomenv.cpp
|
build: remove support for weak linking getauxval()
|
2021-09-24 15:40:04 +08:00 |
|
randomenv.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
rest.cpp
|
Merge f6013265b7 into merged_master (Bitcoin PR bitcoin/bitcoin#20295)
|
2023-06-06 09:10:04 +00:00 |
|
reverse_iterator.h
|
|
|
|
scheduler.cpp
|
Add syscall sandboxing (seccomp-bpf)
|
2021-10-01 13:51:10 +00:00 |
|
scheduler.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
serialize.h
|
Merge 9a154599fe into merged_master (Elements PR ElementsProject/elements#900)
|
2021-09-04 19:34:14 +00:00 |
|
shutdown.cpp
|
move-only: Move AbortNode to shutdown
|
2021-04-04 18:08:36 +02:00 |
|
shutdown.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
signet.cpp
|
Merge b7e63306e8 into merged_master (Bitcoin PR bitcoin/bitcoin#23687)
|
2023-06-02 12:06:39 +00:00 |
|
signet.h
|
scripted-diff: remove Optional & nullopt
|
2021-03-15 10:41:30 +08:00 |
|
span.h
|
More Span simplifications
|
2021-11-29 17:59:44 -05:00 |
|
streams.h
|
Remove unused (and broken) functionality in SpanReader
|
2021-12-06 16:18:14 -05:00 |
|
sync.cpp
|
log: Avoid broken DEBUG_LOCKORDER log
|
2021-09-29 18:46:30 +02:00 |
|
sync.h
|
sync: inline lock contention logging macro to fix time duration
|
2021-09-06 23:43:51 +02:00 |
|
threadinterrupt.cpp
|
|
|
|
threadinterrupt.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
threadsafety.h
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
timedata.cpp
|
scripted-diff: Rename overloaded int GetArg to GetIntArg
|
2021-09-27 06:57:20 -04:00 |
|
timedata.h
|
|
|
|
tinyformat.h
|
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
|
2021-07-05 08:59:38 +03:00 |
|
torcontrol.cpp
|
Remove strtol in torcontrol
|
2021-11-18 18:13:21 +01:00 |
|
torcontrol.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |
|
txdb.cpp
|
Merge 825f4a64e6 into merged_master (Bitcoin PR bitcoin/bitcoin#22976)
|
2023-04-24 11:40:49 +00:00 |
|
txdb.h
|
Merge 71bdf0bff1 into merged_master (Bitcoin PR bitcoin/bitcoin#22626)
|
2023-04-21 12:36:24 +00:00 |
|
txmempool.cpp
|
Merge ffe414bd9a into merged_master (Bitcoin PR bitcoin/bitcoin#23649)
|
2023-06-01 13:32:01 +00:00 |
|
txmempool.h
|
Merge ffe414bd9a into merged_master (Bitcoin PR bitcoin/bitcoin#23649)
|
2023-06-01 13:32:01 +00:00 |
|
txorphanage.cpp
|
scripted-diff: Update txorphanage naming convention
|
2021-02-27 01:08:09 +10:00 |
|
txorphanage.h
|
[net processing] Add Orphanage empty consistency check
|
2021-07-20 13:12:42 +01:00 |
|
txrequest.cpp
|
Make GenTxid boolean constructor private
|
2021-10-22 12:32:16 +02:00 |
|
txrequest.h
|
|
|
|
uint256.cpp
|
Merge 1ba24fe9b3 into merged_master (Elements PR ElementsProject/elements#1002)
|
2021-09-04 22:14:42 +00:00 |
|
uint256.h
|
Merge 1ba24fe9b3 into merged_master (Elements PR ElementsProject/elements#1002)
|
2021-09-04 22:14:42 +00:00 |
|
undo.h
|
|
|
|
validation.cpp
|
Merge f6013265b7 into merged_master (Bitcoin PR bitcoin/bitcoin#20295)
|
2023-06-06 09:10:04 +00:00 |
|
validation.h
|
Merge 84d921e79c into merged_master (Bitcoin PR bitcoin/bitcoin#23465)
|
2023-06-06 09:00:13 +00:00 |
|
validationinterface.cpp
|
|
|
|
validationinterface.h
|
|
|
|
version.h
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
versionbits.cpp
|
Restore changes to ComputeBlockVersion from #1062 and #1075, mistakenly dropped in merging.
|
2022-06-27 13:36:12 -07:00 |
|
versionbits.h
|
Merge ddc6979b8b into merged_master (Bitcoin PR bitcoin/bitcoin#19438)
|
2021-07-30 16:16:50 +00:00 |
|
walletinitinterface.h
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
warnings.cpp
|
scripted-diff: Bump copyright headers
|
2020-12-31 09:45:41 +01:00 |
|
warnings.h
|
doc: Fix typos in endif header comments
|
2021-11-16 09:56:45 +01:00 |