Mercurial > hg > bitcoin
graph
-
Cross-platform "Open debug logfile" draftTue, 12 Jun 2012 16:35:19 +0200, by Wladimir J. van der Laan
-
Do not select first address automatically in the address book draftTue, 12 Jun 2012 10:46:24 +0200, by Wladimir J. van der Laan
-
Merge pull request #1412 from Diapolo/string_wait_mature draftMon, 11 Jun 2012 22:30:21 -0700, by Wladimir J. van der Laan
-
introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) draftMon, 11 Jun 2012 07:40:14 +0200, by Philip Kaufmann
-
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance draftMon, 11 Jun 2012 22:40:06 +0200, by Philip Kaufmann
-
Merge pull request #1435 from TheBlueMatt/mingwbuild draftSat, 09 Jun 2012 12:40:15 -0700, by Jeff Garzik
-
Fix Mingw64 build (missing headers according to M$ documentation) draftSat, 09 Jun 2012 17:14:41 +0200, by Matt Corallo
-
update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration draftSun, 03 Jun 2012 13:03:55 +0200, by Philip Kaufmann
-
Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings draftFri, 08 Jun 2012 07:29:34 -0700, by Pieter Wuille
-
Merge pull request #1424 from TheBlueMatt/lockcontention draftFri, 08 Jun 2012 07:22:19 -0700, by Pieter Wuille
-
Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr draftTue, 05 Jun 2012 11:13:25 -0700, by Pieter Wuille
-
Move NOINLINE definition to test where it's used. draftThu, 07 Jun 2012 19:14:18 +0200, by Ricardo M. Correia
-
Don't overflow integer on 32-bit machines. draftThu, 07 Jun 2012 19:11:15 +0200, by Ricardo M. Correia
-
Use C++-style numeric limits instead of C-style. draftThu, 31 May 2012 20:31:15 +0200, by Ricardo M. Correia
-
Fix noinline definition so that it works for more compilers. draftThu, 31 May 2012 19:12:01 +0200, by Ricardo M. Correia
-
Fix signed subtraction overflow in CBigNum::setint64(). draftMon, 14 May 2012 21:17:24 +0200, by Ricardo M. Correia
-
Don't overflow signed ints in CBigNum::setint64(). draftMon, 14 May 2012 02:50:01 +0200, by Ricardo M. Correia
-
Make CNetAddr::GetHash() return an unsigned val. draftSun, 13 May 2012 21:31:59 +0200, by Ricardo M. Correia
-
Merge pull request #1422 from Diapolo/add_used_datadir_debug_log draftTue, 05 Jun 2012 06:45:49 -0700, by Gavin Andresen
-
fix two signed/unsigned comparison warnings in netbase.cpp draftTue, 05 Jun 2012 07:32:27 +0200, by Philip Kaufmann
-
fix default Proxy address in Qt options (no hostname allowed currently) draftMon, 04 Jun 2012 23:13:01 +0200, by Philip Kaufmann
-
Merge branch 'netopt' of https://github.com/sipa/bitcoin draftMon, 04 Jun 2012 14:15:19 -0400, by Gavin Andresen
-
Merge pull request #1411 from TheBlueMatt/debian draftMon, 04 Jun 2012 09:15:45 -0700, by Gavin Andresen
-
Merge pull request #1415 from dooglus/fix-build-unix.txt draftMon, 04 Jun 2012 09:14:34 -0700, by Gavin Andresen
-
Fix coin selection to only include change when it's necessary. draftThu, 12 Apr 2012 16:22:15 -0700, by Chris Moore