summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More portable equivalent of #pracgma pack, will work with clang.Eric S. Raymond2015-02-203-11/+12
* Avoid overexposure of an internal mask. EOF_SET -> EOF_ISEric S. Raymond2015-02-204-13/+14
* Folded Calibration HOWTO into Time Service HOWTOEric S. Raymond2015-02-203-189/+162
* monitor_nmea.c -> monitor_nmea0183.cEric S. Raymond2015-02-202-2/+2
* Switch NEWS to use ISO8601 dates.Eric S. Raymond2015-02-201-93/+92
* Minor update of Client HOWTO.Eric S. Raymond2015-02-191-5/+8
* Fix a typo in the Client HOWTO.Eric S. Raymond2015-02-191-2/+2
* In the Hacking Guide, make contents order match text order.Eric S. Raymond2015-02-181-1/+1
* Fixing gpsmon.c to fix broken buildJon Schlueter2015-02-181-1/+1
* Alas, remove OS X from the list of supported platforms.Eric S. Raymond2015-02-184-19/+44
* More ntpshm documentation fixes.Eric S. Raymond2015-02-181-15/+22
* Fixing broken build scons minimal=on ntpshm=onJon Schlueter2015-02-182-0/+4
* Fix for scons minimal=on broken build in gpsd.c missing ifdef guardJon Schlueter2015-02-181-0/+2
* SCons bug fix for minimal=on build was brokenJon Schlueter2015-02-181-0/+1
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2015-02-181-16/+17
|\
| * Update the Hacking Guide.Eric S. Raymond2015-02-181-16/+17
* | Fix another type24 bug in driver_nmea2000.cReinhard Arlt2015-02-182-4/+5
|/
* In build.txt, update stuff on the dbus_export option.Eric S. Raymond2015-02-171-3/+4
* Update the internal documentation on NTP segment management.Eric S. Raymond2015-02-171-13/+28
* Don't talk to NTP when we're running inside the test harnessEric S. Raymond2015-02-171-0/+4
* Revert the ntpshm allocation change - go back to using an external bool array.Eric S. Raymond2015-02-162-6/+5
* Typo corrections to build instructions.Eric S. Raymond2015-02-161-2/+2
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2015-02-167-21/+21
|\
| * Repair the logic for setting a non-default SHM export segment.Eric S. Raymond2015-02-166-13/+13
| * Tweak instrumentation to find out why alternate export segment isn't being set.Eric S. Raymond2015-02-162-10/+10
* | Fix bug in type24 msg in pseudoais.c .Reinhard Arlt2015-02-162-30/+36
|/
* Shut up, splint! All regressiion tests pass.Eric S. Raymond2015-02-151-3/+3
* Clarify a requirement for Python 2.x.Eric S. Raymond2015-02-152-2/+2
* Remove unused and incorrect retval from timespec_strZbigniew Chyla2015-02-158-22/+18
* timespec_str: add "const" to input argumentZbigniew Chyla2015-02-152-2/+2
* Avoid warning (pointer to volatile struct).Zbigniew Chyla2015-02-151-1/+2
* Fix compilation errorZbigniew Chyla2015-02-151-1/+2
* Fix incorrect use of strlcatZbigniew Chyla2015-02-151-2/+2
* Simplify NTP SHM segment creation.Eric S. Raymond2015-02-153-7/+6
* In the build, clean up shared-library linknames properly.Eric S. Raymond2015-02-151-1/+1
* Update hacking guide - PDAs are dead, long live smartphones.Eric S. Raymond2015-02-151-8/+9
* Updare some documentation.Eric S. Raymond2015-02-151-9/+3
* In SConstruct, repair the DBUS build.Eric S. Raymond2015-02-151-8/+8
* Remove duplicate inclusion of -lm from build.Eric S. Raymond2015-02-151-3/+0
* Be more explicit about what SConstruct does when we turn off features.Eric S. Raymond2015-02-151-0/+4
* More on Bedou and QZSS. No code changes.Eric S. Raymond2015-02-151-1/+3
* Add more documentation on NMEA ID ranges to NMEA.txt.Eric S. Raymond2015-02-151-5/+25
* Improved comment. No code changes.Eric S. Raymond2015-02-151-3/+4
* Comment typo fix. No code changes.Eric S. Raymond2015-02-151-1/+1
* Comment typo fix in two test loads. No code changes.Eric S. Raymond2015-02-152-2/+2
* Tweak SConstruct so WRITE_PAD in the environment is passed in.Eric S. Raymond2015-02-141-0/+1
* The capability to set WRITE_PAD in the test frame was buggy.Eric S. Raymond2015-02-141-1/+1
* Repair website markup.Eric S. Raymond2015-02-143-20/+21
* Allow setting WRITE_PAD from the environment.Eric S. Raymond2015-02-141-3/+6
* Time out hangs in single-shot tests.Eric S. Raymond2015-02-141-1/+7