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-11-26
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-11-14
make enum and parameter used in Bind() unsigned
Philip Kaufmann
2012-11-10
allow listening on -bind=address for blocked networks
Philip Kaufmann
2012-11-09
Merge pull request #1943 from sipa/reindex2
Pieter Wuille
2012-11-09
Merge pull request #1978 from sipa/nodetach
Pieter Wuille
2012-11-09
Add -reindex, to perform in-place reindexing of block chain files
Pieter Wuille
2012-11-09
Move ThreadImport to init.cpp
Pieter Wuille
2012-11-08
Merge pull request #1981 from sipa/caches
Pieter Wuille
2012-11-04
Cache size optimizations
Pieter Wuille
2012-11-04
Remove -detachdb and stop's detach argument.
Pieter Wuille
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
[next]