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-10-12
Fix a use-after-free problem in initialization (#1920)
Wladimir J. van der Laan
2012-10-09
Fix bad merge, pszDataDir duplication
Gavin Andresen
2012-10-09
Merge branch 'wallet_exceptions' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-10-08
Revert "Send 'mempool' P2P command at the start of each P2P session"
Jeff Garzik
2012-10-08
Merge pull request #1833 from jgarzik/mempool-query
Jeff Garzik
2012-10-08
Don't try to verify a non-existent wallet.dat
Gavin Andresen
2012-10-08
Handle corrupt wallets gracefully.
Gavin Andresen
2012-10-08
Handle incompatible BDB environments
Gavin Andresen
2012-10-08
Merge branch 'BDB_DOWNGRADE'
Gavin Andresen
2012-10-08
Handle incompatible BDB environments
Gavin Andresen
2012-10-04
Send --help message to stdout i.s.o stderr
Wladimir J. van der Laan
2012-10-01
fix -Wformat warnings all over the source
Philip Kaufmann
2012-09-28
Merge pull request #1862 from kjj2/testports
Pieter Wuille
2012-09-24
Fix: when testnet=1 specified, change default ports to 18332 and 18333
kjj2
2012-09-24
Send 'mempool' P2P command at the start of each P2P session
Jeff Garzik
2012-09-24
Import $DataDir/bootstrap.dat automatically, if it exists.
Jeff Garzik
2012-09-06
Fix double-paren typo
Gavin Andresen
2012-09-05
remove double logging of startup time, when !fLogTimestamps
Philip Kaufmann
2012-09-04
init.cpp: fix build error, and possibly-uninit'd warning
Jeff Garzik
2012-09-04
Merge pull request #1427 from rebroad/StartTimeFix
Jeff Garzik
2012-09-04
Merge pull request #1738 from laanwj/2012_08_boostthread
Jeff Garzik
2012-09-01
No need to log start time if it's already being done on every line.
R E Broadley
2012-08-30
add default value in -timeout description
Philip Kaufmann
2012-08-29
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-23
Allow building with IPv6 support, but it disabled by default
Luke Dashjr
2012-08-22
Fix infinite loops in connection logic
Pieter Wuille
2012-08-17
add splashscreen message when importing blocks via -loadblock
Philip Kaufmann
2012-08-03
Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exe
Philip Kaufmann
2012-08-01
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-08-01
Merge pull request #1465 from Diapolo/NOUI_showSSLVersion
Jeff Garzik
2012-08-01
Merge pull request #1396 from rebroad/NoShrinkOption
Jeff Garzik
2012-07-27
update HelpMessage()
Philip Kaufmann
2012-07-26
When creating new blocks, sort 'paid' area by fee-per-kb
Gavin Andresen
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-04
write used OpenSSL library version to debug.log
Philip Kaufmann
2012-07-01
Change default send buffer to 1Mb.
Matt Corallo
2012-06-28
Revert "*Always* send a shutdown signal to enable custom shutdown actions"
Matt Corallo
2012-06-27
Make truncating the debug.log file an option.
R E Broadley
2012-06-27
Merge pull request #973 from TheBlueMatt/diffsendbuffer
Pieter Wuille
2012-06-27
Merge pull request #457 from muggenhor/async-ipv6-rpc
Pieter Wuille
2012-06-27
Stop processing messages on full send buffer and dont disconnect.
Matt Corallo
2012-06-24
fix a comment to correctly use -upgradewallet
Philip Kaufmann
2012-06-24
Document -debugnet option in command line help.
Jeff Garzik
2012-06-24
Merge branch 'master' into async-ipv6-rpc
Giel van Schijndel
2012-06-23
Merge pull request #1174 from sipa/torhs
Gregory Maxwell
2012-06-23
Add -tor and related configuration
Pieter Wuille
2012-06-22
Merge pull request #1458 from jgarzik/tracenet
Jeff Garzik
[next]