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-04-19
Merge bitcoin/bitcoin#24357: refactor: make setsockopt() and SetSocketNoDelay...
laanwj
2022-04-16
Simplify GetTime
MarcoFalke
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-04-13
Merge bitcoin/bitcoin#24355: util, refactor: Add UNIQUE_NAME helper macro
laanwj
2022-04-05
Remove gui-only syscalls
MarcoFalke
2022-04-05
init: Disable syscall sandbox in the bitcoin-qt process
MarcoFalke
2022-04-04
Merge bitcoin/bitcoin#24729: util/check: avoid unused parameter warnings
MarcoFalke
2022-04-01
refactor: add missing std:: includes to threadnames.cpp
fanquake
2022-04-01
doc: remove incorrect mention of PR_GET_NAME
fanquake
2022-04-01
util/check: avoid unused parameter warnings
Anthony Towns
2022-03-31
Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Assume
MarcoFalke
2022-03-30
util/check: stop using lambda for Assert/Assume
Anthony Towns
2022-03-30
Merge bitcoin/bitcoin#24690: util: Add inotify_rm_watch to syscall sandbox (A...
fanquake
2022-03-29
Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78
laanwj
2022-03-28
util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem)
Hennadii Stepanov
2022-03-24
util: add linkat to syscall sandbox (AllowFileSystem)
fanquake
2022-03-21
build: Fix Boost.Process test for Boost 1.78
Hennadii Stepanov
2022-03-10
Merge bitcoin/bitcoin#24371: util: Fix `ReadBinaryFile` reading beyond maxsize
MarcoFalke
2022-03-07
qt: Avoid crash on startup if int specified in settings.json
Ryan Ofsky
2022-03-02
util, refactor: Use GetPathArg to read "-settings" value
Ryan Ofsky
2022-03-02
util: Add GetPathArg default path argument
Ryan Ofsky
2022-02-22
refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp
fanquake
2022-02-21
util: Add SaturatingAdd helper
MarcoFalke
2022-02-21
Merge bitcoin/bitcoin#24231: streams: Fix read-past-the-end and integer overf...
MarcoFalke
2022-02-19
util: Fix ReadBinaryFile reading beyond maxsize
klementtan
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-16
util, refactor: Add UNIQUE_NAME helper macro
Hennadii Stepanov
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
[next]