| Commit message (Expand) | Author | Age | Files | Lines |
* | WWW/NMEA: fix typo | Gary E. Miller | 2018-11-01 | 1 | -1/+1 |
* | WWW/NMEA: Add $--MDA sentence description. | Gary E. Miller | 2018-11-01 | 1 | -2/+36 |
* | lobgps_jons: Another fix for RAW decode. | Gary E. Miller | 2018-11-01 | 1 | -3/+6 |
* | driver_ubx: RAWX rcvTow was off by 1,000. | Gary E. Miller | 2018-10-30 | 2 | -40/+40 |
* | Fix neo-m8t RAW regression test. | Gary E. Miller | 2018-10-30 | 1 | -258/+258 |
* | json: Fis encode/decode of rawdata_t. | Gary E. Miller | 2018-10-30 | 2 | -6/+6 |
* | libgps_json: Add a bit of RAW debug. | Gary E. Miller | 2018-10-30 | 1 | -0/+2 |
* | gps.h: Add RAW_SET flag. Now clients can tell if they get RAW data. | Gary E. Miller | 2018-10-30 | 2 | -3/+7 |
* | TODO: Add QT client to wishlist. | Gary E. Miller | 2018-10-29 | 1 | -0/+4 |
* | libgps_json: Decode new parts of RAW message. | Gary E. Miller | 2018-10-29 | 1 | -6/+8 |
* | gpsd_json: Add freqid and obs (obs_code) to RAW message. | Gary E. Miller | 2018-10-29 | 2 | -41/+44 |
* | rawdata_t: Add freqid, needed for GLONASS on RINEX. | Gary E. Miller | 2018-10-29 | 2 | -1/+3 |
* | driver_ubx: Fill in the obs_code field in rawdata_t. | Gary E. Miller | 2018-10-29 | 2 | -1/+25 |
* | rawdata_t: Split mtime into time and nsec. | Gary E. Miller | 2018-10-29 | 3 | -44/+51 |
* | 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 | 2 | -1/+50 |
* | rawdata_t: convert mtime from timestamp_t to timespec_t. | Gary E. Miller | 2018-10-26 | 7 | -54/+65 |
* | timebase: Add gpsd_gpstime_resolv(), deprecate gpsd_gpstime_resolve() | Gary E. Miller | 2018-10-26 | 3 | -0/+48 |
* | rawdata_t: rearrange structure again. | Gary E. Miller | 2018-10-26 | 7 | -103/+117 |
* | driver_nmea2000: Fix too small buffer. | Gary E. Miller | 2018-10-26 | 1 | -1/+1 |
* | driver_ubx: Save UBX-RXM-RAWX data in rawdate_t. | Gary E. Miller | 2018-10-26 | 1 | -3/+26 |
* | ublox-neo-m8t: add u-blox8 RMX-RAWX and NAV-SOL samples. | Gary E. Miller | 2018-10-26 | 2 | -0/+258 |
* | gpsd_json: Add more fields to RAW message. | Gary E. Miller | 2018-10-26 | 1 | -17/+7 |
* | gps.h: rawdata:t, add more RINEX fields | Gary E. Miller | 2018-10-25 | 1 | -1/+9 |
* | driver_nmea0183: Fix off by one error in $GLGSV decode. | Gary E. Miller | 2018-10-25 | 11 | -157/+157 |
* | Add RAW json messaage class for raw measurements. | Gary E. Miller | 2018-10-24 | 4 | -2/+71 |
* | driver_superstar2: Do not report raw data decode. | Gary E. Miller | 2018-10-24 | 1 | -1/+2 |
* | driver_superstar2: remove redundant backslashes. | Gary E. Miller | 2018-10-24 | 1 | -2/+2 |
* | driver_italk: remove redundatn backslashes. | Gary E. Miller | 2018-10-24 | 1 | -5/+5 |
* | driver_italk: raw reporting broken. Don't ship raw reports. | Gary E. Miller | 2018-10-24 | 1 | -2/+3 |
* | rawdata_t: Change data structure. | Gary E. Miller | 2018-10-24 | 7 | -41/+62 |
* | TODO: fix typo time_t -> timestamp_t | Gary E. Miller | 2018-10-19 | 1 | -1/+1 |
* | Update version to 3.19-dev. back to dev cycle.dev-3.19a | Gary E. Miller | 2018-10-19 | 14 | -14/+14 |
* | Chnage version to 3.18.1release-3.18.1 | Gary E. Miller | 2018-10-19 | 13 | -13/+13 |
* | skyview2svg: Change version, add SPDX-License-Identifier | Gary E. Miller | 2018-10-19 | 1 | -1/+2 |
* | NEWS: Add 3.18.1 relrease | Gary E. Miller | 2018-10-19 | 1 | -2/+4 |
* | Minor typo in the time service howto. | Mukund Sivaraman | 2018-10-19 | 1 | -1/+1 |
* | xgps: typo in comment, no functional change. | Gary E. Miller | 2018-10-18 | 1 | -1/+1 |
* | xgps tweak sat colors. | Gary E. Miller | 2018-10-18 | 1 | -2/+2 |
* | xgps: Stop using deprecated Gdk.color_parse() | Gary E. Miller | 2018-10-18 | 1 | -11/+11 |
* | xgps: adjust colors to fit some of the RINEX 3 ranges. | Gary E. Miller | 2018-10-18 | 1 | -3/+8 |
* | driver_ubx: Pass on sats seen even if zero SNR. | Gary E. Miller | 2018-10-18 | 4 | -137/+169 |
* | ppsthread.c: fix typo in comment, no functional change. | Gary E. Miller | 2018-10-18 | 1 | -1/+1 |
* | skyview2svg: Fixup for PEP8. | Gary E. Miller | 2018-10-16 | 1 | -41/+100 |
* | Skyview2svg: Add a program to create an svg image of the skyview. | Niccolo Rigacci | 2018-10-16 | 2 | -0/+310 |
* | driver_ubx: Add decode for UBX-RXM-RAWX. No place for data, yet. | Gary E. Miller | 2018-10-15 | 1 | -2/+57 |
* | ubxtool: Add poll UBX-RXM-RAWX, better decode UBX-RXM-RAWX | Gary E. Miller | 2018-10-15 | 2 | -2/+25 |
* | ubxtool: Change 'protocol' to "protver". | Gary E. Miller | 2018-10-13 | 2 | -20/+21 |
* | ubxtool: Pick either UBX-NAV-SVINFO or UBS-NAV-SAT, disable other. | Gary E. Miller | 2018-10-13 | 1 | -4/+8 |
* | driver_ubx: Fix endian-ness of UBX-NAV-SAT. | Gary E. Miller | 2018-10-13 | 2 | -6/+6 |