summaryrefslogtreecommitdiff
path: root/driver_garmin_txt.c
AgeCommit message (Expand)Author
2018-03-08SPDXify the licerse references.Eric S. Raymond
2017-09-06Revert a previous change to suppress cppcheck warning...Eric S. Raymond
2016-08-15bzero() is gone in POSIX 2008. Use memset()Gary E. Miller
2015-04-30A drowning deluge of whitespace hacks.Gary E. Miller
2015-03-30Retire splint from our set of static analyzers.Eric S. Raymond
2015-03-07gpsd-report() -> gpsd_log()Eric S. Raymond
2014-09-29Better way to avoid glibc dependency.Eric S. Raymond
2014-09-25Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond
2014-08-27Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond
2014-08-27The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond
2014-08-27Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond
2014-08-27Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond
2014-08-27A steo topwrds eliminating the reverse linkage of gpd_report().Eric S. Raymond
2014-08-24Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond
2013-09-29Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond
2011-10-01Actual code changes to get rid of Berlios URLs.Eric S. Raymond
2011-06-17Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond
2011-03-31gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond
2011-03-29Magic-number and strncpy elimination. All regression tests passEric S. Raymond
2011-03-27Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond
2011-03-10And still more double -> timestamp_t moves.Eric S. Raymond
2011-01-12More deheader testing.Eric S. Raymond
2010-12-22More header portability audting with a new version of deheader.Eric S. Raymond
2010-12-22More header portability auditing by deheader.Eric S. Raymond
2010-12-19Use the century slot in the context structure.Eric S. Raymond
2010-12-13For simplification on SuS assumptions.Eric S. Raymond
2010-12-01Unused-header removals by deheader. All regression tests pass.Eric S. Raymond
2010-04-14Reindent a couple more drivers. All regression tests pass.Eric S. Raymond
2010-04-14Reindent some of the simpler drivers. All regression tests pass.Eric S. Raymond
2010-04-10compile with nmea off but sirf and garmintxt onChris Kuethe
2010-04-09Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond
2010-04-05Drivers now put their per-packet new data into a session->newdata member.Eric S. Raymond
2010-03-13Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond
2010-03-11Copyright stamps everywhere. No code changes.Eric S. Raymond
2009-10-02The new instrumentation pays off. Eric S. Raymond
2009-10-02Fix a paste-o that made its way into many LOG_DATA format strings.Eric S. Raymond
2009-09-30Fix computation of epx and epy from eph.Eric S. Raymond
2009-09-30Introduced new LOG_DATA debugging level.Eric S. Raymond
2009-09-30Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond
2009-09-10Guard some inclusions that splint doesn't like. Eric S. Raymond
2009-09-03Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond
2009-09-03Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond
2009-09-03Split eph into epx and epy internally... Eric S. Raymond
2009-03-25Get a size_t format right.Eric S. Raymond
2009-03-24Pacify splint.Eric S. Raymond
2009-03-24Garmintxt integration patches from Petr Slansky.Eric S. Raymond
2009-03-03make sure that the Id keyword is present and expandedChris Kuethe
2009-03-02repository beautification, part 2:Chris Kuethe