summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix warning of self assignPhong Tran2019-06-244-7/+7
* dlt-convert: fix warning of wrong conversionPhong Tran2019-06-241-1/+4
* cleanup: Use dlt_vlog()Saya Sugiura2019-06-1911-371/+156
* Fix alerts from lgtmSaya Sugiura2019-06-1911-58/+56
* 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-181-106/+0
* libdlt: compare dlt_ll_ts to NULLSaya Sugiura2019-06-181-4/+4
* network trace: Define package ID macroSaya Sugiura2019-06-182-12/+12
* daemon: Loop for client fdsVo Trung Chi2019-06-183-19/+21
* daemon: Remove bytes_sentSaya Sugiura2019-06-185-42/+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
* Logstorage: Correct behavior in sync message cacheBui Nguyen Quoc Thanh2019-06-181-11/+28
* Logstorage: Sync behavior bug fixSaya Sugiura2019-06-187-516/+327
* Logstorage: Fix write msg cacheSaya Sugiura2019-06-181-6/+2
* libdlt: Fix compiler warningsSaya Sugiura2019-06-111-0/+2
* lib: unlock buffer on terminationS. Hameed2019-05-241-24/+27
* dlt-receive: Fix crash without argumentsVo Trung Chi2019-05-061-4/+6
* dlt-control: Bug fix for broken get log infoRavi Sankar P2019-05-061-1/+1
* Logging: Error message modificationManikandanC2019-05-061-8/+16
* dlt-daemon: fix internal logging to file after daemonizeChristoph Lipka2019-05-062-1/+6
* Offline logstorage: Fix storage handle NULL check during cleanupS. Hameed2019-05-061-1/+1
* Fix compiler warningsSimon Herkenhoff2019-05-068-31/+33
* POSIX: Replace usleep with nanosleepSaya Sugiura2019-05-0614-35/+106