summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* MultiNode: Add support for SerialHeader confFrederic Berat2016-04-283-24/+69
* MultiNode: Add support for port configurationFrederic Berat2016-04-272-11/+47
* MultiNode: Send control messages after connectionChristoph Lipka2016-04-264-3/+273
* MultiNode: Send serialheader if specified in dlt.confChristoph Lipka2016-04-251-0/+14
* Offline logstorage: On Demand triggering for syncing Logstorage cache and sup...Christoph Lipka2016-04-2510-88/+364
* Offline logstorage: Fix to resetting of Syncbehavior valueS. Hameed2016-04-251-3/+6
* Offline logstorage: Refactor filter storage functionality to support general ...S. Hameed2016-04-252-125/+131
* Offline logstorage: Fixed extended header size check conditionS. Hameed2016-04-251-3/+1
* Offline logstorage: Fix invalid filter configuration handlingChristoph Lipka2016-04-251-5/+14
* 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
* Bugfix: dlt-system filetransfer crashSven Hassler2016-02-191-1/+8
* dlt-system filetransfer waits for a clientSven Hassler2016-02-172-2/+5
* Fix compilation for older versions of gccStefan Vacek2016-02-171-2/+2
* Fixed core pattern to use correct dlt-cdh install pathLutz Helwing2016-02-014-23/+44
* Reverted previous logstorage fixLutz Helwing2016-01-291-2/+2
* Fix CMakeLists to build logstorage, and coredumphandlerStefan Vacek2016-01-293-4/+4
* Added documentation, bugfixes, improvementsSven Hassler2015-12-163-8/+67
* Renamed "procfs" to "kpi", added sync-messagesSven Hassler2015-12-1616-371/+386
* First implementation of dlt-procfsSven Hassler2015-12-1614-0/+2029
* MultiNode: Reconnection after connection lossChristoph Lipka2015-12-162-9/+22
* dlt-daemon: Fix injection message handlingS. Hameed2015-12-161-1/+1
* Fix fork()-handler in libdltStefan Vacek2015-12-091-7/+21
* Set default log-levels in dlt.confStefan Vacek2015-12-099-33/+114
* Fix register context before application is registeredStefan Vacek2015-12-083-12/+7
* Fixed compiler warnings about format issues in dlt-system-journal.c by replac...Lutz Helwing2015-12-071-2/+2
* Logstorage: Check if given path is writable in logstorage control applicationChristoph Lipka2015-12-073-0/+37
* dlt-daemon: Make IP version compile time configurableS. Hameed2015-12-073-0/+20
* Offline logstorage: Fixed extended header size to support configuration in dl...S. Hameed2015-12-071-1/+19
* MultiNode: Logstorage: ECUid as filter attributeChristoph Lipka2015-12-076-62/+190
* Dlt MultiNodeChristoph Lipka2015-12-0718-147/+2360
* Fixed dlt-example-non-verbose-1.xmlSven Hassler2015-12-042-441/+920
* Fix daemon shutdownChristoph Lipka2015-11-242-8/+31
* DltLogstorage: Logstorage CacheChristoph Lipka2015-11-2410-508/+1224
* Control application: Control appliction to support offline log storage triggerFrederic Berat2015-11-2413-0/+2524
* Offline logstorage: Offline logstorage featureS. Hameed2015-11-249-410/+739
* Unix socket control interfaceChristoph Lipka2015-11-2415-22/+428
* Parse INI filesChristoph Lipka2015-11-243-1/+723
* offline trace: supported trace file name configuration based on indexManikandan C2015-11-184-11/+179
* GetLogInfo: supported get log info in dlt-controlManikandan C2015-11-182-41/+503
* Linking library systemd instead of systemd-journal systemd-id128 if systemd v...Lutz Helwing2015-11-181-1/+6
* dlt-daemon: Implement epoll based event handlingFrederic Berat2015-11-1111-345/+1550
* Updated version to 2.13.0 STABLE Updated release notesv2.13.0Lutz Helwing2015-10-282-0/+215
* Added core dump handler codeLutz Helwing2015-10-2819-0/+3546
* Got rid of warnings from some older compilersLutz Helwing2015-10-282-6/+11
* Purged all warnings for -Wall -WextraLutz Helwing2015-10-2814-37/+39
* Set DLT_USER_BUF_MAX_SIZE to 1390 to prepare UDP message transportLutz Helwing2015-10-282-6/+13
* Added programme to test repeated calls of dlt_init and dlt_freeSven Hassler2015-10-072-1/+158