log

age author description
Tue, 22 May 2012 15:23:17 -0400 Jeff Garzik Prevent crashes due to missing or corrupted blk????.dat records draft
Tue, 22 May 2012 15:12:52 -0400 Jeff Garzik Prevent crashes due to missing or corrupted database records draft
Tue, 22 May 2012 13:56:14 -0400 Gavin Andresen Move signature cache from CKey::Verify to CheckSig in script.cpp draft
Mon, 21 May 2012 22:25:54 -0400 Jeff Garzik Define BOOST_SPIRIT_THREADSAFE in all makefiles draft
Sat, 19 May 2012 01:25:06 -0400 Jeff Garzik Default to DB_TXN_WRITE_NOSYNC for all transactional operations draft
Thu, 17 May 2012 12:13:14 -0400 Gavin Andresen Refactor: GetRandHash() method for util draft
Wed, 16 May 2012 15:57:04 -0400 Gavin Andresen Cache signature verifications draft
Wed, 16 May 2012 11:26:56 -0400 Gavin Andresen Further DoS prevention: Verify signatures last draft
Thu, 17 May 2012 10:12:04 -0400 Gavin Andresen Remove invalid dependent orphans from memory draft
Tue, 15 May 2012 15:53:30 -0400 Gavin Andresen Optimize orphan transaction handling draft
Thu, 17 May 2012 20:36:55 -0400 Jeff Garzik Make orphan logging more verbose, displaying mapOrphanTransactions.size() draft
Wed, 16 May 2012 12:36:38 -0400 Gavin Andresen Refactor: move code from key.h to key.cpp draft
Tue, 19 Jun 2012 14:44:38 -0400 Gavin Andresen Bump version numbers to 0.6.3 draft
Tue, 19 Jun 2012 09:48:00 +0300 xanatos 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). draft
Tue, 19 Jun 2012 02:22:09 +0200 Pieter Wuille Fix netbase tests draft
Mon, 18 Jun 2012 11:39:16 -0700 Gavin Andresen Merge pull request #1399 from sipa/ipparse draft
Mon, 18 Jun 2012 14:29:32 -0400 Gavin Andresen Merge branch 'master' of https://github.com/fanquake/bitcoin draft
Mon, 18 Jun 2012 10:48:40 -0400 Gavin Andresen Merge branch 'signbugs' of https://github.com/wizeman/bitcoin draft
Mon, 18 Jun 2012 06:44:51 -0700 Gavin Andresen Merge pull request #1480 from fanquake/master draft
Mon, 18 Jun 2012 20:35:10 +0000 Luke Dashjr CBigNum: Convert negative int64 values in a more well-defined way draft
Mon, 18 Jun 2012 22:09:19 +0800 fanquake OS X not OSX draft
Mon, 18 Jun 2012 21:58:20 +0800 fanquake Further updates to build instructions draft
Mon, 18 Jun 2012 14:57:28 +0800 Fordy Update OSX build instructions draft
Sun, 17 Jun 2012 17:07:08 -0700 Pieter Wuille Merge pull request #1477 from gmaxwell/master draft
Sun, 17 Jun 2012 12:29:26 -0700 Wladimir J. van der Laan Merge pull request #1434 from Diapolo/GUI_fix_displayunit draft
Sun, 17 Jun 2012 12:26:20 -0700 Wladimir J. van der Laan Merge pull request #1451 from Diapolo/sendcoins draft
Sun, 17 Jun 2012 12:24:35 -0700 Wladimir J. van der Laan Merge pull request #1461 from laanwj/2012_06_helpmessage draft
Sun, 17 Jun 2012 12:12:56 -0400 Gregory Maxwell Fix inverted logic for !Discover/!UPNP when !Listen. draft
Sat, 09 Jun 2012 15:41:21 +0200 Philip Kaufmann add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit draft
Thu, 14 Jun 2012 20:44:04 -0400 Gavin Andresen Document how to build/run unit tests draft