Commit Graph

17 Commits

Author SHA1 Message Date
Itay Grudev
2dd9a4e553 Fixed race condition #3! Library version 2.1; Explained implementation in README 2015-06-06 00:32:50 +03:00
Itay Grudev
8a62700bb0 Added known bug remark
This bug is related to issue #3. I expect to push a solution soon
2015-05-07 16:53:41 +01:00
Itay Grudev
bae14d8d45 Client disconnect is not required 2015-05-07 15:53:48 +01:00
Itay Grudev
41eb2c3499 Fixed memory leak
As described in issue #2 each new socket is not deallocated and creates a memory leak
2015-05-07 15:29:06 +01:00
Itay Grudev
d33b4c1c61 Bugfix: SingleApplication passing a copy of argc instead of reference
QApplication uses a reference of argc so it could modify it's value when
it substitutes known arguments for example.

Thanks to @Chocobozzz for reporting the issue.
https://github.com/itay-grudev/SingleApplication/issues/1
2015-04-07 22:17:57 +01:00
Itay Grudev
f170f1c73a Update README.md 2015-02-26 19:37:43 +00:00
Itay Grudev
a0f7dbc7d7 Added quick description 2015-02-26 19:37:30 +00:00
Itay Grudev
c65fcd3b60 Update README.md 2015-02-26 19:29:46 +00:00
Itay Grudev
322cda9bec Source Example C++ Highlighting 2015-02-26 19:24:54 +00:00
Itay Grudev
ff14d2b59d Fixed new line issue 2015-02-26 19:19:38 +00:00
Itay Grudev
5e5d92e058 Added documentation 2015-02-26 19:15:26 +00:00
Itay Grudev
31b57ab07a License 2015-02-26 19:11:05 +00:00
Itay Grudev
e16742fe4e Using Regex to remove invalid Filename Charecters 2015-02-26 19:09:45 +00:00
Itay Grudev
aa95fdb742 Deleted unnecesarry files 2015-02-26 19:01:31 +00:00
Itay Grudev
5c89ab17cf Completly rewritten and simplified source 2015-02-26 19:00:11 +00:00
Itay Grudev
31eadace45 Update README.md 2015-01-11 17:07:05 +02:00
Itay Grudev
230b4ebe94 Add base files 2012-12-23 00:12:38 +02:00