summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Move all man pages to markdown files (#102)v2.18.1Christoph Lipka2019-02-1238-4029/+1701
| | | | All manpages have been removed, because they will be autogenerated from markdown files using pandoc.
* fix broken/missing links in documentationChristoph Lipka2018-12-211-0/+2
| | | | Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
* Documentation updateChristoph Lipka2018-12-219-41/+798
| | | | | Signed-off-by: Manikandan C <mchockalingam@de.adit-jv.com> Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
* Log storage - Updates (#82)ManikandanChockalingam2018-11-151-15/+32
| | | | | | | | | | - improvements and refactor key creation - Sync strategies added Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com> Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com> Signed-off-by: S. Hameed <shameed@jp.adit-jv.com> Signed-off-by: Ravi Sankar P <ponnurangamravi.sankar@in.bosch.com> Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
* Add dlt-sortbytimestamp utility plus documentation (#73)eBardieCT2018-09-256-13/+222
| | | | | | | | | | | | | | | * Add dlt-sortbytimestamp utility plus documentation Add a commandline utility to sort a DLT file by timestamp. By default a DLT file's messages are in the order they were received by the logger. This is not ideal for tracing problems on systems with multi-threaded programmes running on multi-core CPUs since message reception order will not always (or even often) correspond to message creation order. The documentation deals with how to handle the problem case of DLT files containing messages from multiple boot cycles.
* Add short explanation for DLT log level (#20)Lutz Helwing2017-08-072-0/+137
| | | Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
* Tell cmake to use README.md instead of README to fix doc generation (#16)pierreN2017-05-221-1/+1
| | | Signed-off-by: Pierre N <pierreN@users.noreply.github.com>
* doc: Documenatation updateChristoph Lipka2016-10-2411-96/+433
| | | | Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
* Updated man pages and READMEsLutz Helwing2016-02-2419-210/+1052
| | | | | | | | | | | - Updated INSTALL - Updated README - Fixed ReleaseNotes.txt for asciidoc generation - Added manual for core dump handler - Updated all man pages Change-Id: I7154c14f92b3f7f6ca05c721d154a8e1aa7df1bf Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
* Added documentation, bugfixes, improvementsSven Hassler2015-12-162-0/+146
| | | | | | | - Added dlt-kpi.txt as asciidoc document. - Fixed a bug where extremely high CPU- and IO-Wait times were calculated. - CPU- and IO-Wait time are now being divided by CPU count.
* Fixed include paths in dlt_user_manual.txt and dlt_cheatsheet.txtSven Hassler2015-11-052-8/+8
| | | | | | Changed [dlt/dlt.h] to only [dlt.h] Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
* Restrict dlt-receive to write max. n-bytesStefan Vacek2015-10-072-4/+27
| | | | | | | | - dlt-receive gets a new parameter to restrict the maximum size of the written file. When the limit is exceeded, a new file is opened - testscript (bash) in src/tests provided to demonstrate functionality Signed-off-by: Stefan Vacek <stefan.vacek@intel.com>
* Cleanup masterStefan Vacek2015-10-077-0/+0
| | | | | | | - remove compiler warnings - fix file permissions Signed-off-by: Stefan Vacek <stefan.vacek@intel.com>
* Offline Logstorage: DocumentationChristoph Lipka2015-07-306-0/+368
| | | | Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
* Removed all trailing whitespacesLutz Helwing2015-07-2115-104/+104
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Fixed license headers and copyright doxygen commentsLutz Helwing2015-06-1711-12/+12
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Updated license headers to latest GENIVI license policy. Fixed further LRT ↵Lutz Helwing2015-06-1721-53/+213
| | | | | | Scan findings. Renamed and cleanup further files. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Made zlib dependent on DLT_SYSTEM. Doxygen paths are now determined by CMake.Patric Matters2015-03-231-3/+3
| | | | | Signed-off-by: Patrick Matters <Patrick.Matters@bmw.de> Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Add HowTo Debug documentationLassi Marttala2013-07-1914-0/+232
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Document asynchronous delay in DLT_REGISTER_APPLassi Marttala2013-07-192-5/+9
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Improve DLT CheatsheetEckhard Diezel2012-11-261-21/+47
| | | | | Signed-off-by: Eckhard Diezel <external.Eckhard.Diezel@de.bosch.com> Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Release of new stable version v2.9.0v2.9.0Alexander Wenzel2012-11-263-13/+25
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Converted extended network trace document to asciidoc.Lassi Marttala2012-11-262-96/+45
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Moved manual generation from batch file into cmake.Alexander Wenzel2012-11-263-33/+35
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Updated dlt-filetransfer documentation to asciidocChristian Muck2012-11-2612-1721/+146
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Modfied documentation using asciibook.Alexander Wenzel2012-11-2621-484/+2961
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GSWD-12]: Prepare for release. Documents updated.Lassi Marttala2012-11-265-5/+5
| | | | Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* [GDLT-120]: Improved Network trace. Rewrite to POSIX queue.Lassi Marttala2012-11-263-0/+1668
| | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of multiple commits. The original commit messages follow. [GDLT-120]: Segmented network trace: Correct error condition checks. [GDLT-120]: Add documentation for extended network trace [GDLT-120]: Add dlt_queue. Linked list based dynamic queue. [GDLT-120]: Recode to using queue for segmented messages [GDLT-120]: Improved thread start handling. Add error handling. Remove libm from linkage. [GDLT-120]: Avoid sending an extraneous empty segment, when size is aligned [GDLT-120]: More expansive return values from dlt_user_log_send_log [GDLT-120]: Change default behaviour of dlt_user_trace_network to truncated, instead of discard. [GDLT-120]: Convert to POSIX queue. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* After stable release v2.7.0 - updated the version information to v2.8.0 ↵Christian Muck2012-09-275-5/+5
| | | | | | Alpha - bugfixes for version v2.7.0 should be done in the bugfix branch v2.7.1 Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Updated doxygen documentation, readme, man pages and release notesChristian Muck2012-06-1311-24/+111
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* After stable release v2.6.0 - updated the version information to v2.7.0 ↵Christian Muck2012-04-136-6/+6
| | | | | | ALPHA - bugfixes for version v2.6.0 should be done in the bugfix branch v2.6.1 Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Updated release notesv2.6.0Christian Muck2012-04-051-1/+1
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Change version numberLassi Marttala2012-04-045-5/+5
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Corrected email of Alexander WenzelChristian Muck2012-03-271-1/+1
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Increase versions.Lassi Marttala2012-03-265-5/+5
|
* GDLT-38, Update licenses in CMakeListsLassi Marttala2012-03-261-32/+10
|
* Updated release notesChristian Muck2012-03-226-6/+6
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* [GENDLT-20] Fixed bug to use old cmake version for copy fileChristian Muck2012-03-211-1/+1
| | | | Signed-off-by: Christian Muck <christian.muck@bmw.de>
* Update of dlt-daemon.1, Readme.txt, Install.txt, CMAKELists and gitignoreChristian Muck2012-03-053-13/+11
|
* [GDLT-53] Remove dummy libraryLassi Marttala2012-03-022-2/+0
|
* [GDLT-53] Lassi Marttala2012-03-027-55/+71
| | | | | 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
|
* Update project structureChristian Muck2012-02-131-23/+15
|
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of ↵Christian Muck2012-02-082-0/+13
| | | | the filetransfer fixed.
* Updat of dlt-convert and dlt-receive man pagesChristian Muck2012-01-302-8/+18
|
* Clean up of doc generationChristian Muck2012-01-168-29/+1555
|
* Updated filetransfer documentation, lib and test applicationChristian Muck2012-01-131-24/+20
|
* Added manual pages.alex2011-11-026-0/+482
|
* Added install target and files for filetransfer in the cmakelists . Fixed ↵Christian Muck2011-10-182-0/+1788
| | | | little bug in test filetransfer. Added filetransfer documentation and example program.