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
/
bitcoind.cpp
Age
Commit message (
Expand
)
Author
2014-06-15
Remove cli functionality from bitcoind
Wladimir J. van der Laan
2014-06-12
Add 'about' information to `-version` output
Wladimir J. van der Laan
2014-06-11
Add `-version` option to get just the version
Wladimir J. van der Laan
2014-06-04
Get rid of TestNet()
jtimon
2014-05-20
Remove fDaemon flag checking on return from main(), which is useless and look...
Huang Le
2014-05-13
SetupEnvironment() - clean commit
Stuart Cardall
2014-04-07
Show error message if ReadConfigFile fails
Wladimir J. van der Laan
2014-03-31
Use the new name Bitcoin Core Daemon instead of Bitcoin server
paveljanik
2013-12-20
Allow `-noserver` with bitcoind
Wladimir J. van der Laan
2013-12-13
Rebrand to `Bitcoin Core`
Wladimir J. van der Laan
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-17
doc: small doxygen update
Wladimir J. van der Laan
2013-11-11
misc small changes to polish after include cleanup
Philip Kaufmann
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-10-08
make fCommandLine a local variable in AppInit()
Philip Kaufmann
2013-10-07
add missing Boost Thread join_all() call during shutdown
Philip Kaufmann
2013-08-22
update SelectParamsFromCommandLine() handling/order
Philip Kaufmann
2013-07-24
exclude CreatePidFile() function on WIN32 as it is unused
Philip Kaufmann
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-04
build: add global var for whether or not the gui is enabled
Cory Fields
2013-06-04
build: split the non-gui startup routines into a new file
Cory Fields