Mercurial > hg > bitcoin
graph
-
Laszlo's fix to make generate threads idle priority on Linux, draftThu, 08 Jul 2010 16:14:56 +0000, by s_nakamoto
-
reduced max outbound connections from 15 to 8 --version 0.3 rc4 draftFri, 02 Jul 2010 23:43:29 +0000, by s_nakamoto
-
updated build-unix.txt instructions: sudo apt-get install libboost-all-dev draftThu, 24 Jun 2010 16:07:51 +0000, by s_nakamoto
-
added instructions to build-unix.txt for building wxBase, which is needed to compile bitcoind draftWed, 23 Jun 2010 22:51:31 +0000, by s_nakamoto
-
added new files to setup.nsi, updated version numbers draftTue, 22 Jun 2010 16:28:15 +0000, by s_nakamoto
-
re-enable hiding taskbar button on minimize on linux, though it doesn't work cleanly draftTue, 22 Jun 2010 03:45:37 +0000, by s_nakamoto
-
80x80 xpm icon for ubuntu, alignment tweaked to scale nicely to 20x20 and 16x16 draftMon, 21 Jun 2010 17:11:26 +0000, by s_nakamoto
-
use seed nodes as fallback if IRC fails or with TOR draftFri, 18 Jun 2010 03:14:24 +0000, by s_nakamoto
-
revert makefile.unix from -02 back to -00 to fix compile on linux, -02 doesn't really help on linux anyway draftMon, 14 Jun 2010 22:34:33 +0000, by s_nakamoto
-
automatically change displayed address whenever it receives anything, draftThu, 10 Jun 2010 23:10:30 +0000, by s_nakamoto
-
better prevention of inventory relaying during initial download, draftWed, 26 May 2010 00:05:26 +0000, by s_nakamoto
-
build-osx.txt build instructions and makefile.osx from Laszlo draftTue, 25 May 2010 23:58:27 +0000, by s_nakamoto
-
fixed runaway memory alloc bug on 64-bit in ParseString found by sirius-m draftFri, 05 Mar 2010 01:13:27 +0000, by s_nakamoto
-
wx/utils.h and wx/clipbrd.h not needed on bitcoind wxbase build draftFri, 26 Feb 2010 16:09:43 +0000, by s_nakamoto
-
GUI-less build target bitcoind that links to wxBase and shouldn't need GTK, draftThu, 25 Feb 2010 21:55:27 +0000, by s_nakamoto
-
transaction filter tabs instead of view->show generated draftSun, 21 Feb 2010 21:42:01 +0000, by s_nakamoto
-
Address Book with tabs instead of separate Your Address book, draftSat, 20 Feb 2010 21:59:59 +0000, by s_nakamoto
-
all builds are now with wxWidgets-2.9.0, we are now using UTF-8, draftWed, 17 Feb 2010 17:22:01 +0000, by s_nakamoto
-
fix mingw makefile to use correct wxWidgets include, draftMon, 15 Feb 2010 20:36:55 +0000, by s_nakamoto
-
strip out unfinished product, review and market stuff, draftMon, 15 Feb 2010 04:03:07 +0000, by 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. draftSun, 14 Feb 2010 00:08:27 +0000, by s_nakamoto
-
command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, draftFri, 12 Feb 2010 20:38:44 +0000, by s_nakamoto
-
better error message in check_type(), tell the types by name instead of by number draftWed, 10 Feb 2010 19:46:04 +0000, by s_nakamoto
-
JSON Spirit library from http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx, MIT license draftWed, 10 Feb 2010 19:41:22 +0000, by s_nakamoto
-
revert revision 56, going in different direction with boost::asio and JSON-RPC draftWed, 10 Feb 2010 19:33:04 +0000, by s_nakamoto
-
Added some basic IPC functionality using wxServer, wxClient and wxConnection. draftThu, 04 Feb 2010 15:31:46 +0000, by sirius-m
-
update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, draftWed, 03 Feb 2010 22:58:40 +0000, by s_nakamoto
-
now compiles on 64-bit Ubuntu Karmic with wxWidgets-2.9.0, draftThu, 28 Jan 2010 21:49:20 +0000, by s_nakamoto
-
a few header changes for freebsd from madhatter draftThu, 17 Dec 2009 18:15:50 +0000, by s_nakamoto
-
filter out duplicate getblocks and don't relay inv messages during initial block download -- 0.2 rc2 draftMon, 14 Dec 2009 02:12:01 +0000, by s_nakamoto
-
restrict file permissions on linux to the user only draftSun, 13 Dec 2009 02:13:43 +0000, by s_nakamoto
-
fix transaction fee bug in CreateTransaction, higher size cutoff for free transactions in GetMinFee draftSun, 06 Dec 2009 00:29:09 +0000, by s_nakamoto
-
minor fix to batched initial download in case requester has more than 500 block non-main branch draftTue, 24 Nov 2009 21:04:50 +0000, by s_nakamoto
-
bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, draftWed, 18 Nov 2009 19:19:41 +0000, by s_nakamoto