summaryrefslogtreecommitdiff
path: root/navit/vehicle/file/vehicle_file.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-29/+16
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-752/+724
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-35/+35
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-2/+2
* fix:build:fixed compiler warning in vehicle module (#394)Patrick Höhn2018-01-171-1/+5
* Add some Documentation to Plugins (#375)jkoan2017-11-261-1/+9
* Fix:Core:only GGA or RMC message required, ticket #913 (#365)naggety2017-11-241-148/+172
* Patch:core:More Talker IDs other than GP accepted (#314)naggety2017-09-271-6/+7
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-4/+4
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-17/+17
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-35/+35
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-311-1/+1
* Fix:core:Fix warnings for incorrect format strings: use %td, %zu.sleske2014-08-311-1/+1
* Fix:core:Fix warnings by not using g_str(n)casecmp; new function navit_utf8_s...sleske2013-08-111-4/+4
* Fix:vehicle_file:Avoid corrupted state filemartin-s2012-11-061-0/+1
* Add:vehicle_file:Added init string for socket communication to make vehicle s...martin-s2012-08-221-1/+6
* Add:vehicle_file:Option to save current gps position on shutdown and resume f...martin-s2012-02-061-1/+39
* Fix:core:Fix clang compiler warnings: unused variablesrikky2011-02-121-1/+0
* Fix:Core: Removes unused variable, stgeoghegan2011-02-121-1/+1
* Fix:vehicle/file: include config.h before all other headerswoglinde2011-02-051-1/+1
* Fix:vehicle/file: include file.h to get prototype for file_is_regwoglinde2011-02-051-0/+1
* Fix:Core:MSVC fixesmartin-s2011-01-251-4/+4
* Fix:vehicle_file:MSVC fixesmartin-s2011-01-251-2/+1
* Fix:vehicle_file:MSVC fixes|Thanks chollyamartin-s2011-01-241-7/+15
* Fix:vehicle_file:Fixed win32 support, patch from #332|Thanks richtmartin-s2010-11-041-49/+78
* Fix:vehicle_file:More realistic timing when replaying nmea logsmartin-s2010-08-111-0/+2
* Fix:vehicle_file:Correct length argumentmartin-s2010-08-111-2/+2
* Fix:vehicle/file: fix potential security bug for uctfixtime, if someone spoil...woglinde2010-08-061-3/+2
* Add:vehicle_file:Option to get nmea stream from socketmartin-s2010-06-281-2/+37
* Fix:vehicle_file:Removed carriage returnsmartin-s2010-06-281-202/+202
* git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3061 ffa7fe5e-494...Gauthier602010-03-201-54/+228
* Fix:Core:Made vehicle callback more specificmartin-s2009-09-071-2/+2
* Fix:Core:Fix coverity bug #17, Dereferencing NULL value 'source'kazer_2009-06-161-0/+4
* Fix:Core:Improved tracking to compensate for gps receivers with static naviga...martin-s2009-06-151-22/+33
* Fix:vehicle_file:Correct off by one errorsmartin-s2009-06-041-2/+2
* Fix:vehicle_file:Reduce verbositymartin-s2009-03-241-1/+1
* Fix:vehicle_file:Add sub-second resolution to fix timemartin-s2009-03-111-1/+1
* Fix:Vehicle_file:Formatting time correctlytinloaf2009-03-091-2/+2
* Fix:vehicle_file:Initial value to fix warningsteven_s2009-02-091-1/+1
* Add:vehicle_file:Add support getting satellite statusmartin-s2009-01-291-13/+92
* Add:vehicle_file:Added attribute to get direction of a magnetic compassmartin-s2008-12-281-0/+18
* Fix:vehicle_file:Support more baudratesmartin-s2008-11-201-0/+16
* Fix:vehicle_file:Converted to event systemmartin-s2008-11-111-71/+61
* Fix:vehicle: use timeout not min charszaxl2008-11-091-2/+2
* Fix:vehicle: Change how port is read|zaxl2008-11-091-3/+3
* Fix:vehicle: parse all gps data then call callbacks|zaxl2008-11-091-14/+26
* Add:core:more position attributes from vehicle_filezaxl2008-11-081-7/+89
* Add:vehicle_file:Added attribute to ignore checksummartin-s2008-11-061-2/+7
* Fix:core: Fix for vehicles not routing until position is set with the GUI. | steven_s2008-11-011-5/+9
* Fix:Core:Return vehicle_file as inactive when it is not being watched.steven_s2008-10-281-2/+4