summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* 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
* Subframe 5 almanc part output to JSON.Gary E. Miller2011-01-031-2/+4
* A lot of subframes are invalid, only SUBFRAME_IS on good ones.Gary E. Miller2011-01-031-3/+3
* Reporting framework for subframes. All regression tests pass.Eric S. Raymond2011-01-031-4/+7
* Document what's going on with the source types.Eric S. Raymond2010-12-281-8/+8
* Detect non-advancing GGA timestamps and latch mode to 1 when this happens.Eric S. Raymond2010-12-261-0/+3
* Be explicit about the type and signedness of subframe data.Eric S. Raymond2010-12-241-2/+3
* Insert GPS week rollover checks everywhere we rely on GPS time.Eric S. Raymond2010-12-201-1/+2
* Make the daemon startup time part of the context.Eric S. Raymond2010-12-201-0/+1
* Clarify description of GPS epoch.Eric S. Raymond2010-12-201-8/+8
* Last thing we need is two different GPS_EPOCH values.Eric S. Raymond2010-12-201-0/+11
* Abolish gpsd_report.c. No more hardwired logging from the client libraries.Eric S. Raymond2010-12-161-2/+0
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-8/+0
* Because we're taking SuS seriously we can simplify the configuration machinery.Eric S. Raymond2010-12-141-5/+0
* Wow, I totally baked the geostar import...Chris Kuethe2010-12-111-4/+10
* Subframe decoder will need PRNChris Kuethe2010-12-111-2/+2
* Take programmed oncore PPS offset into account. Name correction delay -> offset.Haakan Johansson2010-12-031-1/+1
* Allow oncore devices in postion hold mode to deliver PPS data to ntpshm.Haakan Johansson2010-12-031-0/+1
* Use isfinite() rather than obsoilete finite().Eric S. Raymond2010-12-021-1/+0
* Merge experimental BluZ support. Code is not yet enabled or tested.Eric S. Raymond2010-06-181-0/+1
* Recover from zero-length reads.Eric S. Raymond2010-06-141-0/+2
* Fix for the mutipacket bug.Eric S. Raymond2010-06-041-0/+1
* Make sure 24A and 24B aivdm sentences are correctly aggregated.Nirgal2010-05-221-2/+3
* Nirgal's AIVDM fix patch from the dev list, 2010-05-18.Nirgal2010-05-211-2/+2
* Remove duplicated inclusion.Eric S. Raymond2010-05-161-0/+8
* XXX -> FIX-ME: Avoids false matches with autoconf cruft.Eric S. Raymond2010-05-121-1/+1
* In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.Eric S. Raymond2010-05-101-2/+7
* Make AIVDM driver returnb false on truncated sentences.Eric S. Raymond2010-05-091-1/+1
* C AIS decoder now has separate contexts for A and B channels.Eric S. Raymond2010-05-091-2/+6
* Visibility scope reduction for some AIS context.Eric S. Raymond2010-05-091-2/+0
* Allow recovery from failed read of partial packet.Eric S. Raymond2010-05-071-0/+1
* A long step towards reading UDP packets.Eric S. Raymond2010-04-281-1/+2
* Simplify some dispatcher code, and possibly fix a bug.Eric S. Raymond2010-04-261-1/+1
* Give up on RTCM2 repack support. It's broken, and unlikely ever to be needed.Eric S. Raymond2010-04-251-2/+0
* Splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2010-04-201-1/+0
* Smoke out more private copies of gps_week and move into session->context. Gary E. Miller2010-04-181-0/+1
* Tests by Chris Keuthe show that itrax has the same 50BPS issues asGary E. Miller2010-04-161-0/+1