log

age author description
Sun, 09 Oct 2011 10:27:34 -0700 Gavin Andresen Merge pull request #575 from globalcitizen/master draft
Sun, 02 Oct 2011 10:47:23 +0300 Wladimir J. van der Laan Edited doc/readme-qt.rst via GitHub draft
Thu, 29 Sep 2011 15:02:12 -0400 Luke Dashjr Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabled by default, can be disabled or unsupported by option) draft
Sat, 01 Oct 2011 13:23:00 +0200 Wladimir J. van der Laan only install translator when not empty draft
Fri, 30 Sep 2011 17:39:29 +0200 Wladimir J. van der Laan Merge branch 'master' of https://github.com/bitcoin/bitcoin draft
Fri, 30 Sep 2011 17:36:39 +0200 Wladimir J. van der Laan make USE_SSL actually work (thanks @prusnak for noticing) draft
Sun, 09 Oct 2011 17:18:34 +0800 globalcitizen Fix typo. Improve Gentoo instructions. draft
Sun, 09 Oct 2011 17:16:53 +0800 globalcitizen Improved Gentoo instructions. draft
Sun, 09 Oct 2011 17:10:43 +0800 globalcitizen Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR} draft
Sun, 09 Oct 2011 17:04:35 +0800 globalcitizen Collate generic dependency information. Segregate distribution-specific (Ubuntu/Debian) information. Add Gentoo information. draft
Sat, 08 Oct 2011 17:29:21 -0400 Gavin Andresen Remove old wx translations, updated qt translations draft
Fri, 07 Oct 2011 14:35:36 -0400 Gavin Andresen Remove ui_res from makefiles draft
Fri, 07 Oct 2011 11:02:21 -0400 Gavin Andresen Fix build on windows and mac draft
Thu, 06 Oct 2011 12:11:07 -0700 Gavin Andresen Merge pull request #572 from delirium---/master draft
Thu, 06 Oct 2011 12:47:28 -0400 Luke Dashjr Bugfix: "bits" should be a hex-string, not a number (that just doesn't make sense) draft
Thu, 06 Oct 2011 19:53:42 +0400 Victor Leschuk Fix for 64bit build draft
Thu, 06 Oct 2011 07:54:50 -0700 Gavin Andresen Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay draft
Wed, 05 Oct 2011 12:19:34 -0700 Gavin Andresen Merge pull request #566 from luke-jr/optimize_http_status draft
Sat, 06 Aug 2011 05:15:00 -0800 David Joel Schwartz Use C's const char* for status strings rather than C++'s std::string, which is slower draft
Wed, 05 Oct 2011 14:33:49 -0400 Gavin Andresen Fix miner_test unit test bug draft
Wed, 05 Oct 2011 11:38:24 -0400 Gavin Andresen Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoin draft
Wed, 05 Oct 2011 11:28:08 -0400 Gavin Andresen Auto-build dependencies draft
Wed, 05 Oct 2011 11:09:28 -0400 Gavin Andresen Update mac Makefile and build instructions to use MacPorts draft
Wed, 05 Oct 2011 07:41:07 -0700 Gavin Andresen Merge pull request #545 from tcatm/remove-addr.txt draft
Wed, 05 Oct 2011 10:38:10 -0400 Gavin Andresen Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin draft
Wed, 05 Oct 2011 07:27:56 -0700 Gavin Andresen Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_errReporting draft
Wed, 05 Oct 2011 07:22:52 -0700 Gavin Andresen Merge pull request #561 from luke-jr/optimize_conn_adjtime draft
Tue, 04 Oct 2011 00:42:36 -0400 Luke Dashjr Send "Connection: close" HTTP header with JSON-RPC requests (client) draft
Tue, 04 Oct 2011 07:41:00 -0700 Gavin Andresen Merge pull request #549 from enmaku/master draft
Tue, 04 Oct 2011 07:38:06 -0700 Gavin Andresen Merge pull request #547 from TheBlueMatt/build-updates draft
Sat, 06 Aug 2011 05:15:00 -0800 David Joel Schwartz Remove 2 second sleep from CheckWork draft
Mon, 03 Oct 2011 23:45:42 -0400 Luke Dashjr Bugfix: report error creating ThreadSocketHandler thread just like the rest draft
Mon, 03 Oct 2011 23:41:47 -0400 Luke Dashjr Only GetAdjustedTime once for the retry loop draft
Mon, 03 Oct 2011 16:10:03 -0700 David Perry Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args. draft
Mon, 03 Oct 2011 14:04:11 -0700 David Perry Added wallet tools draft
Mon, 03 Oct 2011 13:10:31 -0400 Gavin Andresen Declare integer constant LL draft
Sat, 01 Oct 2011 12:00:24 -0700 Gavin Andresen Merge pull request #543 from laanwj/utiltests draft
Sat, 01 Oct 2011 11:57:51 -0700 Gavin Andresen Merge pull request #476 from forrestv/getmemorypool draft
Mon, 03 Oct 2011 12:59:37 -0400 Matt Corallo Update release-process to point to gitian.sigs repo. draft
Tue, 06 Sep 2011 18:15:46 -0400 Forrest Voight Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution draft
Sat, 01 Oct 2011 22:27:02 +0200 Nils Schneider remove code that reads addr.txt in LoadAddreses() draft
Sat, 01 Oct 2011 02:47:47 +0200 Wladimir J. van der Laan remove possibility of 63 bit overflow in ParseMoney draft
Fri, 30 Sep 2011 16:23:26 +0200 Nils Schneider simpler ByteReverse draft
Tue, 27 Sep 2011 20:16:07 +0200 Nils Schneider remove cryptopp dependency, add simple unittest for SHA256Transform() draft
Fri, 30 Sep 2011 05:04:26 -0700 Gavin Andresen Merge pull request #524 from sipa/signandverif draft
Thu, 29 Sep 2011 12:06:03 -0700 Gavin Andresen Merge pull request #542 from laanwj/qt2 draft
Thu, 29 Sep 2011 10:50:40 -0700 Gavin Andresen Merge pull request #539 from laanwj/qt2 draft
Thu, 29 Sep 2011 09:39:11 -0700 Nils Schneider Merge pull request #537 from tcatm/remove-deprecated-rpcs draft
Thu, 29 Sep 2011 07:57:22 -0700 Gavin Andresen Merge pull request #538 from tcatm/deprecate-midstate draft
Thu, 29 Sep 2011 19:53:44 +0200 Wladimir J. van der Laan qmake build system improvements draft
Thu, 29 Sep 2011 17:17:42 +0200 Wladimir J. van der Laan Add assertion size>0 to MedianFilter draft
Wed, 28 Sep 2011 22:01:47 +0200 Wladimir J. van der Laan Update "other files" in Qt Creator with all documentation now that the projects merged draft
Wed, 28 Sep 2011 21:52:32 +0200 Wladimir J. van der Laan Merge branch 'master' of https://github.com/bitcoin/bitcoin draft
Wed, 28 Sep 2011 09:27:25 -0700 Jeff Garzik Merge pull request #536 from TheBlueMatt/build-updates draft
Wed, 28 Sep 2011 21:35:58 +0200 Wladimir J. van der Laan use median filter for peer-reported reported number of blocks draft
Tue, 27 Sep 2011 20:47:51 +0200 Wladimir J. van der Laan translation handling improvements draft
Tue, 27 Sep 2011 09:34:25 -0700 Wladimir J. van der Laan Merge pull request #25 from Matoking/master draft
Tue, 27 Sep 2011 19:20:24 +0300 Janne Pulkkinen Removing the if statement entirely - not needed. draft
Tue, 27 Sep 2011 17:46:19 +0300 Janne Pulkkinen Send Coins page not cleared when changing tabs. Clear all button for clearing the entries draft
Sat, 24 Sep 2011 11:56:33 +0200 Wladimir J. van der Laan Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS draft