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-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
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
2022-04-20
[net processing] Move mapNodeState into PeerManagerImpl
dergoegge
2022-04-19
Merge bitcoin/bitcoin#24906: miniscript: the 'd:' wrapper must not be 'u'
Andrew Chow
2022-04-19
Merge bitcoin/bitcoin#24357: refactor: make setsockopt() and SetSocketNoDelay...
laanwj
2022-04-19
Merge bitcoin/bitcoin#21279: scripted-diff: Regenerate key_io data determinis...
laanwj
2022-04-18
miniscript: the 'd:' wrapper must not be 'u'
Antoine Poinsot
2022-04-17
test: Adds a test for HexStr that checks all 256 bytes
Martin Leitner-Ankerl
2022-04-16
Merge bitcoin/bitcoin#24841: test: fix connman UB by calling derived constructor
MarcoFalke
2022-04-16
test: fix connman UB by calling derived constructor
chinggg
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-04-14
Remove not needed ArithToUint256 roundtrips in tests
MarcoFalke
2022-04-11
fuzz: add `SplitString` fuzz target
MarcoFalke
2022-04-11
test: add unit tests for `SplitString` helper
Kiminuo
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
[next]