[sr-dev] New commits on branch 3.2

Daniel-Constantin Mierla miconda at gmail.com
Wed Jan 4 13:39:42 CET 2012


URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17098e42e57ce7b74855eae247ff9596fd34c469
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Jan 3 18:02:39 2012 +0100

    pua: is_dialog() returns 1 if there is a temporary dialog
    
    - reported by Laura Testi
    (cherry picked from commit 5f1e2caac5e6d68629a1a0956861bf7da6e05e31)
    
    Conflicts:
    
    	modules_k/pua/pua_db.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a84f93d877b06f1f1de25c0482559807aa2991f0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Dec 29 16:22:28 2011 +0100

    pua: check if totag len >0 before comparing it
    
    - more on proper free of dlg_t structure
    - patch by Laura Testi
    (cherry picked from commit e1128c45dacf5b622c18f1cb8db0c45d8e6c9600)
    
    Conflicts:
    
    	modules_k/pua/pua.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=85b15c80b847da2257ecf84145b48efb24c73deb
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Dec 23 13:16:46 2011 +0100

    pua(k): use dedicated function to free tm dlg
    (cherry picked from commit 464897bd3d4713e7a30c4e505449942e4251b328)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37f3c85d95546046ae003e3ce3da98968aa87faa
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Dec 29 10:10:26 2011 +0100

    mediaproxy: handle DLGCB_CONFIRMED event
    
    - ACKs may have SDP
    - patch by Jasmin Schnatterbeck (FS195)
    (cherry picked from commit e5ae5137ce6fef73f366b725f16c84dc15721141)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c22e1d026cdc59356c0d952f797571480e301db
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Dec 29 09:40:07 2011 +0100

    pua_dialogingo: handle DLGCB_CONFIRMED_NA
    
    - patch by Tomek Kotecki (FS#187), Jasmin Schnatterbeck (FS#195)
    (cherry picked from commit 66d204b37b48127ac25632811e189b3af3b4fb14)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4a2a0f90685aae0aebc56a214e15b7d1088d450
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Dec 23 12:48:42 2011 +0100

    pua: fix commit conflick by cherry-pick of 1b3cfa6
    
    - free rr in dlg_t structure

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dd7b6af538840cde7f49a919a0ba27fbaaf664c3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Dec 23 09:34:00 2011 +0100

    tm: rest the pointer of hash table after free to avoid double free on false start
    (cherry picked from commit 7728464362af67eff4dc105f16a1d42c72407cca)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3b4aa076f4031644ae77778dca18501a5d57773c
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Dec 22 14:06:08 2011 +0100

    core: log message about slow timer printed now as warning
    (cherry picked from commit 566c30dd38f7e29903810472c5e1e9cde41297c7)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4233f6d60600198a3fc0ba60b6d874fe96b03546
Author: Marius Bucur <marius at marius-bucur.ro>
Date:   Thu Dec 22 11:47:41 2011 +0200

    Removed the constraint in siptrace to have the tm and sl modules loaded beforehand.
    
    The explicitly module specifies these dependencies as being optional.
    (cherry picked from commit 68d282e2898db7b00de473a943af900f6659ce54)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69c219d958c18017eaa5057fd57e87d0aea3e144
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Dec 20 22:34:26 2011 +0100

    core/tcp: define option TCP_CLONE_RCVBUF to turn off/on tcp rcv buffer cloning
    
    - cloning is on by default, to be safe for topoh and msg_apply_changes()
    (cherry picked from commit a510d17d7005fa47d4f2a672b4ceb94fbda9c9ba)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ddcee852b7508efc18e706368870c4de1d00a43b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Nov 22 12:55:39 2011 +0100

    tcp: fix for ENOTCONN on newer FreeBSDs
    
    Newer FreeBSDs return ENOTCONN instead of EAGAIN/EWOULDBLOCK when
    trying to send on a non-blocking socket which is not yet fully
    connected (the connect is still pending).
    
    Reported-by: Dmitry Petrakoff  dimon dprs-consulting com
    (cherry picked from commit 3d4a59421a284afbf8bdf8e87357f07d9cd554e0)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74607f34f9c0868291bfa7f446052953e30872f2
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sat Dec 17 21:32:22 2011 +0100

    tls: use pkg-config to get cflags and libs for compilation
    (cherry picked from commit 62b824b10b6ff9a18e336ff20c55d2d6ea6cba3c)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1fca550052264209737357aae27b51b645c68595
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Dec 16 13:17:22 2011 +0100

    lib/binrpc: fixed compile warnings
    
    - reported by Juha Heinanen
    (cherry picked from commit 304fe28c1f299db8a36fe6953da3c3b9afa24c12)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c32b663cd3313e1b2d1b5d07137de057ff91480f
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Dec 13 13:00:50 2011 +0100

    tls: do TLS pre-init operations at the time of loading module
    
    - makes sure that it sets the memory managing functions and the locks
      before other modules may start using libssl
    - reported by Øyvind Kolbu, FS#183
    (cherry picked from commit 517d38ed02586bc9fc88ea0d3ceb8b81f510ade5)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=249436fef0dfac87b5a4480d3fecb3ad36a3052a
Author: Jason Penton <jason.penton at gmail.com>
Date:   Wed Dec 7 14:32:45 2011 +0200

    xmlrpc: Removed define for Solaris compilations
     - This define breaks on Solaris and is not required
    (cherry picked from commit 3552f22bbe89124eedca268fcd16bc9097fbb0b1)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98da6643704563c48ad1f17436094c04f530d455
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Nov 30 15:19:35 2011 +0100

    parser: remove old URI parser and structure
    (cherry picked from commit f65d060bb471070dca743905092afb60e5119bb6)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e56b64da1f55a9fca1ba02132b1eb0012eb9528c
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Nov 30 15:17:46 2011 +0100

    lib/srdb1: helper functions to handle easier fetch capability
    (cherry picked from commit 09c9abb0f7907132d9afee4580f0475a2e46cadc)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35fa51c833cf2b99defefabe591f0c7864c0bbc3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Nov 29 11:58:45 2011 +0100

    tm: proper increment of lightweight parsing for call-id
    
    - a pretty much harmless fix to increment with 3 instead of 7 when
      parsing Call-ID name in lightweight parser
    - reported and patch by Walter Doekes, FS#168
    (cherry picked from commit 21346f47f7712d08369e45e970a6ffec3eab0a3c)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d3794d7f95055345acf6b5b5c6290baf8e53bb1
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Nov 29 11:36:36 2011 +0100

    sanity: allow doing the checks in reply routes
    
    - use wrapper function for sending replies, to skip doing it for SIP
      replies
    - reported by Bayan Towfiq, FS#177
    (cherry picked from commit 54c99da0de46c59cd85363dca1eed324dbb6b495)




More information about the sr-dev mailing list