log main.h @ 256:e4e826afefae draft

age author description
Mon, 16 Aug 2010 17:05:50 +0000 s_nakamoto blocks-1, draft
Sat, 28 Aug 2010 00:51:52 +0000 Satoshi Nakamoto alert system draft
Sat, 28 Aug 2010 00:49:30 +0000 Satoshi Nakamoto block index checking on load, extra redundant checks, misc refactoring draft
Mon, 16 Aug 2010 20:53:49 +0000 Satoshi Nakamoto blocks-1, draft
Sun, 15 Aug 2010 23:09:29 +0000 Satoshi Nakamoto fix for block 74638 overflow output transaction draft
Sun, 15 Aug 2010 23:06:05 +0000 Satoshi Nakamoto misc changes draft
Sun, 15 Aug 2010 20:28:01 +0000 Gavin Andresen Quick fix: bad block 74,652 draft
Thu, 12 Aug 2010 13:23:02 +0000 Satoshi Nakamoto gethashespersec and added version and hashespersec to getinfo draft
Sun, 15 Aug 2010 21:35:24 +0000 s_nakamoto fix for block 74638 overflow output transaction draft
Sun, 15 Aug 2010 21:05:16 +0000 s_nakamoto misc changes draft
Tue, 10 Aug 2010 22:55:23 +0000 s_nakamoto gethashespersec and added version and hashespersec to getinfo draft
Tue, 03 Aug 2010 18:25:05 +0000 s_nakamoto new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade draft
Sun, 25 Jul 2010 16:45:21 +0000 s_nakamoto Gavin Andresen's JSON-RPC HTTP authentication, draft
Thu, 15 Jul 2010 00:18:45 +0000 s_nakamoto fix openssl linkage problems, draft
Wed, 04 Aug 2010 01:51:34 +0000 Satoshi Nakamoto new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade draft
Mon, 26 Jul 2010 17:40:05 +0000 Satoshi Nakamoto Gavin Andresen's JSON-RPC HTTP authentication, draft
Mon, 19 Jul 2010 01:02:04 +0000 Gavin Andresen version 0.3.1 rc1 draft
Wed, 14 Jul 2010 15:54:31 +0000 Gavin Andresen Fix CRLF draft
Thu, 10 Jun 2010 23:10:30 +0000 s_nakamoto automatically change displayed address whenever it receives anything, draft
Thu, 25 Feb 2010 21:55:27 +0000 s_nakamoto GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, draft
Tue, 23 Feb 2010 22:01:39 +0000 s_nakamoto run as daemon without GUI, draft
Sat, 20 Feb 2010 21:59:59 +0000 s_nakamoto Address Book with tabs instead of separate Your Address book, draft
Fri, 12 Feb 2010 20:38:44 +0000 s_nakamoto command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, draft
Wed, 03 Feb 2010 22:58:40 +0000 s_nakamoto update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, draft
Sun, 06 Dec 2009 00:29:09 +0000 s_nakamoto fix transaction fee bug in CreateTransaction, higher size cutoff for free transactions in GetMinFee draft
Tue, 24 Nov 2009 21:04:50 +0000 s_nakamoto minor fix to batched initial download in case requester has more than 500 block non-main branch draft
Wed, 18 Nov 2009 19:19:41 +0000 s_nakamoto bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, draft
Fri, 13 Nov 2009 01:23:08 +0000 s_nakamoto monitor ThreadSocketHandler and terminate and restart if hung, convert _beginthread to CreateThread wrapper, disconnect inactive connections, ping, break up long messages to speed up initial download, better priorities for initiating connections, track how many nodes have requested our blocks and transactions, status #/offline and warning message on unsent blocks, minimize on close as separate option -- linux-test5 draft
Sat, 07 Nov 2009 05:05:03 +0000 s_nakamoto UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart draft
Fri, 06 Nov 2009 05:50:05 +0000 s_nakamoto got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Linux fixes, socket send MSG_NOSIGNAL, bind INADDR_ANY, works reliably on Linux now except if wxMessageBox is used in a thread other than the GUI thread draft