aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qtipcserver.h
AgeCommit message (Collapse)Author
2012-08-24Abstract all IPC communication to qtipcserverLuke Dashjr
2012-07-17IPC-server hardening and updatePhilip Kaufmann
- add IMPLEMENT_RANDOMIZE_STACK for ipcThread() - log / print boost interprocess exceptions - use MAX_URI_LENGTH in guiconstants.h (also used in qrcodedialog.cpp) - remove unneeded includes and ipcShutdown() from qtipcserver.cpp - fix a small mem-leak by deleting mq before re-using it - make ipcThread() and ipcThread2() static functions - add some more comments
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo