summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify open_device(), eliminating an onnneeded table lookup.Andre Naujoks2011-02-211-25/+17
* More layer separation. All regression tests pass.Eric S. Raymond2011-02-161-31/+2
* Refactoring step. All regression tests pass.Eric S. Raymond2011-02-161-79/+27
* Refactoring step, no logic changes. All regression tests pass.Eric S. Raymond2011-02-161-37/+34
* 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-2/+3
* Bug fix: AIS JSON objects get a device field.Eric S. Raymond2011-02-161-0/+1
* Data hiding.Eric S. Raymond2011-02-161-1/+1
* SUBFRAME JSON object gets a device tag.Eric S. Raymond2011-02-161-3/+1
* Generate NMEA GPALM in pseudo-NMEA when almanic information is available.Michael Tatarinov2011-02-161-3/+13
* Bug fixes and improvements for the NTRIP code.Andre Naujoks2011-02-131-9/+1
* More name changes related to GST.Eric S. Raymond2011-02-011-1/+1
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-0/+20
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-2/+3
* Splint cleanup. All regression tests pass.Eric S. Raymond2011-01-271-1/+0
* Implement ?devices control-socket command for Bluetooth discovery.Eric S. Raymond2011-01-271-0/+11
* Fix tracker bug #17810: ?WATCH filter isn't work[ing].Eric S. Raymond2011-01-271-1/+1
* Distinguish LOG_SHOUT from LOG_ERROR. Reduce verbosity.Eric S. Raymond2011-01-251-4/+8
* Fix typos pointed out in Berlios tracker bug #17858.Eric S. Raymond2011-01-251-7/+8
* 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-26/+3
* Stop making an assumption about the leap-second offset at startup.Eric S. Raymond2011-01-181-1/+1
* Comment and warning fixups.Eric S. Raymond2011-01-181-2/+2
* Remove the START_SUBFRAME optimization hack. All regression tests pass.Eric S. Raymond2011-01-181-4/+0
* Cope with week counter rollovers while gpsd is running.Eric S. Raymond2011-01-171-0/+1
* Yet more header munging.Eric S. Raymond2011-01-131-0/+1
* More deheader testing. All regressions pass, codebase splints clean.Eric S. Raymond2011-01-131-0/+1
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-1/+0
* fix build on openbsdChris Kuethe2011-01-121-0/+1
* More deheader testing.Eric S. Raymond2011-01-121-1/+3
* Regularize some function names.Eric S. Raymond2011-01-121-3/+3
* Fix visibilize() for chars with the top bit set.Gary E. Miller2011-01-111-2/+3
* Remove subframesflag so they're omitted uncinditionally.Eric S. Raymond2011-01-101-2/+2
* Under Linux, use /proc to avoid opening serial devices already open.Eric S. Raymond2011-01-101-1/+1
* Add unscaled versions of subframe almanac and ephem3.Gary E. Miller2011-01-101-1/+2
* Reporting framework for subframes. All regression tests pass.Eric S. Raymond2011-01-031-0/+13
* Magic number elimination. All regression tests pass.Eric S. Raymond2011-01-031-8/+8
* Salutary warning to future hackers.Eric S. Raymond2011-01-021-0/+1
* Another attempted fix for changing baud rates.Eric S. Raymond2011-01-021-1/+2
* Partial splint cleanup.Eric S. Raymond2011-01-011-1/+1
* Correct the test for GPS week rollover.Eric S. Raymond2010-12-301-0/+4
* Add errlevel to gpsd_report() output.Gary E. Miller2010-12-291-1/+32
* Correct a previous commit changing <time.h> to <sys/time.h> eceywhere.Eric S. Raymond2010-12-211-1/+1
* Use <time.h> a la SuS, rather than <sys/time.h>, for select(2) etc.Eric S. Raymond2010-12-211-1/+1
* Partial splint cleanup.Eric S. Raymond2010-12-201-0/+1
* Make the daemon startup time part of the context.Eric S. Raymond2010-12-201-4/+3
* Last thing we need is two different GPS_EPOCH values.Eric S. Raymond2010-12-201-10/+0
* Update context century from a greater ZDA century; handles century rollovers.Eric S. Raymond2010-12-191-2/+9
* Use the system clock to get the current stury if its value is positive large.Eric S. Raymond2010-12-191-0/+25
* Typo fix.Eric S. Raymond2010-12-171-1/+1