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
/
qt
/
bitcoin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-1
/
+1
*
|
|
|
Move scheduler/threadGroup into common-init instead of per-app
Matt Corallo
2018-01-25
1
-6
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
|
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
1
-1
/
+1
*
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-25
/
+25
|
/
/
*
|
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-10
/
+10
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-5
/
+5
|
/
*
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-17
1
-21
/
+41
*
[Qt] allow to execute a callback during splashscreen progress
Jonas Schnelli
2017-06-29
1
-0
/
+1
*
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
1
-2
/
+3
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-4
/
+10
*
Merge #9834: qt: clean up initialize/shutdown signals
Jonas Schnelli
2017-03-02
1
-15
/
+14
|
\
|
*
qt: clean up initialize/shutdown signals
Marko Bencun
2017-02-23
1
-15
/
+14
*
|
Trivial: fix comments referencing AppInit2
Marko Bencun
2017-02-24
1
-2
/
+2
|
/
*
Merge #9408: Allow shutdown during LoadMempool, dump only when necessary
Pieter Wuille
2017-01-06
1
-0
/
+2
|
\
|
*
[Qt] Do proper shutdown
Jonas Schnelli
2017-01-05
1
-0
/
+2
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-1
/
+1
*
|
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
1
-3
/
+3
*
|
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-23
1
-1
/
+1
|
/
*
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
1
-0
/
+1
*
Make QT runawayException call GetWarnings instead of directly access strMiscW...
Gregory Maxwell
2016-12-03
1
-3
/
+3
*
Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...
Pieter Wuille
2016-11-30
1
-1
/
+16
|
\
|
*
init: Split up AppInit2 into multiple phases
Wladimir J. van der Laan
2016-11-29
1
-1
/
+16
*
|
qt: Avoid shutdownwindow-related memory leak
Wladimir J. van der Laan
2016-11-23
1
-1
/
+2
*
|
qt: Avoid splash-screen related memory leak
Wladimir J. van der Laan
2016-11-23
1
-3
/
+2
*
|
qt: Prevent thread/memory leak on exiting RPCConsole
Wladimir J. van der Laan
2016-11-23
1
-3
/
+5
*
|
Every main()/exit() should return/use one of EXIT_ codes instead of magic num...
UdjinM6
2016-11-07
1
-7
/
+7
*
|
Fix exit codes:
UdjinM6
2016-11-04
1
-2
/
+2
|
/
*
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-10-01
1
-1
/
+1
*
qt: Fix random segfault when closing "Choose data directory" dialog
Wladimir J. van der Laan
2016-08-18
1
-1
/
+2
*
Only pass -lQt5PlatformSupport if >=Qt5.6
Jonas Schnelli
2016-06-20
1
-0
/
+3
*
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
Jonas Schnelli
2016-05-12
1
-0
/
+1
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-11
/
+15
|
\
|
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-1
/
+1
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
*
Bugfix: Default -uiplatform is not actually the platform this build was compi...
Luke Dashjr
2015-11-28
1
-8
/
+2
|
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-1
/
+1
|
*
Initialize logging before we do parameter interaction
Jonas Schnelli
2015-11-27
1
-0
/
+1
|
*
[QT] Call inits parameter interaction before we create the options model
Jonas Schnelli
2015-11-27
1
-0
/
+9
*
|
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-14
1
-4
/
+4
|
/
*
[Qt] add startup option to reset Qt settings
Jonas Schnelli
2015-11-13
1
-4
/
+4
*
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
1
-1
/
+1
|
\
|
*
*: alias -h for --help
Daniel Cousens
2015-10-22
1
-1
/
+1
*
|
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-10-20
1
-2
/
+4
[prev]
[next]