summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* disable android services by defaultFelix Herrmann2020-07-062-0/+2
* logstorage: Add NULL check of IDsSaya Sugiura2020-07-061-1/+2
* snprintf ret > 0 is not always an errorFelix Herrmann2020-07-061-6/+12
* fix some gcc9 compiler warningsFelix Herrmann2020-07-069-79/+92
* fix clang warnings about GNU stuffFelix Herrmann2020-07-063-34/+28
* android logd forwarderFelix Herrmann2020-07-063-0/+244
* fix gateway config element searchFelix Herrmann2020-07-061-5/+4
* daemon: logstorage with wildcardsBui Nguyen Quoc Thanh2020-07-061-4/+6
* Limit log messages on full bufferFelix Herrmann2020-07-062-5/+10
* Android: Enable Android buildFelix Herrmann2020-07-063-9/+46
* logstorage: Filter section handlingSaya Sugiura2020-07-061-53/+48
* correct errno usage in dlt_stop_threadsVo Trung Chi2020-07-061-11/+6
* shared: Read DLT header until it's foundSaya Sugiura2020-07-061-13/+31
* Use ssize_t for bytes_writtenBui Nguyen Quoc Thanh2020-07-061-1/+1
* Fix dlt-sortbytimestampBui Nguyen Quoc Thanh2020-07-061-4/+34
* rename definition PACKED to DLT_PACKEDFelix Herrmann2020-07-063-17/+12
* daemon: Remove empty line in daemon logSaya Sugiura2020-07-061-16/+17
* Revert "dlt_common: Fix buffer overflow in dlt_buffer_get (#215)"Saya Sugiura2020-06-161-4/+2
* 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
* Fixed empty internal message in dlt-daemon.c (#225)Francesco Montefoschi2020-04-291-1/+3
* common: Fix uint64 type (#217)Saya Sugiura2020-04-021-1/+1
* dlt_common: Fix buffer overflow in dlt_buffer_get (#215)Ricardo Leite2020-03-301-2/+4
* FIX: Check validity of `file` pointer before usage.Sebastian Kloska2020-02-201-3/+3
* sys/poll.h: deprecate old sys/poll.h include header, now glibc/musl wants pol...Gianfranco Costamagna2020-01-275-5/+5
* dlt-test-init-free: fix build failure with strict compiler flags, due to uint...Gianfranco Costamagna2020-01-271-2/+2
* dlt.conf: suppress the warnings udp multicast (#197)Phong Tran2019-12-111-3/+3
* dlt_daemon_socket: leave while socket binds failsPhong Tran2019-12-111-0/+1
* dlt_user: init DltContextData before usePhong Tran2019-12-111-5/+4
* dlt-daemon: fix resource leakPhong Tran2019-12-111-0/+2
* console: fix memleak of dlt-logstorage-listPhong Tran2019-12-111-0/+2
* BugFix: SEGFAULT when using AppArmor (#192)Sebastian Kloska2019-12-101-14/+17
* Fix compiler warnings: pointer of type ‘void *’ used in arithmetic (#196)Sebastian Lipponer2019-12-103-13/+13
* Change the DLT_CHECK_RCV_DATA_SIZE macro to an internal function (#191)Sebastian Lipponer2019-11-253-12/+22
* Fix a potential memory leak in file transfer (#126)Andreas2019-11-191-7/+11
* Provide DLT_GET_APPID macro (#187) (#188)Vo Trung Chi2019-11-141-0/+11
* dlt-offline-trace: fix bug and hardcode (#174) (#186)Vo Trung Chi2019-11-142-22/+38
* Avoided Seg fault in dlt_message_payload (#179) (#181)Vo Trung Chi2019-11-142-64/+70
* Improvement: Make ZLib dependency optional (#182)Sebastian Kloska2019-11-083-10/+22
* fix the dlt offline trace file name creation (#178)Vo Trung Chi2019-10-291-13/+16
* libdlt: fix memory leakVo Trung Chi2019-10-241-8/+20
* Removed unused headers(epoll) in UDP connectionsunil.s2019-10-144-10/+21
* Fix: Propper usage of LoggingMode: "uncrustification"Sebastian Kloska2019-10-102-41/+35
* Fix: Propper usage of LoggingMode in ".../dlt-runtime.cfg"Sebastian Kloska2019-10-102-8/+12
* 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-236-0/+7
* Bugfix: dlt-system-journalSebastian Kloska2019-09-131-5/+5
* Proper setup and error checking of pthread_createSebastian Kloska2019-09-138-77/+49