[Pkg-voip-commits] [resiprocate] 01/05: Merge tag 'upstream/1.9.0_beta7'

Daniel Pocock pocock at moszumanska.debian.org
Mon Dec 9 20:07:05 UTC 2013


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

pocock pushed a commit to branch master
in repository resiprocate.

commit 8b325c4ddb5a0f1ce373da0c8a00d1ef6320ce8d
Merge: 1bc0e20 13d4af4
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Mon Dec 9 20:18:52 2013 +0100

    Merge tag 'upstream/1.9.0_beta7'
    
    Upstream version 1.9.0~beta7

 Makefile.in                                        |    1 +
 apps/Makefile.in                                   |    1 +
 apps/clicktocall/Makefile.in                       |    1 +
 apps/clicktocall/test/Makefile.in                  |    1 +
 apps/ichat-gw/Makefile.in                          |    1 +
 apps/ichat-gw/jabberconnector/Makefile.in          |    1 +
 apps/sipdial/Makefile.in                           |    1 +
 config.h.in                                        |    3 +
 configure                                          |   67 +-
 configure.ac                                       |   13 +-
 p2p/Makefile.in                                    |    1 +
 p2p/s2c/s2c/Makefile.in                            |    1 +
 presSvr/Makefile.in                                |    1 +
 reSIProcate_10_0.sln                               |   37 +-
 reSIProcate_9_0.sln                                |   11 +-
 reTurn/Makefile.in                                 |    1 +
 reTurn/ReTurnConfig.cxx                            |    3 +
 reTurn/ReTurnConfig.hxx                            |    1 +
 reTurn/RequestHandler.cxx                          |    2 +-
 reTurn/TlsServer.cxx                               |   10 +-
 reTurn/client/Makefile.in                          |    1 +
 reTurn/client/test/Makefile.in                     |    1 +
 reTurn/reTurnServer.config                         |   15 +-
 reTurn/test/Makefile.in                            |    1 +
 reflow/Makefile.in                                 |    1 +
 repro/AclStore.cxx                                 |   42 +-
 repro/AclStore.hxx                                 |    8 +-
 repro/Makefile.am                                  |    7 +
 repro/Makefile.in                                  |  727 +++-
 repro/Plugin.hxx                                   |  111 +
 repro/ReproRunner.cxx                              |  128 +-
 repro/ReproRunner.hxx                              |    4 +
 repro/RequestContext.cxx                           |   48 +-
 repro/RequestContext.hxx                           |    1 +
 repro/ResponseContext.cxx                          |   89 +-
 repro/accountingconsumers/Makefile.in              |    1 +
 repro/monkeys/CookieAuthenticator.cxx              |    1 -
 repro/monkeys/DigestAuthenticator.cxx              |   58 +-
 repro/plugins/Makefile.am                          |    4 +
 {apps => repro/plugins}/Makefile.in                |   12 +-
 repro/plugins/example/ExamplePlugin.cxx            |   54 +
 repro/plugins/example/Makefile.am                  |    8 +
 .../test => repro/plugins/example}/Makefile.in     |  165 +-
 repro/repro.config                                 |   27 +-
 repro/reprocmd/Makefile.in                         |    1 +
 repro/reprolib_10_0.vcxproj                        |    8 +-
 repro/reprolib_8_0.vcproj                          |   24 +-
 repro/reprolib_9_0.vcproj                          |   24 +-
 repro/test/Makefile.in                             |    1 +
 resip/Makefile.in                                  |    1 +
 resip/certs/Makefile.in                            |    1 +
 resip/dum/BaseCreator.cxx                          |   22 +-
 resip/dum/ClientInviteSession.cxx                  |  210 +-
 resip/dum/ClientInviteSession.hxx                  |   11 +-
 resip/dum/ClientRegistration.cxx                   |    8 +-
 resip/dum/Dialog.cxx                               |   44 +-
 resip/dum/DialogSet.cxx                            |    6 +-
 resip/dum/DialogUsageManager.cxx                   |   30 +-
 resip/dum/DialogUsageManager.hxx                   |    4 +-
 resip/dum/DumHelper.cxx                            |   11 +-
 resip/dum/DumTimeout.cxx                           |    6 +
 resip/dum/DumTimeout.hxx                           |    2 +
 resip/dum/InviteSession.cxx                        |   69 +-
 resip/dum/InviteSession.hxx                        |   21 +-
 resip/dum/InviteSessionCreator.cxx                 |    1 +
 resip/dum/InviteSessionHandler.cxx                 |    5 +
 resip/dum/InviteSessionHandler.hxx                 |    3 +
 resip/dum/Makefile.in                              |    1 +
 resip/dum/MasterProfile.cxx                        |    9 +-
 resip/dum/MasterProfile.hxx                        |   38 +-
 resip/dum/Profile.cxx                              |   33 +
 resip/dum/Profile.hxx                              |   10 +-
 resip/dum/ServerInviteSession.cxx                  | 1165 ++++-
 resip/dum/ServerInviteSession.hxx                  |   35 +-
 resip/dum/ServerOutOfDialogReq.cxx                 |   76 +-
 .../3GPP-24.930Rel11Flows-websequencediagrams.txt  |  162 +
 resip/dum/doc/3GPP-24.930Rel11Flows.png            |  Bin 0 -> 182769 bytes
 resip/dum/doc/ClientInviteSession.dot              |   47 -
 resip/dum/doc/ServerInviteSession.dot              |   38 -
 .../dum/doc/UASPRACKFlows-websequencediagrams.txt  |  109 +
 resip/dum/doc/UASPRACKFlows.png                    |  Bin 0 -> 93986 bytes
 resip/dum/doc/dum-UASPRACK-state.png               |  Bin 0 -> 227788 bytes
 resip/dum/doc/dum-fsms1.pdf                        |  Bin 97822 -> 146219 bytes
 resip/dum/doc/dum-fsms1.vsd                        |  Bin 567296 -> 575488 bytes
 resip/dum/doc/dum-serverinvite-state.dot           |  145 +-
 resip/dum/dum_8_0.vcproj                           |    8 +
 resip/dum/dum_9_0.vcproj                           |    8 +
 resip/dum/test/Makefile.in                         |    1 +
 resip/recon/MOHParkServer/Makefile.in              |    1 +
 resip/recon/Makefile.in                            |    1 +
 resip/recon/test/Makefile.in                       |    1 +
 resip/rend/Makefile.in                             |    1 +
 resip/stack/Connection.cxx                         |   19 +-
 resip/stack/ConnectionBase.cxx                     |   22 +-
 resip/stack/Contents.cxx                           |   17 +
 resip/stack/Contents.hxx                           |    3 +
 resip/stack/Makefile.in                            |    1 +
 resip/stack/SipStack.cxx                           |   10 +-
 resip/stack/SipStack.hxx                           |    1 +
 resip/stack/TcpBaseTransport.cxx                   |   11 +
 resip/stack/TcpConnection.cxx                      |    7 +-
 resip/stack/TransactionState.cxx                   |   93 +-
 resip/stack/TransactionState.hxx                   |    9 +-
 resip/stack/TransportSelector.cxx                  |    8 +-
 resip/stack/TransportSelector.hxx                  |    7 +-
 resip/stack/Tuple.cxx                              |   22 +
 resip/stack/Tuple.hxx                              |    6 +-
 resip/stack/resiprocate_8_0.vcproj                 |   52 +
 resip/stack/resiprocate_9_0.vcproj                 |   52 +
 resip/stack/ssl/DtlsTransport.cxx                  |    7 +-
 resip/stack/ssl/DtlsTransport.hxx                  |    3 +-
 resip/stack/ssl/Security.cxx                       |   11 +-
 resip/stack/ssl/Security.hxx                       |    2 +-
 resip/stack/ssl/TlsBaseTransport.cxx               |    7 +-
 resip/stack/ssl/TlsBaseTransport.hxx               |    3 +-
 resip/stack/ssl/TlsTransport.cxx                   |    5 +-
 resip/stack/ssl/TlsTransport.hxx                   |    3 +-
 resip/stack/ssl/WssTransport.cxx                   |    5 +-
 resip/stack/ssl/WssTransport.hxx                   |    3 +-
 resip/stack/test/Makefile.in                       |    1 +
 resip/stack/test/testTcp.cxx                       |    9 +
 resiprocate.spec                                   |    4 +-
 rutil/FileSystem.cxx                               |    2 +-
 rutil/Makefile.in                                  |    1 +
 rutil/compat.hxx                                   |    4 +
 rutil/dns/AresDns.cxx                              |   26 +-
 rutil/dns/ares/Makefile.in                         |    1 +
 rutil/dns/ares/ares_init.c                         |  830 ++--
 rutil/rutil_8_0.vcproj                             |    4 +
 rutil/test/Makefile.in                             |    1 +
 tfm/Makefile.am                                    |    1 -
 tfm/Makefile.in                                    |    3 +-
 tfm/Sequence.cxx                                   |   10 +
 tfm/SequenceSet.cxx                                |   19 +
 tfm/TestProxy.hxx                                  |    4 +-
 tfm/TestSipEndPoint.cxx                            |  163 +-
 tfm/TestSipEndPoint.hxx                            |   47 +-
 tfm/TestUser.cxx                                   |   15 -
 tfm/TestUser.hxx                                   |    3 -
 tfm/repro/CommandLineParser.cxx                    |    4 +
 tfm/repro/CommandLineParser.hxx                    |    1 +
 tfm/repro/Makefile.in                              |    1 +
 tfm/repro/TestRepro.cxx                            |   53 +-
 tfm/repro/TestRepro.hxx                            |    5 +-
 tfm/repro/sanityTests.cxx                          | 4506 ++++++++++----------
 tfm/tfcommon/Makefile                              |   25 -
 tfm/tfcommon/tfcommon.vcproj                       |  308 --
 tfm/tfdum/DumUserAgent.cxx                         |   36 +-
 tfm/tfdum/DumUserAgent.hxx                         |   12 +-
 tfm/tfdum/InviteSessionEvent.hxx                   |    7 +-
 tfm/tfdum/Makefile.am                              |    4 +-
 tfm/tfdum/Makefile.in                              |    4 +-
 tfm/tfdum/TestInviteSession.cxx                    |   14 +-
 tfm/tfdum/TestInviteSession.hxx                    |    6 +-
 tfm/tfdum/dumTests.cxx                             | 1378 +++++-
 tfm/tfdum/tfdum.sln                                |  186 -
 tfm/tfdum/tfdum_10_0.vcxproj                       |  426 ++
 tfm/tfdum/tfdum_10_0.vcxproj.filters               |  174 +
 tfm/tfdum/{tfdum.vcproj => tfdum_9_0.vcproj}       |  208 +-
 tfm/tfm_9_0.vcproj                                 |  538 +--
 160 files changed, 8593 insertions(+), 4914 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