log

age author description
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
Sat, 26 Jun 2010 00:23:16 +0000 s_nakamoto build-unix.txt: updated a few version numbers draft
Thu, 24 Jun 2010 16:07:51 +0000 s_nakamoto updated build-unix.txt instructions: sudo apt-get install libboost-all-dev draft
Wed, 23 Jun 2010 22:51:31 +0000 s_nakamoto added instructions to build-unix.txt for building wxBase, which is needed to compile bitcoind draft
Tue, 22 Jun 2010 17:59:00 +0000 s_nakamoto version 0.3 rc1 draft
Tue, 22 Jun 2010 16:28:15 +0000 s_nakamoto added new files to setup.nsi, updated version numbers draft
Tue, 22 Jun 2010 03:45:37 +0000 s_nakamoto re-enable hiding taskbar button on minimize on linux, though it doesn't work cleanly draft
Mon, 21 Jun 2010 18:41:34 +0000 s_nakamoto fix system tray icon on windows draft
Mon, 21 Jun 2010 17:11:26 +0000 s_nakamoto 80x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16 draft
Mon, 21 Jun 2010 01:33:44 +0000 s_nakamoto fixed colors on ubuntu lucid, draft
Fri, 18 Jun 2010 03:14:24 +0000 s_nakamoto use seed nodes as fallback if IRC fails or with TOR draft
Wed, 16 Jun 2010 16:35:34 +0000 s_nakamoto German translation by DataWraith draft
Tue, 15 Jun 2010 18:26:32 +0000 s_nakamoto more addr message error checking draft
Mon, 14 Jun 2010 22:34:33 +0000 s_nakamoto revert makefile.unix from -02 back to -00 to fix compile on linux, -02 doesn't really help on linux anyway draft
Thu, 10 Jun 2010 23:10:30 +0000 s_nakamoto automatically change displayed address whenever it receives anything, draft
Wed, 02 Jun 2010 22:10:06 +0000 s_nakamoto Dutch translation by Xunie (93% complete) draft
Thu, 27 May 2010 14:11:03 +0000 s_nakamoto Italian translation by Joozero draft
Wed, 26 May 2010 00:05:26 +0000 s_nakamoto better prevention of inventory relaying during initial download, draft
Tue, 25 May 2010 23:58:27 +0000 s_nakamoto build-osx.txt build instructions and makefile.osx from Laszlo draft
Wed, 19 May 2010 00:26:56 +0000 s_nakamoto Mac OS build fixes by laszlo draft
Fri, 05 Mar 2010 02:55:09 +0000 s_nakamoto misc draft
Fri, 05 Mar 2010 01:13:27 +0000 s_nakamoto fixed runaway memory alloc bug on 64-bit in ParseString found by sirius-m draft
Sun, 28 Feb 2010 15:00:32 +0000 s_nakamoto fix unsafe string handling in wxGetTranslation draft
Fri, 26 Feb 2010 16:09:43 +0000 s_nakamoto wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase build 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
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