summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7 from clipka/devel_dlt_client_cleanup_fixRalphNiemeyer2017-03-231-0/+32
|\
| * dlt-client: fix dlt_client_cleanup memory handlingOnkar Palkar2017-02-061-0/+32
* | CMake Option: Trigger segmentation fault in case of FATAL logChristoph Lipka2017-02-021-0/+14
|/
* Environment variables for library ringbufferChristoph Lipka2016-10-242-1/+56
* DLT_PTR macro: Improve implementation and function API addedChristoph Lipka2016-10-241-0/+32
* dlt-client: Use correct port on connectChristoph Lipka2016-10-241-23/+31
* Fix: Memory for context description is not freedYusuke Sato2016-09-231-0/+18
* Fix: Handle of /tmp/dlt never reset if dlt-daemon is killed during output use...Yusuke Sato2016-09-231-1/+1
* Fix: Segfault in checking buffer usageYusuke Sato2016-09-231-0/+3
* Fix: File name is broken when file is transferred on 64 bit OS.Yusuke Sato2016-09-231-18/+18
* Add dlt_user_is_logLevel_enabled APIChristoph Lipka2016-09-231-1/+1
* 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
* CommonControl: Unix socket path and ecuid parsing for control applicationsManikandan C2016-04-281-1/+1
* dlt-control: Provision to control entire system log levelManikandan C2016-04-281-1/+31
* MultiNode: Add support for port configurationFrederic Berat2016-04-271-10/+35
* DLT_RETURN_USER_BUFFER_FULL is returned when user buffer fullLutz Helwing2016-04-221-113/+59
* Revert truncation of string or raw blockLutz Helwing2016-04-221-26/+16
* Fix bug with truncation of string or raw blockLutz Helwing2016-02-251-46/+33
* Truncate of string or raw block, if length exceeds maximum message lengthLutz Helwing2016-02-191-46/+65
* Fix fork()-handler in libdltStefan Vacek2015-12-091-7/+21
* Set default log-levels in dlt.confStefan Vacek2015-12-091-1/+3
* Fix register context before application is registeredStefan Vacek2015-12-081-10/+1
* Unix socket control interfaceChristoph Lipka2015-11-241-7/+43
* GetLogInfo: supported get log info in dlt-controlManikandan C2015-11-181-0/+43
* Got rid of warnings from some older compilersLutz Helwing2015-10-281-5/+10
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-074-1717/+1777
* Make timeout on exit configurableStefan Vacek2015-10-071-1/+17
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-073-15/+45
* Fixed whitespace and formatting of new code Fixed licence headersLutz Helwing2015-10-072-138/+148
* Allow registration of contexts before application is registeredStefan Vacek2015-10-071-34/+60
* Add env-var to set initial log-levelsStefan Vacek2015-10-073-21/+583
* Allow applications to fork()Stefan Vacek2015-10-071-48/+172
* Cleanup masterStefan Vacek2015-10-073-0/+0
* Removed all trailing whitespacesLutz Helwing2015-07-214-60/+60
* Rework of unit tests in gtest_dlt_userStefan Held2015-07-211-6/+26
* Fix installation paths on x86_64 (lib64 instead of lib)Stefan Vacek2015-06-171-2/+2
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-176-11/+11
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-178-144/+85
* Unified all line endings to UNIX style.Jens Bocklage2015-06-173-228/+228
* Open daemon connection in atexit functionSascha Philipp2015-03-254-13/+118
* Change loglevel of Request-Resend messageSascha Philipp2015-03-251-1/+1
* Reworked internal outputSascha Philipp2015-03-251-24/+33
* Add the IPv6 supportJiri Popek2015-03-231-18/+27
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-121-2/+182
* Fix dlt_user_log_write_start_id return valueAlexander Wenzel2014-10-301-5/+12
* Added new API to send marker message from application.Alexander Wenzel2014-09-111-0/+36
* New macros for Format of Hex and Binary.Alexander Wenzel2014-09-091-0/+16
* New Callback function in DLT library, called when log level of context is cha...Alexander Wenzel2014-08-121-0/+62