summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup masterStefan Vacek2015-10-0731-1/+1
* Offline logstorage [4/4]: Control applicationChristoph Lipka2015-07-302-0/+468
* Offline Logstorage [3/4]: Core implementationChristoph Lipka2015-07-302-0/+1690
* Offline Logstorage [2/4]: DLT Daemon extensionS. Hameed2015-07-302-0/+630
* Offline Logstorage [1/4]: DLT preparation to enable offline logstorageS. Hameed2015-07-308-4/+147
* Removed all trailing whitespacesLutz Helwing2015-07-2130-260/+260
* Rework of unit testsStefan Held2015-07-211-53/+7
* Fix compilation warnings and possible misuse of snprintStefan Vacek2015-07-212-15/+13
* Rework of unit tests in gtest_dlt_userStefan Held2015-07-211-6/+26
* Rework of unit tests in gtest_dlt_commonStefan Held2015-07-211-42/+104
* 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-1765-121/+121
* 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