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