summaryrefslogtreecommitdiff
path: root/src/shared/dlt_common.c
Commit message (Expand)AuthorAgeFilesLines
* logfile: exhance internal dlt logging by introducing size limits (#369)Daniel Weber2023-03-101-10/+146
* Check for negative index in dlt_file_messageMichael Methner2023-01-271-1/+1
* client: Fix Get Log Info response conversion method (#422)Andrei Rusu2022-11-301-1/+1
* Avoid memory corruption behind buffer wp in function dlt_getloginfo_conv_asci...michael-methner2022-10-111-5/+18
* dlt_common: change output of message for log initialization (#412)lti9hc2022-10-061-1/+1
* internal-logging: Fix issues with file logging (#378)Alexander Mohr2022-10-051-4/+6
* dlt_common.c: Change default logging_mode (#406)wusto2022-09-211-1/+1
* Fix handle returned value (#384)Bui Nguyen Quoc Thanh2022-07-071-17/+43
* Support for Cygwin toolchain. (#351)DoctorNoobingstoneIPresume2021-11-151-0/+1
* fix -Wformat issues reported by clang (#349)sebastienr2021-11-091-5/+5
* lib: generate dlt library internal log fileLe-Tin2021-10-051-2/+2
* dlt_common: remove duplicate stdbool headerDinh Cong Toan2021-10-051-1/+0
* fix malformed printf format strings (#295)Radek Kaczorowski2021-10-051-45/+33
* dlt_common: correct read/write positionDinh Cong Toan2021-06-301-3/+9
* Update document and fix conversion warningDinh Cong Toan2021-06-301-1/+1
* dlt_common: Increment size after memcpy()Dinh Cong Toan2021-06-301-3/+2
* Alternative solutions for json-c dependencyBiastoch, Darian (ADITG/ESM)2021-06-301-297/+0
* dlt-receive:Fix compiler warningdbiastoch2021-06-301-4/+8
* dlt-receive: Enabled more filtering by using json filter filesdbiastoch2021-06-301-145/+475
* dlt message header brokenDinh Cong Toan2021-06-301-1/+1
* daemon: check the conf inputsBui Nguyen Quoc Thanh2021-05-101-0/+8
* Better formatting of RAWD (#291)Martin Willers2021-04-051-4/+9
* Add verbose mode attribute handling (#292)Martin Willers2021-03-161-28/+107
* fscanf() uses dynamic formatting to prevent buffer overflow (#288)Kevin-Luong2021-01-291-2/+5
* gtest_dlt_common: fix seg fault when using memcpy().Dinh Cong Toan2021-01-061-5/+9
* other: fix remaining conversion warningsDinh Cong Toan2021-01-061-34/+34
* library: fix conversion warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-21/+42
* shared: fix conversion warningsiod1hc2021-01-061-66/+66
* gateway: fix compile warningsDinh Cong Toan(RBVH/ECM12)2021-01-061-4/+3
* dlt_common: Execute system command using execvpKHANH LUONG HONG DUY2021-01-061-0/+55
* Add support for logging with VSOCK (#255)Martin Ejdestig2020-12-141-46/+12
* Check size of ring buffer (#269)schrewe2020-12-071-12/+26
* dlt_common: Fix buffer overflow in dlt_filter_load (#275)gy7412020-11-301-2/+2
* Avoid memory access errors with 4-chars context ids (#250)Martin Willers2020-11-171-8/+15
* dlt-common.c: ensure null terminated string (#256)Moritz Warning2020-11-101-1/+1
* Implement DLTClient for UDP multicast (#240)João Sousa2020-08-311-1/+14
* 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
* fix some gcc9 compiler warningsFelix Herrmann2020-07-061-3/+4
* Android: Enable Android buildFelix Herrmann2020-07-061-2/+5
* shared: Read DLT header until it's foundSaya Sugiura2020-07-061-13/+31
* 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
* 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
* Avoided Seg fault in dlt_message_payload (#179) (#181)Vo Trung Chi2019-11-141-54/+60