Mercurial > hg > bitcoin
graph
-
Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) draftTue, 19 Jun 2012 15:48:29 -0400, by Gavin Andresen
-
Prevent crashes due to missing or corrupted blk????.dat records draftTue, 22 May 2012 15:23:17 -0400, by Jeff Garzik
-
Prevent crashes due to missing or corrupted database records draftTue, 22 May 2012 15:12:52 -0400, by Jeff Garzik
-
Move signature cache from CKey::Verify to CheckSig in script.cpp draftTue, 22 May 2012 13:56:14 -0400, by Gavin Andresen
-
Define BOOST_SPIRIT_THREADSAFE in all makefiles draftMon, 21 May 2012 22:25:54 -0400, by Jeff Garzik
-
Default to DB_TXN_WRITE_NOSYNC for all transactional operations draftSat, 19 May 2012 01:25:06 -0400, by Jeff Garzik
-
Further DoS prevention: Verify signatures last draftWed, 16 May 2012 11:26:56 -0400, by Gavin Andresen
-
Remove invalid dependent orphans from memory draftThu, 17 May 2012 10:12:04 -0400, by Gavin Andresen
-
Make orphan logging more verbose, displaying mapOrphanTransactions.size() draftThu, 17 May 2012 20:36:55 -0400, by Jeff Garzik
-
If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). draftTue, 19 Jun 2012 09:48:00 +0300, by xanatos
-
Merge branch 'master' of https://github.com/fanquake/bitcoin draftMon, 18 Jun 2012 14:29:32 -0400, by Gavin Andresen
-
Merge branch 'signbugs' of https://github.com/wizeman/bitcoin draftMon, 18 Jun 2012 10:48:40 -0400, by Gavin Andresen
-
Merge pull request #1480 from fanquake/master draftMon, 18 Jun 2012 06:44:51 -0700, by Gavin Andresen
-
CBigNum: Convert negative int64 values in a more well-defined way draftMon, 18 Jun 2012 20:35:10 +0000, by Luke Dashjr
-
Merge pull request #1477 from gmaxwell/master draftSun, 17 Jun 2012 17:07:08 -0700, by Pieter Wuille
-
Merge pull request #1434 from Diapolo/GUI_fix_displayunit draftSun, 17 Jun 2012 12:29:26 -0700, by Wladimir J. van der Laan
-
Merge pull request #1451 from Diapolo/sendcoins draftSun, 17 Jun 2012 12:26:20 -0700, by Wladimir J. van der Laan
-
Merge pull request #1461 from laanwj/2012_06_helpmessage draftSun, 17 Jun 2012 12:24:35 -0700, by Wladimir J. van der Laan
-
Fix inverted logic for !Discover/!UPNP when !Listen. draftSun, 17 Jun 2012 12:12:56 -0400, by Gregory Maxwell