summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Log storage - Updates (#82)ManikandanChockalingam2018-11-151-5/+8
* dlt-daemon: per ECU list of user information (#80)ManikandanChockalingam2018-10-301-49/+74
* Fix compiler warning PR #77Christoph Lipka2018-09-251-1/+1
* Fix compilation with glibc 2.28 (#77)Oleksndr Kravchuk2018-09-251-1/+1
* dlt-daemon: Output signal number at exit (#68)Yusuke Sato2018-05-291-7/+8
* dlt-daemon: Improve error logging on accept() failure (#69)Yusuke Sato2018-05-281-3/+3
* dlt-daemon: Avoid to output duplicated application registration message (#63)Yusuke Sato2018-05-231-11/+21
* dlt-daemon: Not output Context un-/registration DLT message by default (#62)Yusuke Sato2018-05-231-5/+11
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-181-46/+206
* dlt-daemon: Fix repeated output of marker message (#54)Yusuke Sato2018-05-081-1/+4
* Data stuck in receiver buffer when dlt_daemon_user_send_log_level() fails (#21)Lutz Helwing2017-08-221-5/+1
* MultiNode: Specify config file location in dlt.confChristoph Lipka2016-10-241-0/+14
* process user message: Fix bound handlingFrederic Berat2016-10-241-16/+99
* Fix: dlt-daemon overwrites ECU ID even if user log message already has the EC...Yusuke Sato2016-09-231-2/+2
* Add: Configuration of option of get log info response during context registra...Yusuke Sato2016-09-231-1/+7
* Add: Configuration of daemon FIFO sizeYusuke Sato2016-09-231-0/+28
* dlt-daemon: Free DltDaemon structure on exitChristoph Lipka2016-04-281-3/+2
* dlt-daemon: Fix user log handler return valueFrederic Berat2016-04-281-8/+8
* dlt-daemon: Connection activation reworkFrederic Berat2016-04-281-2/+1
* dlt-daemon: receiver reworkFrederic Berat2016-04-281-615/+595
* Set default log-levels in dlt.confStefan Vacek2015-12-091-5/+47
* Dlt MultiNodeChristoph Lipka2015-12-071-116/+249
* Fix daemon shutdownChristoph Lipka2015-11-241-7/+30
* DltLogstorage: Logstorage CacheChristoph Lipka2015-11-241-6/+23