This is an automated email to notify about "A high-performance software proxy 
server for RTP/RTCP streams."
source code changes pushed to the project's GIT repository.

URL: 
http://sippy.git.sourceforge.net/git/gitweb.cgi?p=sippy/rtpproxy;a=commitdiff;h=1fe228015bcf6be5177b4465fc6762386ad0877f

The branch, master has been updated
       via  1fe228015bcf6be5177b4465fc6762386ad0877f (commit)
       via  1cf972a379a3b83adba140687eed07f0ad2dc8f8 (commit)
      from  600c80493793bafd2d69427bc22fcb43faad98c5 (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 1fe228015bcf6be5177b4465fc6762386ad0877f
Author: sobomax <[email protected]>
Date:   Tue Dec 28 23:05:34 2010 -0800

    Re-gen with automake 1.11.

commit 1cf972a379a3b83adba140687eed07f0ad2dc8f8
Author: sobomax <[email protected]>
Date:   Tue Dec 28 22:53:43 2010 -0800

    Split command processing into its own separate thread, so it
    doesn't affect RTP processing. Locking is pretty coarse-grained
    now, but it will be pushed down eventually. The immediate benefit
    is that name resolution is now done asynchronously when needed.
    
    As part of this work, split struct cfg into read-only and
    read-write parts, so it's easy to see when locking is necessary.
    
    More work will be needed to avoid grabing lock for the duration of
    the poll(2) syscall.

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

Summary of changes:
 Makefile.am                                 |    3 +-
 Makefile.in                                 |  405 +++++++++++++++---------
 aclocal.m4                                  |  462 +++++++++++++++++----------
 main.c                                      |  248 +++++++--------
 rtpp_command.c                              |  247 +++++++++------
 rtpp_command_async.c                        |  100 ++++++
 rtpp_syslog_async.h => rtpp_command_async.h |   11 +-
 rtpp_defines.h                              |   88 +++---
 rtpp_log.c                                  |   10 +-
 rtpp_log.h                                  |   10 +-
 rtpp_network.c                              |    9 +-
 rtpp_network.h                              |    2 +-
 rtpp_notify.c                               |    2 +-
 rtpp_record.c                               |   14 +-
 rtpp_util.c                                 |   32 +-
 15 files changed, 997 insertions(+), 646 deletions(-)
 create mode 100644 rtpp_command_async.c
 copy rtpp_syslog_async.h => rtpp_command_async.h (85%)


hooks/post-receive
-- 
A high-performance software proxy server for RTP/RTCP streams.

_______________________________________________
Devel mailing list
[email protected]
http://lists.rtpproxy.org/mailman/listinfo/devel

Reply via email to