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
/
init.cpp
Age
Commit message (
Expand
)
Author
2012-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Merge pull request #1323 from Diapolo/string_fixes
Wladimir J. van der Laan
2012-05-19
Encapsulate BDB environment inside new CDBEnv class
Jeff Garzik
2012-05-20
remove strncasecmp() + strnicmp() calls and replace that code via boost::algo...
Philip Kaufmann
2012-05-18
Reopen debug.log on SIGHUP
Michael Hendricks
2012-05-18
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
Update License in File Headers
Fordy
2012-05-17
Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ad...
Jeff Garzik
2012-05-17
use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missin...
Philip Kaufmann
2012-05-17
Merge pull request #1334 from rebroad/Exiting2Exited
Jeff Garzik
2012-05-17
Corrected grammar. As per Principle Of Least Surprise.
R E Broadley
2012-05-17
allow translation of "options" used in the --help message / split translation...
Philip Kaufmann
2012-05-16
CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat
Jeff Garzik
2012-05-14
Do not listen on blocked networks
Pieter Wuille
2012-05-14
Allow binding to the any address, and report failure
Pieter Wuille
2012-05-14
-onlynet instead of -blocknet
Pieter Wuille
2012-05-13
Move help message out of AppInit2
Wladimir J. van der Laan
2012-05-13
Merge pull request #1285 from sipa/initerror
Pieter Wuille
2012-05-13
Improve error reporting at startup
Pieter Wuille
2012-05-13
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Wladimir J. van der Laan
2012-05-12
Merge pull request #1277 from Diapolo/IPv6_IPv4_strings
Jeff Garzik
2012-05-13
Take -port into account when resolving -bind's
Pieter Wuille
2012-05-13
use "IPv6" and "IPv4" in strings as these are the official spellings and make...
Philip Kaufmann
2012-05-12
Fix initialization of inaddr_any
Pieter Wuille
2012-05-11
Separate listening sockets, -bind=<addr>
Pieter Wuille
2012-05-11
Add -blocknet to prevent connections to a given network
Pieter Wuille
2012-05-11
Add -noproxy to circumvent proxy for some network
Pieter Wuille
2012-05-08
Merge branch 'tmp-ipv6' into merge-ipv6
Jeff Garzik
2012-05-08
Merge pull request #883 from sipa/loadblock
Gregory Maxwell
2012-05-04
Added -externalip and -discover
Pieter Wuille
2012-05-04
Add -seednode connections, and use this for -dnsseed + -proxydns
Pieter Wuille
2012-05-04
Support connecting by hostnames passed to proxy (-proxydns)
Pieter Wuille
2012-05-04
SOCKS5 support by default
Pieter Wuille
2012-05-01
remove references to bitcoin-wx from comment in init.cpp
Philip Kaufmann
2012-04-26
Make lsn_reset ("detach databases") optional and off by default.
Pieter Wuille
2012-04-22
Make GetDataDir return absolute paths
Pieter Wuille
2012-04-22
-loadblock to load from an external blk000?.dat file
Pieter Wuille
2012-04-18
Added ability to respond to signals during Block Loading stage.
R E Broadley
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-11
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-10
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
Build identification strings
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-05
Flush on log size instead of transaction count
Pieter Wuille
2012-04-04
Remove USE_SSL #define
Gavin Andresen
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
move QT_PLUGINS stuff to qt main file, where it belongs
Wladimir J. van der Laan
[prev]
[next]