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
/
test
Age
Commit message (
Expand
)
Author
2022-05-13
Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...
MacroFake
2022-05-12
Merge bitcoin/bitcoin#25102: Remove unused GetTimeSeconds
MacroFake
2022-05-12
Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...
MacroFake
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-05-10
Switch scheduler to steady_clock
MacroFake
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
test/versionbits: make versionbitscache a parameter
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-05-08
random: Add FastRandomContext::rand_uniform_delay
MarcoFalke
2022-05-08
Add time helpers for std::chrono::steady_clock
MarcoFalke
2022-05-06
Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...
MacroFake
2022-05-06
Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...
MacroFake
2022-05-06
Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...
MacroFake
2022-05-05
Sanity assert GetAncestor() != nullptr where appropriate
Adam Jonas
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-05-04
Merge bitcoin/bitcoin#25057: refactor: replace remaining boost::split with Sp...
fanquake
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-05-04
Merge bitcoin/bitcoin#25040: refactor: Pass lifetimebound reference to Single...
MacroFake
2022-05-04
fuzz: SplitString with multiple separators
Martin Leitner-Ankerl
2022-05-04
Extend Split to work with multiple separators
Martin Leitner-Ankerl
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-05-02
Merge bitcoin/bitcoin#25017: validation: make CScriptCheck and prevector swap...
MacroFake
2022-04-30
Merge bitcoin/bitcoin#24543: net processing: Move remaining globals into Peer...
MacroFake
2022-04-30
Pass lifetimebound reference to SingleThreadedSchedulerClient
MacroFake
2022-04-29
test: Remove boost::split from getarg_tests.cpp
MacroFake
2022-04-29
Merge bitcoin/bitcoin#25025: test: Remove boost::split from rpc_tests.cpp
MacroFake
2022-04-29
test: Remove boost::split from rpc_tests.cpp
MacroFake
2022-04-29
test: Split MempoolAncestryTests into two
MacroFake
2022-04-28
test, bench: make prevector and checkqueue swap member functions noexcept
Jon Atack
2022-04-28
Merge bitcoin/bitcoin#22564: refactor: Move mutable globals cleared in `::Unl...
MacroFake
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
validation: No mempool clearing in UnloadBlockIndex
Carl Dong
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} 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-26
validation: default initialize and guard chainman members
Anthony Towns
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-25
[tests] Move TxOrphange tests to orphange_tests.cpp
John Newbery
2022-04-22
refactor: make GetRand a template, remove GetRandInt
pasta
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
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-20
[netgroupman] Add GetMappedAS() and GetGroup()
John Newbery
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
[next]