summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* other: fix remaining conversion warningsDinh Cong Toan2021-01-061-6/+6
* daemon: fix conversion warningsiod1hc2021-01-061-44/+56
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-2/+2
* logstorage: Implement general config to maintain logstorage loglevelSaya Sugiura2021-01-061-0/+3
* daemon: Correct order of runtime config load.Bui Nguyen Quoc Thanh2021-01-061-1/+17
* daemon: Alternative of timerfd in QNXBui Nguyen Quoc Thanh2021-01-061-31/+177
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-141-38/+121
* dlt-daemon: Adds an option to disable injection mode (#266)sebastienr2020-11-251-0/+4
* dlt-daemon.c: fix printf format %d to %ld that formats a longKHANH LUONG HONG DUY2020-07-061-2/+2
* limit logspam in gateway on client overflowFelix Herrmann2020-07-061-23/+7
* common: Isolate FIFO/Unix socketLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-4/+22
* daemon: Avoid spamming message buffer overflowBui Nguyen Quoc Thanh2020-07-061-19/+8
* gateway: Configurable interval timeBui Nguyen Quoc Thanh2020-07-061-2/+2
* snprintf ret > 0 is not always an errorFelix Herrmann2020-07-061-6/+12
* fix some gcc9 compiler warningsFelix Herrmann2020-07-061-7/+15
* Limit log messages on full bufferFelix Herrmann2020-07-061-3/+8
* daemon: Remove empty line in daemon logSaya Sugiura2020-07-061-16/+17
* Fixed empty internal message in dlt-daemon.c (#225)Francesco Montefoschi2020-04-291-1/+3
* dlt-daemon: fix resource leakPhong Tran2019-12-111-0/+2
* dlt-offline-trace: fix bug and hardcode (#174) (#186)Vo Trung Chi2019-11-141-2/+1
* Removed unused headers(epoll) in UDP connectionsunil.s2019-10-141-2/+6
* Fix: Propper usage of LoggingMode: "uncrustification"Sebastian Kloska2019-10-101-30/+30
* Fix: Propper usage of LoggingMode in ".../dlt-runtime.cfg"Sebastian Kloska2019-10-101-5/+5
* shm: Resend dlt msg when client connectVo Trung Chi2019-09-131-216/+53
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-09-031-26/+95
* UDP Multicast implementation (#155)Sunil-K-S2019-08-231-0/+49
* daemon: fix compile error with DLT_IPC="UNIX_SOCKET" (#153)Vo Trung Chi2019-08-021-0/+2
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-011-3/+30
* Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"Saya Sugiura2019-08-011-95/+26
* Add option to set owner group of daemon FIFO (#122)Jiri Popek2019-07-251-1/+37
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-07-251-26/+95
* doxygen: Remove licenceSaya Sugiura2019-07-191-2/+0
* define DLT_PATH_MAX for max path buffer lengthRadoslaw Kaczorowski2019-07-031-8/+11
* cleanup: Use dlt_vlog()Saya Sugiura2019-06-191-133/+51
* daemon: Don't remove unregistered contextBui Nguyen Quoc Thanh2019-06-181-1/+5
* daemon: Don't assign fd after freeBui Nguyen Quoc Thanh2019-06-181-3/+0
* dlt-daemon: fix internal logging to file after daemonizeChristoph Lipka2019-05-061-0/+5
* Fix compiler warningsSimon Herkenhoff2019-05-061-14/+13
* unix socket: IPC code isolationChristoph Lipka2019-05-061-2/+1
* dlt-daemon: unlink application socketS. Hameed2019-04-241-0/+5
* Code beautification using uncrustifyChristoph Lipka2018-12-211-1217/+1000
* dlt-daemon: Output current number of connections as defaultYusuke Sato2018-12-211-15/+18
* exit DLT daemon if /dev/null open fails during forkJeevan Ramakant Nagvekar2018-12-211-0/+5
* Improvement - use dup2 in place of dup in daemon forkJeevan Ramakant Nagvekar2018-12-211-16/+19
* Remove one-instance-lock mechanismJeevan Ramakant Nagvekar2018-12-211-31/+1
* daemon: Add exit triggerSaya Sugiura2018-12-211-13/+18
* UnitTest: UpdatesManikandanC2018-12-211-2/+4
* Removed log level change callback notification while context register done wi...Ravi Sankar P2018-12-211-6/+10
* Dynamic allocation of msg bufferManikandanC2018-12-101-4/+5
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-301-10/+10