summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Return of Splint Cleanup.Eric S. Raymond2009-09-101-8/+11
* Splint Cleanup Meets Billy The Kid. All regression tests pass.Eric S. Raymond2009-09-101-1/+1
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-2/+3
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-6/+6
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+1
* Ensure we set flag masks correctly for obscure E and Q commands.Eric S. Raymond2009-09-031-1/+2
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-4/+6
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-0/+8
* Introduce and document optional "enable" in ?WATCH.Eric S. Raymond2009-08-241-16/+37
* xgps works with new protocol.Eric S. Raymond2009-08-241-1/+1
* Banish fatal error in xgps.Eric S. Raymond2009-08-241-1/+1
* Update dump of union member sizes.Eric S. Raymond2009-08-231-8/+9
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-23/+15
* Add flags argument to gps_stream().Eric S. Raymond2009-08-221-9/+17
* Make gps_stream do the right thing when a raw hook is set.Eric S. Raymond2009-08-221-2/+8
* Introduce gps_stream() in the client API...Eric S. Raymond2009-08-221-0/+10
* Checkpoint before major surgery on gps.h. All regression tests pass.Eric S. Raymond2009-08-221-6/+8
* Parsing of JSON VERSION response, with unit test.Eric S. Raymond2009-08-191-3/+4
* Cleanups made possible by last refactoring.Eric S. Raymond2009-08-181-1/+1
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-181-31/+23
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-181-1/+1
* Halfway to parsing ?DEVICES.Eric S. Raymond2009-08-181-0/+1
* Major step towards GPSD-NG support in the client library.Eric S. Raymond2009-08-181-12/+1
* Step one in making the client library speak new protocol.Eric S. Raymond2009-08-181-9/+20
* GPSD-NG commands without object arguments now require an ending ';' delimiter.Eric S. Raymond2009-08-111-2/+3
* Thinko fix.Eric S. Raymond2009-07-291-2/+2
* Update client library to read current JSON - not yet tested.Eric S. Raymond2009-07-291-15/+15
* More JSON refactoring - prepare the client libary to use it.Eric S. Raymond2009-07-211-329/+344
* catch up with changing the signal strength to double.Chris Kuethe2009-07-161-2/+2
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-1/+1
* change the signal strength member to float.Chris Kuethe2009-06-221-61/+62
* 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