summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cppcheck cleanup.Eric S. Raymond2015-01-2211-15/+25
* spelling cleanup in commentsJon Schlueter2015-01-221-2/+2
* Introduce an adaptive delay into the main loop to prevent select buzzing.Eric S. Raymond2015-01-224-0/+92
* Complete splint cleanup.Eric S. Raymond2015-01-212-0/+7
* Coverity/splint cleanup.Eric S. Raymond2015-01-217-48/+58
* More splint cleanup. All regression tests pass.Eric S. Raymond2015-01-213-6/+11
* Comment typo fix.Eric S. Raymond2015-01-211-1/+1
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-2120-79/+89
* Fix incorrect uses of snprintf in pseudo-NMEA code.Zbigniew Chyla2015-01-211-25/+20
* Simplify by using str_rstrip_char.Zbigniew Chyla2015-01-212-5/+4
* Simplify by using str_appendfZbigniew Chyla2015-01-211-37/+26
* Support empty strings in str_rstrip_charZbigniew Chyla2015-01-211-1/+1
* Convert macros in strfuncs.h to functions.Zbigniew Chyla2015-01-211-11/+29
* Add compiler.h with compiler specific macros.Zbigniew Chyla2015-01-214-20/+29
* Add str_rstrip_char, use it everywhere.Zbigniew Chyla2015-01-214-80/+46
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-2115-417/+310
* Use str_starts_with instead of local macro.Zbigniew Chyla2015-01-211-15/+14
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-2113-40/+50
* Add new header for string functions.Zbigniew Chyla2015-01-211-0/+12
* Rename some variables for clarity. All regression tests pass.Zbigniew Chyla2015-01-201-7/+7
* Include sys/types.h when checking for sys/timepps.h.Greg Troxel2015-01-161-1/+1
* Revert to using timegm() following Hal Murray's report of Fedora flakiness.Eric S. Raymond2015-01-141-3/+6
* Refactor the way NTP shared memory segments are addressed.Eric S. Raymond2015-01-133-28/+35
* Silence another warning about array subscripts of type 'char'.Matt2015-01-131-1/+1
* Clean STATUS_DGPS_FIX out of the public interface. All regression tests pass.Eric S. Raymond2015-01-134-25/+26
* Always use sizeof to get array size, part 2Zbigniew Chyla2015-01-131-1/+1
* Always use sizeof to get array sizeZbigniew Chyla2015-01-1314-21/+21
* Cleanup of string function and sizeof usage. All regression tests pass.Zbigniew Chyla2015-01-135-6/+6
* Last change to STARTSWITH was buggy. All regression tests pass.Eric S. Raymond2015-01-131-1/+1
* Fix the build in some unusual cases. All regression tests pass.Eric S. Raymond2015-01-133-9/+12
* Adding Driver build dependancy NMEA2000 on AVIDMJon Schlueter2015-01-121-0/+3
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-1021-357/+336
* The particular Navcom binary protocol we support is called NCT.Eric S. Raymond2015-01-103-5/+5
* In the navcom driver, get satellites used from the Channel Status packet.Eric S. Raymond2015-01-102-47/+42
* Improved internal documentation in the navcom driver.Eric S. Raymond2015-01-101-3/+19
* Rename for clarity.Eric S. Raymond2015-01-101-5/+5
* Another minor code simplification. All regression tests pass.Eric S. Raymond2015-01-101-2/+3
* Safety fix: ensure that SBAS satellites are never used in error modeling.Eric S. Raymond2015-01-102-20/+20
* Code simplification.Eric S. Raymond2015-01-101-13/+12
* Fix a bug that produced duplicate satellite IDs in psesudo-NMA GSA.Eric S. Raymond2015-01-102-11/+9
* Revise SiRF driver to be get satellites-used info from the skyview sentence.Eric S. Raymond2015-01-095-144/+155
* warning hunting for -Wunused-function in libgpsd_core.cJon Schlueter2015-01-091-0/+2
* warning hunting cleanup -Wunused-variable in gpsmon.cJon Schlueter2015-01-091-1/+3
* Tweak to ifdef guard for RECONFIGURE_ENABLE in driver_sirfJon Schlueter2015-01-091-1/+1
* Warning hunting cleanup in driver_superstar2.cJon Schlueter2015-01-091-0/+2
* Fix a bug in Superstar satellites-used compuation.Eric S. Raymond2015-01-092-46/+47
* Fix a namespace-pollution issue that causes OS X build failures.Eric S. Raymond2015-01-092-16/+4
* Add a SiRF-IV regressio n test (NMEA mode). All regressiopn tests pass.Eric S. Raymond2015-01-093-2/+6498
* Fix a brown-paper-bag typo.Eric S. Raymond2015-01-091-1/+1
* Adding missing PASSTHROUGH_ENABLE ifdef guards in packet.cJon Schlueter2015-01-081-2/+8