summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Replace the crappy old RTCM3 dumper with one that emits JSON.Eric S. Raymond2011-03-011-2/+2
* Hide something that doesn't have to be globally visible.Eric S. Raymond2011-02-281-2/+0
* Comment fixes.Eric S. Raymond2011-02-281-2/+3
* splint cleanup, includubng an error in the last commit caught by it.Eric S. Raymond2011-02-271-1/+1
* Try to re-enable recognition of the MediaTek 33301.Eric S. Raymond2011-02-271-2/+0
* Remove pass_rtcm(),Eric S. Raymond2011-02-271-3/+2
* RTCM[23] are single-packet formats, so they have reliable cycle detection.Eric S. Raymond2011-02-261-1/+2
* Make the length of ISGPS packets accessible.Eric S. Raymond2011-02-261-1/+6
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-261-4/+49
* Split an excessively long function. No logic changes. All regression tests pass.Eric S. Raymond2011-02-241-1/+2
* Abolish device->is_serial. Replaced by device->servicetype.Eric S. Raymond2011-02-241-2/+1
* The NTRIP connection state musn't be zeroed on gpsd_activate().Eric S. Raymond2011-02-241-21/+19
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-1/+10
* Eliminate the context sentdgps member in favor of a per-session state flag.Eric S. Raymond2011-02-241-2/+6
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-241-2/+1
* Move NTRIP per-connection state from global context to private driver area.Eric S. Raymond2011-02-241-9/+16
* Remove all support for RTCM2 Sager dump format.Eric S. Raymond2011-02-231-1/+0
* Move a warning about speeds < 38400 that triggered too often.Eric S. Raymond2011-02-221-0/+1
* NTRIP fixes from Andre Naujoks.Eric S. Raymond2011-02-211-3/+11
* change gpsd_init to take a const char * device (name) paramJon Schlueter2011-02-211-1/+1
* Cosmetic tweak.Eric S. Raymond2011-02-161-2/+1
* More layer separation. All regression tests pass.Eric S. Raymond2011-02-161-0/+1
* More layer separation. All regression tests pass.Eric S. Raymond2011-02-161-0/+1
* Splint cleanup. All regression tests pass.Eric S. Raymond2011-02-161-1/+1
* Bug fix: RTCM2 JSON dumps get a device field.Eric S. Raymond2011-02-161-1/+2
* Bug fix: AIS JSON objects get a device field.Eric S. Raymond2011-02-161-2/+0
* SUBFRAME JSON object gets a device tag.Eric S. Raymond2011-02-161-2/+0
* Generate NMEA GPALM in pseudo-NMEA when almanic information is available.Michael Tatarinov2011-02-161-0/+1
* Bug fixes and improvements for the NTRIP code.Andre Naujoks2011-02-131-1/+0
* Attempt to ensure that mask constant expressions won't sign-extend.Eric S. Raymond2011-02-031-31/+31
* Partial splint and warning cleanup. All regression tests pass.Eric S. Raymond2011-02-031-31/+31
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-1/+2
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-1/+4
* NAN is in the SuS <math.h>.Eric S. Raymond2011-01-251-8/+0
* Remove more stuff made unnecessary by ANSI/POSIX assumptions.Eric S. Raymond2011-01-251-7/+0
* Distinguish LOG_SHOUT from LOG_ERROR. Reduce verbosity.Eric S. Raymond2011-01-251-1/+1
* Refactor time handling yet again. All regression tests pass.Eric S. Raymond2011-01-211-4/+5
* Another refactoring step for the time logic. All regression tests pass.Eric S. Raymond2011-01-211-1/+1
* Go back to wiring in a default leap-second offset at start.Eric S. Raymond2011-01-201-0/+1
* Added a driver-type flags member to the driver method structure.Eric S. Raymond2011-01-191-0/+4
* Cope with week counter rollovers while gpsd is running.Eric S. Raymond2011-01-171-0/+1
* Refactor time resolution. All regression tests pass.Eric S. Raymond2011-01-171-2/+5
* Introduce GPS_TIME_VALID flag for GPS time validation.Eric S. Raymond2011-01-171-0/+1
* Clean up warnings reported by Charles Curley.Eric S. Raymond2011-01-171-8/+4
* Detect week-counter overruns using the leap second.Eric S. Raymond2011-01-151-2/+4
* Regularize some function names.Eric S. Raymond2011-01-121-3/+3
* Explain the uses of source typing better.Eric S. Raymond2011-01-111-1/+23
* Add device activation/deactivation hookPaul Fertser2011-01-111-0/+2
* Add unscaled versions of subframe almanac and ephem3.Gary E. Miller2011-01-101-2/+2
* Rename a function before some substantial changes. All regression tests pass.Eric S. Raymond2011-01-081-4/+4