summaryrefslogtreecommitdiff
path: root/isgps.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-9/+1
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-28/+28
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-12/+12
* All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond2014-08-271-1/+1
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-11/+11
* Eliminate gpsd_report() from isgps.c. All regression tests pass.Eric S. Raymond2014-08-271-11/+11
* Fix a misleading variable name. No logic changes.Eric S. Raymond2014-08-271-66/+66
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-3/+3
* Code is now static-checker clean with splint, cppcheck, and Coverity.Eric S. Raymond2013-11-191-0/+2
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-11/+15
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-12/+12
* Clean up from cppcheck warnings. All regression tests pass.Eric S. Raymond2012-05-171-2/+2
* Minor improvements to RTCM2 doc comments.Eric S. Raymond2012-04-171-2/+2
* Improve an explanatory comment.Eric S. Raymond2011-03-171-1/+1
* Make the length of ISGPS packets accessible.Eric S. Raymond2011-02-261-0/+2
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-4/+0
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-4/+0
* XXX -> FIX-ME: Avoids false matches with autoconf cruft.Eric S. Raymond2010-05-121-1/+0
* dead code removalChris Kuethe2010-04-181-31/+0
* isgps_parityok is a macro, delete functionChris Kuethe2010-04-181-11/+3
* More GNU indent pragmas.Eric S. Raymond2010-04-141-2/+3
* Reindented the packet sniffer an ISGPS code. All regression tests pass.Eric S. Raymond2010-04-141-38/+52
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-5/+3
* 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-1/+0
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-1/+1
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* fix format warningChris Kuethe2009-01-061-3/+3
* Cosmetic changes.Eric S. Raymond2008-07-121-4/+4
* Note that RTCM104V3 doesn't use the ISGPS underlayer.Eric S. Raymond2008-07-121-9/+12
* No demand for Magnavox output yet, so we'll condition out that code...Eric S. Raymond2006-12-041-9/+8
* Make the code for Magnavox-format output work again...Eric S. Raymond2006-12-041-0/+32
* Improved documentation for the ISGPS layer. Eric S. Raymond2006-12-041-20/+11
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-49/+49
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Enable eveything to build when RTCM104 is configured out.Eric S. Raymond2005-12-201-0/+3
* splint and error-message cleanup.Eric S. Raymond2005-08-031-21/+22
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-1/+1
* Upper level of RTCM encoder works.Eric S. Raymond2005-07-281-6/+6
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-1/+1
* Comment fixups.Eric S. Raymond2005-07-261-1/+1
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-261-15/+0
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-46/+46
* A large step towards automatically syncing with RTCM streams.Eric S. Raymond2005-07-261-1/+3
* Fix some documentation.Eric S. Raymond2005-07-251-39/+27
* Break isgps.c apart from rtcm.c.Eric S. Raymond2005-07-251-0/+334