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-28
util: Increase buffer size to 1024 in SysErrorString
laanwj
2022-04-28
util: Refactor SysErrorString logic
laanwj
2022-04-28
util: Use strerror_s for SysErrorString on Windows
laanwj
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-04-28
Merge bitcoin/bitcoin#24831: tidy: add include-what-you-use
MacroFake
2022-04-27
build: Remove LIBTOOL_APP_LDFLAGS for bitcoin-chainstate
Cory Fields
2022-04-27
docs: Add libbitcoinkernel_la_SOURCES explanation
Carl Dong
2022-04-27
build: Extract the libbitcoinkernel library
Carl Dong
2022-04-27
Merge bitcoin/bitcoin#18642: Use std::chrono for the time to rotate destinati...
MacroFake
2022-04-27
Crash debug builds on PCKG_MEMPOOL_ERROR
MacroFake
2022-04-27
Merge bitcoin/bitcoin#25001: Modernize util/strencodings and util/string: `st...
laanwj
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
validation: No mempool clearing in UnloadBlockIndex
Carl Dong
2022-04-27
Clear {versionbits,warning}cache in ~Chainstatemanager
Carl Dong
2022-04-27
style-only: Use std::clamp for check_ratio, rename
Carl Dong
2022-04-27
style-only: Use for instead of when loading Chainstate
Carl Dong
2022-04-27
init: Reset mempool and chainman via reconstruction
Carl Dong
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-27
Call CHECK_NONFATAL only once where needed
MarcoFalke
2022-04-26
validation: default initialize and guard chainman members
Anthony Towns
2022-04-26
refactor: Convert warningcache to std::array
Carl Dong
2022-04-26
b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp
Carl Dong
2022-04-26
build: Separate lib_LTLIBRARIES initialization
Carl Dong
2022-04-26
build: Create .la library for bitcoincrypto
Carl Dong
2022-04-26
build: Create .la library for leveldb
Carl Dong
2022-04-26
build: Create .la library for crc32c
Carl Dong
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
scripted-diff: Rename PeerManagerImpl members
dergoegge
2022-04-26
[net processing] Move nHighestFastAnnounce into PeerManagerImpl
dergoegge
[prev]
[next]