2625 Commits (e0be8da3924031ea115c93551dfa463f84d3a120)
 

Author SHA1 Message Date
Pieter Wuille e0be8da392 Unit tests for base32 encode/decode 13 years ago
Pieter Wuille c4c99ade65 Base32 encoding/decoding 13 years ago
Gregory Maxwell a08e182698 Merge pull request #1490 from luke-jr/gd_ljr_key 12 years ago
Gavin Andresen 9700f212ad Merge pull request #1496 from xanatos/patch-2 12 years ago
xanatos fdfdb5cd7d = instead of == in multisig_tests.cpp 12 years ago
Luke Dashjr 0783bcceef gitian-downloader: Update luke-jr's key 12 years ago
Pieter Wuille d65e959bae Update my GPG key 12 years ago
Jeff Garzik 219abac227 Merge pull request #1488 from sipa/noowner 12 years ago
Pieter Wuille 70f6049f71 Remove CTxDB::ReadOwnerTxes. 12 years ago
Wladimir J. van der Laan 703db97d80 Merge pull request #1483 from Diapolo/txtablemodel_updateDisplayUnit 12 years ago
Philip Kaufmann 229c34f818 GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 12 years ago
Gavin Andresen c283b3c569 print large orphan warning BEFORE deleting pvMsg 12 years ago
Pieter Wuille 451c3957fe Merge pull request #1485 from xanatos/patch-1 12 years ago
xanatos 16d5671943 If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). 12 years ago
Pieter Wuille 4c6b210af0 Fix netbase tests 12 years ago
Gavin Andresen c5532e188e Merge pull request #1399 from sipa/ipparse 12 years ago
Gavin Andresen 7596a030c6 Merge branch 'master' of https://github.com/fanquake/bitcoin 12 years ago
Gavin Andresen 550c73f4c8 Merge branch 'signbugs' of https://github.com/wizeman/bitcoin 12 years ago
fanquake baf814f3da OS X not OSX 12 years ago
fanquake 8b7b3be765 Further updates to build instructions 12 years ago
Gavin Andresen 5204ca87e2 Merge pull request #1480 from fanquake/master 12 years ago
Fordy 2bbfcd2d02 Update OSX build instructions 12 years ago
Pieter Wuille 432d28d3bb Merge pull request #1477 from gmaxwell/master 12 years ago
Wladimir J. van der Laan a54d2118be Merge pull request #1434 from Diapolo/GUI_fix_displayunit 12 years ago
Wladimir J. van der Laan 8ce04527f9 Merge pull request #1451 from Diapolo/sendcoins 12 years ago
Wladimir J. van der Laan 6062de265a Merge pull request #1461 from laanwj/2012_06_helpmessage 12 years ago
Gregory Maxwell 3bbb49de55 Fix inverted logic for !Discover/!UPNP when !Listen. 12 years ago
Philip Kaufmann e0873dafc5 add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit 12 years ago
Gavin Andresen fab7858a35 Document how to build/run unit tests 12 years ago
Gregory Maxwell 194ea3186a Merge pull request #1463 from sipa/fix_1455 12 years ago
Pieter Wuille c971112dfa Use a 64-bit nonce in ping 12 years ago
Pieter Wuille c4971e24f9 Add netbase tests 12 years ago
Pieter Wuille 1e8aeae15a Improve parsing of IPv6 addresses 12 years ago
Wladimir J. van der Laan 7d72a8c36a Show command line options as dialog when opened from debug window 12 years ago
Wladimir J. van der Laan d59bce21e5 Merge pull request #1459 from laanwj/2012_06_trayiconmenu 12 years ago
Wladimir J. van der Laan 641cfb1456 Fix build of testcases after commit 0f10b21719 12 years ago
Wladimir J. van der Laan 64d46e7c6a Merge pull request #1002 from Diapolo/URL-handling_2 12 years ago
Wladimir J. van der Laan 0f10b21719 Merge pull request #1439 from Diapolo/ClientShutdown 12 years ago
Wladimir J. van der Laan f5f2d7410d Reorganize tray icon menu into more logical order 12 years ago
Philip Kaufmann 93b7af3099 URI-handling code update: added safety checks and tray-notifications 12 years ago
Wladimir J. van der Laan 7a98f19fb6 Merge pull request #1420 from Diapolo/extend_showNormalIfMinimized 12 years ago
Gavin Andresen d518e444f8 Merge branch 'refactor_coinselect' of https://github.com/luke-jr/bitcoin 12 years ago
Philip Kaufmann b5782531ad set cursor for balance field to IBeamCursor (to show the user it IS selectable) and set autoDefault to false for the buttons that do not need this 12 years ago
Wladimir J. van der Laan 7d1490576d Merge pull request #1448 from Diapolo/2012-06-13_translation_updates 12 years ago
Wladimir J. van der Laan 1bdc992a59 Merge pull request #1449 from laanwj/2012_06_bitcoinstrings 12 years ago
Wladimir J. van der Laan 15094f7654 Update bitcoinstrings from core and English source translation file 12 years ago
Philip Kaufmann 66654ab02e update translation files (fetched from Transifex) and remove translation for fr_FR, which was removed / renamed on TX 12 years ago
Wladimir J. van der Laan 44c89996c8 Merge pull request #1433 from Diapolo/tabbed_optionsdialog 12 years ago
Philip Kaufmann c4443c2be1 re-work optionsdialog to a tabbed UI based on an ui-file 12 years ago
Wladimir J. van der Laan c4879a0c2f Merge pull request #1444 from laanwj/2012_06_opendebuglog 12 years ago