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
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-18
[wallet] Add doxygen comment to CWallet::CommitTransaction()
John Newbery
2019-10-16
[wallet] Fix whitespace in CWallet::CommitTransaction()
John Newbery
2019-10-16
Merge #17095: util: Filter control characters out of log messages
Wladimir J. van der Laan
2019-10-16
Merge #17131: rpc: fix -rpcclienttimeout 0 option
Wladimir J. van der Laan
2019-10-15
tests: Add fuzzing harness for descriptor Span-parsing helpers
practicalswift
2019-10-15
Merge #17105: gui: Make RPCConsole::TabTypes an enum class
fanquake
2019-10-15
Merge #17138: Remove wallet access to some node arguments
MarcoFalke
2019-10-15
Merge #17098: refactor: Feebumper EstimateFeeRate follow-up
MarcoFalke
2019-10-15
Merge #17125: gui: Add toolTip and placeholderText to sign message fields
fanquake
2019-10-15
rpc: fix -rpcclienttimeout 0 option
Fabian Jahr
2019-10-15
gui: Added label & tooltip for Verify Message labels
dannmat
2019-10-15
gui: Make RPCConsole::TabTypes an enum class
João Barbosa
2019-10-15
tests: Fix fs_tests for unknown locales
Daki Carnhof
2019-10-15
util: Filter control characters out of log messages
Wladimir J. van der Laan
2019-10-14
Merge #17134: doc: Add switch on enum example to developer notes
fanquake
2019-10-14
[wallet] Remove pruning check for -rescan option
John Newbery
2019-10-14
[wallet] Remove package limit config access from wallet
John Newbery
2019-10-14
Merge #17009: tests: Add EvalScript(...) fuzzing harness
MarcoFalke
2019-10-14
util: Add AllowShortCaseLabelsOnASingleLine option
Hennadii Stepanov
2019-10-12
tests: Add EvalScript(...) fuzzing harness
practicalswift
2019-10-11
Merge #16947: doc: Doxygen-friendly script/descriptor.h comments
MarcoFalke
2019-10-10
change wallet pointers to references in feebumper
Adam Jonas
2019-10-10
tests: Add FuzzedDataProvider fuzzing helper from the Chromium project
practicalswift
2019-10-10
Merge #16887: Abstract out some of the descriptor Span-parsing helpers
MarcoFalke
2019-10-10
Merge #16786: test: add unit test for wallet watch-only methods involving Pub...
MarcoFalke
2019-10-10
typo and unneccessary parentheses
Adam Jonas
2019-10-10
Merge #16689: rpc: add missing fields to wallet rpc help output
MarcoFalke
2019-10-10
Merge #17076: tests: Add fuzzing harness for CheckTransaction(...), IsStandar...
MarcoFalke
2019-10-10
Merge #17085: init: Change fallback locale to C.UTF-8
Wladimir J. van der Laan
2019-10-10
Merge #15756: gui: Add shortcuts for tab tools
Jonas Schnelli
2019-10-10
Merge #15023: GUI: Restore RPC Console to non-wallet tray icon menu
Jonas Schnelli
2019-10-09
test: add unit tests for Span-parsing helpers
Sebastian Falbesoner
2019-10-09
Merge #15098: qt: Show addresses for "SendToSelf" transactions
fanquake
2019-10-09
Add missing fields in TransactionDescriptionString and others
Antoine Riard
2019-10-09
MOVEONLY : move RPC wallets helpers to TransactionDescriptionString
Antoine Riard
2019-10-09
tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)
practicalswift
2019-10-09
tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and o...
practicalswift
2019-10-09
Merge #16821: Fix bug where duplicate PSBT keys are accepted
fanquake
2019-10-09
init: Change fallback locale to C.UTF-8
Wladimir J. van der Laan
2019-10-09
build: Fix #include sys/poll.h to just poll.h (without sys/)
Daki Carnhof
2019-10-09
Merge #15437: p2p: Remove BIP61 reject messages
Wladimir J. van der Laan
2019-10-08
Merge #17056: descriptors: Introduce sortedmulti descriptor
fanquake
2019-10-08
Add sortedmulti descriptor and unit tests
Andrew Chow
2019-10-08
Merge #17068: qt: Always generate `bitcoinstrings.cpp` on `make translate`
Wladimir J. van der Laan
2019-10-08
Merge #17059: util: Simplify path argument for CBlockTreeDB ctor
Wladimir J. van der Laan
2019-10-08
Merge #17073: move-only: PASTE macros to util/macros.h
Wladimir J. van der Laan
2019-10-08
Fix bug where duplicate PSBT keys are accepted
John L. Jegutanis
2019-10-07
tests: Pass fuzzing inputs as constant references
practicalswift
2019-10-07
Always generate `bitcoinstrings.cpp` on `make translate`
Franck Royer
[next]