summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* splint cleanup.Eric S. Raymond2009-03-181-2/+2
* Attempt to cope with locales where the decimal separator is not dot.Eric S. Raymond2009-03-181-2/+30
* Fix and unit test for the watcher+raw coredump.Eric S. Raymond2009-03-161-4/+17
* libgps -u is now a unit test for unpack.Eric S. Raymond2009-03-161-5/+50
* Split up libps.c so the code overhead for users' clients will be lower.Eric S. Raymond2009-03-021-146/+0
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-0/+2
* Standardized parsing of server:port:device client arguments.Eric S. Raymond2009-02-251-0/+32
* Fixed potential core dump in C client handling of "K" responses.Eric S. Raymond2009-02-111-2/+3
* Magic-number elimination.Eric S. Raymond2009-01-291-1/+1
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-1/+3
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-11/+14
* When parsing the K response, do it fro, a copy... Eric S. Raymond2009-01-041-1/+4
* Clean up a canceled thread. From Bartos-Elekes Zsolt on gpsd-devChris Kuethe2008-09-101-0/+1
* More splint cleanups and elimination of another static...Eric S. Raymond2007-06-021-1/+1
* Fixed three minor errors discovered by Coverity scan.Eric S. Raymond2007-05-311-1/+1
* set numbers to always be rendered in the C locale...Chris Kuethe2007-01-061-1/+8
* don't eat the first character of the first device name...Chris Kuethe2007-01-061-1/+1
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1
* Graceful degradation of the build if pthreads is not present.Eric S. Raymond2006-12-161-0/+2
* Move strl functions into their own module... Eric S. Raymond2006-12-041-108/+0
* libgps change needed to go with improved error reporting from the daemon.Eric S. Raymond2006-11-071-8/+12
* 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