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
Age
Commit message (
Expand
)
Author
2022-04-27
util: Add ParseHex<std::byte>() helper
MarcoFalke
2022-04-27
test: Add test for embedded null in hex string
MarcoFalke
2022-04-27
Merge bitcoin/bitcoin#18642: Use std::chrono for the time to rotate destinati...
MacroFake
2022-04-27
Merge bitcoin/bitcoin#25001: Modernize util/strencodings and util/string: `st...
laanwj
2022-04-27
Merge bitcoin-core/gui#589: Getting ready to Qt 6 (7/n). Do not pass `WalletM...
Hennadii Stepanov
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} take string_view arguments
Pieter Wuille
2022-04-27
Generalize ConvertBits to permit transforming the input
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-27
Reject incorrect base64 in HTTP auth
Pieter Wuille
2022-04-27
Make SanitizeString use string_view
Pieter Wuille
2022-04-27
Make IsHexNumber use string_view
Pieter Wuille
2022-04-27
Make IsHex use string_view
Pieter Wuille
2022-04-27
Make ParseHex use string_view
Pieter Wuille
2022-04-26
Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex private
fanquake
2022-04-26
Merge bitcoin/bitcoin#21726: Improve Indices on pruned nodes via prune blockers
fanquake
2022-04-26
Merge bitcoin/bitcoin#24644: wallet: add tracepoints and algorithm informatio...
fanquake
2022-04-26
Merge bitcoin/bitcoin#24989: scripted-diff: rename BytePtr to AsBytePtr
fanquake
2022-04-26
Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescriptors
fanquake
2022-04-26
Merge bitcoin/bitcoin#24971: tidy: modernize-use-nullptr
fanquake
2022-04-26
Merge bitcoin/bitcoin#24959: Remove not needed clang-format off comments
laanwj
2022-04-26
Merge bitcoin/bitcoin#24789: init, index: disallow indexes when running reind...
fanquake
2022-04-26
Merge bitcoin/bitcoin#24979: Precomputed hashes are note #16 in BIP341
fanquake
2022-04-26
tidy: enable modernize-use-nullptr
fanquake
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-26
Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...
fanquake
2022-04-26
scripted-diff: rename BytePtr to AsBytePtr
João Barbosa
2022-04-26
Merge bitcoin/bitcoin#24157: p2p: Replace RecursiveMutex `cs_totalBytesSent` ...
laanwj
2022-04-25
Index: Allow coinstatsindex with pruning enabled
Fabian Jahr
2022-04-25
Index: Use prune locks for blockfilterindex
Fabian Jahr
2022-04-25
blockstorage: Add prune locks to BlockManager
Fabian Jahr
2022-04-25
refactor: Introduce GetFirstStoredBlock helper function
Fabian Jahr
2022-04-25
Precomputed hashes are note #16 in BIP341
Gregory Sanders
2022-04-25
rpc: Explain active and internal in listdescriptors
Andrew Chow
2022-04-25
Remove not needed clang-format off comments
MarcoFalke
2022-04-25
[tests] Move TxOrphange tests to orphange_tests.cpp
John Newbery
2022-04-24
init: disallow reindex-chainstate with optional indexes
Martin Zumsande
2022-04-24
Merge bitcoin/bitcoin#24812: util/check: Add CHECK_NONFATAL identity function...
MarcoFalke
2022-04-22
Merge bitcoin-core/gui#587: refactor: Replace `GUIUtil::ObjectInvoke()` with ...
Hennadii Stepanov
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-22
p2p: replace RecursiveMutex `m_total_bytes_sent_mutex` with Mutex
w0xlt
2022-04-22
p2p: add assertions and negative TS annotations for `m_total_bytes_sent_mutex`
w0xlt
2022-04-21
Merge bitcoin/bitcoin#24854: Remove not needed ArithToUint256 roundtrips in t...
laanwj
2022-04-21
Merge bitcoin/bitcoin#24213: refactor: use Span in random.*
laanwj
2022-04-21
Do not pass `WalletModel*` to queued connection
Hennadii Stepanov
2022-04-21
refactor: Make `RPCExecutor*` a member of the `RPCConsole` class
Hennadii Stepanov
2022-04-20
refactor: Guard `RPCConsole::{add,remove}Wallet()` with `ENABLE_WALLET`
Hennadii Stepanov
2022-04-20
[netgroupman] Remove NetGroupManager::GetAsmap()
John Newbery
[next]