aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-10Build identification stringsPieter Wuille
2012-04-06Merge pull request #987 from luke-jr/ipc_name_fixGregory Maxwell
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-06Merge pull request #1033 from sipa/waitPieter Wuille
2012-04-05Merge pull request #1051 from graingert/patch-1Gregory Maxwell
2012-04-06Change sign message bitcoin address tooltip to "The address to sign the messa...graingert
2012-04-05Merge pull request #1047 from luke-jr/strlcpy_attributeGavin Andresen
2012-04-05Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensedLuke Dashjr
2012-04-05Merge pull request #1045 from sipa/fastblocks2Pieter Wuille
2012-04-05Flush on log size instead of transaction countPieter Wuille
2012-04-05Merge pull request #1043 from Diapolo/miscGavin Andresen
2012-04-05Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen
2012-04-05Merge pull request #1037 from gavinandresen/addmultisigenableGavin Andresen
2012-04-05Merge pull request #1036 from gavinandresen/pubsubcleanupGavin Andresen
2012-04-05Merge pull request #1035 from gavinandresen/osxbuildGavin Andresen
2012-04-05Merge pull request #1039 from sipa/fix_955Gregory Maxwell
2012-04-05removed obsolete boost workaround (boost ticket #4258)Philip Kaufmann
2012-04-04Merge pull request #1038 from Diapolo/miscWladimir J. van der Laan
2012-04-04Remove USE_SSL #defineGavin Andresen
2012-04-05Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille
2012-04-05removed an unneeded space in bitcoin-qt.proPhilip Kaufmann
2012-04-05removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann
2012-04-04Enable addmultisigaddress RPC call for main networkGavin Andresen
2012-04-04Remove half-implemented publish/subscribe systemGavin Andresen
2012-04-04Add ifdef RELEASE to makefile.osx as the compile-for-older-macs flagsGavin Andresen
2012-04-04Condition variable for outbound connection slotsPieter Wuille
2012-04-04Locking system overhaul, add condition variablesPieter Wuille
2012-04-04Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille
2012-04-04Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan
2012-04-04Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04support RPC stop and encryptwallet with UIWladimir J. van der Laan
2012-04-04move translation function _ to qtui.h/noui.h instead of util.hWladimir J. van der Laan
2012-04-04remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan
2012-04-04remove unused CalledSetStatusBar and UIThreadCall notificationsWladimir J. van der Laan
2012-04-04Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan
2012-04-04Code deduplication: make function in GUIUtil to get connection type to call o...Wladimir J. van der Laan
2012-04-04move QT_PLUGINS stuff to qt main file, where it belongsWladimir J. van der Laan
2012-04-03Merge pull request #949 from laanwj/2012_03_vc2010compilefixesWladimir J. van der Laan
2012-04-03VC2010 compile fixesWladimir J. van der Laan
2012-04-03Merge pull request #934 from luke-jr/gitian_lukeGregory Maxwell
2012-04-03clarified comment why we use an own progressbar style / included "~" in the t...Philip Kaufmann
2012-04-03changed percentage done in tooltip to float to be more precise / allowed plur...Philip Kaufmann
2012-04-02Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_timeGregory Maxwell
2012-04-02polished code and fixed progress display (was very jerky at the end of a sync)Philip Kaufmann
2012-04-02color update for progress barPhilip Kaufmann
2012-04-02implemented OS independent progress bar style / moved one-time functions used...Philip Kaufmann
2012-04-02changed progressbar text to "~n blocks remaining"Philip Kaufmann
2012-04-02removed relative progressbar display and moved re-worked network detection co...Philip Kaufmann