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
/
driver_ais.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDXify the licerse references.
Eric S. Raymond
2018-03-08
1
-1
/
+1
*
Shield FreeBSD from standards compliance.
Gary E. Miller
2016-09-07
1
-0
/
+4
*
__DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.
Gary E. Miller
2016-08-16
1
-0
/
+2
*
isascii() needs _XOPEN_SOURCE 500
Gary E. Miller
2016-08-15
1
-0
/
+4
*
uint was rmoved in C99. If gpsd enforce C99, then uint must go.
Gary E. Miller
2016-08-15
1
-2
/
+4
*
[aivdm] Make type=1 more permissive of short data
Jon Schlueter
2016-01-05
1
-2
/
+5
*
[aivdm] Expand driver type=20 to handle length 186
Jon Schlueter
2016-01-05
1
-1
/
+1
*
[aivdm] Expand driver type 16 to handle 168 bits
Jon Schlueter
2016-01-05
1
-1
/
+1
*
additional type 21 message with 368 bits long message
Jon Schlueter
2016-01-04
1
-1
/
+1
*
AIS:refine parsing of type 8 DAC 1 FID 16 messages
Jon Schlueter
2015-10-07
1
-4
/
+9
*
AIS: Add better handling of non byte aligned data blobs
Jon Schlueter
2015-10-07
1
-4
/
+10
*
better handling of type 6 unhandled FID entries
Jon Schlueter
2015-10-07
1
-2
/
+0
*
Fixup driver_ais from_sixbit parsing
Stefan Roels
2015-10-03
1
-4
/
+24
*
Fix typo in AIS type 7 message-length check.
Eric S. Raymond
2015-06-01
1
-1
/
+1
*
A drowning deluge of whitespace hacks.
Gary E. Miller
2015-04-30
1
-3
/
+3
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-14
/
+0
*
Fix Savannah bug #44619: Bad latitude value for message type 17
Eric S. Raymond
2015-03-24
1
-2
/
+2
*
Fix comment typo, width of spare field in AIS type 17.
Eric S. Raymond
2015-03-24
1
-1
/
+1
*
gpsd-report() -> gpsd_log()
Eric S. Raymond
2015-03-07
1
-37
/
+37
*
Cleanup of string function and sizeof usage. All regression tests pass.
Zbigniew Chyla
2015-01-13
1
-1
/
+1
*
Minor fixes for AIS code and fields documentation.
Eric S. Raymond
2015-01-08
1
-1
/
+1
*
More magic-number elimination.
Eric S. Raymond
2014-09-12
1
-5
/
+5
*
Use a standard name for a magic number. All regression tests pass.
Eric S. Raymond
2014-09-11
1
-5
/
+3
*
Magic-number elimination.
Eric S. Raymond
2014-09-11
1
-5
/
+5
*
Appease the compiler.
Eric S. Raymond
2014-08-29
1
-1
/
+1
*
Properly handle addressed versions of AIS Type 25 and 26. Untested, alas.
Eric S. Raymond
2014-08-29
1
-10
/
+11
*
Now that the transition is done we can restore the gpsd_report name.
Eric S. Raymond
2014-08-27
1
-15
/
+15
*
All gpsd_reportcalls are gone. Only the unused definitins are left.
Eric S. Raymond
2014-08-27
1
-15
/
+15
*
Full implementation of AIS 'structured' bit. All regression tests pass.
Eric S. Raymond
2014-08-23
1
-1
/
+9
*
libgps version bump to 22: AIS types 6 and 8 get 'structured' member.
Eric S. Raymond
2014-08-23
1
-34
/
+32
*
More RANGE_CHECK uses. All regression tests pass.
Eric S. Raymond
2014-08-20
1
-43
/
+12
*
Systematic use of RANGE_CHECK.
Eric S. Raymond
2014-08-20
1
-24
/
+4
*
Arrange for AIS driver to be less twitchy about overlong Type 24 messages.
Eric S. Raymond
2014-08-20
1
-7
/
+10
*
Cirresct specification annd processing of Inland AIS Type 10 message.
Eric S. Raymond
2014-08-18
1
-1
/
+1
*
Add length checks to fixed-length Inland AIS messages.
Eric S. Raymond
2014-08-18
1
-0
/
+16
*
Correct a bug in AIS type 8 processing.
Eric S. Raymond
2014-08-18
1
-4
/
+4
*
An attempt to stabilize regression testing on some odd architectures.
Eric S. Raymond
2014-05-22
1
-0
/
+4
*
Clean up an obsolete comment and redundant #ifdef.
Eric S. Raymond
2013-11-13
1
-0
/
+1
*
Relax some more AIS lebgth checks. All regression tests pass. PPS is live.
Eric S. Raymond
2013-11-13
1
-24
/
+4
*
Address Savannah tracker bug #40335: Accept overlong AIS messages?
Eric S. Raymond
2013-11-13
1
-39
/
+18
*
Fix more build breakage. Partial splint cleanup.
Eric S. Raymond
2013-11-12
1
-0
/
+3
*
Make interpretation of the split24 flag propperly per-subscriber.
Eric S. Raymond
2013-11-10
1
-45
/
+33
*
Full splint cleanup. Partial cppcheck cleanup.
Eric S. Raymond
2013-11-05
1
-1
/
+1
*
Address Savannah bug #40298: AIS type 27 too strict size check
Eric S. Raymond
2013-10-18
1
-2
/
+9
*
Address Savannah tracker issue #40297: AIS type 19 decoding bug.
Eric S. Raymond
2013-10-18
1
-5
/
+5
*
Be more relaxed about AIS Type 5 message lengths.
Eric S. Raymond
2013-10-14
1
-2
/
+8
*
Compiler warning cleanup.
Eric S. Raymond
2013-10-12
1
-1
/
+1
*
Some compilers barf if you name a struct member 'class'.
Eric S. Raymond
2013-10-06
1
-1
/
+1
*
Variable renames, and remove an extraneous break statement.
Eric S. Raymond
2013-10-06
1
-32
/
+32
*
Inland AIS full support (untested).
Eric S. Raymond
2013-10-06
1
-0
/
+10
[next]