aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Do not report spurious deadlocks caused by TRY_LOCKPieter Wuille2012-04-092-7/+7
| * | | | | | | | Support for parametrized locks in deadlock detectorPieter Wuille2012-04-091-9/+9
| * | | | | | | | Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-0919-190/+286
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'filesystem' of https://github.com/Diapolo/bitcoinGavin Andresen2012-04-093-28/+39
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fixed small error in bitcoinrpc.cppPhilip Kaufmann2012-04-061-2/+2
| * | | | | | | updated util.cpp to use make_preferred()Philip Kaufmann2012-04-061-9/+14
| * | | | | | | updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o...Philip Kaufmann2012-04-061-13/+15
| * | | | | | | updated db.cpp to use make_preferred()Philip Kaufmann2012-04-061-6/+10
* | | | | | | | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-0614-82/+85
|/ / / / / / /
* | | | | | | 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
| | |/ / / / / | |/| | | | |
* | | | | | | Change sign message bitcoin address tooltip to "The address to sign the messa...graingert2012-04-061-1/+1
* | | | | | | 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-057-44/+5
|\ \ \ \ \ \ \
| * | | | | | | Remove USE_SSL #defineGavin Andresen2012-04-047-44/+5
| | |/ / / / / | |/| | | | |
* | | | | | | 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
| |/ / / / /
* / / / / / removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann2012-04-051-1/+1
|/ / / / /
* | | | | Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille2012-04-0430-372/+320
|\ \ \ \ \
| * | | | | Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan2012-04-049-89/+61
| * | | | | 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-045-116/+123
| * | | | | 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
* | | | | VC2010 compile fixesWladimir J. van der Laan2012-04-0311-19/+53
* | | | | 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