summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* Removed log level change callback notification while context register done wi...Ravi Sankar P2018-12-211-6/+10
* Fixed compiler error with previous commitManikandan C2018-12-121-1/+1
* Dynamic allocation of msg bufferManikandanC2018-12-103-10/+27
* rename #define STATIC to DLT_STATICManikandan C2018-12-063-16/+16
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-307-112/+201
* dlt-client: logging: Extended the receiver buffer sizeManikandan C2018-11-231-1/+0
* Protocol: DLT Service ID Enum instead of definesManikandan C2018-11-231-1/+1
* Gateway ImprovementsManikandan C2018-11-233-24/+45
* Log storage - Updates (#82)ManikandanChockalingam2018-11-155-364/+1071
* dlt-daemon: per ECU list of user information (#80)ManikandanChockalingam2018-10-305-342/+881
* Fix compiler warning PR #77Christoph Lipka2018-09-253-3/+3
* Fix compilation with glibc 2.28 (#77)Oleksndr Kravchuk2018-09-253-3/+3
* dlt-daemon: fixed linked-list element remove (#71)Konstantyn2018-08-241-7/+15
* dlt-daemon: Fix no state transition to BUFFER state (#65)Yusuke Sato2018-08-231-3/+15
* 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-232-12/+22
* 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