aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Use C++-style numeric limits instead of C-style.Ricardo M. Correia2012-05-311-3/+3
| * | | | | | | | | | Fix noinline definition so that it works for more compilers.Ricardo M. Correia2012-05-312-3/+19
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Fix signed subtraction overflow in CBigNum::setint64().Ricardo M. Correia2012-05-141-1/+9
| * | | | | | | | | Add test case for CBigNum::setint64().Ricardo M. Correia2012-05-141-0/+110
| * | | | | | | | | Don't overflow signed ints in CBigNum::setint64().Ricardo M. Correia2012-05-141-5/+11
| * | | | | | | | | Make CNetAddr::GetHash() return an unsigned val.Ricardo M. Correia2012-05-133-4/+4
* | | | | | | | | | Merge pull request #1477 from gmaxwell/masterPieter Wuille2012-06-171-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix inverted logic for !Discover/!UPNP when !Listen.Gregory Maxwell2012-06-171-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1434 from Diapolo/GUI_fix_displayunitWladimir J. van der Laan2012-06-176-18/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann2012-06-176-18/+45
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #1451 from Diapolo/sendcoinsWladimir J. van der Laan2012-06-171-0/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | set cursor for balance field to IBeamCursor (to show the user it IS selectabl...Philip Kaufmann2012-06-131-0/+9
* | | | | | | | | | | Merge pull request #1461 from laanwj/2012_06_helpmessageWladimir J. van der Laan2012-06-173-7/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Show command line options as dialog when opened from debug windowWladimir J. van der Laan2012-06-143-7/+17
| | |_|/ / / / / / / | |/| | | | | | | |
* / | | | | | | | | Use a 64-bit nonce in pingPieter Wuille2012-06-141-1/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1459 from laanwj/2012_06_trayiconmenuWladimir J. van der Laan2012-06-141-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Reorganize tray icon menu into more logical orderWladimir J. van der Laan2012-06-141-5/+5
* | | | | | | | | | Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694Wladimir J. van der Laan2012-06-141-0/+6
* | | | | | | | | | Merge pull request #1002 from Diapolo/URL-handling_2Wladimir J. van der Laan2012-06-134-21/+39
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann2012-06-144-21/+39
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #1439 from Diapolo/ClientShutdownWladimir J. van der Laan2012-06-137-16/+25
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann2012-06-127-16/+25
* | | | | | | | | | Merge pull request #1420 from Diapolo/extend_showNormalIfMinimizedWladimir J. van der Laan2012-06-132-31/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge toggleHidden() code into showNormalIfMinimized() to extend the function...Philip Kaufmann2012-06-122-31/+25
* | | | | | | | | | | Merge branch 'refactor_coinselect' of https://github.com/luke-jr/bitcoinGavin Andresen2012-06-133-83/+437
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix coin selection to only include change when it's necessary.Chris Moore2012-06-042-80/+58
| * | | | | | | | | | | Preserve the shuffled order of coins with equal value to give more randomized...Chris Moore2012-06-041-1/+10
| * | | | | | | | | | | Test that the coin selection code is suitably random, and add tests re. sub-c...Chris Moore2012-06-041-1/+71
| * | | | | | | | | | | Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...Chris Moore2012-06-041-0/+2
| * | | | | | | | | | | Refactor SelectCoinsMinConf() and add unit tests.Chris Moore2012-06-043-48/+343
* | | | | | | | | | | | Merge pull request #1448 from Diapolo/2012-06-13_translation_updatesWladimir J. van der Laan2012-06-1336-19745/+34832
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | update translation files (fetched from Transifex) and remove translation for ...Philip Kaufmann2012-06-1336-19745/+34832
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Update bitcoinstrings from core and English source translation fileWladimir J. van der Laan2012-06-132-462/+495
|/ / / / / / / / / / /
* | | | | / / / / / / re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann2012-06-134-344/+644
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1444 from laanwj/2012_06_opendebuglogWladimir J. van der Laan2012-06-122-10/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cross-platform "Open debug logfile"Wladimir J. van der Laan2012-06-122-10/+2
* | | | | | | | | | | make buttons in debug window non autoDefaultPhilip Kaufmann2012-06-121-0/+6
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1440 from Diapolo/overviewpage_InitialBalanceWladimir J. van der Laan2012-06-121-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann2012-06-111-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Do not select first address automatically in the address bookWladimir J. van der Laan2012-06-121-5/+0
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1412 from Diapolo/string_wait_matureWladimir J. van der Laan2012-06-112-3/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | update info string in GUI for generated blocks and change "must wait" into "m...Philip Kaufmann2012-06-092-3/+2
* | | | | | | | | Merge pull request #1435 from TheBlueMatt/mingwbuildJeff Garzik2012-06-091-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix Mingw64 build (missing headers according to M$ documentation)Matt Corallo2012-06-091-0/+2
* | | | | | | | | Merge pull request #1421 from Diapolo/netbase_fix_sign_warningsPieter Wuille2012-06-081-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix two signed/unsigned comparison warnings in netbase.cppPhilip Kaufmann2012-06-051-2/+2
* | | | | | | | | | Update comment about secure_allocator<>Pieter Wuille2012-06-081-1/+0
* | | | | | | | | | Merge pull request #1424 from TheBlueMatt/lockcontentionPieter Wuille2012-06-082-2/+13
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix DEBUG_LOCKCONTENTIONMatt Corallo2012-06-052-2/+13
* | | | | | | | | | Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addrPieter Wuille2012-06-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |