| Commit message (Expand) | Author | Age | Files | Lines |
* | gps.h: Add RAW_SET flag. Now clients can tell if they get RAW data. | Gary E. Miller | 2018-10-30 | 1 | -2/+6 |
* | rawdata_t: Add freqid, needed for GLONASS on RINEX. | Gary E. Miller | 2018-10-29 | 1 | -1/+2 |
* | driver_ubx: Fill in the obs_code field in rawdata_t. | Gary E. Miller | 2018-10-29 | 1 | -1/+1 |
* | rawdata_t: Add obs_code. Observation Code needed for RINEX. | Gary E. Miller | 2018-10-29 | 1 | -0/+23 |
* | libgps_json: Add RAW decode. | Gary E. Miller | 2018-10-26 | 1 | -1/+1 |
* | rawdata_t: convert mtime from timestamp_t to timespec_t. | Gary E. Miller | 2018-10-26 | 1 | -1/+1 |
* | timebase: Add gpsd_gpstime_resolv(), deprecate gpsd_gpstime_resolve() | Gary E. Miller | 2018-10-26 | 1 | -0/+1 |
* | rawdata_t: rearrange structure again. | Gary E. Miller | 2018-10-26 | 1 | -22/+23 |
* | gps.h: rawdata:t, add more RINEX fields | Gary E. Miller | 2018-10-25 | 1 | -1/+9 |
* | Add RAW json messaage class for raw measurements. | Gary E. Miller | 2018-10-24 | 1 | -1/+3 |
* | rawdata_t: Change data structure. | Gary E. Miller | 2018-10-24 | 1 | -8/+8 |
* | gps.h: Add comment that ept is in seconds. | Gary E. Miller | 2018-09-25 | 1 | -1/+1 |
* | gps.h: add fregid for GLONASS. | Gary E. Miller | 2018-09-22 | 1 | -0/+1 |
* | gps.h: MAXCHANNELS from 72 to 120. | Gary E. Miller | 2018-09-22 | 1 | -1/+1 |
* | gps.h: add mtime field to attitude_t. | Gary E. Miller | 2018-09-22 | 1 | -10/+12 |
* | gps.h: add sigid to satellite_t. For u-blox 9 and NMEA 4.1 | Gary E. Miller | 2018-09-22 | 1 | -2/+18 |
* | gps.h: Add comment that u-blox 9 does not use PRN. | Gary E. Miller | 2018-09-22 | 1 | -1/+2 |
* | NEWS: mention new gnsid:svid | Gary E. Miller | 2018-09-19 | 1 | -0/+1 |
* | gps.h: remove wrong SBAS_PRN() | Gary E. Miller | 2018-09-19 | 1 | -9/+0 |
* | gps.h: remove unused, and wrong, macros. | Gary E. Miller | 2018-09-19 | 1 | -7/+4 |
* | gps.h: PRN is a mess, add gnssid:svid. | Gary E. Miller | 2018-09-19 | 1 | -1/+17 |
* | subtype: Make subtype string buffer longer. | Gary E. Miller | 2018-09-11 | 1 | -1/+2 |
* | ATT: centralize clearing of the attitude data. | Gary E. Miller | 2018-09-11 | 1 | -1/+2 |
* | Savannah issue #53671: policy_t -> gps_policy_t. | Gary E. Miller | 2018-07-26 | 1 | -2/+2 |
* | update gpsd to send arbitrary data to GPS from client | Gary E. Miller | 2018-07-14 | 1 | -0/+3 |
* | gps_read(): fix some nasty buffer overruns and corruptions. | Gary E. Miller | 2018-07-14 | 1 | -5/+6 |
* | $GPVTG Added parsing, storage, output of magnetic course | Daniel_M_Williams | 2018-06-12 | 1 | -1/+4 |
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
* | ECEF: jiggle the ECEF data structure, add missing accuracies to client. | Gary E. Miller | 2018-02-16 | 1 | -1/+1 |
* | ECEF: remove unused and unneeded ecef.valid. | Gary E. Miller | 2018-02-12 | 1 | -1/+0 |
* | Add ECEF support to u-blocx driver, data comes out in json. | Gary E. Miller | 2018-02-08 | 1 | -5/+12 |
* | Major API change: add ECEF into gps_fix_t | Gary E. Miller | 2018-02-07 | 1 | -2/+7 |
* | Suppress the last few spurious cppcheck warnings before release. | Eric S. Raymond | 2017-09-07 | 1 | -0/+6 |
* | RTCM3 is unsigned byte, not chars. | Gary E. Miller | 2016-04-20 | 1 | -1/+1 |
* | Improve comments in satellite_t. | Gary E. Miller | 2016-04-13 | 1 | -2/+3 |
* | Removes non-ASCII characters from gps.h comments. | Fred Wright | 2016-04-10 | 1 | -2/+2 |
* | Comment in the code the accuracy needed for cm level lat/lon. | Gary E. Miller | 2016-03-28 | 1 | -0/+11 |
* | Add concept of a GPS-disciplined oscillator | Michael Brown | 2016-02-09 | 1 | -2/+13 |
* | By popular demand, restore STATUS_DGPS_FIX to public interface. | Eric S. Raymond | 2016-01-29 | 1 | -1/+2 |
* | Increment API version. | Reinhard Arlt | 2015-05-18 | 1 | -1/+2 |
* | Add navigation data to gps.h. | Reinhard Arlt | 2015-05-18 | 1 | -1/+22 |
* | Document assumptions about NMEA satellite IDs and PRNs more thoroughly. | Eric S. Raymond | 2015-04-07 | 1 | -4/+6 |
* | Update PRN numbers reference. Also PRNMAX definition. | Sanjeev Gupta | 2015-04-07 | 1 | -5/+6 |
* | Change TODO, needd a place to store precision in gps_data_t. | Gary E. Miller | 2015-04-02 | 1 | -0/+1 |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -26/+16 |
* | Hide a macro that doesn't need to be exposed. | Eric S. Raymond | 2015-03-08 | 1 | -6/+2 |
* | Clean up the HAVE_* namespace in conditionalization macros. | Eric S. Raymond | 2015-03-07 | 1 | -3/+3 |
* | Begin factoring out ntplib. | Eric S. Raymond | 2015-03-07 | 1 | -0/+3 |
* | Worst reason to remove an ugly kluge ever. | Eric S. Raymond | 2015-02-26 | 1 | -8/+0 |
* | gps.h gets installed in /usr/include and must not use other GPSD-specific files! | Eric S. Raymond | 2015-02-26 | 1 | -1/+0 |