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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2012-10-21
Bugfix: do not mark all future coins spent
Pieter Wuille
2012-10-20
Transaction hash caching
Pieter Wuille
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-10-08
Handle corrupt wallets gracefully.
Gavin Andresen
2012-10-01
fix -Wformat warnings all over the source
Philip Kaufmann
2012-09-20
Merge pull request #1717 from Diapolo/Qt_change_TX_display
Wladimir J. van der Laan
2012-09-18
Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-05
Correct LoadWallet() return value (false -> DB_LOAD_OK)
xanatos
2012-09-04
Merge pull request #1738 from laanwj/2012_08_boostthread
Jeff Garzik
2012-09-02
Merge pull request #1774 from luke-jr/refactor_times
Gavin Andresen
2012-09-02
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
Luke Dashjr
2012-08-29
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-24
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
Change CWallet addressgrouping to use CTxDestination instead of strings.
Gregory Maxwell
2012-08-24
Qt: show mined transactions at depth 1
Philip Kaufmann
2012-08-23
Treat generation (mined) transactions less different from receive transactions
Luke Dashjr
2012-08-23
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-23
Choose reasonable "smart" times to display for transactions
Luke Dashjr
2012-08-23
Store a fixed order of transactions (and accounting) in the wallet
Luke Dashjr
2012-08-23
Removed useless assignment
xanatos
2012-08-01
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
2012-06-04
Fix coin selection to only include change when it's necessary.
Chris Moore
2012-06-04
Preserve the shuffled order of coins with equal value to give more randomized...
Chris Moore
2012-06-04
Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...
Chris Moore
2012-06-04
Refactor SelectCoinsMinConf() and add unit tests.
Chris Moore
2012-06-02
Merge pull request #837 from sje397/ShowImmatureBalance
Wladimir J. van der Laan
2012-05-25
Added 'immature balance' for miners. Only displayed if the balance is greater...
sje397
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Process address book updates incrementally
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-18
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
Update License in File Headers
Fordy
2012-05-14
Always check return values of TxnBegin() and TxnCommit()
Jeff Garzik
2012-04-22
Prefer 'unsigned int' for loop index variables tested against ::size()
Jeff Garzik
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
[next]