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
Age
Commit message (
Expand
)
Author
2013-01-03
moved "index_in_template" to a separate variable to clarify what it is
Forrest Voight
2012-12-19
use fee/sigop data in BlockTemplate struct instead of (not always correctly) ...
Forrest Voight
2012-12-19
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-12-17
Fix two typos in main.h
fanquake
2012-12-13
Merge pull request #2087 from gavinandresen/check210000
Pieter Wuille
2012-12-13
Merge pull request #2096 from 94m3k1n9/fix-time-formats
Pieter Wuille
2012-12-12
Merge pull request #2045 from Diapolo/use_message
Wladimir J. van der Laan
2012-12-12
LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation
Philip Kaufmann
2012-12-12
Merge pull request #2080 from mcassano/importprivkey_rescan_false
Gavin Andresen
2012-12-12
Merge pull request #2095 from al42and/upnp
Gavin Andresen
2012-12-12
Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2
Gavin Andresen
2012-12-12
Merge pull request #1825 from roques/bignum2
Gavin Andresen
2012-12-12
Merge pull request #1940 from grimd34th/patch-1
Gavin Andresen
2012-12-12
Merge pull request #2073 from grimd34th/patch-3
Gavin Andresen
2012-12-12
Merge pull request #2048 from jgarzik/no-checkpoints
Gavin Andresen
2012-12-12
Merge pull request #1861 from jgarzik/coinlock
Gavin Andresen
2012-12-12
Merge pull request #2059 from sipa/benchmark
Gavin Andresen
2012-12-12
Merge pull request #2062 from sipa/nocoins
Gavin Andresen
2012-12-12
Merge pull request #2074 from sipa/minor
Gavin Andresen
2012-12-12
Change timestamps to use ISO8601 formatting
Richard Schwab
2012-12-12
OptionsModel now has MapPortUPnP=false if UPNP is not supported
Andrey Alekseenko
2012-12-10
Checkpoint at first 25-btc-reward block (210,000)
Gavin Andresen
2012-12-07
Merge pull request #2068 from Diapolo/CheckDiskSpace
Pieter Wuille
2012-12-06
add rescan bool to importprivkey to control whether to do a rescan after import
Mike Cassano
2012-12-06
Allow lengthy block reconnections to be interrupted
Pieter Wuille
2012-12-06
Update the block file counter in database when using -reindex
Pieter Wuille
2012-12-06
Reconstruct coins/ from scratch when missing.
Pieter Wuille
2012-12-06
Merge pull request #2057 from Diapolo/FlushBlockFile
Pieter Wuille
2012-12-05
Merge pull request #2066 from Diapolo/small_uiint_changes
Wladimir J. van der Laan
2012-12-05
Merge pull request #2056 from sipa/fix_2052
Pieter Wuille
2012-12-05
Add -benchmark for reporting block processing times
Pieter Wuille
2012-12-05
Add GetTimeMicros() for ore accurate benchmarking
Pieter Wuille
2012-12-05
Merge pull request #2063 from Diapolo/CDiskBlockPos
Pieter Wuille
2012-12-05
call CheckDiskSpace() before pre-allocating space
Philip Kaufmann
2012-12-04
Update src/makefile.mingw
grimd34th
2012-12-04
rework ThreadSafeAskFee() / askFee() functions
Philip Kaufmann
2012-12-04
remove unneeded flag from MSG_INFORMATION and fix an indentation
Philip Kaufmann
2012-12-03
Merge pull request #2058 from sipa/atomicreorg
Pieter Wuille
2012-12-03
use new message() function in BitcoinGUI
Philip Kaufmann
2012-12-03
Bitcoin-Qt: remove obsolete modal flag from GUI APIs
Philip Kaufmann
2012-12-03
Merge pull request #2046 from Diapolo/traymenu
Wladimir J. van der Laan
2012-12-03
add 2 constructors in CDiskBlockPos to simplify class usage
Philip Kaufmann
2012-12-02
Make SetBestChain() atomic
Pieter Wuille
2012-12-01
FlushBlockFile(): check for valid FILE pointer
Philip Kaufmann
2012-11-30
Merge pull request #2033 from sipa/kickconflicts
Pieter Wuille
2012-12-01
Only send reorged txn to mempool after checkpoint
Pieter Wuille
2012-11-30
Merge pull request #2037 from luke-jr/printpriority
Gavin Andresen
2012-12-01
Enable script verification for reorganized mempool tx
Pieter Wuille
2012-11-29
Make test_bitcoin run in a temp datadir
Pieter Wuille
2012-11-29
Add GetTempPath() to util
Pieter Wuille
[next]