summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dlt-system: Call tzset before localtime_r (#165)Saya Sugiura2019-09-236-0/+7
* Update cmakelist, fix build due to copy-paste error (#170)Gianfranco Costamagna2019-09-231-1/+1
* Bugfix: dlt-system-journalSebastian Kloska2019-09-131-5/+5
* Proper setup and error checking of pthread_createSebastian Kloska2019-09-138-77/+49
* udp: Disable WITH_UDP_CONNECTION as defaultSaya Sugiura2019-09-131-1/+1
* doxygen improvementSaya Sugiura2019-09-134-4/+4
* doc: Modify markdown doc generationSaya Sugiura2019-09-131-21/+9
* doc: Update dlt_for_developers.mdBui Nguyen Quoc Thanh2019-09-131-12/+24
* 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
* common: Remove unused structureSaya Sugiura2019-09-131-14/+0
* dlt_common: Use defined macroVo Trung Chi2019-09-131-1/+1
* libdlt: calculate resend buffer memoryBui Nguyen Quoc Thanh2019-09-132-22/+32
* 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-133-84/+214
* console: Tool to merge multiple DLT filesBui Nguyen Quoc Thanh2019-09-134-52/+292
* dlt-test: Add message length optionBui Nguyen Quoc Thanh2019-09-132-5/+45
* Add user custom timestamp interfaceSebastian Unger2019-09-1311-12/+244
* Update ReleaseNotes and version to v2.18.4v2.18.4Saya Sugiura2019-09-032-3/+59
* 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-036-70/+167
* protocol: Remove non supported user service ID (#159)Saya Sugiura2019-09-023-20/+26
* libdlt: truncate the log message if it is too long (#156) (#157)Vo Trung Chi2019-09-022-95/+1461
* UDP Multicast implementation (#155)Sunil-K-S2019-08-2314-3/+684
* doc: Remove unused imagesSaya Sugiura2019-08-0715-2/+2
* 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-0110-144/+411
* Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"Saya Sugiura2019-08-016-164/+70
* Add option to set owner group of daemon FIFO (#122)Jiri Popek2019-07-254-3/+91
* Add option in dlt.conf for bindAddress to specific IPs (#130)AdrianStoenescu2019-07-256-70/+164
* 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-1915-162/+163
* doxygen: Remove licenceSaya Sugiura2019-07-19191-382/+0
* doxygen: Get rid of warningsSaya Sugiura2019-07-1930-97/+134
* doc: Use pandoc to generate HTML from markdownSaya Sugiura2019-07-191-0/+26
* doc: Improve README.mdSaya Sugiura2019-07-191-52/+64
* doc: Create missing markdown documentsSaya Sugiura2019-07-194-5/+312
* doc: Documentation updateSaya Sugiura2019-07-197-1141/+80
* cmake: Allow build as a subproject (#145)Vo Trung Chi2019-07-099-39/+39
* fix config path for dlt-dbusRadoslaw Kaczorowski2019-07-034-9/+10
* define DLT_PATH_MAX for max path buffer lengthRadoslaw Kaczorowski2019-07-035-25/+38
* cmake-improvements (#135)Vo Trung Chi2019-07-037-295/+308