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
/
packet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GREIS (Javad) GPS driver.
Gregory Fong
2018-07-29
1
-15
/
+138
*
packet.c: Prevent infinite loop in packet engine.
Gary E. Miller
2018-07-13
1
-2
/
+14
*
Support Galileo $GA... talkers and fix a couple of $GB cases
Chris Lawrence
2018-06-15
1
-1
/
+2
*
Suppress GCC 7.3.0 fallthrough warnings in intentional cases.
Eric S. Raymond
2018-06-15
1
-1
/
+1
*
SPDXify the licerse references.
Eric S. Raymond
2018-03-08
1
-1
/
+1
*
Reverts broken portion of old character pushback change.
Fred Wright
2017-03-05
1
-1
/
+1
*
Fix too small buffers. Hex is 2x + 1 the size of binary.
Gary E. Miller
2016-09-01
1
-7
/
+7
*
Decode SkytTraq undocumented $STI sentence.
Gary E. Miller
2016-07-21
1
-0
/
+2
*
Another step to decode SkyTraq $STI.
Gary E. Miller
2016-07-21
1
-0
/
+3
*
Fix typo
Hal Murray
2016-07-18
1
-1
/
+1
*
TSIP: Add support for messages 0x5d and 0x6c
Nuno Goncalves
2016-07-18
1
-7
/
+33
*
TSIP: improve comments
Nuno Goncalves
2016-07-18
1
-11
/
+39
*
Add driver_skytraq.c.
Gary E. Miller
2016-03-29
1
-1
/
+1
*
Parse Skytraq packets to inbuffer.
Gary E. Miller
2016-03-29
1
-3
/
+81
*
Add support for stashed partial messages
Michael Brown
2016-02-09
1
-2
/
+76
*
Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.
Eric S. Raymond
2015-10-01
1
-8
/
+8
*
More trailing whitespace fixups.
Gary E. Miller
2015-04-30
1
-7
/
+7
*
Addresses Savannah bug #44740: More talkers for AIS VDM/VDO.
Kurt Schwehr
2015-04-06
1
-0
/
+12
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-21
/
+2
*
gpsd-report() -> gpsd_log()
Eric S. Raymond
2015-03-07
1
-113
/
+113
*
Code to accommodate alternat Beidou talker ID of $GB. Also, add a test for it.
Eric S. Raymond
2015-03-02
1
-1
/
+4
*
Update a comment on talker IDs.
Eric S. Raymond
2015-02-28
1
-0
/
+1
*
Full support for Beido and QZSS constellations in NMEA0183 skyviews.
Eric S. Raymond
2015-02-28
1
-0
/
+17
*
splint cleanup. All regressiion tests pass.
Eric S. Raymond
2015-02-09
1
-3
/
+2
*
In the packet getter, fix an erroneous RTCM2 state transition.
Eric S. Raymond
2015-02-09
1
-6
/
+14
*
Implement character pushback and state to ground without packet disposal...
Eric S. Raymond
2015-02-08
1
-63
/
+63
*
Machinery for doing true character pushback without packet disposal.
Eric S. Raymond
2015-02-08
1
-86
/
+91
*
Improved instrumentation. All regression tests pass.
Eric S. Raymond
2015-02-08
1
-6
/
+13
*
Improve the ability of the packet analyzer to recognize control comments...
Eric S. Raymond
2015-02-08
1
-74
/
+74
*
Refactoring step: make character_pushback take a new-state argument.
Eric S. Raymond
2015-02-08
1
-40
/
+26
*
Add YX as a recognized NMEA packet leader. Seen on Airmar PB100.
Eric S. Raymond
2015-02-05
1
-0
/
+9
*
Comment typo fix.
Eric S. Raymond
2015-01-31
1
-1
/
+1
*
Add str_starts_with macro, use it instead of strncmp.
Zbigniew Chyla
2015-01-21
1
-5
/
+6
*
Adding missing PASSTHROUGH_ENABLE ifdef guards in packet.c
Jon Schlueter
2015-01-08
1
-2
/
+8
*
Fix RTCM2 detection in packet.c
Ahti Heinla
2015-01-08
1
-0
/
+6
*
Silence compiler warnings about array subscripts of type 'char'
Matt
2014-09-10
1
-3
/
+3
*
Fix incorrect comment.
Eric S. Raymond
2014-09-06
1
-1
/
+1
*
Now that the transition is done we can restore the gpsd_report name.
Eric S. Raymond
2014-08-27
1
-34
/
+34
*
Introduce struct errout_t to encapsulate error-reporting hooks.
Eric S. Raymond
2014-08-27
1
-60
/
+39
*
Eliminate gpsd_report() from isgps.c. All regression tests pass.
Eric S. Raymond
2014-08-27
1
-1
/
+1
*
Modify packet.c so it no longer requires gpsd_report().
Eric S. Raymond
2014-08-27
1
-34
/
+56
*
Follow throughon a previous name change. No logic changes.
Eric S. Raymond
2014-08-27
1
-1
/
+1
*
Structure member name change: packet -> lexer. No logic changes.
Eric S. Raymond
2014-08-27
1
-10
/
+10
*
Remove some obsolete FIXMEs.
Eric S. Raymond
2014-08-24
1
-2
/
+0
*
Support for some unusual NMEA 4.0 AIS talker IDs.
Eric S. Raymond
2014-05-20
1
-4
/
+23
*
Support for, and documentation of, some unuusual AIS talker IDs.
Eric S. Raymond
2014-05-16
1
-12
/
+17
*
PPS JSON messages are now visible in client-mode JSON.
Eric S. Raymond
2013-11-17
1
-1
/
+6
*
Fix kexer to be able to see JSON after NMEA.
Eric S. Raymond
2013-11-17
1
-1
/
+4
*
u-blox name cleanup. All regression tests pass, PPS is live.
Eric S. Raymond
2013-11-09
1
-7
/
+7
*
Remove code which Coverity correctly calls out as statically dead.
Eric S. Raymond
2013-11-06
1
-2
/
+0
[next]