aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #1033 from sipa/waitPieter Wuille2012-04-063-122/+132
|\ \ \ \ \ \ \ \
| * | | | | | | | Condition variable for outbound connection slotsPieter Wuille2012-04-041-19/+22
| * | | | | | | | Locking system overhaul, add condition variablesPieter Wuille2012-04-042-103/+110
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1051 from graingert/patch-1Gregory Maxwell2012-04-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Change sign message bitcoin address tooltip to "The address to sign the messa...graingert2012-04-061-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #1047 from luke-jr/strlcpy_attributeGavin Andresen2012-04-051-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensedLuke Dashjr2012-04-051-0/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #1045 from sipa/fastblocks2Pieter Wuille2012-04-052-10/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Flush on log size instead of transaction countPieter Wuille2012-04-052-10/+2
|/ / / / / / /
* | | | | | | Merge pull request #1043 from Diapolo/miscGavin Andresen2012-04-051-10/+0
|\ \ \ \ \ \ \
| * | | | | | | removed obsolete boost workaround (boost ticket #4258)Philip Kaufmann2012-04-051-10/+0
* | | | | | | | Merge pull request #1042 from gavinandresen/use_ssl_cleanupGavin Andresen2012-04-0512-56/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove USE_SSL #defineGavin Andresen2012-04-0412-56/+11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1037 from gavinandresen/addmultisigenableGavin Andresen2012-04-051-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Enable addmultisigaddress RPC call for main networkGavin Andresen2012-04-041-2/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #1036 from gavinandresen/pubsubcleanupGavin Andresen2012-04-052-167/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove half-implemented publish/subscribe systemGavin Andresen2012-04-042-167/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #1035 from gavinandresen/osxbuildGavin Andresen2012-04-051-3/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Add ifdef RELEASE to makefile.osx as the compile-for-older-macs flagsGavin Andresen2012-04-041-3/+10
| |/ / / / / / /
* | | | | | | | Merge pull request #1039 from sipa/fix_955Gregory Maxwell2012-04-052-10/+18
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille2012-04-052-10/+18
| |/ / / / / /
* | | | | | | Merge pull request #1038 from Diapolo/miscWladimir J. van der Laan2012-04-042-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | removed an unneeded space in bitcoin-qt.proPhilip Kaufmann2012-04-051-1/+1
| * | | | | | removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann2012-04-051-1/+1
|/ / / / / /
* | | | | | Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille2012-04-0431-375/+323
|\ \ \ \ \ \
| * | | | | | Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan2012-04-0410-92/+63
| * | | | | | Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan2012-04-041-8/+9
| * | | | | | qtui.h/noui.h interface cleanupWladimir J. van der Laan2012-04-0412-51/+47
| * | | | | | support RPC stop and encryptwallet with UIWladimir J. van der Laan2012-04-045-15/+17
| * | | | | | move translation function _ to qtui.h/noui.h instead of util.hWladimir J. van der Laan2012-04-042-7/+5
| * | | | | | remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan2012-04-046-117/+125
| * | | | | | remove unused CalledSetStatusBar and UIThreadCall notificationsWladimir J. van der Laan2012-04-044-25/+0
| * | | | | | Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan2012-04-0413-54/+46
| * | | | | | Code deduplication: make function in GUIUtil to get connection type to call o...Wladimir J. van der Laan2012-04-043-18/+23
| * | | | | | move QT_PLUGINS stuff to qt main file, where it belongsWladimir J. van der Laan2012-04-042-11/+11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan2012-04-041-10/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | clarified comment why we use an own progressbar style / included "~" in the t...Philip Kaufmann2012-04-031-1/+2
| * | | | | changed percentage done in tooltip to float to be more precise / allowed plur...Philip Kaufmann2012-04-031-4/+4
| * | | | | polished code and fixed progress display (was very jerky at the end of a sync)Philip Kaufmann2012-04-021-11/+9
| * | | | | color update for progress barPhilip Kaufmann2012-04-021-1/+1
| * | | | | implemented OS independent progress bar style / moved one-time functions used...Philip Kaufmann2012-04-021-7/+9
| * | | | | changed progressbar text to "~n blocks remaining"Philip Kaufmann2012-04-021-5/+8
| * | | | | removed relative progressbar display and moved re-worked network detection co...Philip Kaufmann2012-04-021-22/+13
| * | | | | modified block DL progressbar to be dynamic and more precisePhilip Kaufmann2012-04-021-8/+27
* | | | | | Merge pull request #949 from laanwj/2012_03_vc2010compilefixesWladimir J. van der Laan2012-04-0311-19/+53
|\ \ \ \ \ \
| * | | | | | VC2010 compile fixesWladimir J. van der Laan2012-04-0311-19/+53
|/ / / / / /
* | | | | | Merge pull request #934 from luke-jr/gitian_lukeGregory Maxwell2012-04-033-0/+8
|\ \ \ \ \ \
| * | | | | | Add Luke-Jr's PGP key to gitian-downloaderLuke Dashjr2012-03-223-0/+8
* | | | | | | Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_timeGregory Maxwell2012-04-021-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Increase time ago of last block for "up to date" status from 30 to 90 minutesWladimir J. van der Laan2012-04-021-1/+1