summary refs log tree commit diff
path: root/third_party/SingleApplication-3.3.0 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to SingleApplication 3.3.2 properNicolas Werner2021-12-1529-2752/+0
|
* Properly fix #825Nicolas Werner2021-11-241-1/+3
| | | | We should read the message before sending the ack!
* Fix crash in SingleApplication when other end exits immediatelyNicolas Werner2021-11-241-2/+2
| | | | | | In those cases the emit might cause the server to remove the connection and we are working with a dangling pointer. We can't call putChar on that, so acknowledge the message immediately and then emit the message.
* update SingleApplicationNicolas Werner2021-06-2529-0/+2750