summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eliminate gpsd_report() from isgps.c. All regression tests pass.Eric S. Raymond2014-08-273-12/+14
* Modify packet.c so it no longer requires gpsd_report().Eric S. Raymond2014-08-272-34/+57
* Follow throughon a previous name change. No logic changes.Eric S. Raymond2014-08-274-5/+5
* Fix a misleading variable name. No logic changes.Eric S. Raymond2014-08-271-66/+66
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-2737-278/+278
* Another step away from reverse linkage. No logic changes.Eric S. Raymond2014-08-271-10/+10
* Another step away from reverse linkage. No logic changes.Eric S. Raymond2014-08-271-46/+51
* A steo topwrds eliminating the reverse linkage of gpd_report().Eric S. Raymond2014-08-274-33/+34
* Minor refactoring step in the UBX driver.Eric S. Raymond2014-08-271-8/+8
* Add a caution about use of tag blocks.Eric S. Raymond2014-08-271-0/+21
* Satisfy an order dependency in SiRF initialization.Eric S. Raymond2014-08-271-17/+20
* Fix for previous weird bug.Eric S. Raymond2014-08-271-3/+1
* Temporarily revert code for freeing devices on bad fd in select.Eric S. Raymond2014-08-271-0/+2
* Add a feature request.Eric S. Raymond2014-08-261-0/+15
* Add TODO item to detangle TIOCMIWAIT and RFC2783.Greg Troxel2014-08-261-0/+13
* Eliminate a mention of gpsd_report.Eric S. Raymond2014-08-262-15/+3
* Fix up NetBSD in the time service howtoGreg Troxel2014-08-261-2/+8
* Eliminate reverse linkage of gpsd_write. All regression tests pass.Eric S. Raymond2014-08-268-41/+13
* Proper integral-type conversion when stashing previous-fix time.Eric S. Raymond2014-08-261-1/+2
* Clean up some timebase assumptions (code not yet used).Eric S. Raymond2014-08-262-18/+17
* Qt support default chaned to False pending a build patch.Eric S. Raymond2014-08-262-5/+7
* Add a note about BSD init devices.Eric S. Raymond2014-08-261-2/+5
* GNSS and GLOSS SKY reoport are now mergedEric S. Raymond2014-08-265-493/+12
* Make it more obvious when lack of prerequisites forces qt off.Eric S. Raymond2014-08-251-1/+3
* Accumulate GNSS+GLONASS satelite reports.Eric S. Raymond2014-08-256-486/+1188
* Allow gpsedecode to dump SKY reports.Eric S. Raymond2014-08-251-1/+2
* Change names in nmea0183 driver to make them GNSS/GLONASS agnostic.Eric S. Raymond2014-08-251-16/+16
* splint cleanup. All regression tests pass.Eric S. Raymond2014-08-253-2/+6
* Update systemd files.Miroslav Lichvar2014-08-252-1/+5
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-2518-32/+110
* Add some TODO items.Eric S. Raymond2014-08-251-0/+16
* Fix build error when ntpshm is falseSimon Dawson2014-08-251-0/+2
* Correct computatiojn of build timestamps.Eric S. Raymond2014-08-252-10/+9
* Add slow=yes option for regression tests in an attempt to avoid flakeouts.Eric S. Raymond2014-08-246-12/+49
* Recreare the driver union, curtting per-device storage requirements.Eric S. Raymond2014-08-246-126/+127
* Remove a fulfilled TODO.Eric S. Raymond2014-08-241-21/+0
* Add some clarifying notes to the gpsmon documentation.Eric S. Raymond2014-08-241-0/+8
* Attempted fix for second 'n' not working in gpsmon.Eric S. Raymond2014-08-241-0/+7
* splint/ccpcheck cleanup.Eric S. Raymond2014-08-242-5/+5
* Remove an obsolete TODO.Eric S. Raymond2014-08-241-5/+0
* Clean up another FIXME.Eric S. Raymond2014-08-242-3/+5
* Add a minor error check to AIVDM parsing.Eric S. Raymond2014-08-241-1/+5
* Fix trivial but fatal errors introduced by last commit.Eric S. Raymond2014-08-242-3/+2
* Properly free devices when select() sees bad fds for them.Eric S. Raymond2014-08-245-19/+4
* Remove some obsolete FIXMEs.Eric S. Raymond2014-08-241-2/+0
* Clean up some FIXMEs. All regression tests pass.Eric S. Raymond2014-08-244-4/+3
* Proper use of the Type 8 structured bit.Eric S. Raymond2014-08-241-5/+1
* Eliminate the tag field entirely, even internally.Eric S. Raymond2014-08-242-8/+6
* A lesson in why not to write code with easy-to-miss side effects.Eric S. Raymond2014-08-241-12/+1
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-24108-7459/+7350