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
/
init.h
Age
Commit message (
Expand
)
Author
2020-08-12
Optionally populate BlockAndHeaderTipInfo during AppInitMain
Jonas Schnelli
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
MOVEONLY: Move NodeContext struct to node/context.h
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-10
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
John Newbery
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-04-13
wallet: Refactor g_wallet_init_interface to const reference
João Barbosa
2018-04-05
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
João Barbosa
2018-03-29
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-27
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-25
Move scheduler/threadGroup into common-init instead of per-app
Matt Corallo
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-07-17
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-29
init: Split up AppInit2 into multiple phases
Wladimir J. van der Laan
2016-03-22
[Wallet] refactor wallet/init interaction
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-27
Initialize logging before we do parameter interaction
Jonas Schnelli
2015-11-27
Refactor parameter interaction, call it before AppInit2()
Jonas Schnelli
2015-09-03
evhttpd implementation
Wladimir J. van der Laan
2015-05-14
Create a scheduler thread for lightweight tasks
Gavin Andresen
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-02
Make comments in main an init doxygen compatible
Michael Ford
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-08-28
add missing header end comments
Philip Kaufmann
2014-06-26
ensure clean and consistent "namespace" usage
Philip Kaufmann
2014-06-12
Add 'about' information to `-version` output
Wladimir J. van der Laan
2014-06-05
Remove global strWalletFile
Wladimir J. van der Laan
2013-12-20
Allow `-noserver` with bitcoind
Wladimir J. van der Laan
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
No more fHaveGUI
Wladimir J. van der Laan
2013-10-26
Break dependency of init on wallet.
Pieter Wuille
2013-10-21
Add separate bitcoin-rpc client
Wladimir J. van der Laan
2013-10-20
Bump Year Number to 2013
super3
2013-07-04
let user select wallet file with -wallet=foo.dat
Nils Schneider
2013-04-03
Have Qt poll for shutdown requested, the QT way.
Gavin Andresen
2013-04-03
Clean up shutdown process
Gavin Andresen
2013-04-03
Shutdown cleanup prep-work
Gavin Andresen
2012-06-12
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
[next]