summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the length of ISGPS packets accessible.Eric S. Raymond2011-02-262-1/+8
* Alas, PRI64 macros choke splint.Eric S. Raymond2011-02-261-2/+1
* splint cleanup.Eric S. Raymond2011-02-261-0/+2
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-265-88/+115
* Match debug levels passed into gpsd_hexdump_wrapper with gpsd_report() calls.Jon Schlueter2011-02-264-7/+7
* Use PRIx64 for uint64_t.Greg Troxel2011-02-251-1/+1
* Use PRIx64 to print int64_t in hex.Greg Troxel2011-02-251-16/+17
* Try to fix Greg Troxel's format mismatches.Eric S. Raymond2011-02-251-50/+48
* Fix a problem noted by Charles Curley.Eric S. Raymond2011-02-251-0/+1
* Fix an explanatory comment.Eric S. Raymond2011-02-251-3/+4
* Fix a bug in computation of satellites_visible.Eric S. Raymond2011-02-251-1/+3
* Faster implementation of strlcpy(), thanks to Michael Cook.Eric S. Raymond2011-02-251-6/+24
* Make the SiRF driver obey context.readonly.Eric S. Raymond2011-02-252-36/+24
* -j is supposed to be the default.Eric S. Raymond2011-02-251-1/+1
* With this minor patch, working NTRIP is confirmed.Andre Naujoks2011-02-251-2/+2
* Minor bug fix: packet echo shouldn't be pinned to stdout.Eric S. Raymond2011-02-251-4/+5
* Split an excessively long function. No logic changes. All regression tests pass.Eric S. Raymond2011-02-243-63/+68
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2011-02-241-1/+1
|\
| * Tweak a KPPS log message that is not really an error.Gary E. Miller2011-02-241-1/+1
* | Exit without trailing debris on Ctl-C.Eric S. Raymond2011-02-241-48/+52
* | Make xgps indifferent to whether it gets float or string time.Eric S. Raymond2011-02-241-1/+2
|/
* Revert esr's breakage of chrony interface.Gary E. Miller2011-02-241-5/+6
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdGary E. Miller2011-02-244-8/+9
|\
| * Abolish device->is_serial. Replaced by device->servicetype.Eric S. Raymond2011-02-244-8/+9
* | If misdetection is going to occur, better to fail to Garmin SerialGary E. Miller2011-02-241-1/+2
|/
* The NTRIP connection state musn't be zeroed on gpsd_activate().Eric S. Raymond2011-02-244-43/+43
* Add an explanatory comment.Eric S. Raymond2011-02-241-0/+4
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-247-10/+19
* Eliminate the context sentdgps member in favor of a per-session state flag.Eric S. Raymond2011-02-243-5/+9
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-246-115/+98
* Move NTRIP per-connection state from global context to private driver area.Eric S. Raymond2011-02-244-44/+45
* Guard probes on whether the device being activated is serial.Eric S. Raymond2011-02-241-1/+1
* initial device recognition is only done for non ntrip connectionsAndre Naujoks2011-02-241-16/+18
* Revert the removal if GPS driver initializers.Gary E. Miller2011-02-231-0/+19
* Revert "Remove a mo-op initializer from the driver type list."Gary E. Miller2011-02-232-6/+41
* Avoid any possibility of rejecting a $PASHR due to bad checksum.Eric S. Raymond2011-02-231-31/+40
* Vertical window size computation had to be redone to fix a display bug.Eric S. Raymond2011-02-231-16/+15
* Refactor device opening. No logic changes. All regression tests pass.Eric S. Raymond2011-02-232-56/+63
* Add and document gpsdecode -v option.Eric S. Raymond2011-02-232-9/+17
* Documentation editing.Eric S. Raymond2011-02-232-19/+18
* Documentation update.Eric S. Raymond2011-02-232-117/+73
* Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only.Eric S. Raymond2011-02-237-646/+581
* Remove all support for RTCM2 Sager dump format.Eric S. Raymond2011-02-237-1002/+539
* Fully enable compilation withe NMEA_ENABLE off.Eric S. Raymond2011-02-222-10/+12
* Address Berlios tracker bug #17951 FTBFS with disabled nmea.Eric S. Raymond2011-02-221-0/+2
* add return codes when parsing partial GSV packetsJon Schlueter2011-02-221-5/+5
* spelling error in comment for driver_nmeaJon Schlueter2011-02-222-2/+2
* splint cleanup.Eric S. Raymond2011-02-221-2/+2
* Remove a mo-op initializer from the driver type list.Eric S. Raymond2011-02-222-41/+6
* remove unneeded splint directives around open_device/add_deviceJon Schlueter2011-02-221-7/+0