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
/
qt
/
bitcoin.cpp
Age
Commit message (
Expand
)
Author
2017-07-17
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-06-29
[Qt] allow to execute a callback during splashscreen progress
Jonas Schnelli
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-02
Merge #9834: qt: clean up initialize/shutdown signals
Jonas Schnelli
2017-02-24
Trivial: fix comments referencing AppInit2
Marko Bencun
2017-02-23
qt: clean up initialize/shutdown signals
Marko Bencun
2017-01-06
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
Pieter Wuille
2017-01-05
[Qt] Do proper shutdown
Jonas Schnelli
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-24
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-03
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
Make QT runawayException call GetWarnings instead of directly access strMiscW...
Gregory Maxwell
2016-11-30
Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...
Pieter Wuille
2016-11-29
init: Split up AppInit2 into multiple phases
Wladimir J. van der Laan
2016-11-23
qt: Avoid shutdownwindow-related memory leak
Wladimir J. van der Laan
2016-11-23
qt: Avoid splash-screen related memory leak
Wladimir J. van der Laan
2016-11-23
qt: Prevent thread/memory leak on exiting RPCConsole
Wladimir J. van der Laan
2016-11-07
Every main()/exit() should return/use one of EXIT_ codes instead of magic num...
UdjinM6
2016-11-04
Fix exit codes:
UdjinM6
2016-10-01
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-08-18
qt: Fix random segfault when closing "Choose data directory" dialog
Wladimir J. van der Laan
2016-06-20
Only pass -lQt5PlatformSupport if >=Qt5.6
Jonas Schnelli
2016-05-12
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
Jonas Schnelli
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-01-21
move rpc* to rpc/
Daniel Cousens
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
Bugfix: Default -uiplatform is not actually the platform this build was compi...
Luke Dashjr
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-27
Initialize logging before we do parameter interaction
Jonas Schnelli
2015-11-27
[QT] Call inits parameter interaction before we create the options model
Jonas Schnelli
2015-11-13
[Qt] add startup option to reset Qt settings
Jonas Schnelli
2015-10-22
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
*: alias -h for --help
Daniel Cousens
2015-10-20
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-09-03
evhttpd implementation
Wladimir J. van der Laan
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-27
Merge pull request #5697
Wladimir J. van der Laan
2015-07-23
build: fix building against qt5.4/5.5
Cory Fields
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-06
qt: Force TLS1.0+ for SSL connections
Wladimir J. van der Laan
2015-05-14
Create a scheduler thread for lightweight tasks
Gavin Andresen
[next]