summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a mismatch between gppscap.py and the report CGI.Eric S. Raymond2010-01-022-63/+65
|
* Add another regression test, for the BT-451.Eric S. Raymond2010-01-023-0/+2411
|
* Declare socket-valued ints as socket_t.Eric S. Raymond2009-12-316-8/+17
|
* Get rid of u_char, and some splint cleanup.Eric S. Raymond2009-12-313-6/+6
|
* Bump major API version. Seems I managed to forget to do this since 2.39.Eric S. Raymond2009-12-241-6/+1
|
* Yet another attempt to beat the autotools mess into submission.Eric S. Raymond2009-12-231-1/+1
|
* Add a good comment that gpsd CAN talk to ntpd as non-root.Gary E. Miller2009-12-231-2/+14
|
* Try to be smarter about SHM permissions when starting as non-root.Gary E. Miller2009-12-231-3/+19
| | | | Improve the error message.
* Arrange for setup.py to get called on installation as it should.Eric S. Raymond2009-12-231-2/+2
|
* Remove another bogus root test in the ntpshm path.Gary E. Miller2009-12-221-4/+1
|
* WHoops, make last patch compile.Gary E. Miller2009-12-221-1/+1
|
* Remove unneccessary root test. Gary E. Miller2009-12-221-3/+10
| | | | | gpsd should be able to attach to SHM as a simple user if the perms are correct.
* More unfo in type 21 display.Eric S. Raymond2009-12-221-1/+1
|
* More bug diagnosis.Eric S. Raymond2009-12-221-2/+3
|
* Typo fix and some bug diagnosis.Eric S. Raymond2009-12-222-12/+14
|
* Typo fix.Eric S. Raymond2009-12-211-6/+6
|
* Documentation update.Eric S. Raymond2009-12-212-15/+18
|
* Mere in data from type 18 messages.Eric S. Raymond2009-12-211-2/+2
|
* Watch AIS message types 12 and 14.Eric S. Raymond2009-12-211-0/+15
|
* Monitor AIS type 4 messages.Eric S. Raymond2009-12-211-4/+10
|
* Suppress a pygtk warning.Eric S. Raymond2009-12-211-0/+1
|
* Make AIS display honor the selected degree format.Eric S. Raymond2009-12-211-3/+4
|
* Automatically turn on AIS display when we have an AIS source.Eric S. Raymond2009-12-211-11/+16
|
* Include ship type information in AIS display.Eric S. Raymond2009-12-211-5/+5
|
* Merge CNB information with Type 5 information.Eric S. Raymond2009-12-211-31/+35
|
* Make the entry-aging logic in the AIS display actually work.Eric S. Raymond2009-12-211-2/+4
|
* Fix sporadic client-side errors...Eric S. Raymond2009-12-201-2/+9
| | | | | ...that could occur when the client library's internal buffer is part full but not NUL-terminated.
* Gary's last commit had a temporary debugging line in it.Eric S. Raymond2009-12-201-1/+0
|
* 2nd try at fixing a nit in PPS.Gary E. Miller2009-12-201-2/+3
|
* More AIS tweaks. Test client is turning up real bugs.Eric S. Raymond2009-12-202-5/+14
|
* Various AIS corrections turned up by working on xgps's AIS display.Eric S. Raymond2009-12-203-12/+30
|
* Add more message types to the AIS display.Eric S. Raymond2009-12-201-7/+15
|
* AIS storage managenent with timeouts.Eric S. Raymond2009-12-201-3/+20
|
* Typo fixes.Eric S. Raymond2009-12-201-2/+2
|
* First display of AIS data from Type 5 messages.Eric S. Raymond2009-12-201-4/+6
|
* AIS window now lives in a properly-sized ScrollWindow.Eric S. Raymond2009-12-201-9/+10
|
* AIS window is hidden by default.Eric S. Raymond2009-12-201-1/+3
|
* Document another model one of our udev rules matches on.Bernd Zeimetz2009-12-201-1/+1
|
* Make gpsd.rules work again. We need ATTRS, *not* ATTR.Bernd Zeimetz2009-12-201-8/+8
|
* Add an AIS window (not yet updated).Eric S. Raymond2009-12-201-3/+45
|
* Support for AIS type 25 and 26 messages.Eric S. Raymond2009-12-194-6/+73
|
* Describe AIS messages 25 and 26, and fix some markup.Eric S. Raymond2009-12-192-7/+64
|
* Typo fixes and polishing.Eric S. Raymond2009-12-191-4/+4
|
* More generous buffers to avoid generating bad JSON on AIS special strings.Eric S. Raymond2009-12-191-4/+4
|
* Send a driver-change notification on both DEVICEID_SET *and* DEVICE_SET.Eric S. Raymond2009-12-181-1/+1
|
* gpsfake.py now lives in the gps python package.Eric S. Raymond2009-12-181-1/+1
|
* Arrgh. I confused ERR_SET with ERROR_SET in a couple of places.Eric S. Raymond2009-12-184-6/+5
| | | | | | | | | ERR_SET is now gone entirely, so in the extremely unlikely even that an app developer got caught by this (could never happen unless they shipped a bad command via the deprecated gps_send() entry point) the code will break noisily. All regression tests pass.
* Fully document the AIS dump format.Eric S. Raymond2009-12-182-29/+87
|
* Fix AIS dumping of altitude and speed in SAR report.Eric S. Raymond2009-12-182-4/+33
|
* Typo fix.Eric S. Raymond2009-12-181-1/+1
|