[Pkg-voip-commits] [resiprocate] 02/09: Merge tag 'upstream/1.9.0_beta2' into debian-experimental

Daniel Pocock pocock at alioth.debian.org
Sat Sep 28 21:17:59 UTC 2013


This is an automated email from the git hooks/post-receive script.

pocock pushed a commit to annotated tag debian-experimental/1.9.0_beta2-1
in repository resiprocate.

commit 56830ea21ddbc972ab5f431951794f451577988a
Merge: 65c0725 7732f3c
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sat Sep 28 22:57:38 2013 +0200

    Merge tag 'upstream/1.9.0_beta2' into debian-experimental
    
    Upstream version 1.9.0~beta2

 Makefile.am                                        |    2 +
 Makefile.in                                        |   19 +-
 config.h.in                                        |    9 +
 configure                                          |  134 ++++++++++-
 configure.ac                                       |   23 +-
 reSIProcate_10_0.sln                               |   37 +--
 reTurn/AsyncUdpSocketBase.cxx                      |    9 +
 reTurn/ReTurnConfig.cxx                            |    2 +
 reTurn/ReTurnConfig.hxx                            |    1 +
 reTurn/TcpServer.cxx                               |    9 +
 reTurn/TlsServer.cxx                               |    9 +
 reTurn/reTurnServer.config                         |    6 +
 reTurn/reTurnServer.cxx                            |   18 ++
 .../BasicWsConnectionValidator.cxx                 |   70 +++---
 .../BasicWsConnectionValidator.hxx                 |   45 ++--
 repro/Makefile.am                                  |    4 +
 repro/Makefile.in                                  |   41 +++-
 repro/ReproRunner.cxx                              |  102 ++++++--
 repro/RequestContext.cxx                           |    3 +-
 repro/monkeys/CookieAuthenticator.cxx              |  185 +++++++++++++++
 .../monkeys/CookieAuthenticator.hxx                |   52 ++---
 repro/repro.config                                 |   41 +++-
 repro/repro_10_0.vcxproj                           |    4 +
 repro/reprolib_10_0.vcxproj                        |   12 +-
 repro/reprolib_10_0.vcxproj.filters                |   12 +
 resip/Makefile.am                                  |    5 +-
 resip/Makefile.in                                  |    5 +-
 resip/dum/ClientInviteSession.cxx                  |    1 -
 resip/dum/Makefile.am                              |    2 +
 resip/dum/Makefile.in                              |   40 ++--
 resip/dum/WsCookieAuthManager.cxx                  |  201 ++++++++++++++++
 .../WsCookieAuthManager.hxx}                       |   62 +++--
 resip/dum/dum_10_0.vcxproj                         |    2 +
 resip/dum/dum_10_0.vcxproj.filters                 |    6 +
 resip/rend/Makefile.am                             |    1 +
 resip/rend/Makefile.in                             |    2 +-
 resip/stack/Connection.cxx                         |    4 +-
 resip/stack/ConnectionBase.cxx                     |   85 +++++++
 resip/stack/ConnectionBase.hxx                     |    2 +
 resip/stack/{WsTransport.cxx => Cookie.cxx}        |   92 +++++---
 resip/stack/{WsTransport.hxx => Cookie.hxx}        |   53 +++--
 resip/stack/HeaderHash.cxx                         |  245 ++++++++++----------
 resip/stack/HeaderHash.gperf                       |    1 +
 resip/stack/HeaderTypes.hxx                        |    1 +
 resip/stack/Headers.cxx                            |    1 +
 resip/stack/Headers.hxx                            |    1 +
 resip/stack/Makefile.am                            |   19 +-
 resip/stack/Makefile.in                            |   58 +++--
 resip/stack/SecurityTypes.hxx                      |    1 +
 resip/stack/SipMessage.cxx                         |    1 +
 resip/stack/SipMessage.hxx                         |   17 +-
 resip/stack/SipStack.cxx                           |    9 +-
 resip/stack/SipStack.hxx                           |    5 +-
 resip/stack/Symbols.cxx                            |    2 +
 resip/stack/Symbols.hxx                            |    2 +
 resip/stack/TransportSelector.cxx                  |    3 +
 .../stack/{WsTransport.cxx => WsBaseTransport.cxx} |   33 +--
 .../stack/{WsTransport.hxx => WsBaseTransport.hxx} |   30 +--
 resip/stack/{WsTransport.hxx => WsConnection.cxx}  |   46 ++--
 resip/stack/{WsTransport.hxx => WsConnection.hxx}  |   45 ++--
 .../{WsTransport.hxx => WsConnectionBase.cxx}      |   45 ++--
 .../{WsTransport.hxx => WsConnectionBase.hxx}      |   48 ++--
 .../{WsTransport.hxx => WsConnectionValidator.hxx} |   32 +--
 resip/stack/WsCookieContext.cxx                    |  115 +++++++++
 .../stack/{WsTransport.hxx => WsCookieContext.hxx} |   52 +++--
 resip/stack/WsTransport.cxx                        |   10 +-
 resip/stack/WsTransport.hxx                        |    8 +-
 resip/stack/resiprocate_10_0.vcxproj               |   26 ++-
 resip/stack/resiprocate_10_0.vcxproj.filters       |   39 ++++
 resip/stack/ssl/Security.cxx                       |   70 +-----
 .../{WsTransport.hxx => ssl/WssConnection.cxx}     |   54 ++---
 .../{WsTransport.hxx => ssl/WssConnection.hxx}     |   44 ++--
 resip/stack/ssl/WssTransport.cxx                   |   19 +-
 resip/stack/ssl/WssTransport.hxx                   |   11 +-
 resiprocate.spec                                   |    6 +-
 resiprocate.spec.in                                |    2 +-
 rutil/Data.cxx                                     |   53 +++++
 rutil/Data.hxx                                     |    2 +
 rutil/FileSystem.cxx                               |    1 +
 rutil/RADIUSDigestAuthenticator.hxx                |    5 +
 rutil/TransportType.cxx                            |   15 ++
 rutil/TransportType.hxx                            |    3 +
 rutil/dns/ares/ares_init.c                         |   66 +++---
 rutil/test/testCompat.cxx                          |   56 ++---
 84 files changed, 1898 insertions(+), 816 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git



More information about the Pkg-voip-commits mailing list