summaryrefslogtreecommitdiff
path: root/driver_garmin_txt.c
Commit message (Expand)AuthorAgeFilesLines
* driver_garmin_tst: Don't compute eps, allow gpsd_error_modeil().Gary E. Miller2019-03-261-6/+5
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Revert a previous change to suppress cppcheck warning...Eric S. Raymond2017-09-061-0/+1
* bzero() is gone in POSIX 2008. Use memset()Gary E. Miller2016-08-151-2/+2
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-8/+2
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-26/+26
* Better way to avoid glibc dependency.Eric S. Raymond2014-09-291-1/+1
* Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond2014-09-251-1/+1
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-12/+12
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-12/+12
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-13/+13
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-14/+14
* A steo topwrds eliminating the reverse linkage of gpd_report().Eric S. Raymond2014-08-271-29/+29
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-2/+0
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-33/+55
* Actual code changes to get rid of Berlios URLs.Eric S. Raymond2011-10-011-1/+1
* Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond2011-06-171-5/+2
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-2/+2
* Magic-number and strncpy elimination. All regression tests passEric S. Raymond2011-03-291-3/+3
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-9/+9
* And still more double -> timestamp_t moves.Eric S. Raymond2011-03-101-1/+1
* More deheader testing.Eric S. Raymond2011-01-121-0/+1
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-3/+0
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-1/+1
* Use the century slot in the context structure.Eric S. Raymond2010-12-191-1/+1
* For simplification on SuS assumptions.Eric S. Raymond2010-12-131-10/+0
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* Reindent a couple more drivers. All regression tests pass.Eric S. Raymond2010-04-141-2/+1
* Reindent some of the simpler drivers. All regression tests pass.Eric S. Raymond2010-04-141-169/+209
* compile with nmea off but sirf and garmintxt onChris Kuethe2010-04-101-8/+8
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-8/+8
* Drivers now put their per-packet new data into a session->newdata member.Eric S. Raymond2010-04-051-24/+24
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-5/+5
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-3/+5
* The new instrumentation pays off. Eric S. Raymond2009-10-021-2/+2
* Fix a paste-o that made its way into many LOG_DATA format strings.Eric S. Raymond2009-10-021-1/+1
* Fix computation of epx and epy from eph.Eric S. Raymond2009-09-301-1/+2
* Introduced new LOG_DATA debugging level.Eric S. Raymond2009-09-301-9/+14
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-1/+1
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-1/+2
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-2/+1
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-1/+1
* Get a size_t format right.Eric S. Raymond2009-03-251-1/+1
* Pacify splint.Eric S. Raymond2009-03-241-7/+7
* Garmintxt integration patches from Petr Slansky.Eric S. Raymond2009-03-241-34/+53
* make sure that the Id keyword is present and expandedChris Kuethe2009-03-031-0/+1
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+405