summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ReleaseNotes and version to v2.18.2v2.18.2Saya Sugiura2019-04-162-2/+25
* doc: Update doc/CMakeList.txt after cleanup documentation (#111) (#117)thanhbnq2019-04-169-207/+190
* 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-112-3/+5
* Contact information update (#118)Saya Sugiura2019-04-101-2/+2
* lib: Add mq_close/mq_unlink conditionsSaya Sugiura2019-03-271-5/+12
* doc: Do not allow DLT usage in forked child (#95)Saya Sugiura2019-03-262-4/+4
* doc: Raise an awareness of log level syncBui Nguyen Quoc Thanh2019-03-261-0/+2
* dlt_offline_logstorage: fix multiple file creation error (#85, #94)Vo Trung Chi2019-03-255-175/+261
* doc: Fix PANDOC_TOOL conditionSaya Sugiura2019-03-141-2/+2
* Travis CI: Fix link in README.md (#106, #108)Saya Sugiura2019-03-131-2/+2
* doc: Move all man pages to markdown files (#102)v2.18.1Christoph Lipka2019-02-1239-4067/+1752
* Fix linking problem with tests when systemd enabled (#103)Jiri Popek2019-02-071-5/+5
* libdlt: Do not allow DLT usage in forked child (#95)Simon Herkenhoff2019-02-042-42/+74
* Travis CI: build with systemd enabled (#97)Jiri Popek2019-02-022-1/+8
* Make dlt-convert more responsive when watching a fileAigars Mahinovs2019-02-021-1/+1
* Travis CI: fix - add new line to .travis.ymljiripopek2019-01-211-1/+1
* Build and test status addedJiri Popek2019-01-211-0/+2
* Add the Travis CI scriptJiri Popek2019-01-211-0/+13
* Update ReleaseNotes and version to v2.18.0v2.18.0Christoph Lipka2018-12-212-2/+65
* fix broken/missing links in documentationChristoph Lipka2018-12-212-1/+3
* CMake: Set default configurationChristoph Lipka2018-12-212-12/+12
* Code beautification using uncrustifyChristoph Lipka2018-12-21131-22766/+23502
* Documentation updateChristoph Lipka2018-12-2112-373/+1042
* dlt-daemon: Output current number of connections as defaultYusuke Sato2018-12-211-15/+18
* Remove unnecessary reference to zlib in .pc fileNguyen Dinh Thi2018-12-212-1/+4
* Cleanup of unit test fixesManikandan C2018-12-2115-132/+130
* gtest: Modification to offline logstorageSaya Sugiura2018-12-211-6/+12
* libdlt: Add error handlingSaya Sugiura2018-12-213-70/+148
* exit DLT daemon if /dev/null open fails during forkJeevan Ramakant Nagvekar2018-12-211-0/+5
* Improvement - use dup2 in place of dup in daemon forkJeevan Ramakant Nagvekar2018-12-211-16/+19
* Remove one-instance-lock mechanismJeevan Ramakant Nagvekar2018-12-212-36/+1
* daemon: Add exit triggerSaya Sugiura2018-12-212-13/+19
* UnitTest: UpdatesManikandanC2018-12-2137-799/+1643
* Made socket send reliableManikandan C2018-12-216-48/+83
* lib: socket: Flush all data before closing socketSaya Sugiura2018-12-212-3/+40
* buffer: Code cleanupSaya Sugiura2018-12-211-48/+56
* buffer: Improve loggingSaya Sugiura2018-12-211-43/+51
* Removed log level change callback notification while context register done wi...Ravi Sankar P2018-12-212-8/+12
* Logging: avoided missing of log level change callback Added new context regis...Manikandan C2018-12-213-150/+219
* Injection: New callback with private data Added new injection callback with p...ManikandanC2018-12-214-39/+129
* Fixed compiler error with previous commitManikandan C2018-12-122-3/+3
* Dynamic allocation of msg bufferManikandanC2018-12-1012-259/+472
* cmake: systemd: fix hardcoded user in dlt-dbus.service (Issue #36)Christoph Lipka2018-12-062-3/+2
* rename #define STATIC to DLT_STATICManikandan C2018-12-068-90/+89
* Use poll in the dlt-daemon for POSIX complianceManikandanC2018-11-3022-387/+626
* dlt-client: logging: Extended the receiver buffer sizeManikandan C2018-11-2311-47/+53
* dlt-control: update get log infoSaya Sugiura2018-11-231-8/+17
* Protocol: DLT Service ID Enum instead of definesManikandan C2018-11-234-33/+140
* Gateway ImprovementsManikandan C2018-11-2320-892/+3445