summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-1767-791/+953
* dlt-control: Check for return valuesSid Heroor2015-06-171-9/+27
* dlt-daemon: Explicitly set the default loggingLevel to LOG_INFOSid Heroor2015-06-172-2/+2
* dlt-daemon: Explicitly set the default loggingMode to DLT_LOG_TO_CONSOLESid Heroor2015-06-171-1/+1
* Unified all line endings to UNIX style.Jens Bocklage2015-06-1712-2412/+2412
* added dlt_log_* unit tests rework of dlt_buffer_* and dlt_messages_* unit testsStefan Held2015-06-171-1/+52
* Remove absolute installation paths so that DLT can be installed at any locati...Jacques GUILLOU2015-04-026-8/+15
* Add Service ID Last entry to avoid further modifications in dependent codeS. Hameed2015-04-012-2/+2
* Change daemon state handling to have all traces in online trace even when off...Sascha Philipp2015-03-253-7/+14
* Fix content of offline traceSascha Philipp2015-03-253-48/+42
* Open daemon connection in atexit functionSascha Philipp2015-03-254-13/+118
* Change loglevel of Request-Resend messageSascha Philipp2015-03-251-1/+1
* Fix daemon state handling with offline traceSascha Philipp2015-03-251-2/+6
* Fix watchdog timeoutSascha Philipp2015-03-251-0/+26
* Reworked internal outputSascha Philipp2015-03-257-290/+385
* Add the IPv6 supportJiri Popek2015-03-234-56/+82
* Workaround for duplicated log messages in offline trace file issueChristoph Lipka2015-03-173-7/+8
* Fix PREFIX. Works now with the default PREFIX (/usr/local/) and with the user...Alexander Wenzel2015-03-124-20/+4
* resolves BUG-206: Install prefix should be configurableTomasz Kondziola2015-03-124-12/+21
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-122-3/+255
* Fixed network trace testAlexander Wenzel2014-10-301-32/+33
* 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-117-4/+149
* 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-122-0/+74
* Fixed dbus trace only showing signalsv2.11.0Alexander Wenzel2014-07-031-4/+1
* Enable dbus trace when adaptor starts up.Alexander Wenzel2014-06-111-7/+1
* Added configuration of dbus filter.Alexander Wenzel2014-06-115-86/+393
* Fixed segmented messages arguments to standard.Alexander Wenzel2014-06-111-12/+12
* First implementation of DLT DBus adapter.Alexander Wenzel2014-06-115-0/+244
* DLT_CSTRING implementation non verbose mode.Alexander Wenzel2014-05-191-0/+11
* Send ECU Id if enabled and added library API to change.Alexander Wenzel2014-05-163-1/+34
* Send timestamp can be disabled by new API.Alexander Wenzel2014-05-162-1/+29
* Send session/process id by default and add configuration API.Alexander Wenzel2014-05-162-0/+33
* Send extended header in non verbose mode by default and add new API to change...Alexander Wenzel2014-05-162-4/+22
* Make daemon buffer size configurableAlexander Wenzel2014-05-165-4/+36
* Bug 184 - /tmp/dltpipes directory does not exist before dlt-daemon is started...v2.10.0Alexander Wenzel2014-04-021-0/+22
* Fixed missing variable declaration when systemd not enabled.v2.10.0_rc1Alexander Wenzel2014-04-011-3/+0
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-0129-241/+313
* Fixed: Creation of dltpipes directory is too late.Alexander Wenzel2014-04-011-17/+16
* Updated authors information.Alexander Wenzel2014-04-017-226/+37
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-018-15/+51
* Fixed compiler warnings with 32Bit gcc compiler.Alexander Wenzel2014-04-013-6/+5
* Fixed: Fixed offline trace and new send functions issuesAlexander Wenzel2014-04-013-58/+88
* Fixed: Bug 172 - DLT system crashes because of wrong journald adaptor impleme...Alexander Wenzel2014-04-011-52/+58
* DLT Common API Wrapper.Alexander Wenzel2014-04-012-1/+297
* Removed dlt_free from example and test applications, already called from exit...Alexander Wenzel2014-04-014-8/+0
* Fixed missing dlt_receiver_remove in dlt_daemon_process_user_xxx functions.Alexander Wenzel2014-04-011-5/+35
* Use LIB_SUFFIX as lib installation path.Alexander Wenzel2014-04-011-2/+2
* Fixed serial port not working anymore.Alexander Wenzel2014-01-231-10/+1