summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libdlt: Use posix nanosleep (#144)Phong Tran2019-06-271-2/+9
* doc: Improve markdown documentsSaya Sugiura2019-06-276-133/+242
* doc: Improve dlt_for_developers.mdSaya Sugiura2019-06-251-122/+255
* fix the warning of strncat sizePhong Tran2019-06-241-4/+4
* fix warning of self assignPhong Tran2019-06-244-7/+7
* dlt-convert: fix warning of wrong conversionPhong Tran2019-06-241-1/+4
* Travis: Run Travis on Xenial 16.04Saya Sugiura2019-06-191-0/+2
* Travis: Modify install packageSaya Sugiura2019-06-191-2/+1
* cleanup: Use dlt_vlog()Saya Sugiura2019-06-1912-375/+157
* Fix alerts from lgtmSaya Sugiura2019-06-1912-58/+61
* lgtm: Add code analysis platformSaya Sugiura2019-06-191-0/+2
* dlt-test: Improve context IDBui Nguyen Quoc Thanh2019-06-181-14/+37
* dlt-test: Add optionsBui Nguyen Quoc Thanh2019-06-181-2/+45
* libdlt: Remove commented out codeSaya Sugiura2019-06-181-33/+0
* Remove dlt_forward_msgSaya Sugiura2019-06-182-114/+0
* libdlt: compare dlt_ll_ts to NULLSaya Sugiura2019-06-181-4/+4
* network trace: Define package ID macroSaya Sugiura2019-06-183-12/+20
* daemon: Loop for client fdsVo Trung Chi2019-06-183-19/+21
* daemon: Remove bytes_sentSaya Sugiura2019-06-186-43/+6
* daemon: Don't remove unregistered contextBui Nguyen Quoc Thanh2019-06-183-1/+15
* daemon: Don't assign fd after freeBui Nguyen Quoc Thanh2019-06-181-3/+0
* test: Add manual interruption in dlt-test-stressBui Nguyen Quoc Thanh2019-06-181-7/+21
* gtest: Logstorage unit test updateSaya Sugiura2019-06-181-102/+58