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
/
gpsdecode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up warnings reported by Charles Curley.
Eric S. Raymond
2011-01-17
1
-0
/
+4
*
More deheader testing.
Eric S. Raymond
2011-01-12
1
-0
/
+1
*
Regularize some function names.
Eric S. Raymond
2011-01-12
1
-4
/
+4
*
More header portability audting with a new version of deheader.
Eric S. Raymond
2010-12-22
1
-3
/
+4
*
Unused-header removals by deheader. All regression tests pass.
Eric S. Raymond
2010-12-01
1
-5
/
+0
*
Correct some erroneous IS8061 formating.
Eric S. Raymond
2010-06-13
1
-1
/
+1
*
The last change in gpsdecode was not entirely correct. Fixes from Nirgal.
Eric S. Raymond
2010-05-20
1
-9
/
+9
*
Switch the CSV format emitted by gpsdecode(1) to DSV using |.
Eric S. Raymond
2010-05-19
1
-23
/
+23
*
In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.
Eric S. Raymond
2010-05-10
1
-4
/
+6
*
Complete privious change. Required rebuilding of three regressin tests.
Eric S. Raymond
2010-05-09
1
-1
/
+1
*
C AIS decoder now has separate contexts for A and B channels.
Eric S. Raymond
2010-05-09
1
-1
/
+1
*
Prevent gpsdecode from seeinmg uniinitialized stack garbage.
Eric S. Raymond
2010-05-09
1
-0
/
+1
*
Extend AIS idempotency test coverage.
Eric S. Raymond
2010-04-26
1
-0
/
+3
*
Give up on RTCM2 repack support. It's broken, and unlikely ever to be needed.
Eric S. Raymond
2010-04-25
1
-20
/
+6
*
Reindent two more programs. That's everything except xgpsspeed/Tachometer.c.
Eric S. Raymond
2010-04-14
1
-138
/
+129
*
Fix gpsdecode compilation when one of the rtcm104 versions is disabled.
Eric S. Raymond
2010-03-27
1
-0
/
+4
*
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Eric S. Raymond
2010-03-13
1
-3
/
+2
*
Eliminate more Subversion tracks...
Eric S. Raymond
2010-03-13
1
-1
/
+1
*
Copyright stamps everywhere. No code changes.
Eric S. Raymond
2010-03-11
1
-1
/
+5
*
Support for JSON dumping and parsing of AIS message types 25 and 26.
Eric S. Raymond
2010-03-05
1
-0
/
+23
*
Improved handling and documentation of AIS type 22 messages.
Eric S. Raymond
2010-01-30
1
-14
/
+28
*
Document that a trailing @ should terminate a packed-six-bit AIS string.
Eric S. Raymond
2009-11-30
1
-0
/
+2
*
Corrections to the AIS specification, and one fieldname.
Eric S. Raymond
2009-11-26
1
-1
/
+1
*
Include the whole config file in gpsd.h.
Eric S. Raymond
2009-11-20
1
-1
/
+0
*
End pointer returned by the JSON parser needs to be passed back up...
Eric S. Raymond
2009-11-18
1
-1
/
+1
*
Fix some whitespace glitches found while experimenting with indent(1).
Eric S. Raymond
2009-11-17
1
-1
/
+1
*
Fully support AIS type 22 and 23 messages. All regression tests pass.
Eric S. Raymond
2009-09-22
1
-1
/
+14
*
More splint cleanup. All regression tests pass.
Eric S. Raymond
2009-09-09
1
-25
/
+27
*
Partial splint cleanup. All regression tests pass.
Eric S. Raymond
2009-09-09
1
-4
/
+4
*
Uniform treatment of line terminations.
Eric S. Raymond
2009-09-07
1
-1
/
+1
*
Remove a duplicative storage declaration.
Eric S. Raymond
2009-09-06
1
-3
/
+8
*
Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.
Eric S. Raymond
2009-09-03
1
-26
/
+19
*
Generated AIS parser code compiles. All tests pass.
Eric S. Raymond
2009-09-01
1
-12
/
+5
*
Fix dumping of AIS message 19 (dte was missing).
Eric S. Raymond
2009-09-01
1
-6
/
+7
*
More code generation - up to AIS message 13 now.
Eric S. Raymond
2009-09-01
1
-14
/
+14
*
Back out a change that broke regression tests. All tests pass.
Eric S. Raymond
2009-08-30
1
-1
/
+1
*
AIS dumper's signature has changed. Integrate AIS parsing on the library side.
Eric S. Raymond
2009-08-29
1
-20
/
+12
*
New CSV AIS dump code is verified correct.
Eric S. Raymond
2009-08-28
1
-2
/
+5
*
Change the check file in the AIVDM regression test to use unscaled CSV.
Eric S. Raymond
2009-08-28
1
-1
/
+307
*
JSON decoding for RTCM2 types 3, 7, and 16 is verified.
Eric S. Raymond
2009-08-28
1
-3
/
+3
*
Passthrough check of RTCM2 JSON decoding works for message types 1 and 9.
Eric S. Raymond
2009-08-28
1
-33
/
+27
*
Remove parser for Sager dump format.
Eric S. Raymond
2009-08-27
1
-61
/
+8
*
Allow RTCM2 encoder to ignore comments.
Eric S. Raymond
2009-08-27
1
-2
/
+6
*
Give gpsdecode the capability to encode from RTCM2 JSON. Not yet tested.
Eric S. Raymond
2009-08-27
1
-4
/
+11
*
Support JSON dumping for RTCM2 messages.
Eric S. Raymond
2009-08-12
1
-2
/
+5
*
Handle some line-termination issues more cleanly.
Eric S. Raymond
2009-07-29
1
-0
/
+1
*
A step twards reporting AIS data in gpsd. All regression tests pass.
Eric S. Raymond
2009-07-24
1
-2
/
+5
*
First cut at JSON dumping of AIVDM.
Eric S. Raymond
2009-06-05
1
-5
/
+5
*
Clean up splint and compilation warnings, fix minor gpsdecode option bugs.
Eric S. Raymond
2009-05-28
1
-5
/
+1
*
Significant simplification of the packet-getter interface.
Eric S. Raymond
2009-03-27
1
-4
/
+2
[next]