summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated version information for 2.5.0 releaseChristian Muck2012-03-063-15/+25
|
* Add man pages to rpm buildLassi Marttala2012-03-051-0/+9
|
* Update of dlt-daemon.1, Readme.txt, Install.txt, CMAKELists and gitignoreChristian Muck2012-03-057-46/+61
|
* [GDLT-53] Remove dummy libraryLassi Marttala2012-03-022-2/+0
|
* [GDLT-53] Lassi Marttala2012-03-028-55/+72
| | | | | Improve the man page generation. Upgrade the versions within man files. Move man page generation into build/doc dir
* Prettyfied the syntax to be more consistent.Lassi Marttala2012-03-011-9/+8
|
* First test using cmakelistLassi Marttala2012-03-012-1/+52
|
* Fixed the version number in ReleaseNotes.txtLassi Marttala2012-02-281-1/+1
|
* Modified GENIVI RPM Release value in CMakeLists.txtChristian Muck2012-02-281-1/+1
|
* Modified systemd unit files.Christian Muck2012-02-212-2/+2
|
* Modified systemd unit file for dlt-daemon.Christian Muck2012-02-211-1/+1
|
* Update project structureChristian Muck2012-02-1325-385/+366
|
* Added .cproject and .project fileChristian Muck2012-02-094-7/+311
|
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of ↵Christian Muck2012-02-0811-107/+181
| | | | the filetransfer fixed.
* Set automatic dlt lib version number from project CMakeLists.txt. Removed ↵Christian Muck2012-02-084-197/+2
| | | | dlt-test-internal because has no functionality.
* Amend releasenotes to reflect the version number.Lassi Marttala2012-02-081-1/+1
|
* Add dlt-test-multi-process to spec.Lassi Marttala2012-02-081-0/+3
|
* Fix build for real targets. sys/stat.h was not taken in.Lassi Marttala2012-02-081-0/+1
|
* Increase version.Lassi Marttala2012-02-071-3/+3
|
* Merge branch 'master' of git@qmuc300924:/home/git/DLT-daemonLassi Marttala2012-01-312-8/+18
|\
| * Updat of dlt-convert and dlt-receive man pagesChristian Muck2012-01-302-8/+18
| |
* | Add descriptions for app and context.Lassi Marttala2012-01-271-2/+6
| |
* | Changed to uint32_t to match the specification.Lassi Marttala2012-01-261-1/+1
| |
* | [GSW-141] Tracefile content stored different under Ubuntu 64 bit versionLassi Marttala2012-01-261-1/+1
| | | | | | | | | | compared to Ubuntu/Win 32 Bit version Modified DltStorageHeader to use int32_t instead of time_t.
* | Suggested Changes to dlt-test-mutli-process:Lassi Marttala2012-01-232-36/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sender: * Print default values in usage. * Each process should have own APPID * Each thread should have own CID client: * Make usage() useful * Also count headers to bytes transferred, * Serial device mode * Baudrate as option * Output to file * Limit number of messages to receive
* | Initial version of dlt-test-multi-processLassi Marttala2012-01-204-1/+678
|/
* [GSW-136] Improve including/prefixing of dlt_version.h fixedChristian Muck2012-01-185-21/+21
|
* [GSW-137] Wrong include gives error on compailing against dltChristian Muck2012-01-163-7/+9
|
* Added dlt_version.h to .gitignoreChristian Muck2012-01-161-0/+1
|
* Clean up of doc generationChristian Muck2012-01-1615-153/+60
|
* [GSW-135] Fixed compile warningsChristian Muck2012-01-135-18/+27
|
* Updated filetransfer documentation, lib and test applicationChristian Muck2012-01-133-140/+130
|
* 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-133-0/+50
|/
* Updated ReleaseNotesv2.4.2Christian Muck2011-11-251-2/+15
|
* Disabled completely SHM if not enabled.Alexander Wenzel2011-11-254-0/+24
|
* Disabled share memory by default.Alexander Wenzel2011-11-231-1/+1
|
* Fixed buffer overflow problem in buffer library.Alexander Wenzel2011-11-233-12/+6
|
* Updated version number to v2.4.2.Alexander Wenzel2011-11-223-3/+14
|
* dlt-system filetransfer now recovers when file is deleted during filetransfer.Alexander Wenzel2011-11-226-669/+153
| | | | | Added check of file size when starting and deleting files during filetransfer. Added check of shm buffer availability when push to shm.
* Added dynamic increasable ringbuffers to user lib and daemon.Alexander Wenzel2011-11-159-105/+265
|
* Created abstraction of shm buffer management.Alexander Wenzel2011-11-144-445/+492
|
* Updated Release Notes.v2.4.1Alexander Wenzel2011-11-111-2/+5
|
* Reworkd SHM implementation.Alexander Wenzel2011-11-102-256/+251
|
* Reverted old FIFO functions. Still SHM enabled by default.Alexander Wenzel2011-11-1011-39/+323
|
* Added flush in internal logging of dlt-daemon.Alexander Wenzel2011-11-101-1/+3
|
* Merge branch 'master' of https://git.genivi.org/srv/git/DLT-daemonChristian Muck2011-11-107-132/+207
|\ | | | | | | | | Conflicts: src/shared/dlt_shm.c
| * Added internal logging to shm.Alexander Wenzel2011-11-091-11/+16
| |
| * Added dlt-daemon internal logging configuration into dlt.conf file.Alexander Wenzel2011-11-097-121/+190
| | | | | | | | Internal logging to file now also possible.