summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* DLT daemon improvement - dlt_init()-checkLutz Helwing2015-10-0735-6350/+6481
* Fixed INTERNAL-mode connection bug in dlt-daemonSven Hassler2015-10-071-1/+1
* Use the best possible timestamp for all system journal entries: Realtime: use...Lutz Helwing2015-10-071-26/+88
* Make timeout on exit configurableStefan Vacek2015-10-073-9/+48
* Allow multiple instances of dlt-daemonStefan Vacek2015-10-0710-47/+182
* Fixed whitespace and formatting of new code Fixed licence headersLutz Helwing2015-10-076-190/+232
* Allow registration of contexts before application is registeredStefan Vacek2015-10-071-34/+60
* Add env-var to set initial log-levelsStefan Vacek2015-10-075-28/+656
* Allow applications to fork()Stefan Vacek2015-10-073-49/+225
* Restrict dlt-receive to write max. n-bytesStefan Vacek2015-10-072-3/+295
* 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