summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc 8 build (#74)Jesus Sanchez-Palencia2018-09-252-2/+2
* dlt-daemon: fixed linked-list element remove (#71)Konstantyn2018-08-241-7/+15
* Update dlt_user.c (#66)kundatipradeep2018-08-241-0/+13
* dlt-daemon: Fix no state transition to BUFFER state (#65)Yusuke Sato2018-08-231-3/+15
* file parser: Replace hash functions with list (#67)ManikandanChockalingam2018-07-122-62/+59
* libdlt: Avoid busy loop in error case of mq_receive() (#59)Yusuke Sato2018-05-292-1/+16
* 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-1812-195/+491
* Introduce controlling entire system trace status feature from dlt-control (#57)Yusuke Sato2018-05-186-61/+331
* 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
* dlt-control: Fix Setting default trace status issue (#53)Yusuke Sato2018-05-081-3/+3
* Fix ForceContextLogLevelAndTraceStatus handling in dlt_daemon_client.c (#50)kundatipradeep2018-04-271-4/+33
* minor compiler warning gcc 7.x (#30)Phong Tran2018-03-294-7/+27
* improve error reporting in dlt_daemon_socket (#41)Florian Castellane2018-02-141-14/+17
* Fix SEGV dlt_offline_trace.c (#32)kundatipradeep2018-01-221-0/+18
* fix PR #26 socket_sendreliable data_send updateChristoph Lipka2018-01-191-1/+5
* Prevention for occasional corrupted messages (#26)baduras2018-01-123-21/+56
* Fix for initialization of buffer settings in DLT user library. (#25)baduras2017-09-131-2/+2
* fix various memory leaks (#28)Gordan Markuš2017-09-123-14/+13
* Minor fixes: corrected typo in CMakeLists.txt - WTIH_DLT_ADAPTOR, removed cha...Stefan Badura2017-08-302-3/+3
* Data stuck in receiver buffer when dlt_daemon_user_send_log_level() fails (#21)Lutz Helwing2017-08-222-10/+21
* Prevent buffer overflow for mount point path in dlt_logstorage_open_log_file ...pierreN2017-06-161-1/+6
* cmake: fix unit tests compilation with systemd (#17)Gordan Markuš2017-06-161-1/+1
* Input parameter check & Error message modification (#15)Amber Bhardwaj2017-06-166-62/+83
* dlt-system-process-handling: fix warning (#12)Gordan Markuš2017-05-181-1/+1
* dlt_daemon_connection_types: fix build warnings (#14)Gordan Markuš2017-05-181-1/+1
* dlt-adaptor-udp, dlt-adaptor-stdin: implement get of verbosity level from inp...Gianfranco Costamagna2017-03-292-4/+86
* Merge pull request #8 from amberbhardwaj/masterRalphNiemeyer2017-03-231-0/+5
|\
| * Added Description in dlt-system.confAmber Bhardwaj2017-02-161-0/+5
* | Merge pull request #7 from clipka/devel_dlt_client_cleanup_fixRalphNiemeyer2017-03-238-16/+95
|\ \
| * | dlt-client: fix dlt_client_cleanup memory handlingOnkar Palkar2017-02-068-16/+95
| |/
* | Merge pull request #6 from clipka/devel_fatal_trapRalphNiemeyer2017-03-231-0/+14
|\ \
| * | CMake Option: Trigger segmentation fault in case of FATAL logChristoph Lipka2017-02-021-0/+14
| |/
* | 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-243-13/+50
* dlt-system-filetransfer: fix bug caused by malloc assertManikandan C2016-10-241-6/+11
* Environment variables for library ringbufferChristoph Lipka2016-10-242-1/+56
* DLT_PTR macro: Improve implementation and function API addedChristoph Lipka2016-10-241-0/+32
* MultiNode: Specify config file location in dlt.confChristoph Lipka2016-10-244-9/+33
* dlt-client: Use correct port on connectChristoph Lipka2016-10-242-25/+31
* process user message: Fix bound handlingFrederic Berat2016-10-242-26/+109