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
/
interfaces
Age
Commit message (
Expand
)
Author
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
net: Break disconnecting out of Ban()
Cory Fields
2019-01-15
Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)
Wladimir J. van der Laan
2019-01-11
Merge #13216: [Qt] implements concept for different disk sizes on intro
Jonas Schnelli
2019-01-03
Don't label transactions "Open" while catching up
Hennadii Stepanov
2018-11-16
Remove unreferenced boost headers
Murray Nesbitt
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
Add skeleton chain and client classes
Russell Yanofsky
2018-11-05
Merge #14554: qt: Remove unused `adjustedTime` parameter
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-28
Remove unused `adjustedTime` parameter
Hennadii Stepanov
2018-10-24
Merge #11634: wallet: Add missing cs_wallet/cs_KeyStore locks to wallet
MarcoFalke
2018-10-18
interfaces: Add getWalletDir and listWalletDir to Node
João Barbosa
2018-10-09
wallet: Add Clang thread safety analysis annotations
practicalswift
2018-10-07
implements different disk sizes for different networks on intro
marcoagner
2018-09-13
[build] remove #ifdef ENABLE_WALLET from interfaces/node
John Newbery
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-13
Merge #13634: ui: Compile boost::signals2 only once
MarcoFalke
2018-08-07
ui: Compile boost:signals2 only once
MarcoFalke
2018-07-30
Ignore unknown config file options for now
Pieter Wuille
2018-07-26
wallet: Fix accidental use of the comma operator
practicalswift
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-17
Extract MakeUnique into utilmemory.h
Ben Woosley
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-07-12
[Qt] Disable creating receive addresses when private keys are disabled
Jonas Schnelli
2018-07-09
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-06-28
[wallet] Factor out GetWatchOnlyBalance()
John Newbery
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
Merge #10267: New -includeconf argument for including external configuration ...
Wladimir J. van der Laan
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-26
-includeconf=<path> support in config handler, for including external configu...
Karl-Johan Alm
2018-04-25
Add purpose arg to Wallet::getAddress
James O'Beirne
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-23
Merge #13017: Add wallets management functions
Wladimir J. van der Laan
2018-04-19
Merge #13026: Fix include comment in src/interfaces/wallet.h
MarcoFalke
2018-04-19
trivial: Improve include comment in src/interfaces/wallet.h
João Barbosa
2018-04-18
node: Removed unused wallet-related methods from the Node interface.
Thomas Snider
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
[next]