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
2021-10-19
Add missing gettimeofday to syscall sandbox
MarcoFalke
2021-10-15
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...
W. J. van der Laan
2021-10-12
Merge bitcoin/bitcoin#23227: bitcoin-tx: Avoid treating integer overflow as OP_0
Samuel Dobson
2021-10-11
util: Add mincore and clone3 to syscall sandbox
MarcoFalke
2021-10-08
doc: Fixup ToIntegral docs
MarcoFalke
2021-10-07
Merge bitcoin/bitcoin#23196: util: Make syscall sandbox compilable with kerne...
W. J. van der Laan
2021-10-06
util: Add mremap syscall to AllowAddressSpaceAccess
MarcoFalke
2021-10-05
util: Conditionalize some syscalls in syscall name table
W. J. van der Laan
2021-10-05
util: Add __NR_copy_file_range syscall constant for sandbox
W. J. van der Laan
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-05
Merge bitcoin/bitcoin#23178: util: Fix GUIX build with syscall sandbox
W. J. van der Laan
2021-10-05
util: Make sure syscall numbers used in profile are defined
W. J. van der Laan
2021-10-05
Merge bitcoin/bitcoin#23179: sandbox: add `newfstatat` & `copy_file_range` to...
MarcoFalke
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-10-05
util: Define SECCOMP_RET_KILL_PROCESS if not provided by the headers
W. J. van der Laan
2021-10-05
sandbox: add copy_file_range to allowed filesystem syscalls
fanquake
2021-10-05
sandbox: add newfstatat to allowed filesystem syscalls
fanquake
2021-10-04
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...
W. J. van der Laan
2021-10-04
Merge bitcoin/bitcoin#23156: refactor: Remove unused ParsePrechecks and Parse...
MarcoFalke
2021-10-04
Remove unused ParseDouble and ParsePrechecks
MarcoFalke
2021-10-01
refactor: Remove unused ParsePrechecks from ParseIntegral
MarcoFalke
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-30
Merge bitcoin/bitcoin#20457: util: Make Parse{Int,UInt}{32,64} use locale ind...
W. J. van der Laan
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-18
util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...
practicalswift
2021-09-11
Cleanup headers after #20788
Hennadii Stepanov
2021-09-10
Merge bitcoin/bitcoin#22675: RBF move 2/3: extract RBF logic into policy/rbf
fanquake
2021-09-10
Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmap
fanquake
2021-09-09
Merge bitcoin/bitcoin#22904: sync, log: inline lock contention logging macro ...
merge-script
2021-09-09
Merge bitcoin/bitcoin#22390: system: skip trying to set the locale on NetBSD
fanquake
2021-09-08
doc: add missing copyright header to getuniquepath.cpp
fanquake
2021-09-07
Add util/types.h with ALWAYS_FALSE template
MarcoFalke
2021-09-07
[asmap] Make DecodeAsmap() a utility function
John Newbery
2021-09-05
Merge bitcoin/bitcoin#22591: Util: error if settings json exists, but is unre...
MarcoFalke
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-23
Merge bitcoin/bitcoin#22855: RBF move 3/3: move followups + improve RBF docum...
fanquake
2021-09-20
make MAX_BIP125_RBF_SEQUENCE constexpr
glozow
2021-09-10
[doc] improve RBF documentation
glozow
2021-09-02
whitespace fixups after move and scripted-diff
glozow
2021-08-31
Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into polic...
fanquake
2021-08-24
call SignalsOptInRBF instead of checking all inputs
glozow
2021-08-24
Merge bitcoin/bitcoin#22772: refactor: hasher cleanup (follow-up to 19935)
fanquake
2021-08-24
Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...
fanquake
2021-08-23
Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...
MarcoFalke
2021-08-22
doc: remove outdated comment
Martin Zumsande
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-08-11
Merge bitcoin/bitcoin#22653: refactor: Rename JoinErrors and re-use it
fanquake
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-06
refactor: Reuse MakeUnorderedList where possible
Hennadii Stepanov
[next]