log

age author description
Sun, 21 Feb 2010 21:42:01 +0000 s_nakamoto transaction filter tabs instead of view->show generated draft
Sat, 20 Feb 2010 21:59:59 +0000 s_nakamoto Address Book with tabs instead of separate Your Address book, draft
Wed, 17 Feb 2010 23:55:43 +0000 s_nakamoto safer wxGetTranslation wrapper draft
Wed, 17 Feb 2010 17:22:01 +0000 s_nakamoto all builds are now with wxWidgets-2.9.0, we are now using UTF-8, draft
Mon, 15 Feb 2010 20:36:55 +0000 s_nakamoto fix mingw makefile to use correct wxWidgets include, draft
Mon, 15 Feb 2010 04:03:07 +0000 s_nakamoto strip out unfinished product, review and market stuff, draft
Sun, 14 Feb 2010 22:27:13 +0000 s_nakamoto renamed a few rpc methods draft
Sun, 14 Feb 2010 00:08:27 +0000 s_nakamoto Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now. draft
Sat, 13 Feb 2010 02:09:07 +0000 s_nakamoto updated build-unix.txt 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, 10 Feb 2010 19:46:04 +0000 s_nakamoto better error message in check_type(), tell the types by name instead of by number draft
Wed, 10 Feb 2010 19:41:22 +0000 s_nakamoto JSON Spirit library from http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx, MIT license draft
Wed, 10 Feb 2010 19:33:04 +0000 s_nakamoto revert revision 56, going in different direction with boost::asio and JSON-RPC draft
Thu, 04 Feb 2010 15:31:46 +0000 sirius-m Added some basic IPC functionality using wxServer, wxClient and wxConnection. 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
Thu, 28 Jan 2010 21:49:20 +0000 s_nakamoto now compiles on 64-bit Ubuntu Karmic with wxWidgets-2.9.0, draft
Thu, 28 Jan 2010 00:31:00 +0000 s_nakamoto simplify AddAddress, draft
Thu, 17 Dec 2009 23:16:27 +0000 s_nakamoto command line switch -noui draft
Thu, 17 Dec 2009 18:15:50 +0000 s_nakamoto a few header changes for freebsd from madhatter draft
Mon, 14 Dec 2009 02:12:01 +0000 s_nakamoto filter out duplicate getblocks and don't relay inv messages during initial block download -- 0.2 rc2 draft
Sun, 13 Dec 2009 02:34:45 +0000 s_nakamoto misc draft
Sun, 13 Dec 2009 02:13:43 +0000 s_nakamoto restrict file permissions on linux to the user only draft
Sun, 13 Dec 2009 00:13:16 +0000 s_nakamoto misc exit code, updated setup.nsi draft
Fri, 11 Dec 2009 17:19:51 +0000 s_nakamoto misc draft
Fri, 11 Dec 2009 16:49:21 +0000 s_nakamoto retry IRC if name in use, draft
Sun, 06 Dec 2009 00:38:11 +0000 s_nakamoto misc 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
Sat, 14 Nov 2009 18:04:08 +0000 s_nakamoto misc compile error 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
Sun, 08 Nov 2009 04:24:52 +0000 s_nakamoto Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 waypoint draft
Sat, 07 Nov 2009 18:51:41 +0000 s_nakamoto ui tweaks, multiple xpm icon sizes 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 18:53:26 +0000 s_nakamoto UIThreadCall, ThreadSafeMessageBox 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
Thu, 05 Nov 2009 04:41:36 +0000 s_nakamoto unix build merged in, bitmap resources from xpm instead of rc, better addr relay, better selection of addrs by time last seen for faster connect draft
Wed, 04 Nov 2009 04:58:46 +0000 s_nakamoto renamed build.txt to build-msw.txt draft
Sun, 01 Nov 2009 01:16:51 +0000 s_nakamoto move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalance, fix repaint bogdown, -addnode and -? switches draft
Sat, 31 Oct 2009 09:52:24 +0000 sirius-m added wx/stdpaths.h draft
Sat, 31 Oct 2009 09:11:43 +0000 sirius-m Linux alternatives for the Windows headers and PerformanceCounter. Some typedefs and #defines for the Linux build. Fixed GetDataDir. draft
Fri, 30 Oct 2009 00:57:05 +0000 s_nakamoto make CheckDiskSpace portable draft
Fri, 30 Oct 2009 00:45:35 +0000 sirius-m setup script removes startup shortcut and runs with highest exec level draft
Thu, 29 Oct 2009 20:10:46 +0000 s_nakamoto better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf portability draft
Thu, 29 Oct 2009 05:55:56 +0000 s_nakamoto CCriticalSection using wxWidgets instead of Windows OS calls draft
Thu, 29 Oct 2009 02:52:48 +0000 s_nakamoto addr relaying fixes, proxy option and privacy patches, detect connect to self, non-final tx locktime changes, fix hide unconfirmed generated draft
Sun, 25 Oct 2009 04:35:01 +0000 s_nakamoto fix display of new generated coins, fix assertion in bitcoinminer draft
Sat, 24 Oct 2009 16:50:39 +0000 sirius-m Removed autorun regkey creation draft
Wed, 21 Oct 2009 01:08:05 +0000 s_nakamoto flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcut draft
Sun, 04 Oct 2009 11:38:29 +0000 sirius-m Fixed the installer script and made the autostart registry based. draft
Sat, 03 Oct 2009 17:02:59 +0000 sirius-m Added NSIS installer generation script draft
Sat, 03 Oct 2009 11:52:21 +0000 sirius-m Startup folder shortcut opens the program minimized. Restoring a minimized-to-tray window works correctly. draft
Fri, 02 Oct 2009 10:14:05 +0000 sirius-m startup shortcut works draft
Thu, 24 Sep 2009 04:09:56 +0000 sirius-m tray icon + ask before closing draft
Wed, 16 Sep 2009 13:26:04 +0000 sirius-m No dll's here draft
Sun, 30 Aug 2009 03:50:53 +0000 sirius-m Added changelog.txt draft
Sun, 30 Aug 2009 03:46:39 +0000 sirius-m First commit draft
Sun, 04 Jul 2010 06:15:06 +0000 s_nakamoto version 0.3 release draft
Fri, 02 Jul 2010 23:43:29 +0000 s_nakamoto reduced max outbound connections from 15 to 8 --version 0.3 rc4 draft
Sat, 26 Jun 2010 15:47:45 +0000 s_nakamoto version 0.3 rc2 draft