summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Android: Enable Android buildFelix Herrmann2020-07-061-5/+31
* correct errno usage in dlt_stop_threadsVo Trung Chi2020-07-061-11/+6
* FIX: prevent usage of uninitialized message queue handleRudolf Svanda2020-05-181-1/+3
* Minor optimizationMartin Willers2020-05-181-1/+1
* Add functions for writing strings with known sizesMartin Willers2020-05-181-0/+16
* Add helper function for writing strings with known sizesMartin Willers2020-05-181-3/+17
* sys/poll.h: deprecate old sys/poll.h include header, now glibc/musl wants pol...Gianfranco Costamagna2020-01-271-1/+1
* dlt_user: init DltContextData before usePhong Tran2019-12-111-5/+4
* Provide DLT_GET_APPID macro (#187) (#188)Vo Trung Chi2019-11-141-0/+11
* 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-231-0/+1
* cmake add component for libdlt.soFelix Herrmann2019-09-131-3/+8
* 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-132-3/+20
* shm: Resend dlt msg when client connectVo Trung Chi2019-09-131-7/+0
* 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
* Add user custom timestamp interfaceSebastian Unger2019-09-131-1/+8
* libdlt: truncate the log message if it is too long (#156) (#157)Vo Trung Chi2019-09-021-90/+147
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-011-16/+6
* Correct sa findingsSaya Sugiura2019-07-242-3/+4
* doxygen: Align variable for apid and ctidSaya Sugiura2019-07-191-20/+20
* doxygen: Remove licenceSaya Sugiura2019-07-197-14/+0
* doxygen: Get rid of warningsSaya Sugiura2019-07-192-2/+10
* define DLT_PATH_MAX for max path buffer lengthRadoslaw Kaczorowski2019-07-031-10/+12
* cmake-improvements (#135)Vo Trung Chi2019-07-031-10/+22
* libdlt: Use posix nanosleep (#144)Phong Tran2019-06-271-2/+9
* cleanup: Use dlt_vlog()Saya Sugiura2019-06-192-30/+13
* Fix alerts from lgtmSaya Sugiura2019-06-193-11/+16
* 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-181-4/+4
* 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
* Logging: Error message modificationManikandanC2019-05-061-8/+16
* Fix compiler warningsSimon Herkenhoff2019-05-061-3/+3
* POSIX: Replace usleep with nanosleepSaya Sugiura2019-05-063-8/+25
* unix socket: IPC code isolationChristoph Lipka2019-05-061-14/+9
* 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
* libdlt: Do not allow DLT usage in forked child (#95)Simon Herkenhoff2019-02-041-36/+58
* Code beautification using uncrustifyChristoph Lipka2018-12-216-2694/+2162
* Cleanup of unit test fixesManikandan C2018-12-212-25/+25
* libdlt: Add error handlingSaya Sugiura2018-12-211-70/+126
* UnitTest: UpdatesManikandanC2018-12-213-41/+59