summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* GENDLT-15, Avoid buffer overrun with snprintf().Lassi Marttala2012-04-045-92/+102
* GENDLT-15, Rename buffer size constant to avoid confusion.Lassi Marttala2012-04-043-23/+20
* 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-042-89/+60
* GDLT-2, Fix bug while reading the options.Lassi Marttala2012-04-041-1/+1
* GDLT-2, Allow for enabling/disabling compression for the separateLassi Marttala2012-04-044-16/+37
* GDLT-2, Check if the file is already compressed.Lassi Marttala2012-04-041-3/+18
* GDLT-2 Link with libz, fix a typo.Lassi Marttala2012-04-042-2/+3
* GDLT-2 zlib based compression.Lassi Marttala2012-04-044-0/+124
* Changed dlt loggingmode to default valueChristian Muck2012-03-281-1/+1
* Corrected email of Alexander WenzelChristian Muck2012-03-2744-44/+44
* GDLT-38, Update <FILE> fields in licenses.Lassi Marttala2012-03-2639-39/+39
* GDLT-38, Update licenses to all the sources.Lassi Marttala2012-03-2626-810/+417
* GDLT-38, Update license in internal headers.Lassi Marttala2012-03-2613-426/+238
* GDLT-38, Update license in more CMakeListsLassi Marttala2012-03-267-225/+78
* GDLT-38, Update licenses in CMakeListsLassi Marttala2012-03-261-32/+11
* Added missing license header to two filesv2.5.1Christian Muck2012-03-223-0/+203
* Modified library for new test cases to corrupt data - related to the bug fix ...Christian Muck2012-03-222-1/+78
* Replaced dlt-test-filetransfer-image.png with an own created imageChristian Muck2012-03-211-0/+0
* [GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is alwa...Christian Muck2012-03-211-2/+4
* Fixed bug with comparinson between signed and unsigned integer and protection...Christian Muck2012-03-216-34/+41
* GDLT-64, check that the messages in tests 6m and 6f are actuallyLassi Marttala2012-03-211-2/+20
* Update project structureChristian Muck2012-02-137-57/+1
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of th...Christian Muck2012-02-087-106/+143
* Set automatic dlt lib version number from project CMakeLists.txt. Removed dlt...Christian Muck2012-02-083-196/+2
* Fix build for real targets. sys/stat.h was not taken in.Lassi Marttala2012-02-081-0/+1
* Add descriptions for app and context.Lassi Marttala2012-01-271-2/+6
* Suggested Changes to dlt-test-mutli-process:Lassi Marttala2012-01-232-36/+135
* Initial version of dlt-test-multi-processLassi Marttala2012-01-204-1/+678
* [GSW-136] Improve including/prefixing of dlt_version.h fixedChristian Muck2012-01-182-4/+4
* [GSW-135] Fixed compile warningsChristian Muck2012-01-134-16/+19
* Updated filetransfer documentation, lib and test applicationChristian Muck2012-01-132-116/+110
* Merge branch 'tmp'Christian Muck2012-01-131-26/+7
|\
| * Some little improvementsChristian Muck2012-01-131-26/+7
* | [GSW-138] API Extension to resend the log messages in the user buffer fixed.Christian Muck2012-01-132-0/+42
|/
* Disabled completely SHM if not enabled.Alexander Wenzel2011-11-253-0/+22
* Fixed buffer overflow problem in buffer library.Alexander Wenzel2011-11-231-1/+4
* Updated version number to v2.4.2.Alexander Wenzel2011-11-221-1/+1
* dlt-system filetransfer now recovers when file is deleted during filetransfer.Alexander Wenzel2011-11-225-619/+55
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-157-96/+254
* Created abstraction of shm buffer management.Alexander Wenzel2011-11-142-442/+445