gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-161


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-161-gbdb327c
Date: Tue, 24 Jul 2018 18:56:00 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  bdb327c9e3d6ff90a73058ff0579491e6beedcff (commit)
       via  03c1110012730a2a72e43756580f03709684a04a (commit)
       via  98d90b10c1e275570d2aef86a92192cae8415ab4 (commit)
       via  71f35a528e00ba488d8560031238d8928fab1cb0 (commit)
      from  5e95e79c115e5fdcf127aba5668ee8321c2d7747 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bdb327c9e3d6ff90a73058ff0579491e6beedcff
Author: Gary E. Miller <address@hidden>
Date:   Tue Jul 24 15:54:42 2018 -0700

    gpsd.c: fix gpsd master/slave mode
    
    The gpsd command parser was splitting the ? from commands (WATCH, POLL,
    etc.), and then sending the ? to the gpsd master in a separate packet.
    
    But the gpsd is not buffering network data, so failing to recognize
    The two packets of ? and WATCH as one complete command.  Adding full
    buffering to the gpsd master looks a lot harder than just sending
    the ?WATCH in one packet.  Also leading to some code simplification
    in the gpsd slave.  Been broken since 2013 at least.
    
    Many thanks to Virgin Orbit for the support finding and fixing this.

commit 03c1110012730a2a72e43756580f03709684a04a
Author: Gary E. Miller <address@hidden>
Date:   Tue Jul 24 15:39:33 2018 -0700

    driver_ubx: fix a compiler warning in 32-bit mode.
    
    %zd is the portable way to print a size_t.

commit 98d90b10c1e275570d2aef86a92192cae8415ab4
Author: Gary E. Miller <address@hidden>
Date:   Tue Jul 24 15:22:45 2018 -0700

    driver_ubx: remove set, but unused fTOW.

commit 71f35a528e00ba488d8560031238d8928fab1cb0
Author: Gary E. Miller <address@hidden>
Date:   Tue Jul 24 14:55:17 2018 -0700

    gpsd.c: finish moving redundant write code to write_gps().

-----------------------------------------------------------------------

Summary of changes:
 driver_ubx.c |  4 +---
 gpsd.c       | 77 ++++++++++++++++++------------------------------------------
 2 files changed, 24 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]