index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-16
util: Don't allow DecodeBase32(...) of strings with embedded NUL characters
practicalswift
2019-12-16
util: Don't allow DecodeBase64(...) of strings with embedded NUL characters
practicalswift
2019-12-16
util: Don't allow ParseMoney(...) of strings with embedded NUL characters
practicalswift
2019-12-15
Merge #17728: rpc: require second argument only for scantxoutset start action
Wladimir J. van der Laan
2019-12-13
Merge #17654: Unbreak build with Boost 1.72.0
Wladimir J. van der Laan
2019-12-13
Merge #12763: Add RPC Whitelist Feature from #12248
Wladimir J. van der Laan
2019-12-13
Merge #17721: util: Don't allow Base58 decoding of non-Base58 strings. Add Ba...
Wladimir J. van der Laan
2019-12-13
Merge #17617: doc: unify unix epoch time descriptions
Wladimir J. van der Laan
2019-12-13
doc: update developer notes wrt unix epoch time
Jon Atack
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-12-12
Merge #17736: Update msvc build for Visual Studio 2019 v16.4
MarcoFalke
2019-12-12
test: Add test for rpc_whitelist
Emil Engler
2019-12-12
Update msvc build for Visual Studio 2019 v16.4
Aaron Clauson
2019-12-12
Merge #17735: ci: fix typo
MarcoFalke
2019-12-12
build: fix typo
Harris
2019-12-12
Merge #17687: cli: fix Fatal LevelDB error when specifying -blockfilterindex=...
fanquake
2019-12-12
Merge #17598: doc: Update release process with latest changes
fanquake
2019-12-12
Merge #17726: ci: Use python 3.7 on Windows Github Actions
fanquake
2019-12-12
Merge #17369: Refactor: Move encryption code between KeyMan and Wallet
Wladimir J. van der Laan
2019-12-12
util: Don't allow base58-decoding of std::string:s containing non-base58 char...
practicalswift
2019-12-12
tests: Add tests for base58-decoding of std::string:s containing non-base58 c...
practicalswift
2019-12-12
Merge #17511: Add bounds checks before base58 decoding
Wladimir J. van der Laan
2019-12-11
Merge #17705: test: re-enable CLI test support by using EncodeDecimal in json...
fanquake
2019-12-11
rpc: require second argument only for scantxoutset start action
Andrew Chow
2019-12-11
Merge #17474: Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStr
MarcoFalke
2019-12-11
Add RPC Whitelist Feature from #12248
Jeremy Rubin
2019-12-11
ci: Use python 3.7 on Windows Github Actions
MarcoFalke
2019-12-11
wallet: unbreak with boost 1.72
Jan Beich
2019-12-11
Merge #17050: tests: Add fuzzing harnesses for functions parsing scripts, num...
MarcoFalke
2019-12-11
Merge #17713: doc: Add release notes for 17447
MarcoFalke
2019-12-11
Merge #17714: rpc: add missing newline in analyzepsbt RPCResult
MarcoFalke
2019-12-11
Merge #17697: CI: GitHub Action workflow which duplicates AppVeyor job
MarcoFalke
2019-12-11
Merge #17698: depends: don't configure xcb_proto
Wladimir J. van der Laan
2019-12-10
rpc: add missing newline in analyzepsbt rpcresult
Jon Atack
2019-12-10
Merge #17633: tests: Add option --valgrind to run the functional tests under ...
MarcoFalke
2019-12-10
Merge #17703: build: Improve configure.ac formatting
MarcoFalke
2019-12-10
Merge #17561: doc: Changed MiniUPnPc link to https in dependencies.md
MarcoFalke
2019-12-10
doc: Add release notes for 17447
MarcoFalke
2019-12-10
Merge #17502: test: add unit test for non-standard bare multisig txs
MarcoFalke
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-10
doc: Update release process with latest changes
MarcoFalke
2019-12-10
tests: Add fuzzing harnesses for various JSON/univalue parsing functions
practicalswift
2019-12-10
tests: Add fuzzing harnesses for various number parsing functions
practicalswift
2019-12-10
tests: Add ParseScript(...) (core_io) fuzzing harness
practicalswift
2019-12-10
tests: Add ParseHDKeypath(...) (bip32) fuzzing harness
practicalswift
2019-12-10
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...
practicalswift
2019-12-10
build: Use dnl for all comments in configure.ac, rather than #
fanquake
2019-12-10
build: Remove backticks from configure.ac
fanquake
2019-12-09
Merge #17109: tests: Add fuzzing harness for various functions consuming only...
MarcoFalke
2019-12-09
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
fanquake
[next]