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
/
test
Age
Commit message (
Expand
)
Author
2022-03-21
test: Limit scope of id global which is shared between subtests
MarcoFalke
2022-03-17
Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz engine
MarcoFalke
2022-03-17
fuzz: execute each file in dir without fuzz engine
Anthony Towns
2022-03-16
Merge bitcoin/bitcoin#14752: tests: Unit tests for IsPayToWitnessScriptHash a...
MarcoFalke
2022-03-14
Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flags
MarcoFalke
2022-03-10
Merge bitcoin/bitcoin#24469: test: Correctly decode UTF-8 literal string paths
MarcoFalke
2022-03-10
Merge bitcoin/bitcoin#24371: util: Fix `ReadBinaryFile` reading beyond maxsize
MarcoFalke
2022-03-09
Merge bitcoin/bitcoin#24498: qt: Avoid crash on startup if int specified in s...
Andrew Chow
2022-03-09
Merge bitcoin/bitcoin#24138: index: Commit MuHash and best block together for...
MarcoFalke
2022-03-07
qt: Avoid crash on startup if int specified in settings.json
Ryan Ofsky
2022-03-07
test: Add tests for GetArg methods / settings.json type coercion
Ryan Ofsky
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-07
Merge bitcoin/bitcoin#24299: validation, refactor: UnloadBlockIndex and Chain...
laanwj
2022-03-07
Merge bitcoin/bitcoin#24306: util: Make ArgsManager::GetPathArg more widely u...
MarcoFalke
2022-03-04
Merge bitcoin/bitcoin#24441: fuzz: Limit script_format to 100kB
fanquake
2022-03-03
test: Correctly decode UTF-8 literal string paths
Ryan Ofsky
2022-03-02
net: fix GetListenPort() to derive the proper port
Vasil Dimov
2022-03-02
timedata: make it possible to reset the state
Vasil Dimov
2022-03-02
Merge bitcoin/bitcoin#24375: Do not use `LocalTestingSetup` in getarg_tests t...
MarcoFalke
2022-03-02
util: Add GetPathArg default path argument
Ryan Ofsky
2022-03-02
Merge bitcoin/bitcoin#24165: p2p: extend inbound eviction protection by netwo...
laanwj
2022-03-02
Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...
laanwj
2022-02-27
fuzz: FuzzedFileProvider::write should not return negative value
eugene
2022-02-25
Add coinstatsindex_unclean_shutdown test
Ryan Ofsky
2022-02-25
fuzz: Limit script_format to 100kB
MarcoFalke
2022-02-23
Merge bitcoin/bitcoin#24381: test: Run symlink regression tests on Windows
laanwj
2022-02-23
Merge bitcoin/bitcoin#24406: test: Fix Wambiguous-reversed-operator compiler ...
fanquake
2022-02-22
tests: Remove now-unnecessary manual Unload's
Carl Dong
2022-02-22
Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...
laanwj
2022-02-22
Merge bitcoin/bitcoin#24310: docs / fixups from RBF and packages
fanquake
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-21
test: Fix Wambiguous-reversed-operator compiler warnings
MarcoFalke
2022-02-21
util: Add SaturatingAdd helper
MarcoFalke
2022-02-21
Merge bitcoin/bitcoin#24343: Add descriptor_tests covering tr(), and fix mino...
fanquake
2022-02-19
util: Fix ReadBinaryFile reading beyond maxsize
klementtan
2022-02-18
test: Run symlink regression tests on Windows
MarcoFalke
2022-02-18
Do not use `LocalTestingSetup` in getarg_tests test file.
Kiminuo
2022-02-17
Merge bitcoin/bitcoin#24349: fuzz: Split script formatting from script fuzz t...
fanquake
2022-02-17
test: Add fs_tests/create_directories unit test
Hennadii Stepanov
2022-02-17
util: Work around libstdc++ create_directories issue
laanwj
2022-02-17
Merge bitcoin/bitcoin#24331: util: Revert back `MoveFileExW` call for MinGW-w64
laanwj
2022-02-15
Add tr() descriptor unit tests
Pieter Wuille
2022-02-15
fuzz: Split script formatting from script fuzz target
MarcoFalke
2022-02-14
test: Add fs_tests/rename unit test
Hennadii Stepanov
2022-02-14
Merge bitcoin/bitcoin#24309: test: test that OP_1-OP_16 (but not lower/higher...
fanquake
2022-02-14
[validation] look up transaction by txid
glozow
2022-02-13
build: use header-only Boost unit test
fanquake
2022-02-11
net: remove unused CNetAddr::GetHash()
Vasil Dimov
2022-02-11
net: add CServiceHash constructor so the caller can provide the salts
Vasil Dimov
2022-02-11
net: open p2p connections to nodes that listen on non-default ports
Vasil Dimov
[next]