This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/rbs2000 has been updated
       via  bdb7ec8d4c93be5d96f5b97e13f856783b659b5d (commit)
      from  0cb2cd6d8d91cde7203fefe6436f447a4a9b91a8 (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 -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=bdb7ec8d4c93be5d96f5b97e13f856783b659b5d
commit bdb7ec8d4c93be5d96f5b97e13f856783b659b5d
Author: Philipp <pmaier at sysmocom.de>
Date:   Fri Dec 9 14:07:18 2016 +0100
    select: add ability to check if a socket is registered
    
    osmo_fd_register() is used to register socket file descriptors,
    after registering a socket, there is no way to test if the socket
    is still registered or actually registered at all.
    
    This commit adds a new function osmo_fd_register_check() that can
    be used to check in advance, if the socket fd is registered,
    before performing further operations.
-----------------------------------------------------------------------
Summary of changes:
 include/osmocom/core/select.h |  2 ++
 src/select.c                  | 30 ++++++++++++++++++++++++------
 2 files changed, 26 insertions(+), 6 deletions(-)
hooks/post-receive
-- 
An utility library for Open Source Mobile Communications