Mercurial > hg > bitcoin
graph
-
Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed draftSun, 09 Oct 2011 14:23:20 -0400, by Luke Dashjr
-
Add alt-1..alt-5 shortcut to switch between tabs draftSun, 09 Oct 2011 21:40:03 +0200, by Wladimir J. van der Laan
-
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField draftFri, 07 Oct 2011 13:21:45 +0200, by p2k
-
Merge branch 'master' of https://github.com/bitcoin/bitcoin draftSun, 09 Oct 2011 20:26:40 +0200, by Wladimir J. van der Laan
-
Merge pull request #573 from luke-jr/bugfix_bits_string draftSun, 09 Oct 2011 10:32:22 -0700, by Gavin Andresen
-
Merge pull request #575 from globalcitizen/master draftSun, 09 Oct 2011 10:27:34 -0700, by Gavin Andresen
-
Edited doc/readme-qt.rst via GitHub draftSun, 02 Oct 2011 10:47:23 +0300, by Wladimir J. van der Laan
-
Bugfix: Restore old behaviour of USE_UPNP as close as possible (built & enabled by default, can be disabled or unsupported by option) draftThu, 29 Sep 2011 15:02:12 -0400, by Luke Dashjr
-
only install translator when not empty draftSat, 01 Oct 2011 13:23:00 +0200, by Wladimir J. van der Laan
-
Merge branch 'master' of https://github.com/bitcoin/bitcoin draftFri, 30 Sep 2011 17:39:29 +0200, by Wladimir J. van der Laan
-
make USE_SSL actually work (thanks @prusnak for noticing) draftFri, 30 Sep 2011 17:36:39 +0200, by Wladimir J. van der Laan
-
Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR} draftSun, 09 Oct 2011 17:10:43 +0800, by globalcitizen
-
Collate generic dependency information. Segregate distribution-specific (Ubuntu/Debian) information. Add Gentoo information. draftSun, 09 Oct 2011 17:04:35 +0800, by globalcitizen
-
Remove old wx translations, updated qt translations draftSat, 08 Oct 2011 17:29:21 -0400, by Gavin Andresen
-
Merge pull request #572 from delirium---/master draftThu, 06 Oct 2011 12:11:07 -0700, by Gavin Andresen
-
Bugfix: "bits" should be a hex-string, not a number (that just doesn't make sense) draftThu, 06 Oct 2011 12:47:28 -0400, by Luke Dashjr
-
Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay draftThu, 06 Oct 2011 07:54:50 -0700, by Gavin Andresen
-
Merge pull request #566 from luke-jr/optimize_http_status draftWed, 05 Oct 2011 12:19:34 -0700, by Gavin Andresen
-
Use C's const char* for status strings rather than C++'s std::string, which is slower draftSat, 06 Aug 2011 05:15:00 -0800, by David Joel Schwartz
-
Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoin draftWed, 05 Oct 2011 11:38:24 -0400, by Gavin Andresen
-
Update mac Makefile and build instructions to use MacPorts draftWed, 05 Oct 2011 11:09:28 -0400, by Gavin Andresen
-
Merge pull request #545 from tcatm/remove-addr.txt draftWed, 05 Oct 2011 07:41:07 -0700, by Gavin Andresen
-
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin draftWed, 05 Oct 2011 10:38:10 -0400, by Gavin Andresen
-
Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_errReporting draftWed, 05 Oct 2011 07:27:56 -0700, by Gavin Andresen
-
Merge pull request #561 from luke-jr/optimize_conn_adjtime draftWed, 05 Oct 2011 07:22:52 -0700, by Gavin Andresen
-
Send "Connection: close" HTTP header with JSON-RPC requests (client) draftTue, 04 Oct 2011 00:42:36 -0400, by Luke Dashjr
-
Merge pull request #547 from TheBlueMatt/build-updates draftTue, 04 Oct 2011 07:38:06 -0700, by Gavin Andresen
-
Bugfix: report error creating ThreadSocketHandler thread just like the rest draftMon, 03 Oct 2011 23:45:42 -0400, by Luke Dashjr
-
Added bitrpc.py which allows for sending of all standard Bitcoin commands via RPC rather than as command line args. draftMon, 03 Oct 2011 16:10:03 -0700, by David Perry
-
Merge pull request #543 from laanwj/utiltests draftSat, 01 Oct 2011 12:00:24 -0700, by Gavin Andresen
-
Merge pull request #476 from forrestv/getmemorypool draftSat, 01 Oct 2011 11:57:51 -0700, by Gavin Andresen
-
Update release-process to point to gitian.sigs repo. draftMon, 03 Oct 2011 12:59:37 -0400, by Matt Corallo
-
Added RPC call 'getmemorypool' that provides everything needed to construct a block with a custom generation transaction and submit a solution draftTue, 06 Sep 2011 18:15:46 -0400, by Forrest Voight
-
remove code that reads addr.txt in LoadAddreses() draftSat, 01 Oct 2011 22:27:02 +0200, by Nils Schneider
-
remove possibility of 63 bit overflow in ParseMoney draftSat, 01 Oct 2011 02:47:47 +0200, by Wladimir J. van der Laan
-
remove cryptopp dependency, add simple unittest for SHA256Transform() draftTue, 27 Sep 2011 20:16:07 +0200, by Nils Schneider
-
Merge pull request #524 from sipa/signandverif draftFri, 30 Sep 2011 05:04:26 -0700, by Gavin Andresen
-
Merge pull request #537 from tcatm/remove-deprecated-rpcs draftThu, 29 Sep 2011 09:39:11 -0700, by Nils Schneider
-
Merge pull request #538 from tcatm/deprecate-midstate draftThu, 29 Sep 2011 07:57:22 -0700, by Gavin Andresen
-
Add assertion size>0 to MedianFilter draftThu, 29 Sep 2011 17:17:42 +0200, by Wladimir J. van der Laan
-
Update "other files" in Qt Creator with all documentation now that the projects merged draftWed, 28 Sep 2011 22:01:47 +0200, by Wladimir J. van der Laan
-
Merge branch 'master' of https://github.com/bitcoin/bitcoin draftWed, 28 Sep 2011 21:52:32 +0200, by Wladimir J. van der Laan