summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* Versions in C and Python were out of sync.Gary E. Miller2018-10-011-2/+3
* gpsd.h: bump GPSD_PROTO_MINOR_VERSION to 13Gary E. Miller2018-10-011-1/+3
* subtype: Make subtype string buffer longer.Gary E. Miller2018-09-111-1/+1
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-7/+33
* Support Galileo $GA... talkers and fix a couple of $GB casesChris Lawrence2018-06-151-0/+2
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Fixes broken 'GPSD' SHM export.Fred Wright2017-03-241-0/+1
* Windows libgps supportRobert Norris2017-02-171-1/+12
* Fixes some issues with C++11.Fred Wright2017-01-241-8/+7
* Eliminates autogeneration of gpsd.h.Fred Wright2017-01-241-0/+1003
* Generate gpsd.h so it will contain all relevant configure switches.Eric S. Raymond2007-03-261-458/+0
* First step of a layering fix: move the private ldisc member to gpsd.h.Eric S. Raymond2007-03-261-0/+3
* Document the fact that the reason we accept oversized NMEA sentences is...Chris Kuethe2007-03-141-0/+1
* While NMEA lines shouldn't be more than 82 characters, one of my receivers...Chris Kuethe2007-03-141-1/+1
* Better error modelling. Chris Kuethe2007-01-271-2/+1
* having both enable-italk and enable-itrax is dumb. Chris Kuethe2006-12-281-7/+9
* magic to make the UBX SVINFO message parseChris Kuethe2006-12-271-3/+3
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-1/+22
* add a --enable-gpsd-user configure option. Chris Kuethe2006-12-151-3/+0
* Diego Burge's driver builds, but it messes up some regression tests...Eric S. Raymond2006-12-151-0/+2
* Make the code for Magnavox-format output work again...Eric S. Raymond2006-12-041-0/+4
* Change the way the RTCM decoding is layered... Eric S. Raymond2006-12-041-5/+3
* Hide an RTCM detail better. No logic changes. All regression tests pass.Eric S. Raymond2006-12-031-1/+0
* This is a try at re-merging my changes.Eric S. Raymond2006-12-011-89/+112
* Move some includes around and protect them properly.Chris Kuethe2006-12-011-8/+5
* Chris's build broke after my attempt to clean up gpsd.h on 30 Nov 2006.Eric S. Raymond2006-12-011-111/+108
* Fix ALLOW_RECONFIGURE compilation.Eric S. Raymond2006-12-011-8/+9
* Separate the packet-level stuff from the rest of the library declarations.Eric S. Raymond2006-11-301-108/+111
* Check in regress-builder, after having used it to detect some minor buildEric S. Raymond2006-11-301-2/+2
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-41/+49
* We temporarily need root privs to set up the nmea line discipline on OpenBSD.Chris Kuethe2006-11-291-0/+3
* Poll for the Navigation Parameters in SiRF message 0x13...Eric S. Raymond2006-11-271-0/+11
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-1/+1
* Make back_to_nmea a public flag (rather than a per-driver private flag)...Eric S. Raymond2006-11-211-10/+1
* Pull the "configurable" bit out of the context structure & make it per-driver...Eric S. Raymond2006-11-201-4/+4
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-2/+7
* Back-to-NMEA-on-exit logic for the Evermore, too.Eric S. Raymond2006-11-131-0/+7
* First step towards restoring parameters on close: Eric S. Raymond2006-11-131-0/+3
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-1/+1
* Interleave NMEA subtype probes with received packets. This seems to Eric S. Raymond2006-11-071-1/+2
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-1/+1
* Define uniform log level macros.Eric S. Raymond2006-11-021-0/+9
* Define a function to do ID reports with subtypes...Eric S. Raymond2006-11-011-0/+1
* Another small refactoring step.Eric S. Raymond2006-11-011-0/+1
* More pure refactoring.Eric S. Raymond2006-11-011-0/+1
* Pure refactoring. Eric S. Raymond2006-11-011-0/+1
* Make the subtype member long enough for a Garmin.Eric S. Raymond2006-10-311-1/+1
* Enable clients to display the GPS type.Eric S. Raymond2006-10-311-0/+1
* Make it possible to disable reconfiguration.Eric S. Raymond2006-10-301-1/+4
* Rename some methods for clarity.Eric S. Raymond2006-10-301-3/+3