Wed, 14 Jul 2010 15:54:31 +0000 |
Gavin Andresen |
Fix CRLF
draft
|
Thu, 08 Jul 2010 16:14:56 +0000 |
s_nakamoto |
Laszlo's fix to make generate threads idle priority on Linux,
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
|
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 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
|
Tue, 15 Jun 2010 18:26:32 +0000 |
s_nakamoto |
more addr message error checking
draft
|
Thu, 10 Jun 2010 23:10:30 +0000 |
s_nakamoto |
automatically change displayed address whenever it receives anything,
draft
|
Wed, 26 May 2010 00:05:26 +0000 |
s_nakamoto |
better prevention of inventory relaying during initial download,
draft
|
Wed, 19 May 2010 00:26:56 +0000 |
s_nakamoto |
Mac OS build fixes by laszlo
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 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 04:03:07 +0000 |
s_nakamoto |
strip out unfinished product, review and market stuff,
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
|
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
|
Thu, 28 Jan 2010 00:31:00 +0000 |
s_nakamoto |
simplify AddAddress,
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
|
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
|
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 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
|
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: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
|
Thu, 29 Oct 2009 20:10:46 +0000 |
s_nakamoto |
better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf portability
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
|
Wed, 21 Oct 2009 01:08:05 +0000 |
s_nakamoto |
flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcut
draft
|
Thu, 24 Sep 2009 04:09:56 +0000 |
sirius-m |
tray icon + ask before closing
draft
|
Sun, 30 Aug 2009 03:46:39 +0000 |
sirius-m |
First commit
draft
|