summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dlt-offline-trace: fix bug and hardcode (#174) (#186)Vo Trung Chi2019-11-142-22/+38
* Avoided Seg fault in dlt_message_payload (#179) (#181)Vo Trung Chi2019-11-142-64/+70
* Improvement: Make ZLib dependency optional (#182)Sebastian Kloska2019-11-083-10/+22
* fix the dlt offline trace file name creation (#178)Vo Trung Chi2019-10-291-13/+16
* libdlt: fix memory leakVo Trung Chi2019-10-241-8/+20
* Removed unused headers(epoll) in UDP connectionsunil.s2019-10-144-10/+21
* Fix: Propper usage of LoggingMode: "uncrustification"Sebastian Kloska2019-10-102-41/+35
* Fix: Propper usage of LoggingMode in ".../dlt-runtime.cfg"Sebastian Kloska2019-10-102-8/+12
* libdlt: reattachment and improvement in dlt thread (#171)Vo Trung Chi2019-10-012-110/+61
* dlt-system: Call tzset before localtime_r (#165)Saya Sugiura2019-09-236-0/+7
* Bugfix: dlt-system-journalSebastian Kloska2019-09-131-5/+5
* Proper setup and error checking of pthread_createSebastian Kloska2019-09-138-77/+49
* doxygen improvementSaya Sugiura2019-09-134-4/+4
* cmake improvement for Logstorage consoleSaya Sugiura2019-09-131-15/+18
* cmake add component for libdlt.soFelix Herrmann2019-09-131-3/+8
* parser: Change maximum number of config sectionVo Trung Chi2019-09-132-3/+3
* dlt_common: Use defined macroVo Trung Chi2019-09-131-1/+1
* libdlt: calculate resend buffer memoryBui Nguyen Quoc Thanh2019-09-131-19/+29
* lib: Disable extended header in non verbose mode by env varOnkar Palkar2019-09-134-3/+523
* shm: Resend dlt msg when client connectVo Trung Chi2019-09-136-282/+159
* lib: Remove else nothingSaya Sugiura2019-09-131-2/+0
* network trace: Do not allow DLT usage in forked childVo Trung Chi2019-09-131-0/+4
* lib: Assign fd after it's closedSaya Sugiura2019-09-131-0/+1
* console: Add get sw version control msgVo Trung Chi2019-09-132-83/+213
* console: Tool to merge multiple DLT filesBui Nguyen Quoc Thanh2019-09-132-44/+279
* dlt-test: Add message length optionBui Nguyen Quoc Thanh2019-09-132-5/+45
* Add user custom timestamp interfaceSebastian Unger2019-09-136-12/+120
* dlt-daemon: correct errno usageVo Trung Chi2019-09-031-7/+9
* dlt-daemon: fix bug binding invalid ipv6 address as defaultVo Trung Chi2019-09-031-2/+5
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-09-035-70/+155
* protocol: Remove non supported user service ID (#159)Saya Sugiura2019-09-022-14/+18
* libdlt: truncate the log message if it is too long (#156) (#157)Vo Trung Chi2019-09-021-90/+147
* UDP Multicast implementation (#155)Sunil-K-S2019-08-2311-3/+669
* daemon: fix compile error with DLT_IPC="UNIX_SOCKET" (#153)Vo Trung Chi2019-08-021-0/+2
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-015-120/+299
* Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"Saya Sugiura2019-08-015-152/+70
* Add option to set owner group of daemon FIFO (#122)Jiri Popek2019-07-253-3/+47
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-07-255-70/+152
* dlt-system-journal: fixed localtime compile errorjiripopek2019-07-251-1/+1
* Correct sa findingsSaya Sugiura2019-07-248-45/+24
* logstorage: fix compile errorjiripopek2019-07-221-1/+1
* doxygen: Align variable for apid and ctidSaya Sugiura2019-07-1911-144/+145
* doxygen: Remove licenceSaya Sugiura2019-07-19132-264/+0
* doxygen: Get rid of warningsSaya Sugiura2019-07-1925-70/+103
* cmake: Allow build as a subproject (#145)Vo Trung Chi2019-07-093-9/+9
* fix config path for dlt-dbusRadoslaw Kaczorowski2019-07-034-9/+10
* define DLT_PATH_MAX for max path buffer lengthRadoslaw Kaczorowski2019-07-034-24/+29
* cmake-improvements (#135)Vo Trung Chi2019-07-034-105/+117
* libdlt: Use posix nanosleep (#144)Phong Tran2019-06-271-2/+9
* fix the warning of strncat sizePhong Tran2019-06-241-4/+4