Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-06 | Bitcoin-Qt: give testnet a unique IPC message queue name | Philip Kaufmann | |
- this prevents an interference with the IPC message queue (which is used for URI processing) when running a testnet and mainnet instance in parallel - to check for testnet, I had to raise the ParseParameters() call in main() to the topmost position | |||
2012-08-24 | Abstract all IPC communication to qtipcserver | Luke Dashjr | |
2012-07-17 | IPC-server hardening and update | Philip 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-06 | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr | |
2012-01-05 | Add support for opening bitcoin: URIs directly. | Matt Corallo | |