summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* dlt-daemon: Not output Context un-/registration DLT message by default (#62)Yusuke Sato2018-05-231-5/+11
* dlt-daemon: Continue to send log level / connection status even if error occu...Yusuke Sato2018-05-231-3/+3
* IPC: Unix socket added (#43)ManikandanChockalingam2018-05-1810-82/+272
* Introduce controlling entire system trace status feature from dlt-control (#57)Yusuke Sato2018-05-184-43/+244
* dlt-daemon: Lower log level of logs not to output unintentional warning (#58)Yusuke Sato2018-05-181-8/+5
* dlt-daemon: Fix infinite loop on set log level using wildcards (#55)Yusuke Sato2018-05-081-1/+1
* dlt-daemon: Fix repeated output of marker message (#54)Yusuke Sato2018-05-081-1/+4
* Fix ForceContextLogLevelAndTraceStatus handling in dlt_daemon_client.c (#50)kundatipradeep2018-04-271-4/+33
* minor compiler warning gcc 7.x (#30)Phong Tran2018-03-291-1/+1
* improve error reporting in dlt_daemon_socket (#41)Florian Castellane2018-02-141-14/+17
* fix PR #26 socket_sendreliable data_send updateChristoph Lipka2018-01-191-1/+5
* Prevention for occasional corrupted messages (#26)baduras2018-01-123-21/+56
* Minor fixes: corrected typo in CMakeLists.txt - WTIH_DLT_ADAPTOR, removed cha...Stefan Badura2017-08-301-1/+1
* Data stuck in receiver buffer when dlt_daemon_user_send_log_level() fails (#21)Lutz Helwing2017-08-222-10/+21
* cmake: fix unit tests compilation with systemd (#17)Gordan Markuš2017-06-161-1/+1
* dlt_daemon_connection_types: fix build warnings (#14)Gordan Markuš2017-05-181-1/+1
* dlt-daemon: Fix use after free potential issueFrederic Berat2017-02-015-3/+48
* Event handling: Fix connection destroy bugChristoph Lipka2017-02-012-0/+8
* daemon: check payload length before cast to structChristoph Lipka2017-01-311-15/+66
* Unit Test: Event handlingChristoph Lipka2016-10-244-6/+43
* Unit Test: MultiNodeOnkar Palkar2016-10-241-0/+10
* MultiNode: Specify config file location in dlt.confChristoph Lipka2016-10-243-3/+24
* 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-233-1/+12
* Add: Configuration of daemon FIFO sizeYusuke Sato2016-09-233-0/+32
* dlt-daemon: Free DltDaemon structure on exitChristoph Lipka2016-04-281-3/+2
* dlt-control: Provision to control entire system log levelManikandan C2016-04-284-25/+184
* dlt-daemon: Fix user log handler return valueFrederic Berat2016-04-281-8/+8
* dlt-daemon: Connection activation reworkFrederic Berat2016-04-284-28/+119
* dlt-daemon: receiver reworkFrederic Berat2016-04-286-736/+702
* Fix connection handling of serial interfaceManikandan C2016-04-281-2/+2
* Offline logstorage: On Demand triggering for syncing Logstorage cache and sup...Christoph Lipka2016-04-253-3/+151
* Offline logstorage: Fixed extended header size check conditionS. Hameed2016-04-251-3/+1
* dlt-daemon: Fix injection message handlingS. Hameed2015-12-161-1/+1
* Set default log-levels in dlt.confStefan Vacek2015-12-097-31/+110
* Fix register context before application is registeredStefan Vacek2015-12-081-0/+4
* dlt-daemon: Make IP version compile time configurableS. Hameed2015-12-071-0/+4
* MultiNode: Logstorage: ECUid as filter attributeChristoph Lipka2015-12-073-35/+45
* Dlt MultiNodeChristoph Lipka2015-12-0710-146/+539
* Fix daemon shutdownChristoph Lipka2015-11-242-8/+31
* DltLogstorage: Logstorage CacheChristoph Lipka2015-11-246-7/+79
* Offline logstorage: Offline logstorage featureS. Hameed2015-11-246-33/+185
* Unix socket control interfaceChristoph Lipka2015-11-249-5/+375
* Parse INI filesChristoph Lipka2015-11-241-1/+1
* offline trace: supported trace file name configuration based on indexManikandan C2015-11-183-1/+15
* dlt-daemon: Implement epoll based event handlingFrederic Berat2015-11-1111-345/+1550
* Got rid of warnings from some older compilersLutz Helwing2015-10-281-1/+1
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-077-1301/+1287
* Fixed INTERNAL-mode connection bug in dlt-daemonSven Hassler2015-10-071-1/+1