summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection.c
Commit message (Expand)AuthorAgeFilesLines
* doxygen: Remove licenceSaya Sugiura2019-07-191-2/+0
* doxygen: Get rid of warningsSaya Sugiura2019-07-191-1/+1
* cleanup: Use dlt_vlog()Saya Sugiura2019-06-191-6/+1
* daemon: Loop for client fdsVo Trung Chi2019-06-181-3/+0
* daemon: Remove bytes_sentSaya Sugiura2019-06-181-4/+1
* unix socket: IPC code isolationChristoph Lipka2019-05-061-0/+2
* Code beautification using uncrustifyChristoph Lipka2018-12-211-70/+52
* UnitTest: UpdatesManikandanC2018-12-211-1/+2
* Made socket send reliableManikandan C2018-12-211-9/+19
* Fixed compiler error with previous commitManikandan C2018-12-121-1/+1
* Dynamic allocation of msg bufferManikandanC2018-12-101-4/+17
* rename #define STATIC to DLT_STATICManikandan C2018-12-061-3/+3
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-301-3/+3
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-181-0/+9
* Prevention for occasional corrupted messages (#26)baduras2018-01-121-12/+10
* dlt-daemon: Fix use after free potential issueFrederic Berat2017-02-011-0/+11
* Event handling: Fix connection destroy bugChristoph Lipka2017-02-011-0/+4
* Unit Test: Event handlingChristoph Lipka2016-10-241-3/+3
* dlt-daemon: receiver reworkFrederic Berat2016-04-281-75/+65
* Dlt MultiNodeChristoph Lipka2015-12-071-3/+21
* Unix socket control interfaceChristoph Lipka2015-11-241-0/+12
* dlt-daemon: Implement epoll based event handlingFrederic Berat2015-11-111-0/+374