summaryrefslogtreecommitdiff
path: root/monitor_italk.c
Commit message (Expand)AuthorAgeFilesLines
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-2/+0
* OSX needs string.h for strlcat()Gary E. Miller2015-03-091-0/+1
* Remove unneeded conditional.Eric S. Raymond2015-03-021-5/+0
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-2/+2
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
* Type ckeanliness fixup.Eric S. Raymond2012-09-071-1/+1
* Replace 'ushort' with 'unsigned short'.Eric S. Raymond2012-09-071-15/+15
* scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-291-2/+2
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-281-2/+4
* fix build on openbsdChris Kuethe2011-01-121-0/+4
* More deheader testing.Eric S. Raymond2011-01-121-1/+0
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-41/+41
* deheader broke the build againChris Kuethe2010-12-221-0/+1
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-4/+1
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-8/+0
* Put back missing headers that break the buildChris Kuethe2010-12-021-0/+2
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-8/+0
* Reindent monitor mdules. Live test of gpsmon works.Eric S. Raymond2010-04-141-195/+196
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-4/+4
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-16/+16
* Some things splint just has to be told to shut up about.Eric S. Raymond2009-03-061-0/+2
* This finishes cleanup of the splint type warnings...Eric S. Raymond2009-03-061-9/+9
* Partial splint cleanup, and a fix for a real bug splint caught...Eric S. Raymond2009-03-061-10/+10
* shrink down the NAV_FIX paneChris Kuethe2009-03-061-7/+7
* Space Vehicle (SV) is not right here. Chris Kuethe2009-03-051-1/+1
* a better way to determine how many satellites were usedChris Kuethe2009-03-041-1/+2
* The itrax03 is a 12-channel receiver. so say all the spec sheets... Chris Kuethe2009-03-041-6/+6
* fix decoding of used satellites.Chris Kuethe2009-03-041-6/+11
* fix another bug in the italk decoder. Chris Kuethe2009-03-041-1/+3
* approaching useful.Chris Kuethe2009-03-041-7/+143
* Parse the satellite statusChris Kuethe2009-03-031-9/+68
* Monitor API has changed, so clean out comments in the three stub monitors.Eric S. Raymond2009-03-031-98/+0
* Hook up the framework for a few more monitor typesChris Kuethe2009-03-031-0/+152