Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update gtest_dlt_all.sh to detect core dump | Kevin-Luong | 2020-07-06 | 1 | -2/+9 |
* | dlt-daemon.c: fix printf format %d to %ld that formats a long | KHANH LUONG HONG DUY | 2020-07-06 | 1 | -2/+2 |
* | doc/CMakeList.txt: replace dlt_design_specification.txt to .md | KHANH LUONG HONG DUY | 2020-07-06 | 1 | -1/+1 |
* | network trace: Fix macro usage | KHANH LUONG HONG DUY | 2020-07-06 | 1 | -1/+1 |
* | limit logspam in gateway on client overflow | Felix Herrmann | 2020-07-06 | 3 | -61/+39 |
* | Android.bp: fix dlt_user.h genrule | Felix Herrmann | 2020-07-06 | 1 | -3/+5 |
* | logstorage: Issue with more than 2 filters | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -1/+3 |
* | remove unused feature | KHANH LUONG HONG DUY | 2020-07-06 | 2 | -8/+0 |
* | gtest_dlt_daemon_gateway: correct comparison operator syntax | LUONG HONG DUY KHANH(RBVH/ENG42) | 2020-07-06 | 1 | -2/+2 |
* | set DLT_NETWORK_TRACE_ENABLE by cmakedefine | Felix Herrmann | 2020-07-06 | 7 | -4/+64 |
* | doc: Update dlt_offline_logstorage.md | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -0/+1 |
* | UT: Fix segfault in logstorage test | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -0/+1 |
* | logstorage: support all stragegies | Bui Nguyen Quoc Thanh | 2020-07-06 | 2 | -57/+63 |
* | update cmake VERSION variables | Felix Herrmann | 2020-07-06 | 5 | -8/+8 |
* | simplify and fix android version script | Felix Herrmann | 2020-07-06 | 1 | -46/+31 |
* | execute unittests with cmake | Felix Herrmann | 2020-07-06 | 5 | -35/+49 |
* | dlt_design_specification: update content | LUONG HONG DUY KHANH(RBVH/ENG42) | 2020-07-06 | 3 | -125/+314 |
* | dlt_design_specification: convert from .txt to .md format | LUONG HONG DUY KHANH(RBVH/ENG42) | 2020-07-06 | 2 | -644/+622 |
* | logstorage: fix syncbehaviour | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -26/+44 |
* | daemon: Fix smoketest | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -1/+1 |
* | unittest: Update according to API's changes | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -10/+20 |
* | offline storage: Improvement log messages at bottom | Bui Nguyen Quoc Thanh | 2020-07-06 | 5 | -53/+195 |
* | common: Isolate FIFO/Unix socket | LUONG HONG DUY KHANH(RBVH/ENG42) | 2020-07-06 | 3 | -7/+40 |
* | libdlt: Relocate dltFifoBaseDir setting | LUONG HONG DUY KHANH(RBVH/ENG42) | 2020-07-06 | 2 | -3/+3 |
* | doc: md file for dlt_gateway.conf | Bui Nguyen Quoc Thanh | 2020-07-06 | 5 | -26/+136 |
* | network trace: Include necessary headers | Saya Sugiura | 2020-07-06 | 9 | -16/+3 |
* | network trace: Add mqueue verification | Saya Sugiura | 2020-07-06 | 8 | -23/+115 |
* | Unittest for new api | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -1/+55 |
* | Remove duplicate definition of DLT_CONVERT_TEXTBUFSIZE | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -1/+0 |
* | Improve performance of DLT file parsing | Bui Nguyen Quoc Thanh | 2020-07-06 | 2 | -0/+83 |
* | relocation dlt_check_envvar() and update dlt_init() functions | LUONG HONG DUY KHANH(RBVH/ENG42) | 2020-07-06 | 1 | -6/+6 |
* | Redirect stdout to stderr | LUONG HONG DUY KHANH(RBVH/ENG42) | 2020-07-06 | 5 | -21/+69 |
* | Unittest: Update testcase | Bui Nguyen Quoc Thanh | 2020-07-06 | 3 | -2/+21 |
* | gateway: Improvement of handling Gateway config | Bui Nguyen Quoc Thanh | 2020-07-06 | 3 | -11/+51 |
* | daemon: Avoid spamming message buffer overflow | Bui Nguyen Quoc Thanh | 2020-07-06 | 2 | -20/+9 |
* | gateway: Support infinite loop of retry | Bui Nguyen Quoc Thanh | 2020-07-06 | 2 | -6/+17 |
* | gateway: Configurable interval time | Bui Nguyen Quoc Thanh | 2020-07-06 | 5 | -47/+172 |
* | tests: remove unused zlib include | Felix Herrmann | 2020-07-06 | 1 | -1/+0 |
* | disable android services by default | Felix Herrmann | 2020-07-06 | 2 | -0/+2 |
* | logstorage: Add NULL check of IDs | Saya Sugiura | 2020-07-06 | 1 | -1/+2 |
* | snprintf ret > 0 is not always an error | Felix Herrmann | 2020-07-06 | 1 | -6/+12 |
* | fix some gcc9 compiler warnings | Felix Herrmann | 2020-07-06 | 9 | -79/+92 |
* | fix clang warnings about GNU stuff | Felix Herrmann | 2020-07-06 | 4 | -42/+36 |
* | android logd forwarder | Felix Herrmann | 2020-07-06 | 5 | -2/+276 |
* | fix gateway config element search | Felix Herrmann | 2020-07-06 | 1 | -5/+4 |
* | doc: update a note for logstorage with wildcard | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -0/+3 |
* | daemon: logstorage with wildcards | Bui Nguyen Quoc Thanh | 2020-07-06 | 1 | -4/+6 |
* | Limit log messages on full buffer | Felix Herrmann | 2020-07-06 | 2 | -5/+10 |
* | Android: Enable Android build | Felix Herrmann | 2020-07-06 | 6 | -10/+287 |
* | logstorage: Filter section handling | Saya Sugiura | 2020-07-06 | 1 | -53/+48 |