summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Increased buffer size of daemon and user library.Alexander Wenzel2012-10-092-6/+6
* [GDLT-120]: Never block if queue is full.Lassi Marttala2012-10-091-5/+15
* [GDLT-137]: Automated resending: Improve init. Use everywhere.Lassi Marttala2012-10-092-53/+156
* [GDLT-120]: More precise data sizes. Add automatic tests.Lassi Marttala2012-10-093-510/+1444
* [GDLT-120]: Segmented Network Trace: Prepare for rewrite.Lassi Marttala2012-10-096-418/+2
* [GDLT-137]: Add future resend request when pushed into buffer.Lassi Marttala2012-10-091-4/+14
* [GDLT-120]: Improved Network trace. Rewrite to POSIX queue.Lassi Marttala2012-10-097-143/+670
* [GDLT-120] Segmentation of larger messages, raw blocks which fit not in a sin...Lassi Marttala2012-10-093-13/+379
* [GDLT-115]: Encapsulate more macros. Fix things that used macrosLassi Marttala2012-09-273-32/+15
* [GDLT-115]: Prevent return value from DLT_REGISTER_APPLassi Marttala2012-09-272-2/+2
* Fix register app and register context was not stored in buffer when FIFO is f...Alexander Wenzel2012-09-271-2/+41
* Create new fifo only when same application registers with different pid.Alexander Wenzel2012-09-271-1/+1
* Do not register appliction again, if already registered.Alexander Wenzel2012-09-271-0/+29
* Fixed filetransfer not checking buffer fill level.Alexander Wenzel2012-09-271-2/+3
* 2.7.0 Delivery prep.Lassi Marttala2012-06-151-0/+4
* Fixed compile warnings with unused parametersChristian Muck2012-06-132-1/+11
* Updated doxygen documentation, readme, man pages and release notesChristian Muck2012-06-132-6/+4
* [GDLT-24]: Fix for a compiler warning.Lassi Marttala2012-06-131-1/+2
* Preparation of config files for releaseChristian Muck2012-06-133-8/+16
* [GDLT-94]: Send periodic software version messages.Lassi Marttala2012-06-136-3/+174
* [GENDLT-26]: Check for description length sanity.Lassi Marttala2012-06-131-1/+1
* [GENDLT-24]: Crash on invalid injection message.Lassi Marttala2012-06-131-0/+6
* [GDLT-93]: Add -Wextra flags for compilationLassi Marttala2012-06-135-9/+10
* [GDLT-90] Implemented systemd watchdog concept in dlt-systemChristian Muck2012-06-1311-43/+290
* If compiled for systemd but the system not using systemd, print an internal e...Christian Muck2012-06-131-1/+1
* [GDLT-90] Implemented systemd watchdog conceptChristian Muck2012-06-133-10/+135
* 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-1316-1366/+1619
* Added dlt log to injection methodsChristian Muck2012-05-303-7/+7
* [GDLT-89] Daemon doesn't sent the persistent log level, trace status configur...Christian Muck2012-05-301-4/+5
* Changed name of offline trace traceChristian Muck2012-05-301-1/+1
* [GDLT-88] Fixed wrong initalization order using offline trace functionalityLassi Marttala2012-05-301-10/+10
* Added important SEM_FREE in the daemon and closing fd in the filetransferChristian Muck2012-05-302-1/+2
* [GDLT-3] Fixed missing semaphore around dlt_buffer_push3Christian Muck2012-05-302-0/+5
* Commented the dlt_log info of buffer size information outChristian Muck2012-05-301-2/+2
* Corrected the default values of dlt.confChristian Muck2012-05-301-4/+4
* Added define statement for initial value of file descriptor and (-1). Updated...Christian Muck2012-05-303-23/+22
* [GDLT-86] Fixed dlt_free uses absolute file path /tmp and not DLT_USER_DIR de...Christian Muck2012-05-301-1/+1
* [D4099]: Integrated fix from Alexander Wenzel. This will check forLassi Marttala2012-05-303-2/+73
* [GDLT-85] Pipes opened multiple times for the same application pid fixed.Christian Muck2012-05-301-5/+25
* [GDLT-82] Child process inherits file descriptors openend by their parent fixedChristian Muck2012-05-301-2/+2
* [GDLT-84] Instead of calling the injection callback, store a pointerLassi Marttala2012-05-301-29/+27
* [GDLT-70] Check for malloc failures and return errors where applicable.Lassi Marttala2012-05-302-0/+32
* [GDLT-47] Avoid discarding old contexts if no new memory can be allocatedLassi Marttala2012-05-301-4/+10
* [GDLT-69] Fixed bug in dlt-test-multi-process shares context between threadsLassi Marttala2012-05-301-2/+1
* GDLT-75. Use old style directory check on startup.Lassi Marttala2012-04-041-89/+125
* GENDLT-15, Fixes to previous integrations from review.Lassi Marttala2012-04-042-6/+8
* GENDLT-15, Safe re-allocations for databuffer.Lassi Marttala2012-04-044-17/+46
* GENDLT-15, use the correct TEXTBUFSIZELassi Marttala2012-04-041-1/+1
* GENDLT-15, Optimize usege of strlen.Lassi Marttala2012-04-041-18/+6