summaryrefslogtreecommitdiff
path: root/src/system
Commit message (Expand)AuthorAgeFilesLines
* Removed all trailing whitespacesLutz Helwing2015-07-214-32/+32
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-1712-23/+23
* Updated license headers to latest GENIVI license policy. Fixed further LRT Sc...Lutz Helwing2015-06-1712-133/+181
* Remove absolute installation paths so that DLT can be installed at any locati...Jacques GUILLOU2015-04-022-2/+4
* Add the IPv6 supportJiri Popek2015-03-231-2/+2
* Fix PREFIX. Works now with the default PREFIX (/usr/local/) and with the user...Alexander Wenzel2015-03-121-5/+1
* resolves BUG-206: Install prefix should be configurableTomasz Kondziola2015-03-121-3/+5
* Fixed: all possible malloc, sprintf and strcpy problemsAlexander Wenzel2014-04-016-23/+25
* Updated authors information.Alexander Wenzel2014-04-012-26/+12
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib...Alexander Wenzel2014-04-012-5/+15
* Fixed: Bug 172 - DLT system crashes because of wrong journald adaptor impleme...Alexander Wenzel2014-04-011-52/+58
* Bug 3 - Cmake does not check for zlib for dlt-daemon compilation.Alexander Wenzel2014-01-101-2/+2
* Reduce Timeout between filetransfer packets.Alexander Wenzel2014-01-101-1/+1
* Fix: Systemd Journal Adapter provides corrupted output.Alexander Wenzel2013-10-241-0/+1
* Yocto fix in build builds.Alexander Wenzel2013-07-311-3/+3
* 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
* 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-256-5/+222
* removed closure of daemonized file descriptor pointing to /dev/nullSimon Brandner2013-07-191-1/+1
* added length check for paths of files to be transferredSimon Brandner2013-07-191-0/+6
* some coverity fixesSimon Brandner2013-07-191-2/+6
* Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner2013-07-193-18/+26
* 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 length check for inotify eventSimon Brandner2013-07-191-4/+4
* Fix compiler warningsLassi Marttala2013-07-192-2/+6
* modified filetransfer to be more robust in restarting transfersSimon Brandner2013-07-193-266/+615
* fixed possible overflow in dlt-system-filetransfer and missing fclose in dlt_...Simon Brandner2013-07-191-7/+12
* appended null termination to version stringSimon Brandner2013-07-192-20/+32
* Parasoft workaround: solve complaints about missing breaks/returns in default...Simon Brandner2013-07-191-0/+1
* [GDLT-115]: Encapsulate more macros. Fix things that used macrosLassi Marttala2012-11-261-1/+1
* Fixed filetransfer not checking buffer fill level.Alexander Wenzel2012-11-261-2/+3
* 2.7.0 Delivery prep.Lassi Marttala2012-06-151-0/+4
* Updated doxygen documentation, readme, man pages and release notesChristian Muck2012-06-131-4/+2
* Preparation of config files for releaseChristian Muck2012-06-132-2/+7
* [GDLT-93]: Add -Wextra flags for compilationLassi Marttala2012-06-134-8/+8
* [GDLT-90] Implemented systemd watchdog concept in dlt-systemChristian Muck2012-06-137-7/+239
* dlt-system: Logging of error conditions. Assert memory allocations.Lassi Marttala2012-06-136-13/+74
* [GDLT-67] dlt-system v2.0, check full commit message for rebase detailsLassi Marttala2012-06-1313-1363/+1582
* Added dlt log to injection methodsChristian Muck2012-05-301-2/+2
* GDLT-75. Use old style directory check on startup.Lassi Marttala2012-04-041-89/+125
* GDLT-4 Improve queue handling, allow for other messages whileLassi Marttala2012-04-042-6/+15
* GDLT-4 Limit maximum file queue to 256 files.Lassi Marttala2012-04-041-16/+20
* Cleaned some warnings generated from removing stale old code.Lassi Marttala2012-04-041-3/+1
* GDLT-4, First working version of inotify for file transfer.Lassi Marttala2012-04-041-15/+33
* GDLT-2, First test for filetransfer changeLassi Marttala2012-04-043-2/+51
* GDLT-2: Change to gzip wrapper format. Change file signature creation toLassi Marttala2012-04-041-88/+55