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
Age
Commit message (
Expand
)
Author
2020-06-09
trivial: Suggested cleanups to surrounding code
Russell Yanofsky
2020-06-09
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-06-09
Fix WSL file locking by using flock instead of fcntl
Samuel Dobson
2020-06-09
util: Don't reference errno when pthread fails.
MIZUTA Takeshi
2020-06-04
Merge #19170: [0.20] Add missing QPainterPath include
MarcoFalke
2020-06-04
Add missing QPainterPath include
Andrew Chow
2020-06-02
Merge #19019: [0.20] Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-15
qt: Pre-rc2 translations update
Wladimir J. van der Laan
2020-05-15
test: disable script fuzz tests
fanquake
2020-05-15
fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...
practicalswift
2020-05-15
[net processing] Only send a getheaders for one block in an INV
John Newbery
2020-05-15
test: Remove const to work around compiler error on xenial
Wladimir J. van der Laan
2020-05-15
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-15
test: Add unregister_validation_interface_race test
MarcoFalke
2020-05-15
gui: Fix manual coin control with multiple wallets loaded
João Barbosa
2020-05-15
rpc: Relock wallet only if most recent callback
João Barbosa
2020-05-15
rpc: Add mutex to guard deadlineTimers
João Barbosa
2020-05-15
[docs] Improve commenting in ProcessGetData()
John Newbery
2020-05-15
[net processing] ignore unknown INV types in GETDATA messages
Amiti Uttarwar
2020-05-15
[net processing] ignore tx GETDATA from blocks-only peers
Amiti Uttarwar
2020-05-15
gui: Fix itemWalletAddress leak when not tree mode
João Barbosa
2020-05-05
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
MarcoFalke
2020-04-23
Do not expose and consider -logthreadnames when it does not work
Hennadii Stepanov
2020-04-23
build: fix ASLR for bitcoin-cli on Windows
fanquake
2020-04-23
Avoid non-trivial global constants in SHA-NI code
Pieter Wuille
2020-04-10
qt: Update translations pre-rc1
v0.20.0rc1
Wladimir J. van der Laan
2020-04-10
Merge #18541: rpc: Make verifychain default values static, not depend on glob...
MarcoFalke
2020-04-10
Merge #18526: Remove PID file at the very end
MarcoFalke
2020-04-10
Merge #18454: net: Make addr relay mockable, add test
MarcoFalke
2020-04-09
Merge #18529: Add fuzzer version of randomized prevector test
MarcoFalke
2020-04-09
Merge #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp a...
MarcoFalke
2020-04-09
Merge #18521: fuzz: Add process_messages harness
MarcoFalke
2020-04-09
Merge #18533: scripted-diff: Replace strCommand with msg_type
MarcoFalke
2020-04-08
Merge #18565: tests: Add fuzzing harnesses for classes/functions in policy/fe...
MarcoFalke
2020-04-08
tests: Add coverage of {,Incremental}DynamicUsage(const std::set<X, Y>& s) to...
practicalswift
2020-04-08
tests: Add fuzzing harness for classes/functions in cuckoocache.h
practicalswift
2020-04-08
tests: Add fuzzing harness for classes/functions in checkqueue.h
practicalswift
2020-04-08
tests: Add coverage of GetVirtualTransactionSize(...) to existing fuzzer
practicalswift
2020-04-08
tests: Add fuzzing harness for AdditionOverflow(...)
practicalswift
2020-04-08
tests: Add fuzzing harness for FeeFilterRounder
practicalswift
2020-04-08
Fix unregister_all_during_call cleanup
Russell Yanofsky
2020-04-07
Add test for UnregisterAllValidationInterfaces bug
Russell Yanofsky
2020-04-07
Do not clear validationinterface entries being executed
Pieter Wuille
2020-04-07
Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...
MarcoFalke
2020-04-07
Merge #18546: Bugfix: Wallet: Safely deal with change in the address book [pa...
MarcoFalke
2020-04-06
Reorder the test instructions by number
Pieter Wuille
2020-04-06
Merge and generalize case 3 and case 6
Pieter Wuille
2020-04-06
Only run sanity check once at the end
Pieter Wuille
2020-04-06
Assert immediately rather than caching failure
Pieter Wuille
2020-04-06
Make a fuzzer-based copy of the prevector randomized test
Pieter Wuille
[next]