index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-74
/
+78
*
Use boost signals for callbacks from main to wallet
Pieter Wuille
2013-10-26
1
-5
/
+4
*
Remove broken PrintWallet functionality
Pieter Wuille
2013-10-26
1
-2
/
+0
*
Do not treat fFromMe transaction differently when broadcasting
Pieter Wuille
2013-10-26
1
-2
/
+0
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-1
/
+1
*
qt: Handle address purpose in incremental updates
Wladimir J. van der Laan
2013-08-29
1
-2
/
+6
*
Remove fAllowReuse from GetKeyFromPool.
Gregory Maxwell
2013-08-23
1
-1
/
+1
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-2
/
+4
*
Refactor: Move GetAccountAddresses to CWallet
Gavin Andresen
2013-08-22
1
-5
/
+2
*
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-08-22
1
-1
/
+17
*
Merge pull request #2776 from jgarzik/keypoolsize
Gavin Andresen
2013-08-14
1
-2
/
+2
|
\
|
*
CWallet::TopUpKeyPool() takes optional pool size argument
Jeff Garzik
2013-06-25
1
-2
/
+2
*
|
Make sure new wallet variables are initialized
Pieter Wuille
2013-07-29
1
-0
/
+4
*
|
Bugfix: Store last/next wallet resend times unique per CWallet object
Luke Dashjr
2013-07-17
1
-0
/
+3
|
/
*
Add GetKeyBirthTimes to wallet
Pieter Wuille
2013-06-22
1
-1
/
+3
*
Refactor keytime/metadata and wallet encryption bugfix
Pieter Wuille
2013-06-20
1
-3
/
+5
*
Remove broken option to skip input checking for wallet txn.
Matt Corallo
2013-06-13
1
-1
/
+1
*
Wallet: store key creation time. Calculate whole-wallet birthday.
Jeff Garzik
2013-06-10
1
-2
/
+4
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-2
/
+2
*
Get rid of db dependencies on main
Eric Lombrozo
2013-06-05
1
-1
/
+3
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-2
/
+2
*
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
1
-2
/
+4
|
\
|
*
CreateTransaction: return strFailReason on failure
Gavin Andresen
2013-05-03
1
-2
/
+4
*
|
Merge pull request #2566 from sipa/nodef
Gavin Andresen
2013-05-03
1
-1
/
+1
|
\
\
|
*
|
Allow the default key to be unavailable
Pieter Wuille
2013-04-25
1
-1
/
+1
|
|
/
*
/
Do not write to wallet during LoadWallet
Gavin Andresen
2013-05-02
1
-1
/
+1
|
/
*
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-07
1
-1
/
+1
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-2
/
+1
*
Merge pull request #1861 from jgarzik/coinlock
Gavin Andresen
2012-12-12
1
-0
/
+7
|
\
|
*
Add new RPC "lockunspent", to prevent spending of selected outputs
Jeff Garzik
2012-11-15
1
-0
/
+7
*
|
Merge pull request #2009 from sipa/fixmove
Gavin Andresen
2012-11-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Prevent RPC 'move' from deadlocking
Pieter Wuille
2012-11-14
1
-1
/
+1
*
|
add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()
Philip Kaufmann
2012-11-13
1
-0
/
+18
*
|
Transaction hash caching
Pieter Wuille
2012-10-20
1
-1
/
+1
*
|
Batch block connection during IBD
Pieter Wuille
2012-10-20
1
-5
/
+1
*
|
Ultraprune
Pieter Wuille
2012-10-20
1
-4
/
+3
|
/
*
Handle corrupt wallets gracefully.
Gavin Andresen
2012-10-08
1
-2
/
+2
*
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
1
-1
/
+1
*
Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-09-18
1
-0
/
+7
|
\
|
*
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-08
1
-0
/
+7
*
|
Merge pull request #1774 from luke-jr/refactor_times
Gavin Andresen
2012-09-02
1
-1
/
+6
|
\
|
|
*
Bugfix: Require OrderedTxItems to provide properly scoped accounting entry list
Luke Dashjr
2012-09-02
1
-1
/
+6
*
|
Merge pull request #1672 from gmaxwell/filter_listunspent
Gregory Maxwell
2012-08-24
1
-0
/
+3
|
\
\
|
*
|
Change CWallet addressgrouping to use CTxDestination instead of strings.
Gregory Maxwell
2012-08-24
1
-10
/
+2
|
*
|
Add txout address filtering to listunspent.
Gregory Maxwell
2012-08-23
1
-1
/
+1
|
*
|
Add address groupings RPC from the coincontrol patches.
coderrr
2012-08-23
1
-0
/
+11
|
|
/
*
|
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-24
1
-6
/
+2
*
|
Treat generation (mined) transactions less different from receive transactions
Luke Dashjr
2012-08-23
1
-2
/
+2
|
/
*
Choose reasonable "smart" times to display for transactions
Luke Dashjr
2012-08-23
1
-2
/
+14
[prev]
[next]