summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Offline logstorage: Offline logstorage featureS. Hameed2015-11-241-2/+46
* Unix socket control interfaceChristoph Lipka2015-11-241-0/+162
* offline trace: supported trace file name configuration based on indexManikandan C2015-11-181-1/+11
* dlt-daemon: Implement epoll based event handlingFrederic Berat2015-11-111-283/+226
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-071-875/+875
* Fixed INTERNAL-mode connection bug in dlt-daemonSven Hassler2015-10-071-1/+1
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-071-20/+75
* Offline Logstorage [1/4]: DLT preparation to enable offline logstorageS. Hameed2015-07-301-0/+27
* Removed all trailing whitespacesLutz Helwing2015-07-211-31/+31
* Fix compilation warnings and possible misuse of snprintStefan Vacek2015-07-211-3/+0
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-171-2/+2
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-171-11/+15
* dlt-daemon: Explicitly set the default loggingLevel to LOG_INFOSid Heroor2015-06-171-1/+1
* dlt-daemon: Explicitly set the default loggingMode to DLT_LOG_TO_CONSOLESid Heroor2015-06-171-1/+1
* Remove absolute installation paths so that DLT can be installed at any locati...Jacques GUILLOU2015-04-021-2/+2
* Change daemon state handling to have all traces in online trace even when off...Sascha Philipp2015-03-251-4/+8