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
2015-02-03
c++11: MOVEONLY: move function definitions out of the header
Cory Fields
2015-02-03
Merge pull request #5732
Wladimir J. van der Laan
2015-02-03
Merge pull request #5675
Wladimir J. van der Laan
2015-01-31
Change "insane" to "absurd" (referring to high fees) in text strings and iden...
Daira Hopwood
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-26
Merge pull request #4805
Wladimir J. van der Laan
2015-01-16
Fix priority calculation in CreateTransaction
Alex Morcos
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-04
Merge pull request #5508
Pieter Wuille
2014-12-23
Merge pull request #5485
Wladimir J. van der Laan
2014-12-19
Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.
Gregory Maxwell
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #2340
Wladimir J. van der Laan
2014-12-18
Add RandAddSeedPerfmon to MakeNewKey
21E14
2014-12-02
Move SendMoney() to rpcwallet.cpp.
Pavel Janík
2014-11-29
[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)
Cozz Lovan
2014-11-26
Merge pull request #5209
Wladimir J. van der Laan
2014-11-23
Add sanity check after key generation
Pieter Wuille
2014-11-19
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
[Wallet] Prevent user from paying a non-sense fee
Cozz Lovan
2014-11-19
[Wallet] Add global boolean whether to pay at least the custom fee (default=t...
Cozz Lovan
2014-11-19
[Wallet] Add global boolean whether to send free transactions (default=true)
Cozz Lovan
2014-11-07
Make sure that GetRandomBytes never fails
Wladimir J. van der Laan
2014-11-04
[Wallet] Reduce minTxFee for transaction creation to 1000 satoshis
Cozz Lovan
2014-10-28
Update comments in wallet to be doxygen compatible
Michael Ford
2014-10-24
Make CBlockIndex* returned by GetDepthInMainChain const.
Daniel Kraft
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-13
Discourage fee sniping with nLockTime
Peter Todd
2014-10-13
Merge pull request #4937
Wladimir J. van der Laan
2014-10-08
Merge pull request #4996
Pieter Wuille
2014-10-03
[Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)
Cozz Lovan
2014-10-03
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-01
change exit(1) to an assert in CWallet::EncryptWallet
Philip Kaufmann
2014-10-01
fix possible memory leaks in CWallet::EncryptWallet
Philip Kaufmann
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-22
Merge pull request #4787
Wladimir J. van der Laan
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
Merge pull request #4825
Pieter Wuille
2014-09-10
Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)
jtimon
2014-09-09
Merge pull request #4868
Pieter Wuille
2014-09-09
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-09-08
Separate script/sign
jtimon
2014-09-06
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-08-30
Clean up CMerkleTx::SetMerkleBranch.
Daniel Kraft
2014-08-29
Move CMerkleTx to wallet.cpp/h
Wladimir J. van der Laan
2014-08-26
Merge pull request #4673
Wladimir J. van der Laan
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move functions in wallet.h to implementation file
Wladimir J. van der Laan
2014-08-11
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
[next]