[Git] mISDN library and utilities branch socket updated. mISDNuser_1_1_2-255-g4506e66
[email protected] (git version ctrl) Mon, 30 Jan 2012 19:06:04 +0100 (CET)
| 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 4506e66db045517279ef019111751d69dee49654 (commit)
via cc27afc5e44207013729a5351f3e5bcd7f549407 (commit)
via c98ff662d68c2da2020a410272a33149de5b582b (commit)
via 44a96ebec83cd466aec6715ee18b91d612f5da61 (commit)
via a5d4017f7e8b5496afa5f545c58213904164b671 (commit)
from fd246f6bbbf2f4692f507018bcd1a526fab16499 (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 4506e66db045517279ef019111751d69dee49654
Author: Karsten Keil <[email protected]>
Date: Sat Jan 28 18:47:39 2012 +0100
mISDNcapid version 0.9
- Fixed all issues found by valgrind
- Fixed all memory leaks
- Add signal handler for clean shutdown (SIGTERM, SIGHUP, SIGINT)
Signed-off-by: Karsten Keil <[email protected]>
commit cc27afc5e44207013729a5351f3e5bcd7f549407
Author: Karsten Keil <[email protected]>
Date: Sat Jan 28 18:41:47 2012 +0100
More helper for debuging memory leaks
Signed-off-by: Karsten Keil <[email protected]>
commit c98ff662d68c2da2020a410272a33149de5b582b
Author: Karsten Keil <[email protected]>
Date: Sat Jan 28 13:31:54 2012 +0100
Fix memory leaks
Free all used memory
Signed-off-by: Karsten Keil <[email protected]>
commit 44a96ebec83cd466aec6715ee18b91d612f5da61
Author: Karsten Keil <[email protected]>
Date: Mon Jan 16 10:52:35 2012 +0100
shor --> short Signed-off-by: Karsten Keil <[email protected]>
commit a5d4017f7e8b5496afa5f545c58213904164b671
Author: Karsten Keil <[email protected]>
Date: Sat Jan 14 16:00:08 2012 +0100
Free devinfo if releasing layer 3
Signed-off-by: Karsten Keil <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 6 +-
aclocal.m4 | 7959 +-------------------------------------
bridge/Makefile.in | 6 +-
capi20/Makefile.am | 2 +-
capi20/Makefile.in | 8 +-
capi20/daemon.c | 222 +-
capi20/faxl3.c | 52 +-
capi20/g3_mh.c | 9 +-
capi20/g3_mh.h | 1 +
capi20/listen.c | 19 +-
capi20/lplci.c | 4 +-
capi20/m_capi.h | 3 +-
capi20/mc_buffer.c | 153 +-
capi20/mc_buffer.h | 29 +
capi20/module/Makefile.in | 6 +-
capi20/module/capi_mod_misdn.c | 32 +-
capi20/ncci.c | 56 +-
capi20/sff.c | 11 +-
configure | 56 +-
example/Makefile.am | 2 +-
example/Makefile.in | 8 +-
guitools/Makefile.am | 2 +
guitools/Makefile.in | 7 +-
guitools/qmisdnwatch/Makefile.am | 2 +-
guitools/qmisdnwatch/Makefile.in | 8 +-
include/Makefile.in | 6 +-
include/mISDN/mbuffer.h | 12 +
include/mISDN/mlayer3.h | 5 -
l1oip/Makefile.in | 6 +-
lib/Makefile.am | 4 +-
lib/Makefile.in | 9 +-
lib/include/debug.h | 5 -
lib/layer3/layer3.c | 2 +-
lib/layer3/mlayer3.c | 2 +
lib/misc/mbuffer.c | 152 +-
tools/Makefile.am | 2 +-
tools/Makefile.in | 8 +-
37 files changed, 748 insertions(+), 8128 deletions(-)
hooks/post-receive
--
mISDN library and utilities