aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Batch block connection during IBDPieter Wuille2012-10-201-5/+1
* | UltraprunePieter Wuille2012-10-201-4/+3
|/
* Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-2/+2
* Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik2012-09-181-1/+1
* Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-181-0/+7
|\
| * Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-0/+7
* | Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen2012-09-021-1/+6
|\|
| * Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr2012-09-021-1/+6
* | Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-241-0/+3
|\ \
| * | Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell2012-08-241-10/+2
| * | Add txout address filtering to listunspent.Gregory Maxwell2012-08-231-1/+1
| * | Add address groupings RPC from the coincontrol patches.coderrr2012-08-231-0/+11
| |/
* | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-241-6/+2
* | Treat generation (mined) transactions less different from receive transactionsLuke Dashjr2012-08-231-2/+2
|/
* Choose reasonable "smart" times to display for transactionsLuke Dashjr2012-08-231-2/+14
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-1/+82
* Implement raw transaction RPC callsGavin Andresen2012-07-051-1/+1
* Fix a few typosfanquake2012-06-291-1/+1
* Refactor SelectCoinsMinConf() and add unit tests.Chris Moore2012-06-041-1/+32
* Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan2012-06-021-0/+1
|\
| * Added 'immature balance' for miners. Only displayed if the balance is greater...sje3972012-05-251-0/+1
* | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-8/+8
* | Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-12/+12
|/
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Process address book updates incrementallyWladimir J. van der Laan2012-05-201-1/+1
* | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-0/+11
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-9/+1
|/
* remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann2012-05-031-1/+0
* Remove no-longer used UI hints in bitcoin coreWladimir J. van der Laan2012-04-211-8/+0
* change type of various bare chars to bool that are only used as bool (and nev...Wladimir J. van der Laan2012-04-211-4/+4
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+0
* Remove headers.hPieter Wuille2012-04-171-5/+30
* Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-3/+3
* fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+2
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-2/+4
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-20/+15
* Introduce explicit -walletupgrade optionPieter Wuille2012-03-221-5/+31
* Move GenerateNewKey back to CWalletPieter Wuille2012-02-181-0/+2
* Add SetMinVersion to CWalletPieter Wuille2012-02-181-0/+9
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-2/+2
* Remove unused definitionPieter Wuille2012-01-091-1/+0
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-45/+43
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-43/+45
* Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-2/+3
* OP_EVAL implementationGavin Andresen2011-12-191-9/+3
* Key import and exportPieter Wuille2011-12-171-0/+1
* Preparations for key import/exportPieter Wuille2011-12-171-1/+4
* Make CWalletTx::pwallet privatePieter Wuille2011-12-171-1/+8