[Pkg-voip-commits] [resiprocate] branch master updated (2f231f0 -> 366ba70)

Daniel Pocock pocock at alioth.debian.org
Tue Sep 10 18:23:04 UTC 2013


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

pocock pushed a change to branch master
in repository resiprocate.

      from  2f231f0   Update for v1.8.12-4
      adds  09cdf5d   Imported Upstream version 1.8.13
       new  464cc12   Merge tag 'upstream/1.8.13'
       new  366ba70   Update for v1.8.13-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |   13 +
 apps/sipdial/Makefile.am                           |    4 +-
 apps/sipdial/Makefile.in                           |    8 +-
 configure                                          |   31 +-
 configure.ac                                       |   11 +-
 debian/changelog                                   |    6 +
 reTurn/AsyncTlsSocketBase.cxx                      |    2 +-
 reTurn/Makefile.am                                 |    3 +-
 reTurn/Makefile.in                                 |    8 +-
 reTurn/client/Makefile.am                          |    6 +-
 reTurn/client/Makefile.in                          |    5 +-
 reflow/Flow.hxx                                    |    6 -
 reflow/FlowDtlsSocketContext.hxx                   |    4 -
 reflow/FlowDtlsTimerContext.hxx                    |    5 -
 reflow/FlowManager.hxx                             |    8 -
 reflow/Makefile.am                                 |    1 +
 reflow/Makefile.in                                 |    3 +-
 reflow/MediaStream.hxx                             |    8 -
 repro/Makefile.am                                  |    7 +-
 repro/Makefile.in                                  |   17 +-
 repro/reprocmd/Makefile.am                         |    5 +-
 repro/reprocmd/Makefile.in                         |    8 +-
 repro/reprocmd/reprocmd.cpp                        |    4 +-
 resip/Makefile.am                                  |    2 +-
 resip/Makefile.in                                  |    2 +-
 resip/recon/ConversationProfile.hxx                |    4 -
 resip/recon/Makefile.am                            |    3 +
 resip/recon/Makefile.in                            |    8 +-
 {p2p/s2c/s2c => resip/rend}/Makefile.am            |   50 +-
 {apps/ichat-gw => resip/rend}/Makefile.in          |  323 +--
 resip/rend/RendAcct.cxx                            |  138 ++
 resip/rend/RendAcct.hxx                            |  186 ++
 resip/rend/RendDlg.cxx                             | 1405 ++++++++++++
 resip/rend/RendDlg.hxx                             |  322 +++
 reTurn/StunTuple.hxx => resip/rend/RendDlgAcct.cxx |   92 +-
 resip/rend/RendDlgAcct.hxx                         |  153 ++
 resip/rend/RendKa.cxx                              |  355 +++
 .../rend/RendKa.hxx                                |   40 +-
 resip/rend/RendMisc.cxx                            |  174 ++
 resip/rend/RendMisc.hxx                            |  140 ++
 resip/rend/RendPres.cxx                            | 2322 ++++++++++++++++++++
 resip/rend/RendReg.cxx                             |  343 +++
 resip/rend/RendReport.hxx                          |  257 +++
 resip/rend/RendRunner.cxx                          |  534 +++++
 .../AppSubsystem.hxx => rend/RendRunner.hxx}       |   67 +-
 resip/rend/RendSketch.cxx                          |  426 ++++
 resip/rend/RendSketch.hxx                          |  175 ++
 resip/rend/RendTroop.cxx                           | 1250 +++++++++++
 resip/rend/RendTroop.hxx                           |  500 +++++
 resip/rend/RendWavePres.hxx                        |  128 ++
 resip/rend/design-notes.txt                        |  132 ++
 resip/rend/flownotes.txt                           |   70 +
 resip/rend/readme.txt                              |  209 ++
 .../{dum/test/basicClient.cxx => rend/rendIt.cxx}  |  108 +-
 resip/stack/ConnectionBase.cxx                     |   11 +
 resip/stack/MethodHash.cxx                         |    2 +-
 resip/stack/ParameterHash.cxx                      |    2 +-
 resip/stack/SipMessage.cxx                         |    1 +
 resip/stack/ssl/Security.cxx                       |    6 +-
 resip/stack/ssl/TlsConnection.cxx                  |    2 +-
 resiprocate.spec                                   |    4 +-
 rutil/ConfigParse.cxx                              |    3 +-
 rutil/Data.cxx                                     |  128 +-
 rutil/Data.hxx                                     |    5 +
 rutil/DnsUtil.cxx                                  |   15 +-
 rutil/FileSystem.cxx                               |   22 +-
 rutil/FileSystem.hxx                               |   15 +
 rutil/Log.cxx                                      |    2 +-
 rutil/Makefile.am                                  |    1 +
 rutil/Makefile.in                                  |    5 +-
 rutil/compat.hxx                                   |   32 +
 rutil/stun/Udp.hxx                                 |    5 +-
 rutil/test/Makefile.am                             |    3 +
 rutil/test/Makefile.in                             |   65 +-
 rutil/test/{testFileSystem.cxx => testCompat.cxx}  |   22 +-
 75 files changed, 9911 insertions(+), 531 deletions(-)
 copy {p2p/s2c/s2c => resip/rend}/Makefile.am (69%)
 copy {apps/ichat-gw => resip/rend}/Makefile.in (77%)
 create mode 100644 resip/rend/RendAcct.cxx
 create mode 100644 resip/rend/RendAcct.hxx
 create mode 100644 resip/rend/RendDlg.cxx
 create mode 100644 resip/rend/RendDlg.hxx
 copy reTurn/StunTuple.hxx => resip/rend/RendDlgAcct.cxx (53%)
 create mode 100644 resip/rend/RendDlgAcct.hxx
 create mode 100644 resip/rend/RendKa.cxx
 copy apps/clicktocall/XmlRpcServerThread.hxx => resip/rend/RendKa.hxx (66%)
 create mode 100644 resip/rend/RendMisc.cxx
 create mode 100644 resip/rend/RendMisc.hxx
 create mode 100644 resip/rend/RendPres.cxx
 create mode 100644 resip/rend/RendReg.cxx
 create mode 100644 resip/rend/RendReport.hxx
 create mode 100644 resip/rend/RendRunner.cxx
 copy resip/{recon/MOHParkServer/AppSubsystem.hxx => rend/RendRunner.hxx} (54%)
 create mode 100644 resip/rend/RendSketch.cxx
 create mode 100644 resip/rend/RendSketch.hxx
 create mode 100644 resip/rend/RendTroop.cxx
 create mode 100644 resip/rend/RendTroop.hxx
 create mode 100644 resip/rend/RendWavePres.hxx
 create mode 100644 resip/rend/design-notes.txt
 create mode 100644 resip/rend/flownotes.txt
 create mode 100644 resip/rend/readme.txt
 copy resip/{dum/test/basicClient.cxx => rend/rendIt.cxx} (53%)
 copy rutil/test/{testFileSystem.cxx => testCompat.cxx} (89%)

-- 
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