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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer 'unsigned int' for loop index variables tested against ::size()
Jeff Garzik
2012-04-22
1
-2
/
+2
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-1
/
+2
*
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
1
-1
/
+2
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+5
*
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
1
-7
/
+7
*
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-15
1
-0
/
+2
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-38
/
+43
*
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
1
-1
/
+1
*
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
1
-0
/
+2
*
Introduce explicit -walletupgrade option
Pieter Wuille
2012-03-22
1
-17
/
+22
*
Merge pull request #864 from sipa/fix_856
Pieter Wuille
2012-02-19
1
-2
/
+46
|
\
|
*
Make compressed pubkeys require 0.6.0
Pieter Wuille
2012-02-18
1
-1
/
+8
|
*
Move GenerateNewKey back to CWallet
Pieter Wuille
2012-02-18
1
-0
/
+10
|
*
Add SetMinVersion to CWallet
Pieter Wuille
2012-02-18
1
-2
/
+29
*
|
Free pwalletdbEncryption after encryping wallet
Pieter Wuille
2012-02-18
1
-1
/
+1
|
/
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-3
/
+3
*
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
1
-2
/
+2
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-64
/
+62
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-62
/
+64
*
Merge pull request #677 from luke-jr/minfee_modes
Gavin Andresen
2011-12-20
1
-1
/
+2
|
\
|
*
GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelay
Luke Dashjr
2011-12-14
1
-1
/
+2
*
|
Merge branch 'op_eval'
Gavin Andresen
2011-12-20
1
-7
/
+32
|
\
\
|
*
|
Fix logic for IsChange() for send-to-self transactions.
Gavin Andresen
2011-12-19
1
-1
/
+1
|
*
|
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
1
-3
/
+11
|
*
|
OP_EVAL implementation
Gavin Andresen
2011-12-19
1
-2
/
+20
|
*
|
Support 3 new multisignature IsStandard transactions
Gavin Andresen
2011-12-19
1
-5
/
+4
*
|
|
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-1
/
+1
|
/
/
*
|
Key import and export
Pieter Wuille
2011-12-17
1
-0
/
+10
*
|
Preparations for key import/export
Pieter Wuille
2011-12-17
1
-1
/
+45
*
|
Make CWalletTx::pwallet private
Pieter Wuille
2011-12-17
1
-3
/
+3
*
|
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-11-26
1
-3
/
+3
*
|
Never remove database files on shutdown, it caused unreadable wallets on some...
Gavin Andresen
2011-11-20
1
-3
/
+1
*
|
Only remove database log files on shutdown after wallet encryption/rewrite
v0.5.0rc6
Gavin Andresen
2011-11-17
1
-2
/
+3
*
|
Create new keypool for newly encrypted wallets.
Gavin Andresen
2011-11-17
1
-1
/
+32
*
|
Obsolete keypool and make sure database removes log files on shutdown.
Gavin Andresen
2011-11-15
1
-7
/
+14
*
|
Resilvering
Pieter Wuille
2011-11-14
1
-0
/
+10
*
|
Some extra comments
Pieter Wuille
2011-11-07
1
-0
/
+6
*
|
Add returns to avoid annoying compile-time warnings.
Matt Corallo
2011-10-25
1
-0
/
+1
*
|
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
1
-1
/
+0
*
|
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-09-02
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-02
1
-122
/
+117
|
\
|
|
*
obtain cs_wallet mutex to protect vchDefaultKey
Gavin Andresen
2011-09-01
1
-9
/
+12
|
*
Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...
Gavin Andresen
2011-09-01
1
-7
/
+24
|
*
Fixed potential deadlocks in GUI code.
Gavin Andresen
2011-08-31
1
-16
/
+0
|
*
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-31
1
-109
/
+100
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-16
1
-1
/
+2
|
\
|
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-1
/
+2
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-27
1
-1
/
+1
|
\
|
|
*
Bugfix: don't overuse limited ExtractAddress
Pieter Wuille
2011-07-26
1
-1
/
+1
[next]