summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unified all line endings to UNIX style.Jens Bocklage2015-06-1721-3920/+3920
* added dlt_log_* unit tests rework of dlt_buffer_* and dlt_messages_* unit testsStefan Held2015-06-172-697/+1123
* 1st version of gtest now the following methods can be tested dlt_common -> dl...Stefan Held2015-06-174-4/+2945
* Adding unit tests for:Jens Bocklage2015-06-171-41/+329
* Adding unit tests for:Jens Bocklage2015-06-173-25/+2144
* Adding gtest framework v1.7.0 Adding initial hello world C test caseJens Bocklage2015-06-17238-0/+157749
* Remove absolute installation paths so that DLT can be installed at any locati...Jacques GUILLOU2015-04-0210-26/+23
* Add Service ID Last entry to avoid further modifications in dependent codeS. Hameed2015-04-013-2/+3
* 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
* DLT MISRA conform changesSascha Philipp2015-03-251-54/+70
* Made zlib dependent on DLT_SYSTEM. Doxygen paths are now determined by CMake.Patric Matters2015-03-232-4/+6
* 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-125-23/+4
* Fixed typo in include guardSteffen Pankratz2015-03-121-1/+1
* resolves BUG-206: Install prefix should be configurableTomasz Kondziola2015-03-125-183/+194
* adding support for new macros to the daemon. new macros: DLT_HEX8(VAR) 8bits ...Jens Bocklage2015-03-125-23/+303
* Prepare v2.11.0 releaseAlexander Wenzel2015-03-122-3/+3
* Fixed network trace testAlexander Wenzel2014-10-301-32/+33
* Fix dlt_user_log_write_start_id return valueAlexander Wenzel2014-10-302-7/+18
* Added new API to send marker message from application.Alexander Wenzel2014-09-1111-4/+172
* Added example for new macros.Alexander Wenzel2014-09-092-0/+147
* New macros for Format of Hex and Binary.Alexander Wenzel2014-09-095-0/+57
* New Callback function in DLT library, called when log level of context is cha...Alexander Wenzel2014-08-124-0/+103
* Fixed dbus trace only showing signalsv2.11.0Alexander Wenzel2014-07-031-4/+1
* Prepared alpha release v2.11.0Alexander Wenzel2014-06-112-2/+19
* 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-118-5/+297
* DLT_CSTRING implementation non verbose mode.Alexander Wenzel2014-05-197-25/+40
* Added new examples which can be manually build against DLt library.Alexander Wenzel2014-05-1611-0/+736
* Send ECU Id if enabled and added library API to change.Alexander Wenzel2014-05-164-1/+43
* Send timestamp can be disabled by new API.Alexander Wenzel2014-05-163-1/+38
* Send session/process id by default and add configuration API.Alexander Wenzel2014-05-163-0/+42
* Send extended header in non verbose mode by default and add new API to change...Alexander Wenzel2014-05-163-5/+32
* 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
* Updated version number and release notes.Alexander Wenzel2014-04-012-7/+42
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-0130-244/+319
* Fixed: Creation of dltpipes directory is too late.Alexander Wenzel2014-04-011-17/+16
* Updated authors information.Alexander Wenzel2014-04-018-233/+44
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-018-15/+51