List Info

Thread: sofia-sip changes (2008-03-07)




sofia-sip changes (2008-03-07)
country flaguser name
Finland
2008-03-07 13:56:01
This posting was generated automatically from darcs repo
<http://sofi
a-sip.org/repos/sofia-sip>.

Fri Mar  7 19:31:52 EET 2008  Pekka.Pessinokia.com
  * sres_blocking.c: validating calloc() return value

    M ./libsofia-sip-ua/sresolv/sres_blocking.c -4 +9

Fri Mar  7 19:24:05 EET 2008  Pekka.Pessinokia.com
  * su_alloc.c: using safe free

    M ./libsofia-sip-ua/su/su_alloc.c -6 +12
    M ./m4/sac-su2.m4 +22

Fri Mar  7 18:49:17 EET 2008  Pekka.Pessinokia.com
  * tests/Makefile: using testsdir, installing check_sofia
there

    M ./tests/Makefile.am -8 +10

Fri Mar  7 18:47:53 EET 2008  Pekka.Pessinokia.com
  * test_nua.mmp: not using IN_LIBSOFIA_SIP_UA and
IN_LIBSOFIA_SRES with test program
  
  (test program links with dll, not contributes to it)

    M ./open_c/group/test_nua.mmp -2 +2

Fri Mar  7 18:47:06 EET 2008  Pekka.Pessinokia.com
  * tport: allow using TPTAG_LOG() and TPTAG_DUMP() with
tport_set_params().

    M ./libsofia-sip-ua/tport/tport.c -5 +8
    M ./libsofia-sip-ua/tport/tport_internal.h -3 +3
    M ./libsofia-sip-ua/tport/tport_logging.c -13 +28

Fri Mar  7 18:46:34 EET 2008  Pekka.Pessinokia.com
  * su_root.c: su_task_execute() now accepts NULL as
return_value pointer

    M ./libsofia-sip-ua/su/su_root.c +5

Fri Mar  7 18:46:08 EET 2008  Pekka.Pessinokia.com
  * sip_util.c: fixed doxygen docs

    M ./libsofia-sip-ua/sip/sip_util.c -1 +1

Fri Mar  7 18:45:51 EET 2008  Pekka.Pessinokia.com
  * test_call_hold.c: added more cases for hairy call
termination.

    M ./libsofia-sip-ua/nua/test_call_hold.c -9 +171

Fri Mar  7 18:45:24 EET 2008  Pekka.Pessinokia.com
  * test_basic_call.c: added test cases for error response
terminating the session/dialog

    M ./libsofia-sip-ua/nua/test_basic_call.c +351

Fri Mar  7 18:44:35 EET 2008  Pekka.Pessinokia.com
  * test_proxy: trying to support 200 OK retransmissions
over TCP better
  
  Keeping INVITE transactions alive for 64*T1 after initial
200 OK.
  
  Added test_proxy_set_logging() for easier debugging.

    M ./libsofia-sip-ua/nua/test_proxy.c -20 +118
    M ./libsofia-sip-ua/nua/test_proxy.h +2

Fri Mar  7 18:42:18 EET 2008  Pekka.Pessinokia.com
  * auth_module.c: calculating proper size for user data
hash table.

    M ./libsofia-sip-ua/iptsec/auth_module.c -2 +3

Fri Mar  7 18:34:33 EET 2008  Pekka.Pessinokia.com
  * nta: added nta_outgoing_bind()

    M ./libsofia-sip-ua/nta/nta.c +23
    M ./libsofia-sip-ua/nta/nta_tag.c -3 +3
    M ./libsofia-sip-ua/nta/sofia-sip/nta.h +3

Fri Mar  7 18:33:36 EET 2008  Pekka.Pessinokia.com
  * nua: passing the culprit to the dialog usage removal
functions
  
  If a session was terminated because of a error response
returned to a
  request (as specified by RFC 5157), the nua_i_state event
was not sent.
  
  Even with this fix, if a dialog has multiple usages, the
event usages can be
  terminated without any indication to the application.

    M ./libsofia-sip-ua/nua/nua_dialog.c -9 +18
    M ./libsofia-sip-ua/nua/nua_dialog.h -5 +9
    M ./libsofia-sip-ua/nua/nua_notifier.c -8 +12
    M ./libsofia-sip-ua/nua/nua_publish.c -6 +11
    M ./libsofia-sip-ua/nua/nua_register.c -4 +8
    M ./libsofia-sip-ua/nua/nua_session.c -75 +207
    M ./libsofia-sip-ua/nua/nua_stack.c -6 +11
    M ./libsofia-sip-ua/nua/nua_subnotref.c -6 +10
    M ./libsofia-sip-ua/nua/nua_tag.c -2 +4

Fri Mar  7 13:14:32 EET 2008  Pekka.Pessinokia.com
  * heap.h, htable2.h: fixed doxygen documentation

    M ./libsofia-sip-ua/su/sofia-sip/heap.h +1
    M ./libsofia-sip-ua/su/sofia-sip/htable2.h -12 +14

Thu Mar  6 19:48:33 EET 2008  Pekka.Pessinokia.com
  * nua_subnotref.c: not increasing the subscription
expiration time by NOTIFY

    M ./libsofia-sip-ua/nua/nua_subnotref.c -4 +17 r1

Thu Mar  6 19:47:10 EET 2008  Pekka.Pessinokia.com
  * nua_dialog.[hc]: storing the last time refresh was
requested in du_refquested

    M ./libsofia-sip-ua/nua/nua_dialog.c -1 +5
    M ./libsofia-sip-ua/nua/nua_dialog.h -2 +2

Thu Mar  6 19:43:23 EET 2008  Pekka.Pessinokia.com
  * rules.am, sofia.am various Makefile.ams: added checklib
target
  
  make all now builds only the library, not the (nua) test
libraries.

    M ./libsofia-sip-ua/Makefile.am +2
    M ./libsofia-sip-ua/nua/Makefile.am -1 +3
    M ./rules/recursive.am -1 +2
    M ./rules/sofia.am +2
    M ./tests/Makefile.am +5

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-s
ip-devel

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )