summaryrefslogtreecommitdiff
path: root/src/system
Commit message (Expand)AuthorAgeFilesLines
* Code beautification using uncrustifyChristoph Lipka2018-12-2111-1465/+1440
* dlt-system-process-handling: fix warning (#12)Gordan Markuš2017-05-181-1/+1
* Added Description in dlt-system.confAmber Bhardwaj2017-02-161-0/+5
* dlt-system-filetransfer: fix bug caused by malloc assertManikandan C2016-10-241-6/+11
* dlt-system-filetransfer: Fix compiler warningsChristoph Lipka2016-10-241-1/+2
* Add: Debug log for file transfer feature of dlt-system.Yusuke Sato2016-09-231-1/+1
* Fix: File Transfer accelerationYusuke Sato2016-09-231-0/+1
* Fix: File name is broken when file is transferred on 64 bit OS.Yusuke Sato2016-09-231-2/+2
* Bugfix: dlt-system filetransfer crashSven Hassler2016-02-191-1/+8
* dlt-system filetransfer waits for a clientSven Hassler2016-02-172-2/+5
* Set default log-levels in dlt.confStefan Vacek2015-12-091-1/+1
* Fix register context before application is registeredStefan Vacek2015-12-081-2/+2
* Fixed compiler warnings about format issues in dlt-system-journal.c by replac...Lutz Helwing2015-12-071-2/+2
* dlt-daemon: Make IP version compile time configurableS. Hameed2015-12-071-0/+8
* Linking library systemd instead of systemd-journal systemd-id128 if systemd v...Lutz Helwing2015-11-181-1/+6
* Purged all warnings for -Wall -WextraLutz Helwing2015-10-283-3/+3
* Use the best possible timestamp for all system journal entries: Realtime: use...Lutz Helwing2015-10-071-26/+88
* 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