aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qtipcserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-141-1/+1
|\
| * Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-141-1/+1
| |\
| | * Fixed 100% CPU utilization problem on FreeBSD 9Alex2012-11-121-1/+1
| | * Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-6/+7
* | | Remove stack randomizationPieter Wuille2012-09-281-2/+0
* | | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-1/+1
* | | Fix compiler warning on macGavin Andresen2012-08-271-2/+2
* | | Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, rath...Luke Dashjr2012-08-271-0/+6
* | | Abstract all IPC communication to qtipcserverLuke Dashjr2012-08-241-2/+42
* | | Replace all occurances of license.txt with COPYING, including naming the file...Luke Dashjr2012-07-221-1/+1
* | | IPC-server hardening and updatePhilip Kaufmann2012-07-171-33/+54
* | | Give the GUI-IPC thread a name as wellGiel van Schijndel2012-07-171-0/+4
* | | Fix Qt build on OSXGavin Andresen2012-07-091-5/+10
* | | Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"Matt Corallo2012-06-151-6/+0
* | | Fix #956 the Boost 1.49 way.Matt Corallo2012-06-151-0/+5
* | | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-2/+2
* | | Split synchronization mechanisms from util.{h,cpp}Pieter Wuille2012-05-111-1/+0
|/ /
* | Further reduce header dependenciesPieter Wuille2012-04-171-0/+1
* | Remove headers.hPieter Wuille2012-04-171-1/+1
* | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-6/+7
|/
* Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen2012-03-261-0/+6
* Do not start bitcoin: thread on OSX. fixes #889Gavin Andresen2012-02-271-0/+5
* Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan2012-02-171-20/+2
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Add support for opening bitcoin: URIs directly.Matt Corallo2012-01-051-0/+95