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
/
qt
Age
Commit message (
Expand
)
Author
2023-02-28
scripted-diff: Remove double newlines after some init errors
Ryan Ofsky
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2023-02-27
refactor: Use new GetConfigFilePath function
Ryan Ofsky
2023-02-23
Merge bitcoin/bitcoin#27073: Convert ArgsManager::GetDataDir to a read-only f...
Andrew Chow
2023-02-23
util: make GetDataDir read-only & create datadir..
willcl-ark
2023-02-21
Detailed error message for passphrases with null chars
John Moffett
2023-02-21
Pass all characters to SecureString including nulls
John Moffett
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2023-02-17
Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...
Andrew Chow
2023-02-15
Merge bitcoin-core/gui#711: refactor: Disable unused special members function...
Andrew Chow
2023-02-15
refactor: remove <util/system.h> include from wallet.h
furszy
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-02-15
Merge bitcoin-core/gui#603: Add settings.json prune-prev, proxy-prev, onion-p...
Hennadii Stepanov
2023-02-14
refactor: Disable unused special members functions in `UnlockContext`
Hennadii Stepanov
2023-02-09
Merge bitcoin-core/gui#701: Persist Mask Values option
Hennadii Stepanov
2023-02-07
Remove reindex special case from the progress bar label
MarcoFalke
2023-02-03
Merge bitcoin-core/gui#653: Show watchonly balance only for Legacy wallets
Hennadii Stepanov
2023-02-03
Merge bitcoin-core/gui#705: doc: Fix comment about how wallet txs are sorted
Hennadii Stepanov
2023-02-02
Merge bitcoin-core/gui#695: Fix misleading RPC console wallet message
Hennadii Stepanov
2023-02-02
Merge bitcoin-core/gui#704: Correctly limit overview transaction list
Hennadii Stepanov
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-27
Fix comment about how wallet txs are sorted
John Moffett
2023-01-26
Correctly limit overview transaction list
John Moffett
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-23
qt: Persist Mask Values option
Andrew Chow
2023-01-17
Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt`
Hennadii Stepanov
2023-01-15
Merge bitcoin-core/gui#690: Catch invalid networks combination crash
Hennadii Stepanov
2023-01-11
Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...
MarcoFalke
2023-01-09
Fix misleading RPC console wallet message
John Moffett
2023-01-03
Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...
Andrew Chow
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-26
gui: bugfix, catch invalid networks combination crash
furszy
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
gui: create tx, launch error dialog if backend throws runtime_error
furszy
2022-12-21
Merge bitcoin-core/gui#687: Load PSBTs using istreambuf_iterator rather than ...
MarcoFalke
2022-12-20
Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer support
Andrew Chow
2022-12-20
Merge bitcoin-core/gui#605: Delete splash screen widget early
Hennadii Stepanov
2022-12-18
qt: Load PSBTs using istreambuf_iterator rather than istream_iterator
Andrew Chow
2022-12-16
clang-tidy, qt: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2022-12-15
clang-tidy: Fix `readability-redundant-string-init` in headers
Hennadii Stepanov
2022-12-13
Merge bitcoin-core/gui#682: Don't directly delete abandoned txes from GUI
Hennadii Stepanov
2022-12-12
gui: simplify OptionsDialog::updateDefaultProxyNets()
Vasil Dimov
2022-12-12
scripted-diff: rename ToStringIP[Port]() to ToStringAddr[Port]()
Vasil Dimov
2022-12-06
Merge bitcoin-core/gui#683: doc: Drop no longer relevant comment
Hennadii Stepanov
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-12-02
doc: Drop no longer relevant comment
Hennadii Stepanov
2022-11-25
Minor fix: Don't directly delete abandoned txes
John Moffett
2022-11-17
Merge bitcoin-core/gui#680: Fixes MacOS 13 segfault by preventing certain not...
Hennadii Stepanov
2022-11-16
Fix Transaction Relay tooltip text in Peers details window
Jon Atack
2022-11-15
Fixes bitcoin#26490 by preventing notifications
John Moffett
[next]