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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Corrected grammar. As per Principle Of Least Surprise.
R E Broadley
2012-05-17
1
-1
/
+1
|
|
/
*
/
CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat
Jeff Garzik
2012-05-16
1
-3
/
+9
|
/
*
Do not listen on blocked networks
Pieter Wuille
2012-05-14
1
-2
/
+4
*
Allow binding to the any address, and report failure
Pieter Wuille
2012-05-14
1
-3
/
+3
*
-onlynet instead of -blocknet
Pieter Wuille
2012-05-14
1
-5
/
+11
*
Move help message out of AppInit2
Wladimir J. van der Laan
2012-05-13
1
-129
/
+126
*
Merge pull request #1285 from sipa/initerror
Pieter Wuille
2012-05-13
1
-34
/
+37
|
\
|
*
Improve error reporting at startup
Pieter Wuille
2012-05-13
1
-34
/
+37
*
|
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Wladimir J. van der Laan
2012-05-13
1
-5
/
+0
|
/
*
Merge pull request #1277 from Diapolo/IPv6_IPv4_strings
Jeff Garzik
2012-05-12
1
-2
/
+2
|
\
|
*
use "IPv6" and "IPv4" in strings as these are the official spellings and make...
Philip Kaufmann
2012-05-13
1
-2
/
+2
*
|
Take -port into account when resolving -bind's
Pieter Wuille
2012-05-13
1
-4
/
+4
|
/
*
Fix initialization of inaddr_any
Pieter Wuille
2012-05-12
1
-1
/
+2
*
Separate listening sockets, -bind=<addr>
Pieter Wuille
2012-05-11
1
-5
/
+31
*
Add -blocknet to prevent connections to a given network
Pieter Wuille
2012-05-11
1
-0
/
+12
*
Add -noproxy to circumvent proxy for some network
Pieter Wuille
2012-05-11
1
-0
/
+13
*
Merge branch 'tmp-ipv6' into merge-ipv6
Jeff Garzik
2012-05-08
1
-13
/
+23
|
\
|
*
Added -externalip and -discover
Pieter Wuille
2012-05-04
1
-0
/
+12
|
*
Add -seednode connections, and use this for -dnsseed + -proxydns
Pieter Wuille
2012-05-04
1
-1
/
+5
|
*
Support connecting by hostnames passed to proxy (-proxydns)
Pieter Wuille
2012-05-04
1
-14
/
+7
|
*
SOCKS5 support by default
Pieter Wuille
2012-05-04
1
-1
/
+2
*
|
Merge pull request #883 from sipa/loadblock
Gregory Maxwell
2012-05-08
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
-loadblock to load from an external blk000?.dat file
Pieter Wuille
2012-04-22
1
-1
/
+12
*
|
remove references to bitcoin-wx from comment in init.cpp
Philip Kaufmann
2012-05-01
1
-2
/
+2
*
|
Make lsn_reset ("detach databases") optional and off by default.
Pieter Wuille
2012-04-26
1
-0
/
+2
*
|
Make GetDataDir return absolute paths
Pieter Wuille
2012-04-22
1
-1
/
+2
|
/
*
Added ability to respond to signals during Block Loading stage.
R E Broadley
2012-04-18
1
-0
/
+9
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-1
/
+0
*
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
1
-0
/
+1
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-145
/
+4
*
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
1
-21
/
+15
*
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
1
-1
/
+1
|
\
|
*
Build identification strings
Pieter Wuille
2012-04-10
1
-1
/
+1
*
|
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-3
/
+6
|
/
*
Flush on log size instead of transaction count
Pieter Wuille
2012-04-05
1
-0
/
+1
*
Remove USE_SSL #define
Gavin Andresen
2012-04-04
1
-2
/
+0
*
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
1
-9
/
+9
*
move QT_PLUGINS stuff to qt main file, where it belongs
Wladimir J. van der Laan
2012-04-04
1
-11
/
+0
*
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
1
-0
/
+4
*
Introduce explicit -walletupgrade option
Pieter Wuille
2012-03-22
1
-0
/
+31
*
Merge branch 'checklevel' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-03-22
1
-1
/
+3
|
\
|
*
Add -checklevel and improve -checkblocks
Pieter Wuille
2012-03-22
1
-1
/
+3
*
|
Merge branch 'addrman' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-03-22
1
-1
/
+1
|
\
\
|
*
|
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-24
1
-1
/
+1
*
|
|
Merge pull request #964 from sipa/fastblocks
Gavin Andresen
2012-03-22
1
-0
/
+1
|
\
\
\
|
*
|
|
Speed up block downloading
Pieter Wuille
2012-03-21
1
-0
/
+1
|
|
|
/
|
|
/
|
*
/
|
Remove -bip16 and -paytoscripthashtime command-line arguments
Gavin Andresen
2012-03-21
1
-18
/
+5
|
/
/
*
|
Print wallet load errors (to debug.log)
Luke Dashjr
2012-03-11
1
-0
/
+2
*
|
Move BIP16 switchover time to April 1
Gavin Andresen
2012-02-27
1
-1
/
+1
*
|
Reworked QT settings
Gavin Andresen
2012-02-26
1
-17
/
+5
[prev]
[next]