summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Update .changes filetizen_3.0.m14.2_ivi_releasesubmit/tizen_ivi_panda/20140403.012132submit/tizen_ivi_genivi/20140131.051701submit/tizen_ivi_genivi/20140131.043308submit/tizen_ivi/20140411.013710submit/tizen/20131203.080542accepted/tizen/ivi/panda/20140403.013949accepted/tizen/ivi/genivi/20140131.051227accepted/tizen/ivi/20140411.013503accepted/tizen/20131203.183732tizen_ivi_pandatizen_ivi_genivitizen_ivitizen_3.0.m14.2_iviaccepted/tizen_ivi_pandaaccepted/tizen/ivi/geniviMikko Ylinen1-0/+5
2013-11-28Make Tizen ECUId = TIZ1Mikko Ylinen1-1/+1
2013-11-28Enable Journal in dlt-system.confMikko Ylinen1-1/+1
2013-11-28Run dlt-daemon and dlt-system as rootMikko Ylinen2-2/+0
2013-10-21Initial Tizen release (dlt-daemon 1.2.9 upstream)submit/tizen_ivi_stable/20131116.010004submit/tizen/20131021.113809accepted/tizen_ivi_stable/20131116.012347accepted/tizen/20131112.015424accepted/tizen/20131021.162912accepted/tizen/ivi/stableaccepted/tizen/ivi/releaseMikko Ylinen1-0/+4
2013-10-18Clear target msg buffer before copyMikko Ylinen1-0/+3
2013-10-18Add .gbs.confMikko Ylinen1-0/+3
2013-10-18Add tizen packaging filesMikko Ylinen1-0/+102
2013-10-18Skip dlt-example-user.service install if WITH_DLT_EXAMPLES=OFFMikko Ylinen1-3/+7
2013-10-18Release of new stable version v2.9.1v2.9.1Alexander Wenzel2-6/+29
2013-10-18Added cmake installation path to systemd service files installation.Alexander Wenzel1-1/+1
2013-10-18Added additional command line commands.Alexander Wenzel3-4/+251
2013-10-18Added command line commands set log level and set trace status.Alexander Wenzel3-4/+103
2013-10-18Implementation of command line tool dlt-control.Alexander Wenzel4-12/+452
2013-10-18Fix file transfer bug.Stefan Seefeld1-1/+1
2013-10-18Fixed Lint warnings in DLT log parameters macros.Alexander Wenzel1-48/+40
2013-08-07Changes after review.Alexander Wenzel3-7/+13
2013-08-07Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.Alexander Wenzel9-42/+172
2013-07-31Yocto fix in build builds.Alexander Wenzel6-19/+19
2013-07-26Fixed security issue in dlt-system-shell regarding strncpy.Alexander Wenzel1-3/+16
2013-07-26Fixed: Security Issue by Command Injection in DLT System.Alexander Wenzel5-6/+39
2013-07-25Changes after review of journal implementation.Alexander Wenzel2-14/+44
2013-07-25systemd/CMakeLists: Remove SYSTEMD_CONFIGURATIONS_FILES_DIR existance check.Noor1-11/+7
2013-07-25Bug 85 - Include of dlt.h leads to compiler warning.Alexander Wenzel1-0/+4
2013-07-25Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, origi...Alexander Wenzel7-40/+145
2013-07-25Beautify output of journal logging.Alexander Wenzel3-28/+94
2013-07-25Added options for journal logging.Alexander Wenzel5-25/+135
2013-07-25First version of journal support.Alexander Wenzel8-8/+232
2013-07-19added function names in case of Failed to queue resendingSimon Brandner1-4/+4
2013-07-19Fixed dlt-test-multi-process with fudge set to 0Simon Brandner1-1/+4
2013-07-19spec file does not package man files when cmake is run with -DWITH_DOC=OFFSimon Brandner2-7/+15
2013-07-19made the APID strings in dlt-test-multi-process counting from 00-99Simon Brandner2-19/+31
2013-07-19coverity: add a check variable for get size functionSimon Brandner1-4/+34
2013-07-19removed closure of daemonized file descriptor pointing to /dev/nullSimon Brandner1-1/+1
2013-07-19Invalid Sock is set to -1 instead 0 (stdin). Consequent error handling in fse...Simon Brandner2-9/+20
2013-07-19Removed possible recursive call of dlt_user_log_file_errorMessage. Added some...Simon Brandner3-53/+131
2013-07-19added DLT_SEM_LOCK around init of dlt user bufferSimon Brandner2-0/+4
2013-07-19added length check for paths of files to be transferredSimon Brandner1-0/+6
2013-07-19some coverity fixesSimon Brandner5-41/+112
2013-07-19Semaphores and Pointer passing insteasd by value and otehr coverity issue fixesSimon Brandner9-40/+76
2013-07-19Fixed corruption of transferred filenames because of variable ID-length in un...Simon Brandner1-7/+3
2013-07-19fixed filetransfer stopping because of invalid dirnames.Simon Brandner1-7/+2
2013-07-19added creation date and a simple hash on the file name for to improve the uni...Simon Brandner1-0/+26
2013-07-19Add HowTo Debug documentationLassi Marttala14-0/+232
2013-07-19Document asynchronous delay in DLT_REGISTER_APPLassi Marttala2-5/+9
2013-07-19Regression fix: check ferror/feof when fgets return NULLLassi Marttala1-4/+38
2013-07-19added length check for inotify eventSimon Brandner1-4/+4
2013-07-19Close filehandle on early existsLassi Marttala1-0/+2
2013-07-19Fix compiler warningsLassi Marttala7-28/+19
2013-07-19modified filetransfer to be more robust in restarting transfersSimon Brandner3-266/+615