33
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rpc: Undeprecate rpcuser/rpcpassword, change message to security warning More... 3 months ago
test: avoid unneeded (w)txid hex -> integer conversions More... 3 months ago
scripted-diff: test: rename CTransaction `.getwtxid()` -> `wtxid_hex` for consistency More... 3 months ago
Merge bitcoin/bitcoin#32405: build: replace header checks with `__has_include` More... 3 months ago
test: rename CTransaction `.sha256` -> `.txid_int` for consistency More... 3 months ago
Merge bitcoin/bitcoin#32358: subprocess: Backport upstream changes More... 3 months ago
Merge bitcoin/bitcoin#32417: doc: Explain that .gitignore is not for IDE-specific excludes More... 3 months ago
test: rename CTransaction `.rehash()`/`.hash` -> `.txid_hex` for consistency More... 3 months ago
test: introduce and use CTransaction `.wtxid_int` property More... 3 months ago
test: remove bare CTransaction `.rehash()`/`.calc_sha256()` calls More... 3 months ago
test: remove txid caching in CTransaction class More... 3 months ago
doc: Explain that .gitignore is not for IDE-specific excludes More... 3 months ago
scripted-diff: adapt script error constant names in feature_taproot.py More... 3 months ago
Merge bitcoin/bitcoin#32403: test: remove Boost SIGCHLD workaround. More... 3 months ago
doc: recommend gmake for FreeBSD More... 3 months ago
test: remove unnecessary -datacarriersize args from tests More... 3 months ago
datacarrier: deprecate startup arguments for future removal More... 3 months ago
util: check that a file has been closed before ~AutoFile() is called More... 3 months ago
policy: uncap datacarrier by default More... 3 months ago
log: print reason for why should_write was triggered in `FlushStateToDisk` More... 3 months ago
build: replace header checks with __has_include More... 3 months ago
doc: update URLs More... 3 months ago
random: Use modern Windows randomness functions More... 3 months ago
subprocess: check and handle fcntl(F_GETFD) failure More... 3 months ago
subprocess: Proper implementation of wait() on Windows More... 3 months ago
subprocess: Do not escape double quotes for command line arguments on Windows More... 3 months ago
subprocess: Explicitly define move constructor of Streams class More... 3 months ago
subprocess: Avoid leaking POSIX name aliases beyond `subprocess.h` More... 3 months ago
subprocess: Fix cross-compiling with mingw toolchain More... 3 months ago
subprocess: Get Windows return code in wait() More... 3 months ago