summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* common: Isolate FIFO/Unix socketLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-3/+9
* libdlt: Relocate dltFifoBaseDir settingLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-0/+3
* Improve performance of DLT file parsingBui Nguyen Quoc Thanh2020-07-061-0/+69
* Redirect stdout to stderrLUONG HONG DUY KHANH(RBVH/ENG42)2020-07-061-13/+45
* gateway: Improvement of handling Gateway configBui Nguyen Quoc Thanh2020-07-062-1/+29
* gateway: Configurable interval timeBui Nguyen Quoc Thanh2020-07-061-0/+3
* fix some gcc9 compiler warningsFelix Herrmann2020-07-063-15/+22
* fix clang warnings about GNU stuffFelix Herrmann2020-07-061-2/+2
* Android: Enable Android buildFelix Herrmann2020-07-061-2/+5
* shared: Read DLT header until it's foundSaya Sugiura2020-07-061-13/+31
* rename definition PACKED to DLT_PACKEDFelix Herrmann2020-07-061-11/+11
* Revert "dlt_common: Fix buffer overflow in dlt_buffer_get (#215)"Saya Sugiura2020-06-161-4/+2
* 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
* 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-101-2/+2
* Change the DLT_CHECK_RCV_DATA_SIZE macro to an internal function (#191)Sebastian Lipponer2019-11-251-0/+10
* dlt-offline-trace: fix bug and hardcode (#174) (#186)Vo Trung Chi2019-11-141-20/+37
* Avoided Seg fault in dlt_message_payload (#179) (#181)Vo Trung Chi2019-11-141-54/+60
* 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
* dlt-system: Call tzset before localtime_r (#165)Saya Sugiura2019-09-232-0/+2
* parser: Change maximum number of config sectionVo Trung Chi2019-09-132-3/+3
* dlt_common: Use defined macroVo Trung Chi2019-09-131-1/+1
* protocol: Remove non supported user service ID (#159)Saya Sugiura2019-09-021-3/+7
* using POSIX shared memory APIs (#90) (#151)Vo Trung Chi2019-08-012-100/+259
* Correct sa findingsSaya Sugiura2019-07-241-12/+5
* doxygen: Remove licenceSaya Sugiura2019-07-1910-20/+0
* doxygen: Get rid of warningsSaya Sugiura2019-07-192-1/+2
* fix config path for dlt-dbusRadoslaw Kaczorowski2019-07-031-1/+1
* define DLT_PATH_MAX for max path buffer lengthRadoslaw Kaczorowski2019-07-031-4/+4
* fix the warning of strncat sizePhong Tran2019-06-241-4/+4
* fix warning of self assignPhong Tran2019-06-241-1/+1
* cleanup: Use dlt_vlog()Saya Sugiura2019-06-192-101/+56
* Fix alerts from lgtmSaya Sugiura2019-06-192-18/+11
* daemon: Remove bytes_sentSaya Sugiura2019-06-181-1/+0
* dlt-control: Bug fix for broken get log infoRavi Sankar P2019-05-061-1/+1
* dlt-daemon: fix internal logging to file after daemonizeChristoph Lipka2019-05-061-1/+1
* Code beautification using uncrustifyChristoph Lipka2018-12-218-2046/+1754
* libdlt: Add error handlingSaya Sugiura2018-12-211-0/+15
* Made socket send reliableManikandan C2018-12-211-0/+1
* buffer: Code cleanupSaya Sugiura2018-12-211-48/+56
* buffer: Improve loggingSaya Sugiura2018-12-211-43/+51
* Fixed compiler error with previous commitManikandan C2018-12-121-2/+2
* Dynamic allocation of msg bufferManikandanC2018-12-101-33/+82
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-301-0/+2
* dlt-client: logging: Extended the receiver buffer sizeManikandan C2018-11-231-2/+2
* Protocol: DLT Service ID Enum instead of definesManikandan C2018-11-231-0/+90
* Gateway ImprovementsManikandan C2018-11-231-0/+145