summaryrefslogtreecommitdiff
path: root/driver_garmin_txt.c
Commit message (Expand)AuthorAgeFilesLines
* 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