summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix overflow after ~35 minutes in dlt_uptime function. Should now ocurr after...Simon Brandner2013-07-191-2/+2
* Fix null pointer crash in dlt_user_log_check_user_messageLassi Marttala2013-07-191-1/+2
* Watchdog: Review changes.Lassi Marttala2013-07-192-22/+15
* Watchdog: Watch the main thread.Lassi Marttala2013-07-192-6/+60
* appended null termination to version stringSimon Brandner2013-07-1910-97/+131
* Removed most warnings caused by: Wunused-but-set-variable flag. Eome were kep...Simon Brandner2013-07-199-15/+125
* Parasoft workaround: solve complaints about missing breaks/returns in default...Simon Brandner2013-07-1912-0/+13
* split up dlt_user_trace_network_segmented_thread function to avoid nested loopSimon Brandner2013-07-191-73/+81
* Parasoft: added 2 free s_segmented_data allocations in error case - one detec...Simon Brandner2013-07-191-5/+10
* Fix: Parasoft DLT complaints about missing Null pointer checkSimon Brandner2013-07-192-2/+12
* Reduce used stack size needed by making resend buffer static.Alexander Wenzel2012-12-042-5/+9
* Improve DLT CheatsheetEckhard Diezel2012-11-261-21/+47
* Update version for 2.10.0Lassi Marttala2012-11-262-3/+5
* Removed Eclipse project files and added to ignore list.Alexander Wenzel2012-11-263-306/+2
* Release of new stable version v2.9.0v2.9.0Alexander Wenzel2012-11-265-17/+29
* Converted extended network trace document to asciidoc.Lassi Marttala2012-11-262-96/+45
* Moved manual generation from batch file into cmake.Alexander Wenzel2012-11-265-47/+83
* Updated dlt-filetransfer documentation to asciidocChristian Muck2012-11-2612-1721/+146
* Modfied documentation using asciibook.Alexander Wenzel2012-11-2624-715/+3148
* Increased buffer size of daemon and user library.Alexander Wenzel2012-11-262-6/+6
* [GSWD-12]: Prepare for release. Documents updated.Lassi Marttala2012-11-268-9/+20
* [GDLT-120]: Never block if queue is full.Lassi Marttala2012-11-261-5/+15
* [GDLT-137]: Automated resending: Improve init. Use everywhere.Lassi Marttala2012-11-262-53/+156
* [GDLT-120]: More precise data sizes. Add automatic tests.Lassi Marttala2012-11-263-510/+1444
* [GSWD-85] Added AUTHORS filesChristian Muck2012-11-261-0/+10
* [GDLT-120]: Segmented Network Trace: Prepare for rewrite.Lassi Marttala2012-11-269-422/+36
* [GDLT-137]: Add future resend request when pushed into buffer.Lassi Marttala2012-11-261-4/+14