summaryrefslogtreecommitdiff
path: root/crc24q.c
Commit message (Collapse)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
|
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+2
| | | | All regression tests pass. PPS is live.
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-1/+1
|
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-1/+1
| | | | Note there are some exit(2) instances we bneed to decide what to do with.
* Ve more explicit about some types.Eric S. Raymond2012-09-051-69/+67
|
* Insert SuS headers required for portablity, as revealed by deheader.Eric S. Raymond2010-12-221-0/+2
|
* fix read past end of array. from cppcheckChris Kuethe2010-05-091-1/+1
|
* use a more descriptive compilation conditionalChris Kuethe2010-04-181-1/+1
|
* Reindent some utility modules. All regression tests pass.Eric S. Raymond2010-04-141-77/+74
|
* 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-5/+5
|
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-0/+1
| | | | | | | Headers likely to be private to gpsd are prefixed with _GPSD_, reusable ones like crc24q.h don't get the _GPSD_ prefix. Protection macro goes right up near the top of the file, right after the SVN id, and it's closure is the last line of the file.
* whitespace fixesChris Kuethe2008-08-031-1/+1
|
* Reference for people who want to understand CRC algorithms better.Eric S. Raymond2008-07-101-1/+6
|
* Minor polishing for possible future code reuse.Eric S. Raymond2008-07-101-2/+3
|
* More splint cleanups.Eric S. Raymond2008-07-101-3/+3
|
* More documentation.Eric S. Raymond2008-06-301-2/+48
|
* CRC24Q checksum works now.Eric S. Raymond2008-06-301-61/+75
|
* Document the error polynomial.Eric S. Raymond2008-06-301-2/+6
|
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-0/+111