[Git] mISDN library and utilities branch socket updated. mISDNuser_1_1_2-321-g4d2e215

[email protected] (git version ctrl) Thu, 30 Aug 2012 08:49:13 +0200 (CEST)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
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 "mISDN library and utilities".

The branch, socket has been updated
       via  4d2e215461580b1de76f2915ddc6ad080847ff5e (commit)
       via  c594a8bbc107ee71f97917f24ac23f6a7442a6a0 (commit)
       via  c89f4f31da8bd279d46551680c1a003064529402 (commit)
       via  7994aa6305304ef23692a600e42a1ea5bafd8d7c (commit)
       via  657cfb1e01e1f2f9cb067bc2fb2bfd7e74abdc92 (commit)
       via  f66da21a408e3f753f0da0520daa7102fb5db082 (commit)
      from  35e8fcea3882b8da962cd40d3af1d3fd6abe126b (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 4d2e215461580b1de76f2915ddc6ad080847ff5e
Author: Karsten Keil <[email protected]>
Date:   Sun Aug 26 16:46:30 2012 +0200

    pthread functions return error directly, not via errno
    
    Signed-off-by: Karsten Keil <[email protected]>

commit c594a8bbc107ee71f97917f24ac23f6a7442a6a0
Author: Karsten Keil <[email protected]>
Date:   Sun Aug 26 16:40:58 2012 +0200

    Fix B-channel thread shutdown
    
    - Add a timeout in the B-channel handler to catch a broken
      downlinks on release
    - Do not join the own thread
    - pthread functions return error directly, not via errno
    - better debug messages
    
    Signed-off-by: Karsten Keil <[email protected]>

commit c89f4f31da8bd279d46551680c1a003064529402
Author: Karsten Keil <[email protected]>
Date:   Sun Aug 26 16:37:42 2012 +0200

    Release ncci and fax struct on a not successful Fax call
    
    We did lost memory when no fax was tranfered on a fax call.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 7994aa6305304ef23692a600e42a1ea5bafd8d7c
Author: Karsten Keil <[email protected]>
Date:   Sun Aug 26 16:35:15 2012 +0200

    More checks and locking to avoid access to released BIlink
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 657cfb1e01e1f2f9cb067bc2fb2bfd7e74abdc92
Author: Karsten Keil <[email protected]>
Date:   Thu Aug 30 08:43:14 2012 +0200

    Fix error path on failed FaxInit
    
    Signed-off-by: Karsten Keil <[email protected]>

commit f66da21a408e3f753f0da0520daa7102fb5db082
Author: Karsten Keil <[email protected]>
Date:   Fri Aug 24 18:45:12 2012 +0200

    Fix extracting a CIP mask from incoming calls
    
    Not only the bit of the cip value has to be set, also
    the more generic bearer service bit (not depending on HLC)
    need to be set.
    Without the fix valid calls got ignored.
    
    Signed-off-by: Karsten Keil <[email protected]>

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

Summary of changes:
 capi20/daemon.c     |   89 +++++++++++++++++++++++++++++++++++++++++---------
 capi20/faxl3.c      |   56 +++++++++++++++++++++++++++++---
 capi20/lplci.c      |   10 ++++-
 capi20/m_capi.h     |    5 ++-
 capi20/mplci.c      |    3 +-
 capi20/ncci.c       |   45 ++++++++++++++++++++++++-
 lib/layer3/layer3.c |   12 ++++--
 7 files changed, 188 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
mISDN library and utilities