summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add threadnames to libdlt threads.Alexander Wenzel2014-01-101-0/+4
* Security fix on DLT pipes.Alexander Wenzel2014-01-103-4/+30
* Reduce usage of SEM_LOCK in application library and reset pointers.Alexander Wenzel2014-01-103-61/+113
* Prepare Alpha Release v2.9.2Alexander Wenzel2013-10-242-3/+9
* Fix: Systemd Journal Adapter provides corrupted output.Alexander Wenzel2013-10-241-0/+1
* Fix: Install Example service file only when example enabledAlexander Wenzel2013-10-241-1/+5
* Release of new stable version v2.9.1v2.9.1Alexander Wenzel2013-10-182-6/+29
* Added cmake installation path to systemd service files installation.Alexander Wenzel2013-10-181-1/+1
* Added additional command line commands.Alexander Wenzel2013-10-183-4/+251
* Added command line commands set log level and set trace status.Alexander Wenzel2013-10-183-4/+103
* Implementation of command line tool dlt-control.Alexander Wenzel2013-10-184-12/+452
* Fix file transfer bug.Stefan Seefeld2013-10-181-1/+1
* Fixed Lint warnings in DLT log parameters macros.Alexander Wenzel2013-10-181-48/+40
* Changes after review.Alexander Wenzel2013-08-073-7/+13
* Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel2013-08-079-42/+172
* Yocto fix in build builds.Alexander Wenzel2013-07-316-19/+19
* Fixed security issue in dlt-system-shell regarding strncpy.Alexander Wenzel2013-07-261-3/+16
* Fixed: Security Issue by Command Injection in DLT System.Alexander Wenzel2013-07-265-6/+39
* Changes after review of journal implementation.Alexander Wenzel2013-07-252-14/+44
* systemd/CMakeLists: Remove SYSTEMD_CONFIGURATIONS_FILES_DIR existance check.Noor2013-07-251-11/+7
* Bug 85 - Include of dlt.h leads to compiler warning.Alexander Wenzel2013-07-251-0/+4
* Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi...Alexander Wenzel2013-07-257-40/+145
* Beautify output of journal logging.Alexander Wenzel2013-07-253-28/+94
* Added options for journal logging.Alexander Wenzel2013-07-255-25/+135
* First version of journal support.Alexander Wenzel2013-07-258-8/+232
* added function names in case of Failed to queue resendingSimon Brandner2013-07-191-4/+4
* Fixed dlt-test-multi-process with fudge set to 0Simon Brandner2013-07-191-1/+4
* spec file does not package man files when cmake is run with -DWITH_DOC=OFFSimon Brandner2013-07-192-7/+15
* made the APID strings in dlt-test-multi-process counting from 00-99Simon Brandner2013-07-192-19/+31
* coverity: add a check variable for get size functionSimon Brandner2013-07-191-4/+34
* removed closure of daemonized file descriptor pointing to /dev/nullSimon Brandner2013-07-191-1/+1
* Invalid Sock is set to -1 instead 0 (stdin). Consequent error handling in fse...Simon Brandner2013-07-192-9/+20
* Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...Simon Brandner2013-07-193-53/+131
* added DLT_SEM_LOCK around init of dlt user bufferSimon Brandner2013-07-192-0/+4
* added length check for paths of files to be transferredSimon Brandner2013-07-191-0/+6
* some coverity fixesSimon Brandner2013-07-195-41/+112
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-199-40/+76
* Fixed corruption of transferred filenames because of variable ID-length in un...Simon Brandner2013-07-191-7/+3
* fixed filetransfer stopping because of invalid dirnames.Simon Brandner2013-07-191-7/+2
* added creation date and a simple hash on the file name for to improve the uni...Simon Brandner2013-07-191-0/+26
* Add HowTo Debug documentationLassi Marttala2013-07-1914-0/+232
* Document asynchronous delay in DLT_REGISTER_APPLassi Marttala2013-07-192-5/+9
* Regression fix: check ferror/feof when fgets return NULLLassi Marttala2013-07-191-4/+38
* added length check for inotify eventSimon Brandner2013-07-191-4/+4
* Close filehandle on early existsLassi Marttala2013-07-191-0/+2
* Fix compiler warningsLassi Marttala2013-07-197-28/+19
* modified filetransfer to be more robust in restarting transfersSimon Brandner2013-07-193-266/+615
* Remove dangling DLT_SEM_FREE from dlt_user_queue_resendLassi Marttala2013-07-191-1/+0
* Unify ECU version sending functionsLassi Marttala2013-07-194-117/+84
* fixed possible overflow in dlt-system-filetransfer and missing fclose in dlt_...Simon Brandner2013-07-192-7/+13