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
2017-08-18
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-18
Document the preference of nullptr over NULL or (void*)0
practicalswift
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-08-15
Merge #10964: Pass SendCoinsRecipient (208 bytes) by reference
Jonas Schnelli
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-09
qt: Periodic translations update
Wladimir J. van der Laan
2017-08-08
Fix typos.
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-05
qt: Increase BLOCK_CHAIN_SIZE constants
Wladimir J. van der Laan
2017-08-02
Pass SendCoinsRecipient (208 bytes) by const reference
practicalswift
2017-08-02
Fix typo in sendcoinsdialog.
Masahiko Hyuga
2017-07-31
qt: Periodic translations update
Wladimir J. van der Laan
2017-07-26
Merge #10899: [test] Qt: Use _putenv_s instead of setenv on Windows builds
Wladimir J. van der Laan
2017-07-25
Merge #10870: [Qt] Use wallet 0 in rpc console if running with multiple wallets
Wladimir J. van der Laan
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-21
Qt: Use _putenv_s instead of setenv on Windows builds
Brian McMichael
2017-07-20
qt: Periodic translations update
Wladimir J. van der Laan
2017-07-20
[Qt] Use wallet 0 in rpc console if running with multiple wallets
Jonas Schnelli
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-17
Merge #10832: init: Factor out AppInitLockDataDirectory and fix startup core ...
Wladimir J. van der Laan
2017-07-17
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Use CoinControl to pass custom fee setting from QT.
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets
Pieter Wuille
2017-07-13
[Qt] migrate old fee slider value to new dropbown
Jonas Schnelli
2017-07-13
[Qt] replace fee slider with a Dropdown, extend conf. targets
Jonas Schnelli
2017-07-11
Merge #10589: More economical fee estimates for RBF and RPC options to control
Wladimir J. van der Laan
2017-07-11
Merge #10179: Give CValidationInterface Support for calling notifications on ...
Wladimir J. van der Laan
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
remove default argument from GetMinimumFee
Alex Morcos
2017-07-06
qt: First translations update for 0.15
Wladimir J. van der Laan
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-03
Use TestingSetup to DRY qt rpcnestedtests
Matt Corallo
2017-06-29
Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q'
Wladimir J. van der Laan
2017-06-29
[Qt] allow to execute a callback during splashscreen progress
Jonas Schnelli
2017-06-29
Merge #10673: [qt] Avoid potential null pointer dereference in TransactionVie...
Wladimir J. van der Laan
2017-06-27
[qt] Avoid potential null pointer dereference in TransactionView::exportClick...
practicalswift
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
[next]