summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve an explanatory comment.Eric S. Raymond2011-03-171-1/+1
* The overlength-GGA fix requires rebuild of two tests.Eric S. Raymond2011-03-172-157/+158
* Revised section on time accuracy.Eric S. Raymond2011-03-161-9/+5
* More dicumentation improvements.Eric S. Raymond2011-03-161-8/+9
* Protocol documentation improvements.Eric S. Raymond2011-03-161-18/+30
* Document that the command parser is indifferent to the order of JSON attributes.Eric S. Raymond2011-03-161-1/+3
* Leave plenty of room for GGA timestamps with subsecond parts.Eric S. Raymond2011-03-161-1/+1
* An upstream-bug complaint can be nuked because libgps:gpsd_report() is no more.Eric S. Raymond2011-03-151-10/+0
* More doc updates.Eric S. Raymond2011-03-152-5/+5
* News update.Eric S. Raymond2011-03-151-3/+4
* Take gps_poll() off the near-term agenda for the C binding.Eric S. Raymond2011-03-151-10/+1
* Add examples to documentation.Eric S. Raymond2011-03-151-0/+64
* Telnet addition to troubleshooting pageCharles Curley2011-03-151-1/+27
* Minor splint fixes.Eric S. Raymond2011-03-151-3/+3
* Documentation update.Eric S. Raymond2011-03-152-19/+25
* Dump contents of of RTCM2.3 type 31 as a JSON object rather than hex words.Eric S. Raymond2011-03-155-31/+295
* rangerr -> prc, rangerate -> rrc in RTCM2Eric S. Raymond2011-03-158-192/+192
* issuedata -> iod in RTCM2Eric S. Raymond2011-03-158-156/+156
* Some build chains *still* don't like -I wuthout an argument.Eric S. Raymond2011-03-141-1/+1
* Small markup fixes.Eric S. Raymond2011-03-142-2/+1
* Add Globalsat ND-1005 to product database and regression tests.Eric S. Raymond2011-03-143-2/+919
* Change a structure name to avoid a future API break.Eric S. Raymond2011-03-144-31/+42
* Fix lat commit and make it portable thanks to autofoo.Bernd Zeimetz2011-03-131-2/+2
* Add check_programs target to build test_*.Bernd Zeimetz2011-03-131-1/+6
* Specify coverage of the AIVDM document.Eric S. Raymond2011-03-131-4/+11
* Finished WMO weather-report variant.Eric S. Raymond2011-03-131-27/+76
* More entries for the WMO observation-report table.Eric S. Raymond2011-03-121-41/+90
* Don't let cgps leave the terminal in a bad state on timeout.Beat Bolli2011-03-121-2/+5
* Comment typo fix.Eric S. Raymond2011-03-121-1/+1
* Remove outdated comment.Eric S. Raymond2011-03-121-4/+0
* Repair 'make dist' so build from tarball works again.Eric S. Raymond2011-03-121-0/+1
* Use $(LIBM) consistently ratcher than -lm.Eric S. Raymond2011-03-111-16/+16
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2011-03-111-5/+12
|\
| * Patch to allow uBlox to send time to ntpd/chronyGary E. Miller2011-03-101-5/+12
* | Build system simplification.Eric S. Raymond2011-03-111-13/+2
|/
* Use distutils only, not setuptools.Bernd Zeimetz2011-03-111-4/+1
* Better workaroudn for autotools uglyness.Bernd Zeimetz2011-03-101-2/+3
* Check version after checking that Makkefile is present in setup.pyBernd Zeimetz2011-03-101-1/+3
* Party reverting the Python related changes from Makefile.am.Bernd Zeimetz2011-03-101-20/+13
* Only send fixes via DBUS when you actually have sat lock.Eric S. Raymond2011-03-101-1/+2
* TODO and NEWS updated for release.Eric S. Raymond2011-03-102-19/+28
* Clear errno at an appropruaye place in gps_read().Eric S. Raymond2011-03-101-0/+2
* Library time parsing is now backward-compatible with 2.95.Eric S. Raymond2011-03-103-11/+61
* And still more double -> timestamp_t moves.Eric S. Raymond2011-03-105-12/+12
* Yet more double->timestamp_t moves.Eric S. Raymond2011-03-107-19/+19
* More timestamp_t conversions. No logic changes.Eric S. Raymond2011-03-103-11/+9
* Give timestamps their own typedef. No logic changes.Eric S. Raymond2011-03-107-28/+30
* Rearrange and update option listings.Eric S. Raymond2011-03-101-9/+17
* The recent change to use GST as a time check for end of cycle required this.Eric S. Raymond2011-03-091-0/+8
* Reduce an unnecessary double to time_t.Eric S. Raymond2011-03-092-2/+2