log

age author description
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
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