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
/
walletutil.cpp
Age
Commit message (
Expand
)
Author
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-29
wallet: Avoid logging no_such_file_or_directory error
João Barbosa
2019-03-13
wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
João Barbosa
2019-02-23
wallet: Use fsbridge::ifstream to fix Windows path issue
Chun Kuan Lee
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-25
Remove fs::relative call and fix listwalletdir tests
João Barbosa
2018-10-25
wallet: Add WalletLocation utility class
João Barbosa
2018-10-18
wallet: Add ListWalletDir utility
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2017-12-13
Cleanups for walletdir PR
MeshCollider
2017-11-18
Default walletdir is wallets/ if it exists
MeshCollider
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider