summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* No unbounded string functions.Chris Kuethe2006-10-301-1/+1
* Enhance gps_query so it's sprintf(3)-like, for more conventient assembly Eric S. Raymond2006-10-291-2/+11
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Partial splint cleanup.Eric S. Raymond2006-10-261-1/+1
* scanf("%f",float) can't turn "?" into a float.Chris Kuethe2006-10-211-3/+7
* avoid buffer overflows.Chris Kuethe2006-10-111-4/+4
* Ignore the '$' command unless we're in profiling mode.Chris Kuethe2006-09-231-0/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* ESR removed the rest of the HEADING_FIX code, we'll "disappear" this bit too.Chris Kuethe2006-09-191-9/+0
* Don't try to do strchr against the NULL pointer.Chris Kuethe2006-09-131-1/+1
* Design decision: Trie North data gets mapped into existing fields (track, etc)Eric S. Raymond2006-08-311-6/+0
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-5/+7
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-4/+4
* Obey the warnings of lint and cc because they know C better than you do.Chris Kuethe2006-08-181-0/+106
* Better fix to strchr returning NULLChris Kuethe2006-08-181-7/+9
* revert. this breaks the satellite list.Chris Kuethe2006-08-181-3/+1
* avoid a segfault if strchr returns NULL.Chris Kuethe2006-08-181-1/+3
* Add dgnss.c, which should have been checked in with the NTRIP support.Eric S. Raymond2006-06-071-0/+14
* Robin Darroch's O-mode patch merged...Eric S. Raymond2006-06-071-6/+9
* More splint cleanup.Eric S. Raymond2006-06-071-3/+3
* Splint pacification, minor documentation fixes.Eric S. Raymond2006-05-191-2/+6
* Minor bug fixes.Eric S. Raymond2006-05-181-2/+4
* Minor fixes and updates...Eric S. Raymond2006-05-171-10/+11
* Fix unit error in libgps parsing of V response (from Robin L. Darroch)Chris Kuethe2006-05-091-0/+2
* libgps is supposed to support sending and parsing compound queries...Chris Kuethe2006-05-091-3/+4
* Don't clobber previous status on 'O'.Eric S. Raymond2006-03-121-1/+1
* Parse NMEA-violating data from Antaris ublox correctly.Eric S. Raymond2006-03-021-1/+4
* Various small comment and documentation fixes.Eric S. Raymond2006-02-171-2/+2
* Pre 2.31 minor bugfixes.Eric S. Raymond2006-02-171-1/+3
* splint cleanup and cosmetic fixes.Eric S. Raymond2005-09-011-32/+31
* Apply Lonnie Mendez patches to fix my gpsd mistakes.Gary E. Miller2005-08-261-1/+1
* Add -l option to cgps. -l d is DD.dddddd, -l m is DD MM.mmmm' and -l s is DD ...Gary E. Miller2005-08-251-7/+10
* Add new deg_to_str() function to libgps. Gary E. Miller2005-08-251-0/+45
* LC_MEASUREMENT and LANG now set proper units in cgps.Gary E. Miller2005-08-191-3/+3
* GPSD_UNITS now sets proper units in cgps.Gary E. Miller2005-08-191-6/+7
* Splint cleanup before release.Eric S. Raymond2005-08-181-3/+3
* splint cleanup after integrating cgps.Eric S. Raymond2005-08-171-6/+6
* Teach cgps to use Gary's function for deducing unit defaults.Eric S. Raymond2005-08-171-9/+7
* True North support integrated.Eric S. Raymond2005-08-011-2/+2
* Add support for the 2-field return of C to client libraries.Eric S. Raymond2005-07-111-3/+7
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+1
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-8/+6
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-17/+0
* splint cleanup after NAN change.Eric S. Raymond2005-06-151-15/+17
* Use NAN consistently for out-of-bound values of double type.Eric S. Raymond2005-06-151-36/+37
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-4/+4
* Type cleanup.Eric S. Raymond2005-06-101-2/+4
* Zero splint warnings!Eric S. Raymond2005-06-081-6/+21
* 41 splint warnings.Eric S. Raymond2005-06-071-0/+1
* 78 splint warnings.Eric S. Raymond2005-06-071-18/+12