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-25
fix some double-spaces in strings
Philip Kaufmann
2012-10-25
First flush block tree, then coin set
Pieter Wuille
2012-10-25
Added checks for null pointers in Shutdown
tucenaber
2012-10-21
change blockchain -> block chain (spelling)
Philip Kaufmann
2012-10-20
Add LevelDB MemEnv support
Pieter Wuille
2012-10-20
LevelDB block and coin databases
Pieter Wuille
2012-10-20
Use singleton block tree database instance
Pieter Wuille
2012-10-20
Prepare database format for multi-stage block processing
Pieter Wuille
2012-10-20
Automatically reorganize at startup to best known block
Pieter Wuille
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-10-20
Move external block import to separate thread
Pieter Wuille
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
[next]