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.11-71-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-71-g8943c82
Date: Thu, 28 Aug 2014 10:38:11 +0000

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  8943c82ea4b76f15fcf9a19f8b74c63f13554a2e (commit)
       via  7097345d93a7b1c2ecd5ffd481a45fa171706f73 (commit)
       via  46ae5aae19e3bef51e8c560eb454d49ec952bad5 (commit)
      from  3756d7a8103057b66d4ac2826535562494640a57 (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 8943c82ea4b76f15fcf9a19f8b74c63f13554a2e
Author: Eric S. Raymond <address@hidden>
Date:   Thu Aug 28 06:37:45 2014 -0400

    Documentation typo fixes.

commit 7097345d93a7b1c2ecd5ffd481a45fa171706f73
Author: Daniel Willmann <address@hidden>
Date:   Wed Aug 27 14:48:46 2014 +0200

    Exit from gps_sock_mainloop() if connection to gpsd is lost
    
    The current mainloop function does not evaluate the return value of
    gps_read(). If the socket is closed (because gpsd is stopped) the
    mainloop will consume 99% CPU constantly doing a recv() from the socket
    which returns zero. gps_read already returns -1 if this condition is
    encountered.
    
    This patch checks the return value of gps_read() and if it is -1 the
    mainloop is exited. This is also what happens in gps_shm_mainloop().

commit 46ae5aae19e3bef51e8c560eb454d49ec952bad5
Author: Eric S. Raymond <address@hidden>
Date:   Thu Aug 28 06:21:32 2014 -0400

    Add removal of config.log to clean production.

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

Summary of changes:
 SConstruct             |    2 +-
 libgps_sock.c          |    8 ++++++--
 www/hall-of-shame.html |    2 +-
 www/reliability.html   |    4 ++--
 4 files changed, 10 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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