summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* dlt-system-filetransfer: Fix compiler warningsChristoph Lipka2016-10-241-1/+2
* Dlt-Receive: Use PRIxxx macros for printf variablesChristoph Lipka2016-10-241-2/+3
* Offine logstorage: Remove duplicated source fileChristoph Lipka2016-10-241-467/+0
* Fix: Memory for context description is not freedYusuke Sato2016-09-231-0/+18
* 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
* Fix: Handle of /tmp/dlt never reset if dlt-daemon is killed during output use...Yusuke Sato2016-09-231-1/+1
* Add: Debug log for file transfer feature of dlt-system.Yusuke Sato2016-09-231-1/+1
* Fix: Segfault in checking buffer usageYusuke Sato2016-09-231-0/+3
* Fix: File Transfer accelerationYusuke Sato2016-09-231-0/+1
* Fix: File name is broken when file is transferred on 64 bit OS.Yusuke Sato2016-09-232-20/+20
* Fix: Memory leak issue in dlt-dbusYusuke Sato2016-09-231-0/+3
* Add dlt_user_is_logLevel_enabled APIChristoph Lipka2016-09-232-1/+51
* Fixed D-Bus tracing not working anymoreAlexander Wenzel2016-05-131-1/+1
* Fixed not working default log level.Alexander Wenzel2016-05-031-8/+12
* Fixed not returning the correct number of lost messages at exit.Alexander Wenzel2016-05-031-1/+5
* dlt-daemon: Free DltDaemon structure on exitChristoph Lipka2016-04-281-3/+2
* CommonControl: Fix for commands not working with unix socketS. Hameed2016-04-283-25/+44
* CommonControl: Unix socket path and ecuid parsing for control applicationsManikandan C2016-04-287-18/+118
* dlt-control: Provision to control entire system log levelManikandan C2016-04-286-62/+314
* DLT_PTR: User macro to print pointersChristoph Lipka2016-04-281-0/+5
* dlt-daemon: Fix user log handler return valueFrederic Berat2016-04-281-8/+8
* dlt-daemon: Connection activation reworkFrederic Berat2016-04-285-34/+122
* dlt-daemon: receiver reworkFrederic Berat2016-04-288-736/+742
* Fix connection handling of serial interfaceManikandan C2016-04-281-2/+2
* Offline trace: Make search more preciseS. Hameed2016-04-281-1/+1
* MultiNode: Add support for mandatory configurationsFrederic Berat2016-04-281-233/+152