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-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r...
Jorge Timón
2017-06-01
Merge #10506: Fix bumpfee test after #10449
Pieter Wuille
2017-06-01
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Fix bumpfee test after #10449
Russell Yanofsky
2017-06-01
Merge #10449: Overhaul Qt fee bumper
Jonas Schnelli
2017-05-25
Fix broken q4 test build
Russell Yanofsky
2017-05-24
[Qt] make sure transaction table entry gets updated after bump
Jonas Schnelli
2017-05-24
[Qt] hide bump context menu action if tx already has been bumped
Jonas Schnelli
2017-05-23
Add Qt tests for wallet spends & bumpfee
Russell Yanofsky
2017-05-23
Merge #10295: [qt] Move some WalletModel functions into CWallet
Wladimir J. van der Laan
2017-05-23
Merge #10421: [qt] Remove excess logic: Prefer "return foo;" to "if (foo) { r...
Wladimir J. van der Laan
2017-05-22
Merge #10390: [wallet] remove minimum total fee option
Wladimir J. van der Laan
2017-05-18
[qt] Remove excess logic
practicalswift
2017-05-18
Merge #9697: [Qt] simple fee bumper with user verification
Jonas Schnelli
2017-05-17
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-17
[test] Move some tests from qt -> wallet
Russell Yanofsky
2017-05-17
[qt] Move some WalletModel functions into CWallet
Russell Yanofsky
2017-05-17
[test] Add tests for some walletmodel functions
Russell Yanofsky
2017-05-16
Merge #10362: [GUI] Add OSX keystroke to RPCConsole info
Jonas Schnelli
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-05-11
remove minimum total fee option
Gregory Sanders
2017-05-11
Only update the transactionrecord if the fee bump has been commited
Jonas Schnelli
2017-05-11
Make sure we use nTxConfirmTarget during Qt fee bumps
Jonas Schnelli
2017-05-11
Make sure we always update the table row after a bumpfee call
Jonas Schnelli
2017-05-11
Show old-fee, increase a new-fee in Qt fee bumper confirmation dialog
Jonas Schnelli
2017-05-11
[Qt] simple fee bumper with user verification
Jonas Schnelli
2017-05-09
Merge #8855: Use a proper factory for creating chainparams
Wladimir J. van der Laan
2017-05-08
Add OSX keystroke to clear RPCConsole
Spencer Lievens
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-02
Merge #10093: [Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-05-02
Merge #10175: Remove excess logic.
Wladimir J. van der Laan
2017-04-24
Merge #9951: Wallet database handling abstractions/simplifications
Wladimir J. van der Laan
2017-04-21
Merge #10242: [qt] Don't call method on null WalletModel object
Wladimir J. van der Laan
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
[qt] Don't call method on null WalletModel object
Russell Yanofsky
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-20
Add missing <atomic> header in clientmodel.h
Jonas Schnelli
2017-04-20
Set both time/height header caches at the same time
Jonas Schnelli
2017-04-20
Declare headers height/time cache mutable, re-set the methods const
Jonas Schnelli
2017-04-19
Update the remaining blocks left in modaloverlay at init.
Jonas Schnelli
2017-04-19
Reduce cs_main locks during modal overlay by adding an atomic cache
Jonas Schnelli
2017-04-17
[qt] Stop treating coinbase outputs differently: show them at 1conf
Matt Corallo
2017-04-13
Merge #10176: net: gracefully handle NodeId wrapping
Wladimir J. van der Laan
[next]