summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reduce space required by devicelist now that it's in the main structure.Eric S. Raymond2014-08-231-8/+3
|
* PPS is no kinger marked unstable/experimental.Eric S. Raymond2014-08-239-26/+13
|
* Typo fixes.Eric S. Raymond2014-08-231-2/+2
|
* Device list fully moved out of terminal union; all regression tests pass.Eric S. Raymond2014-08-233-10/+12
|
* Remove a fulfilled todo item.Eric S. Raymond2014-08-231-13/+3
|
* Full implementation of AIS 'structured' bit. All regression tests pass.Eric S. Raymond2014-08-234-52/+32
|
* Typo fixes.Eric S. Raymond2014-08-231-2/+2
|
* NEWS update.Eric S. Raymond2014-08-231-0/+4
|
* libgps version bump to 22: AIS types 6 and 8 get 'structured' member.Eric S. Raymond2014-08-233-36/+37
|
* 3.12 development cycle begins.Eric S. Raymond2014-08-231-1/+1
|
* Version bump for release 3.11.release-3.11Eric S. Raymond2014-08-232-2/+2
|
* Add notes about DAC/FID false matches.Eric S. Raymond2014-08-231-1/+13
|
* Add a note about Inland AIS.Eric S. Raymond2014-08-231-2/+3
|
* More AIVDM screwed-uppedness in the standards.Eric S. Raymond2014-08-231-21/+26
|
* pylint validation pass. All regresio tests pass, xgps runs live.Eric S. Raymond2014-08-239-49/+48
|
* Add todo items.Eric S. Raymond2014-08-231-0/+5
|
* Minor port fix.Eric S. Raymond2014-08-231-1/+1
|
* Typo fix.Eric S. Raymond2014-08-231-1/+1
|
* In build.txt, require GCC >= 4.1.1.Eric S. Raymond2014-08-231-16/+7
|
* Minor updates to install.txt.Eric S. Raymond2014-08-231-3/+3
|
* More documentation about AIS tag blocks.Eric S. Raymond2014-08-231-11/+25
|
* Static-analyzer cleanup: splint, cppcheck, coverity all clear.Eric S. Raymond2014-08-223-3/+5
| | | | All regression tests pass.
* Re-integrate Miroslav's support for large PPS offsets.Eric S. Raymond2014-08-225-36/+52
| | | | | | The factoring on this could use some cleanup. All regression tests pass. PPS is live in both gpsd and gpsmon.
* Minor documentation updates.Eric S. Raymond2014-08-222-3/+6
|
* Fix a bad thinko in the Hacking Guide.Eric S. Raymond2014-08-211-4/+4
|
* Don't cite by git hashes.Eric S. Raymond2014-08-211-0/+7
|
* Restore PPS function by backing out Miroslav Lichtvar's last commit.Eric S. Raymond2014-08-214-22/+14
| | | | | | | | It came in way, way out of sequence ansd screwed something up. He may have been fixing some real problem, however. This requures investigation. All regression tests pass.
* Attempt to head off problems with including gpsd.h in C++ code.Eric S. Raymond2014-08-212-0/+8
| | | | All regression tests pass.
* Always remove test binaries on clean.Eric S. Raymond2014-08-211-1/+1
|
* Fix for a warning seen on mips with -Wclobbered.Eric S. Raymond2014-08-211-1/+1
|
* Clean generated manual pages properly.Eric S. Raymond2014-08-211-1/+1
|
* Option libQgpsmm -> qt, at Greg Troxel's request.Eric S. Raymond2014-08-211-2/+3
|
* Include cgps and gpsmon in targets to be cleaned.Eric S. Raymond2014-08-211-2/+2
|
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2014-08-214-4/+15
|\
| * Reimplement Zodiac control-send safely for word-oriented architectures.Eric S. Raymond2014-08-211-1/+10
| | | | | | | | | | | | | | | | | | | | This was a bug revealed by Debian porterbox testing. We used to use a cast from (char *) to (unsigned short *) that was problematic on word-oriented architectures like the PowerPC. Instead, memcpy the message data to a word array, which the compiler will create with correct alignment. All regression tests, cppcheck, and splint pass.
| * String fixes in gps2udp pointed out by Reinhard Arlt.Eric S. Raymond2014-08-211-2/+1
| |
| * Minor web ppage updates.Eric S. Raymond2014-08-212-1/+4
| |
* | Fix NME2000 AIS Type 24 handling.Reinhard Arlt2014-08-211-4/+4
| |
* | Remove unused check for workpgn.Reinhard Arlt2014-08-211-6/+1
|/
* splint/cppcheck/coverity cleanup.Eric S. Raymond2014-08-218-10/+22
|
* Document sSiRF sentence suppressions better.Eric S. Raymond2014-08-211-15/+17
|
* Revert "Remove dodgy sentence-suppresion code in SiRF driver."Eric S. Raymond2014-08-211-0/+6
| | | | Dodgy code turned out to be right after all - just needs documentation.
* Remove dodgy sentence-suppresion code in SiRF driver.Eric S. Raymond2014-08-211-6/+0
| | | | All regression tests pass.
* Add a query to the Debian bug database.Eric S. Raymond2014-08-211-1/+1
|
* Fix up argument parsing in gpsmon.Eric S. Raymond2014-08-203-19/+62
| | | | | | Addresses a minor bug report by Michael Tatarinov <kukabu@gmail.com>. Adds the capability, in daemon mode, to watch a specified device rather than all devices.
* More RANGE_CHECK uses. All regression tests pass.Eric S. Raymond2014-08-201-43/+12
|
* Add an AIS to-do item.Eric S. Raymond2014-08-201-0/+10
|
* Systematic use of RANGE_CHECK.Eric S. Raymond2014-08-201-24/+4
|
* Arrange for AIS driver to be less twitchy about overlong Type 24 messages.Eric S. Raymond2014-08-201-7/+10
| | | | All regression tests pass.
* Add a note that AIS 24A messages are often transmitted short.Eric S. Raymond2014-08-201-4/+9
|