index
:
delta/gpsd.git
master
vla-removal
git.savannah.gnu.org: git/gpsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crc24q.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code is fully cppcheck, splint, and Coverity clean.
Eric S. Raymond
2013-11-06
1
-0
/
+2
*
Nuke trailing whitespace in C source.
Eric S. Raymond
2012-09-07
1
-1
/
+1
*
Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})
Eric S. Raymond
2012-09-07
1
-1
/
+1
*
Ve more explicit about some types.
Eric S. Raymond
2012-09-05
1
-69
/
+67
*
Insert SuS headers required for portablity, as revealed by deheader.
Eric S. Raymond
2010-12-22
1
-0
/
+2
*
fix read past end of array. from cppcheck
Chris Kuethe
2010-05-09
1
-1
/
+1
*
use a more descriptive compilation conditional
Chris Kuethe
2010-04-18
1
-1
/
+1
*
Reindent some utility modules. All regression tests pass.
Eric S. Raymond
2010-04-14
1
-77
/
+74
*
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Eric S. Raymond
2010-03-13
1
-5
/
+3
*
Copyright stamps everywhere. No code changes.
Eric S. Raymond
2010-03-11
1
-5
/
+5
*
Unify the header protection macro style a bit.
Chris Kuethe
2008-08-03
1
-0
/
+1
*
whitespace fixes
Chris Kuethe
2008-08-03
1
-1
/
+1
*
Reference for people who want to understand CRC algorithms better.
Eric S. Raymond
2008-07-10
1
-1
/
+6
*
Minor polishing for possible future code reuse.
Eric S. Raymond
2008-07-10
1
-2
/
+3
*
More splint cleanups.
Eric S. Raymond
2008-07-10
1
-3
/
+3
*
More documentation.
Eric S. Raymond
2008-06-30
1
-2
/
+48
*
CRC24Q checksum works now.
Eric S. Raymond
2008-06-30
1
-61
/
+75
*
Document the error polynomial.
Eric S. Raymond
2008-06-30
1
-2
/
+6
*
Add a CRC-24Q implementation. It's wrong, but it's a start.
Eric S. Raymond
2008-06-30
1
-0
/
+111