summaryrefslogtreecommitdiffstats
path: root/src/serviceframework/ipc/qremoteserviceregister_unix_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix license headersJani Heikkinen2018-01-221-13/+19
* Update all license headersAlex Blasche2015-03-261-21/+13
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* OSX 10.6 doesn't define O_CLOEXEC so don't use itAndrew Stanley-Jones2012-07-131-9/+10
* Fix select on OSXAndrew Stanley-Jones2012-07-021-1/+3
* Make unix backend compile on MacAndrew Stanley-Jones2012-07-021-2/+8
* The unit test modifies the PATH.Lincoln Ramsay2012-07-011-11/+0
* Fix a warning.Lincoln Ramsay2012-06-261-1/+1
* Remove left over defines and fix the unix backendAndrew Stanley-Jones2012-06-251-83/+80
* Fix compile error in the unix backendAndrew Stanley-Jones2012-06-201-48/+0
* replacing signals/slots keyword by the equivalent Q_SIGNALS/Q_SLOTSCorentin Jabot2012-06-051-4/+4
* Fix the unix backendAndrew Stanley-Jones2012-06-051-3/+2
* Always write via the pending buffer, instead of taking a shortcutAlex Wilson2012-05-311-37/+17
* Add extra debugging messagesAlex Wilson2012-05-311-3/+9
* Disable and re-enable read notifier in readIncomingAlex Wilson2012-05-311-0/+6
* UDP multicast logging for serviceframeworkAlex Wilson2012-05-311-93/+143
* Wakeup the write notifier when buffering dataAndrew Stanley-Jones2012-05-301-0/+1
* Set close on execAndrew Stanley-Jones2012-05-301-7/+7
* Stop waiting for dead clientsAlex Wilson2012-05-291-0/+4
* Making service sockets non-blockingAndrew Stanley-Jones2012-05-291-0/+6
* Check thread-local storage for zero before dereferencingAlex Wilson2012-05-281-7/+26
* Improve debug. Add the ability to turn it on/off.Andrew Stanley-Jones2012-05-281-21/+2
* Add Unix backend write cachingAndrew Stanley-Jones2012-05-251-24/+69
* Avoid reace condition on global static destructionAndrew Stanley-Jones2012-05-251-4/+7
* Coverity fixesAlex Wilson2012-05-251-3/+24
* add define to avoid using sigwinch when debug enabledAndrew Stanley-Jones2012-05-171-1/+3
* Fix deadlock in jsondb caching, add internal debugAndrew Stanley-Jones2012-05-161-0/+7
* New sfw api to add async service loadingSarah Smith2012-05-111-1/+3
* Fix error on read, close socket on EOFAndrew Stanley-Jones2012-05-111-3/+5
* Fix crash in creating new objectsAndrew Stanley-Jones2012-05-111-10/+13
* Ignore SIGPIPEAndrew Stanley-Jones2012-05-111-0/+20
* Add SFW debug into destructorsAndrew Stanley-Jones2012-05-101-10/+29
* Add isInterfaceRunning function into QServiceManagerAndrew Stanley-Jones2012-05-021-1/+29
* Clean up another spurious endpoint removalAlex Wilson2012-04-271-2/+0
* Clean up termination of UnixEndPointsAlex Wilson2012-04-271-26/+17
* Cleanup after creating the unix socket backendAndrew Stanley-Jones2012-04-231-32/+33
* New backend that uses native unix domain socketsAndrew Stanley-Jones2012-04-191-0/+1074