log

age author description
Mon, 06 Sep 2010 21:51:27 -0400 Gavin Andresen Merge remote branch 'refs/remotes/svn/trunk' into svn draft
Mon, 06 Sep 2010 19:05:27 -0400 Gavin Andresen Merge remote branch 'remotes/svn/trunk' into svn draft
Thu, 02 Sep 2010 13:42:31 -0400 Gavin Andresen Merge remote branch 'remotes/svn/trunk' into svn draft
Mon, 13 Dec 2010 16:26:14 +0000 s_nakamoto -- version 0.3.19 release draft
Sun, 12 Dec 2010 18:38:02 +0000 s_nakamoto correction draft
Sun, 12 Dec 2010 18:20:36 +0000 s_nakamoto added some DoS limits, removed safe mode draft
Wed, 08 Dec 2010 23:23:48 +0000 s_nakamoto -- version 0.3.18 release draft
Tue, 07 Dec 2010 13:43:31 +0000 gavinandresen IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand. draft
Mon, 06 Dec 2010 15:59:28 +0000 s_nakamoto fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then upgrade again draft
Sun, 05 Dec 2010 09:29:30 +0000 s_nakamoto preps for future client-only mode, draft
Fri, 03 Dec 2010 19:38:09 +0000 gavinandresen All boolean options/flags now work the same way. draft
Tue, 30 Nov 2010 18:58:11 +0000 gavinandresen JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance <account> draft
Sat, 27 Nov 2010 23:12:41 +0000 s_nakamoto added boost tuples to serialize.h draft
Thu, 25 Nov 2010 20:41:57 +0000 s_nakamoto -- version 0.3.17 release draft
Thu, 25 Nov 2010 16:40:25 +0000 s_nakamoto still working on account-based commands getbalance, move and sendfrom, they're only for testing for now draft
Tue, 23 Nov 2010 19:16:36 +0000 s_nakamoto new getwork draft
Mon, 22 Nov 2010 15:53:20 +0000 gavinandresen Depracate "label" API, replacing with account draft
Sun, 21 Nov 2010 22:46:19 +0000 s_nakamoto added transaction fee setting in UI options menu, draft
Sat, 20 Nov 2010 02:12:03 +0000 s_nakamoto small bugfix draft
Fri, 19 Nov 2010 23:37:05 +0000 s_nakamoto require some minimal priority for free transactions to slow down transaction spam draft
Fri, 19 Nov 2010 20:22:46 +0000 s_nakamoto efficiently sort transaction dependencies in one pass draft
Thu, 18 Nov 2010 00:11:33 +0000 gavinandresen OutputDebugStringF fix for Mac FileVault problem, take 3 draft
Tue, 16 Nov 2010 17:41:44 +0000 gavinandresen Make OutputDebugStringF thread-safe again (thanks ArtForz for catching) draft
Tue, 16 Nov 2010 02:32:36 +0000 gavinandresen Re-open debug.log every ten minutes instead of every printf; fixes performance problem with Mac FileVault. draft
Mon, 15 Nov 2010 21:37:33 +0000 gavinandresen Update websites used for GetMyExternalIP draft
Sun, 14 Nov 2010 00:06:10 +0000 s_nakamoto -- version 0.3.15 release draft
Wed, 10 Nov 2010 16:43:31 +0000 gavinandresen Add paytxfee to getinfo output draft
Tue, 09 Nov 2010 19:47:07 +0000 s_nakamoto SelectCoins first pass tries not to use coins with less than 6 confirmations draft
Mon, 08 Nov 2010 22:06:07 +0000 s_nakamoto -paytxfee is now per KB, draft
Thu, 04 Nov 2010 00:23:00 +0000 gavinandresen Fix IsInitialBlockDownload if running on testnet draft
Wed, 03 Nov 2010 23:40:43 +0000 gavinandresen Prevent double-sends from quick double-button-clicks draft
Sat, 23 Oct 2010 17:43:53 +0000 s_nakamoto bugfixes from Dean Gores, draft
Fri, 22 Oct 2010 15:15:20 +0000 gavinandresen testnet and keypoololdest added to RPC getinfo output. And RPC now sends proper HTTP Date headers. draft
Thu, 21 Oct 2010 16:47:16 +0000 s_nakamoto -- version 0.3.14 release draft
Wed, 20 Oct 2010 16:12:23 +0000 s_nakamoto Gavin Andresen: multiple instance check, -testnet use port 18333 draft
Wed, 20 Oct 2010 15:58:16 +0000 gavinandresen validateaddress RPC command draft
Tue, 19 Oct 2010 17:16:51 +0000 s_nakamoto Gavin's TEST network as -testnet switch, misc fixes draft
Thu, 14 Oct 2010 13:33:03 +0000 gavinandresen makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64 draft
Mon, 11 Oct 2010 18:32:33 +0000 gavinandresen Fixed description of -rpcuser/-rpcpassword options. draft
Mon, 11 Oct 2010 18:23:41 +0000 gavinandresen -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. draft
Mon, 11 Oct 2010 15:12:17 +0000 s_nakamoto dkaparis: boost::bind build fix for c++0x draft
Sat, 09 Oct 2010 19:33:35 +0000 s_nakamoto key pool for safer wallet backup draft
Wed, 06 Oct 2010 15:43:04 +0000 s_nakamoto updated Russian translation draft
Wed, 06 Oct 2010 02:19:47 +0000 s_nakamoto recursive function to determine if own unconfirmed transaction can be spent draft
Mon, 04 Oct 2010 01:40:50 +0000 s_nakamoto Russian translation by eurekafag draft
Thu, 30 Sep 2010 23:54:15 +0000 s_nakamoto fixed linux build, draft
Thu, 30 Sep 2010 16:23:07 +0000 s_nakamoto don't count or spend payments until they have 1 confirmation, draft
Thu, 23 Sep 2010 16:01:44 +0000 s_nakamoto changed free transactions per block threshold draft
Sun, 19 Sep 2010 21:20:34 +0000 s_nakamoto only accept transactions sent by IP address if -allowreceivebyip is specified draft
Wed, 15 Sep 2010 22:10:13 +0000 s_nakamoto config option -rpcallowip= to accept json-rpc connections from another machine draft
Mon, 13 Sep 2010 22:14:24 +0000 s_nakamoto reorganize BitcoinMiner to make it easier to add different SHA256 routines draft
Sun, 12 Sep 2010 17:30:15 +0000 s_nakamoto dropped DB_PRIVATE from dbenv.open draft
Fri, 10 Sep 2010 18:07:48 +0000 s_nakamoto fix build on non-intel architectures, thanks teknohog draft
Fri, 10 Sep 2010 16:58:59 +0000 s_nakamoto fix problem sending the last cent with sub-cent fractional change draft
Thu, 09 Sep 2010 01:00:40 +0000 s_nakamoto try to auto-detect whether to use 128-bit 4-way SSE2 draft
Wed, 08 Sep 2010 19:24:32 +0000 s_nakamoto Gavin Andresen: clean shutdown on SIGTERM draft
Tue, 07 Sep 2010 01:12:53 +0000 s_nakamoto cleanup, draft
Tue, 07 Sep 2010 01:12:53 +0000 s_nakamoto cleanup, draft
Mon, 06 Sep 2010 21:03:04 +0000 s_nakamoto Gavin Andresen: json-rpc return standard error objects with error code numbers, draft
Sun, 29 Aug 2010 16:58:15 +0000 s_nakamoto propset svn:eol-style native draft
Wed, 25 Aug 2010 17:53:09 +0000 s_nakamoto added -testsafemode switch draft
Wed, 25 Aug 2010 16:33:38 +0000 s_nakamoto change switch name to -disablesafemode draft
Wed, 25 Aug 2010 14:18:56 +0000 s_nakamoto more rpc methods allowed in safe mode draft
Wed, 25 Aug 2010 00:05:37 +0000 s_nakamoto alert system draft
Fri, 20 Aug 2010 16:55:14 +0000 s_nakamoto warning message if clock is too far off draft
Thu, 19 Aug 2010 22:43:19 +0000 s_nakamoto block index checking on load, extra redundant checks, misc refactoring draft
Mon, 16 Aug 2010 18:46:02 +0000 s_nakamoto do an extra CheckBlock in ConnectBlock draft
Mon, 16 Aug 2010 17:51:10 +0000 s_nakamoto erase the bad chain after disconnecting it draft
Mon, 16 Aug 2010 17:05:50 +0000 s_nakamoto blocks-1, draft
Mon, 16 Aug 2010 13:37:00 +0000 s_nakamoto wrap sha256.cpp in FOURWAYSSE2 #ifdef draft
Mon, 16 Aug 2010 13:11:32 +0000 s_nakamoto added -march=amdfam10 to sha256.cpp in makefile.unix draft
Sat, 28 Aug 2010 00:55:50 +0000 Satoshi Nakamoto added -testsafemode switch draft
Sat, 28 Aug 2010 00:55:19 +0000 Satoshi Nakamoto change switch name to -disablesafemode draft
Sat, 28 Aug 2010 00:54:37 +0000 Satoshi Nakamoto more rpc methods allowed in safe mode draft
Sat, 28 Aug 2010 00:51:52 +0000 Satoshi Nakamoto alert system draft
Sat, 28 Aug 2010 00:50:40 +0000 Satoshi Nakamoto warning message if clock is too far off 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:55:54 +0000 Satoshi Nakamoto do an extra CheckBlock in ConnectBlock draft
Mon, 16 Aug 2010 20:54:47 +0000 Satoshi Nakamoto erase the bad chain after disconnecting it draft
Mon, 16 Aug 2010 20:53:49 +0000 Satoshi Nakamoto blocks-1, draft
Mon, 16 Aug 2010 20:52:36 +0000 Satoshi Nakamoto wrap sha256.cpp in FOURWAYSSE2 #ifdef draft
Mon, 16 Aug 2010 20:51:46 +0000 Satoshi Nakamoto added -march=amdfam10 to sha256.cpp in makefile.unix draft
Mon, 16 Aug 2010 20:50:37 +0000 Satoshi Nakamoto makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux 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
Fri, 13 Aug 2010 02:23:46 +0000 Satoshi Nakamoto fix -datadir=./subdir relative path, draft
Thu, 12 Aug 2010 13:28:22 +0000 Satoshi Nakamoto fix build, thanks jgarzik draft
Thu, 12 Aug 2010 13:26:20 +0000 Satoshi Nakamoto disable SSE2 on 32-bit draft
Thu, 12 Aug 2010 13:23:02 +0000 Satoshi Nakamoto gethashespersec and added version and hashespersec to getinfo draft
Thu, 12 Aug 2010 13:20:57 +0000 Satoshi Nakamoto json-spirit print reals with 8 decimal places, draft
Tue, 10 Aug 2010 16:03:01 +0000 Satoshi Nakamoto always make 8 outbound connections even if have inbound, draft
Tue, 10 Aug 2010 16:01:23 +0000 Satoshi Nakamoto enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit draft
Tue, 10 Aug 2010 15:57:38 +0000 Satoshi Nakamoto correct typo for mac compile, update makefile to use llvm draft
Sun, 15 Aug 2010 22:46:58 +0000 s_nakamoto makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux draft
Sun, 15 Aug 2010 22:21:03 +0000 s_nakamoto scanback check to prevent adding to the 74638 overflow chain 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
Thu, 12 Aug 2010 21:13:43 +0000 s_nakamoto fix -datadir=./subdir relative path, draft
Wed, 11 Aug 2010 01:38:24 +0000 s_nakamoto fix build, thanks jgarzik draft
Tue, 10 Aug 2010 23:43:37 +0000 s_nakamoto disable SSE2 on 32-bit draft
Tue, 10 Aug 2010 22:55:23 +0000 s_nakamoto gethashespersec and added version and hashespersec to getinfo draft
Tue, 10 Aug 2010 19:21:17 +0000 s_nakamoto json-spirit print reals with 8 decimal places, draft
Mon, 09 Aug 2010 20:00:17 +0000 s_nakamoto always make 8 outbound connections even if have inbound, draft
Mon, 09 Aug 2010 19:54:40 +0000 s_nakamoto enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit draft
Wed, 04 Aug 2010 04:15:38 +0000 laszloh correct typo for mac compile, update makefile to use llvm 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
Sat, 31 Jul 2010 19:15:48 +0000 s_nakamoto fixed segfault in bignum.h, draft
Fri, 30 Jul 2010 23:22:55 +0000 s_nakamoto simplified makefile.unix, updated build-unix.txt instructions to include boost 1.37 draft
Thu, 29 Jul 2010 20:27:12 +0000 s_nakamoto reverted makefile.unix wx-config -- version 0.3.6 draft
Thu, 29 Jul 2010 15:34:48 +0000 s_nakamoto Fredrik Roubert: simplified makefile.unix with wx-config, draft
Wed, 28 Jul 2010 21:17:35 +0000 s_nakamoto fixed makefile.osx draft
Wed, 28 Jul 2010 21:11:09 +0000 s_nakamoto fixed makefile.vc draft
Tue, 27 Jul 2010 19:43:04 +0000 s_nakamoto better IsInitialBlockDownload draft
Tue, 27 Jul 2010 18:14:32 +0000 s_nakamoto added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem draft
Tue, 27 Jul 2010 01:14:33 +0000 s_nakamoto tcatm's cached SHA256 state idea, about 70% faster generating draft
Mon, 26 Jul 2010 17:15:18 +0000 s_nakamoto bitcoind now compiles without wxWidgets or wxBase draft
Sun, 25 Jul 2010 21:49:21 +0000 s_nakamoto Gavin: BIO_FLAGS_BASE64_NO_NL draft
Sun, 25 Jul 2010 21:29:07 +0000 s_nakamoto Lachesis: remove newlines every 64 characters in EncodeBase64 draft
Sun, 25 Jul 2010 16:45:21 +0000 s_nakamoto Gavin Andresen's JSON-RPC HTTP authentication, draft
Sun, 18 Jul 2010 20:47:29 +0000 s_nakamoto minor UI tweaks, removed some outdated txt files, draft
Sat, 17 Jul 2010 23:51:16 +0000 s_nakamoto security safeguards, draft
Fri, 16 Jul 2010 23:12:58 +0000 s_nakamoto version 0.3.1 release draft
Thu, 15 Jul 2010 19:11:51 +0000 s_nakamoto Spanish translation by milkiway, draft
Thu, 15 Jul 2010 16:46:46 +0000 s_nakamoto version 0.3.1 rc1 draft
Thu, 15 Jul 2010 00:18:45 +0000 s_nakamoto fix openssl linkage problems, draft
Fri, 09 Jul 2010 15:29:48 +0000 s_nakamoto switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0mchil when username contains non-lower-ASCII characters draft
Fri, 09 Jul 2010 02:11:50 +0000 s_nakamoto Gavin Andresen: implementation of autostart on system startup option on Linux draft
Thu, 08 Jul 2010 18:07:14 +0000 s_nakamoto Portuguese translation by Tiago Faria draft
Thu, 08 Jul 2010 16:14:56 +0000 s_nakamoto Laszlo's fix to make generate threads idle priority on Linux, 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
Sat, 31 Jul 2010 20:12:05 +0000 Satoshi Nakamoto fixed segfault in bignum.h, additional security limits, refactoring draft
Sat, 31 Jul 2010 14:14:41 +0000 --author=Satoshi Nakamoto simplified makefile.unix, updated build-unix.txt instructions to include boost 1.37 draft
Fri, 30 Jul 2010 17:36:06 +0000 --author=Satoshi Nakamoto reverted makefile.unix wx-config -- version 0.3.6 draft
Fri, 30 Jul 2010 17:35:17 +0000 --author=Satoshi Nakamoto Fredrik Roubert: simplified makefile.unix with wx-config, misc draft
Fri, 30 Jul 2010 17:31:39 +0000 --author=Satoshi Nakamoto fixed makefile.osx draft
Fri, 30 Jul 2010 17:31:05 +0000 --author=Satoshi Nakamoto fixed makefile.vc draft
Tue, 27 Jul 2010 20:46:41 +0000 --author=Satoshi Nakamoto better IsInitialBlockDownload draft
Tue, 27 Jul 2010 20:43:55 +0000 --author=Satoshi Nakamoto added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem draft
Tue, 27 Jul 2010 14:21:02 +0000 --author=Satoshi Nakamoto tcatm's cached SHA256 state idea, about 70% faster generating draft
Mon, 26 Jul 2010 17:44:51 +0000 Satoshi Nakamoto bitcoind now compiles without wxWidgets or wxBase draft
Mon, 26 Jul 2010 17:41:47 +0000 Gavin Andresen Gavin: BIO_FLAGS_BASE64_NO_NL draft
Mon, 26 Jul 2010 17:40:05 +0000 Satoshi Nakamoto Gavin Andresen's JSON-RPC HTTP authentication, draft
Fri, 23 Jul 2010 13:58:39 +0000 Gavin Andresen Configuration file, HTTP Basic authentication draft
Mon, 19 Jul 2010 01:18:46 +0000 Gavin Andresen json-rpc password, minor UI tweaks, removed some outdated txt files draft
Mon, 19 Jul 2010 01:12:24 +0000 Gavin Andresen security safeguards, draft
Mon, 19 Jul 2010 01:10:37 +0000 Gavin Andresen version 0.3.1 release draft
Mon, 19 Jul 2010 01:08:47 +0000 Gavin Andresen Spanish translation by milkiway, 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
Fri, 09 Jul 2010 15:29:48 +0000 s_nakamoto switched from wxStandardPaths to GetDefaultDataDir, fixes bug reported by m0mchil when username contains non-lower-ASCII characters draft
Fri, 09 Jul 2010 02:11:50 +0000 s_nakamoto Gavin Andresen: implementation of autostart on system startup option on Linux draft
Thu, 08 Jul 2010 18:07:14 +0000 s_nakamoto Portuguese translation by Tiago Faria draft
Thu, 08 Jul 2010 16:14:56 +0000 s_nakamoto Laszlo's fix to make generate threads idle priority on Linux, 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
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