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
2020-06-25
Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option
Wladimir J. van der Laan
2020-06-24
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
2020-06-24
fees: add FeeModes doc helper function
Karl-Johan Alm
2020-06-18
Improve TransactionErrorString messages.
Glenn Willen
2020-06-09
refactor: Error message bilingual_str consistency
Wladimir J. van der Laan
2020-06-08
util: Don't reference errno when pthread fails.
MIZUTA Takeshi
2020-06-02
refactor: Fix unreachable code in init arg checks
Jonathan Schoeller
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-26
util/system.cpp: add thread safety annotations for dir_locks
Anthony Towns
2020-05-13
Add util::Ref class as temporary alternative for c++17 std::any
Russell Yanofsky
2020-05-13
Merge #18922: gui: Do not translate InitWarning messages in debug.log
Jonas Schnelli
2020-05-10
util: Drop OpOriginal() and OpTranslated()
Hennadii Stepanov
2020-05-10
util: Enhance Join()
Hennadii Stepanov
2020-05-09
util: Enhance bilingual_str
Hennadii Stepanov
2020-05-09
refactor: Rework asmap Interpret to avoid ptrdiff_t
Ben Woosley
2020-05-08
Merge #16224: gui: Bilingual GUI error messages
MarcoFalke
2020-05-06
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-05-05
util: Cleanup translation.h
Hennadii Stepanov
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-30
Merge #18437: util: Detect posix_fallocate() instead of assuming
Wladimir J. van der Laan
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-20
Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...
MarcoFalke
2020-04-20
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...
practicalswift
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
util: Document why ArgsManager (con/de)structor is not inline
MarcoFalke
2020-04-15
tools: Add unused argsman to bench_bitcoin
MarcoFalke
2020-04-14
util: Detect posix_fallocate() instead of assuming
Vasil Dimov
2020-04-08
Make asmap Interpreter errors fatal and fuzz test it
Pieter Wuille
2020-04-08
Add additional effiency checks to sanity checker
Pieter Wuille
2020-04-08
Add asmap sanity checker
Pieter Wuille
2020-04-08
Improve asmap Interpret checks and document failures
Pieter Wuille
2020-04-08
Deal with decoding failures explicitly in asmap Interpret
Pieter Wuille
2020-04-08
Introduce Instruction enum in asmap
Pieter Wuille
2020-04-02
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-04-02
build: Detect gmtime_* definitions via configure
Ben Woosley
2020-03-27
util: Replace i64tostr with ToString
MarcoFalke
2020-03-27
util: Remove unused itostr
MarcoFalke
2020-03-26
Merge #18270: util: Fail to parse whitespace-only strings in ParseMoney(...) ...
MarcoFalke
2020-03-24
[util] GetFileSize
Sjors Provoost
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-12
util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...
practicalswift
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-03-06
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-03-01
Merge #17399: validation: Templatize ValidationState instead of subclassing
MarcoFalke
2020-02-29
util: Fail to parse empty string in ParseMoney
MarcoFalke
2020-02-29
util: Remove unused ParseMoney that takes a c_str
MarcoFalke
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-25
Merge #17577: refactor: deduplicate the message sign/verify code
Samuel Dobson
2020-02-21
util: Remove unused MilliSleep
MarcoFalke
[next]