summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Delete ppstest. It never worked quite right, and now we can just use gpsd.Eric S. Raymond2012-05-162-206/+0
* New version of cppcheck requires more suppressions.Eric S. Raymond2012-05-164-4/+17
* Comment out a dead increment found by scan-build.Eric S. Raymond2012-05-161-2/+2
* Change a filename to reflect reality. All regression tests pass.Eric S. Raymond2012-05-152-2/+3
* Scons breaks scan-build's environment.Bernd Zeimetz2012-05-151-0/+5
* Check for -W flags supported by the compiler.Bernd Zeimetz2012-05-151-13/+32
* Move AIVDM-unarmoring code so the NMEA2000 driver can link less.Eric S. Raymond2012-05-153-170/+170
* Narrow the scope of some splint annotations.Eric S. Raymond2012-05-151-3/+4
* Separate binary AIS decoding from ASCII-armored AIVDM decoding.Eric S. Raymond2012-05-151-899/+910
* Split up a context, this will be needed for the NMEA2000 driver's AIS support.Eric S. Raymond2012-05-152-11/+15
* Bug-fix an AIS analysis. All regression tests pass.Eric S. Raymond2012-05-151-1/+1
* Now possible to more easily suppress use of chrpath.Eric S. Raymond2012-05-143-36/+36
* Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsdEric S. Raymond2012-05-141-0/+8
|\
| * NMEA2000 depends on CAN which only exists on linuxChris Kuethe2012-05-141-0/+8
* | Eliminate a potential buffer overrun.Eric S. Raymond2012-05-141-1/+1
|/
* Safer strncat(3) usage.Eric S. Raymond2012-05-141-2/+2
* Eliminated a bug Rick Bywater tripped over.Eric S. Raymond2012-05-141-1/+1
* Explain better why we use chrpath.Eric S. Raymond2012-05-142-4/+25
* STAGING_PREFIX -> STAGING_DIR which is how OpenWrt wants it.Eric S. Raymond2012-05-141-1/+1
* Note our major accomplishment for this release.Eric S. Raymond2012-05-141-1/+1
* Typo fix.Eric S. Raymond2012-05-141-1/+1
* Document our reliability engineering.Eric S. Raymond2012-05-132-10/+157
* Zero Coverity defects!Eric S. Raymond2012-05-132-3/+3
* According to the Geostar reference, the code to set NMEA mode was wrong.Eric S. Raymond2012-05-121-1/+1
* Remove dangling index item.Eric S. Raymond2012-05-121-1/+0
* Remove broken timesetting script.Eric S. Raymond2012-05-121-17/+0
* Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsdEric S. Raymond2012-05-121-0/+22
|\
| * Update gpsdadata.status.Reinhard Arlt2012-05-121-0/+22
* | More Coverity suppressions.Eric S. Raymond2012-05-124-62/+2
|/
* Comment typo fix.Eric S. Raymond2012-05-121-1/+1
* More info in the UBX driver header comment.Eric S. Raymond2012-05-121-1/+6
* Magic-number elimination.Eric S. Raymond2012-05-111-12/+17
* Simplify and improve the UBX mode-setting code.Eric S. Raymond2012-05-112-32/+29
* Fixes for reporting of AIS met/hydro message.Christian Gagneraud2012-05-111-7/+7
* Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond2012-05-117-8/+12
* Coverity defect #13: a slow resource leak.Eric S. Raymond2012-05-111-0/+1
* More comment fixes.Eric S. Raymond2012-05-111-3/+3
* Comment fix.Eric S. Raymond2012-05-111-4/+1
* Oops, pull the right things out of git.Eric S. Raymond2012-05-111-3/+3
* Try to get Coverity suppressions to the right place.Eric S. Raymond2012-05-112-2/+2
* I don't think the NULL case is possible here, but let's make Coverity happy.Eric S. Raymond2012-05-111-1/+1
* Pacify Coverity some more.Eric S. Raymond2012-05-114-2/+5
* Sigh, scan submission via curl looks like it works but actually fails.Eric S. Raymond2012-05-111-6/+10
* Coverity may be being overly fussy, but this guard is probably a good idea.Eric S. Raymond2012-05-111-1/+1
* Be more explicit about a Coverity workaround.Eric S. Raymond2012-05-111-3/+3
* Fix confusing whitespace.Eric S. Raymond2012-05-111-2/+2
* Get rid of nullbool default - not used, and it causes a bad smell to Coverity.Eric S. Raymond2012-05-112-7/+1
* Typo fix.Eric S. Raymond2012-05-111-1/+1
* Suppress more non-defects.Eric S. Raymond2012-05-102-0/+3
* Avoid overrunning an NMEA2000 device name buffer. Coverity defect #12.Eric S. Raymond2012-05-101-1/+1