aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qtipcserver.cpp
AgeCommit message (Expand)Author
2013-02-12Reimplement click-to-pay links. Add OSX support.Gavin Andresen
2013-01-06Bitcoin-Qt: give testnet a unique IPC message queue namePhilip Kaufmann
2012-10-22Fixed 100% CPU utilization problem on FreeBSD 9Alex
2012-09-28Remove stack randomizationPieter Wuille
2012-08-29Rename CreateThread to NewThreadWladimir J. van der Laan
2012-08-27Fix compiler warning on macGavin Andresen
2012-08-27Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, rath...Luke Dashjr
2012-08-24Abstract all IPC communication to qtipcserverLuke Dashjr
2012-07-22Replace all occurances of license.txt with COPYING, including naming the file...Luke Dashjr
2012-07-17IPC-server hardening and updatePhilip Kaufmann
2012-07-17Give the GUI-IPC thread a name as wellGiel van Schijndel
2012-07-09Fix Qt build on OSXGavin Andresen
2012-06-15Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"Matt Corallo
2012-06-15Fix #956 the Boost 1.49 way.Matt Corallo
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-11Split synchronization mechanisms from util.{h,cpp}Pieter Wuille
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Remove headers.hPieter Wuille
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-03-26Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen
2012-02-27Do not start bitcoin: thread on OSX. fixes #889Gavin Andresen
2012-02-17Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo