Tue, 12 Jun 2012 16:35:19 +0200 |
Wladimir J. van der Laan |
Cross-platform "Open debug logfile"
draft
|
Tue, 12 Jun 2012 10:46:24 +0200 |
Wladimir J. van der Laan |
Do not select first address automatically in the address book
draft
|
Mon, 11 Jun 2012 22:30:21 -0700 |
Wladimir J. van der Laan |
Merge pull request #1412 from Diapolo/string_wait_mature
draft
|
Mon, 11 Jun 2012 07:40:14 +0200 |
Philip Kaufmann |
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)
draft
|
Tue, 12 Jun 2012 01:52:34 +0200 |
Matt Corallo |
Fix broken config files
draft
|
Mon, 11 Jun 2012 22:40:06 +0200 |
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
draft
|
Sat, 09 Jun 2012 12:40:15 -0700 |
Jeff Garzik |
Merge pull request #1435 from TheBlueMatt/mingwbuild
draft
|
Sat, 09 Jun 2012 17:14:41 +0200 |
Matt Corallo |
Fix Mingw64 build (missing headers according to M$ documentation)
draft
|
Sun, 03 Jun 2012 13:03:55 +0200 |
Philip Kaufmann |
update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration
draft
|
Fri, 08 Jun 2012 07:29:34 -0700 |
Pieter Wuille |
Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings
draft
|
Fri, 08 Jun 2012 16:26:27 +0200 |
Pieter Wuille |
Update comment about secure_allocator<>
draft
|
Fri, 08 Jun 2012 07:22:19 -0700 |
Pieter Wuille |
Merge pull request #1424 from TheBlueMatt/lockcontention
draft
|
Tue, 05 Jun 2012 11:13:25 -0700 |
Pieter Wuille |
Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr
draft
|
Thu, 07 Jun 2012 19:14:18 +0200 |
Ricardo M. Correia |
Move NOINLINE definition to test where it's used.
draft
|
Thu, 07 Jun 2012 19:11:15 +0200 |
Ricardo M. Correia |
Don't overflow integer on 32-bit machines.
draft
|
Thu, 31 May 2012 20:31:15 +0200 |
Ricardo M. Correia |
Use C++-style numeric limits instead of C-style.
draft
|
Thu, 31 May 2012 19:12:01 +0200 |
Ricardo M. Correia |
Fix noinline definition so that it works for more compilers.
draft
|
Mon, 14 May 2012 21:17:24 +0200 |
Ricardo M. Correia |
Fix signed subtraction overflow in CBigNum::setint64().
draft
|
Mon, 14 May 2012 21:15:27 +0200 |
Ricardo M. Correia |
Add test case for CBigNum::setint64().
draft
|
Mon, 14 May 2012 02:50:01 +0200 |
Ricardo M. Correia |
Don't overflow signed ints in CBigNum::setint64().
draft
|
Sun, 13 May 2012 21:31:59 +0200 |
Ricardo M. Correia |
Make CNetAddr::GetHash() return an unsigned val.
draft
|
Tue, 05 Jun 2012 16:12:32 +0200 |
Matt Corallo |
Fix DEBUG_LOCKCONTENTION
draft
|
Tue, 05 Jun 2012 06:45:49 -0700 |
Gavin Andresen |
Merge pull request #1422 from Diapolo/add_used_datadir_debug_log
draft
|
Tue, 05 Jun 2012 07:37:07 +0200 |
Philip Kaufmann |
add used datadir to debug.log
draft
|
Tue, 05 Jun 2012 07:32:27 +0200 |
Philip Kaufmann |
fix two signed/unsigned comparison warnings in netbase.cpp
draft
|
Mon, 04 Jun 2012 23:13:01 +0200 |
Philip Kaufmann |
fix default Proxy address in Qt options (no hostname allowed currently)
draft
|
Mon, 04 Jun 2012 14:15:19 -0400 |
Gavin Andresen |
Merge branch 'netopt' of https://github.com/sipa/bitcoin
draft
|
Mon, 04 Jun 2012 09:15:45 -0700 |
Gavin Andresen |
Merge pull request #1411 from TheBlueMatt/debian
draft
|
Mon, 04 Jun 2012 09:14:34 -0700 |
Gavin Andresen |
Merge pull request #1415 from dooglus/fix-build-unix.txt
draft
|
Thu, 12 Apr 2012 16:22:15 -0700 |
Chris Moore |
Fix coin selection to only include change when it's necessary.
draft
|