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
/
util
Age
Commit message (
Expand
)
Author
2022-02-21
Merge bitcoin/bitcoin#24231: streams: Fix read-past-the-end and integer overf...
MarcoFalke
2022-02-17
util: Add missing rseq to syscall sandbox
laanwj
2022-02-17
Merge bitcoin/bitcoin#24331: util: Revert back `MoveFileExW` call for MinGW-w64
laanwj
2022-02-14
util: Add missing unlinkat to syscall sandbox
MarcoFalke
2022-02-14
util: Revert back MoveFileExW call for MinGW-w64
Hennadii Stepanov
2022-02-10
util: use stronger-guarantee rename method
Vasil Dimov
2022-02-10
Merge bitcoin/bitcoin#24297: Fix unintended unsigned integer overflow in stre...
fanquake
2022-02-10
Merge bitcoin/bitcoin#24298: fuzz: Avoid unsigned integer overflow in FormatP...
fanquake
2022-02-09
util: Drop no longer needed StripRedundantLastElementsOfPath() function
Hennadii Stepanov
2022-02-09
Use ArgsManager::GetPathArg() for "-blocksdir" option
Hennadii Stepanov
2022-02-09
Use ArgsManager::GetPathArg() for "-datadir" option
Hennadii Stepanov
2022-02-09
util: Add ArgsManager::GetPathArg() function
Hennadii Stepanov
2022-02-09
streams: Fix read-past-the-end and integer overflows
MarcoFalke
2022-02-09
fuzz: Avoid unsigned integer overflow in FormatParagraph
MarcoFalke
2022-02-09
Fix unintended unsigned integer overflow in strencodings
MarcoFalke
2022-02-08
Merge bitcoin/bitcoin#24266: util: Avoid buggy std::filesystem:::create_direc...
MarcoFalke
2022-02-05
util: Avoid buggy std::filesystem:::create_directories() call
Hennadii Stepanov
2022-02-04
Re-enable util_datadir check disabled in #20744
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-20
Merge bitcoin/bitcoin#24065: build: explicitly disable support for external s...
fanquake
2022-01-18
util: Fix mis-swapped `prettyIndent` and `indentLevel` arguments
Hennadii Stepanov
2022-01-15
build: disable external signer on Windows
fanquake
2022-01-11
util: Restore GetIntArg saturating behavior
James O'Beirne
2022-01-07
Add FastRange32 function and use it throughout the codebase
Pieter Wuille
2022-01-06
scripted-diff: rename MapIntoRange to FastRange64
Pieter Wuille
2022-01-06
[moveonly] Move MapIntoRange() to separate util/fastrange.h
Pieter Wuille
2022-01-06
Merge bitcoin/bitcoin#23760: util: move MapIntoRange() for reuse in fuzz tests
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-23
util: move MapIntoRange() for reuse in fuzz tests
fanquake
2021-12-17
Move AdditionOverflow to util, Add CheckedAdd with unit tests
MarcoFalke
2021-12-13
Reduce size of strencodings decode tables
MarcoFalke
2021-12-13
Fix implicit integer sign changes in strencodings
MarcoFalke
2021-12-08
fuzz: Fix RPC internal bug detection
MarcoFalke
2021-12-01
net: add new method Sock::Accept() that wraps accept()
Vasil Dimov
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-24
Merge bitcoin/bitcoin#23451: span: Add std::byte helpers
MarcoFalke
2021-11-24
Merge bitcoin/bitcoin#23249: util: ParseByteUnits - Parse a string with suffi...
MarcoFalke
2021-11-19
util: Add missing fstatfs to syscall sandbox
MarcoFalke
2021-11-17
util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]
Douglas Chimento
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-11-10
Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`
MarcoFalke
2021-11-09
span: Add std::byte helpers
MarcoFalke
2021-11-03
[logging/documentation] Remove reference to AcceptToMemoryPool from error string
John Newbery
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-10-25
refactor: Add explicit DISALLOW_NEGATION ArgsManager flag to clarify flag usage
Russell Yanofsky
2021-10-25
refactor: Split InterpretOption into Interpret{Key,Value} functions
Russell Yanofsky
[next]