summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* unix socket: IPC code isolationChristoph Lipka2019-05-063-16/+12
* lib: daemon: Fix sem lock potential issueSaya Sugiura2019-04-241-2/+6
* socket: Remove unnecessary headerSaya Sugiura2019-04-241-1/+0
* dlt-daemon: unlink application socketS. Hameed2019-04-241-0/+5
* ipc: close socket if connect failedChristoph Lipka2019-04-241-0/+2
* Size of Resend buffer less than or equal to DLT_USER_BUF_MAX_SIZE res… (#116)kundatipradeep2019-04-151-1/+4
* Fixed memory leak when receiving network traces of 0xFFFF lengthjiripopek2019-04-111-2/+4
* lib: Add mq_close/mq_unlink conditionsSaya Sugiura2019-03-271-5/+12
* dlt_offline_logstorage: fix multiple file creation error (#85, #94)Vo Trung Chi2019-03-254-139/+215
* libdlt: Do not allow DLT usage in forked child (#95)Simon Herkenhoff2019-02-042-42/+74
* Make dlt-convert more responsive when watching a fileAigars Mahinovs2019-02-021-1/+1
* Code beautification using uncrustifyChristoph Lipka2018-12-21102-16948/+14032
* dlt-daemon: Output current number of connections as defaultYusuke Sato2018-12-211-15/+18
* Cleanup of unit test fixesManikandan C2018-12-2111-105/+109
* libdlt: Add error handlingSaya Sugiura2018-12-212-70/+141
* exit DLT daemon if /dev/null open fails during forkJeevan Ramakant Nagvekar2018-12-211-0/+5
* Improvement - use dup2 in place of dup in daemon forkJeevan Ramakant Nagvekar2018-12-211-16/+19
* Remove one-instance-lock mechanismJeevan Ramakant Nagvekar2018-12-212-36/+1
* daemon: Add exit triggerSaya Sugiura2018-12-212-13/+19
* UnitTest: UpdatesManikandanC2018-12-2125-129/+556
* Made socket send reliableManikandan C2018-12-215-48/+82
* lib: socket: Flush all data before closing socketSaya Sugiura2018-12-212-3/+40
* buffer: Code cleanupSaya Sugiura2018-12-211-48/+56
* buffer: Improve loggingSaya Sugiura2018-12-211-43/+51
* Removed log level change callback notification while context register done wi...Ravi Sankar P2018-12-212-8/+12
* Logging: avoided missing of log level change callback Added new context regis...Manikandan C2018-12-212-150/+209
* Injection: New callback with private data Added new injection callback with p...ManikandanC2018-12-212-39/+117
* Fixed compiler error with previous commitManikandan C2018-12-122-3/+3
* Dynamic allocation of msg bufferManikandanC2018-12-109-230/+430
* rename #define STATIC to DLT_STATICManikandan C2018-12-067-88/+87