This posting was generated automatically from darcs repo <http://sofia-sip.org/repos/sofia-sip>.
Tue Feb 10 15:07:33 EET 2009 Pekka Pessi <first.l...@nokia.com> * rules/silent.am: fixed make SOFIA_SILENT= Ignore-this: f969ee6273c78eadab3031ad7d98cd11 M ./rules/silent.am -2 +2 Tue Feb 10 15:17:20 EET 2009 Pekka Pessi <first.l...@nokia.com> * check_nua: moved s2_fast_forward() to s2 library Ignore-this: c28d82a4df4eab00ec777495edb46e6a M ./libsofia-sip-ua/nua/Makefile.am -1 +4 M ./libsofia-sip-ua/nua/check_etsi.c -8 +8 M ./libsofia-sip-ua/nua/check_register.c -5 +5 M ./libsofia-sip-ua/nua/check_session.c -13 +13 M ./libsofia-sip-ua/nua/check_simple.c -3 +3 M ./libsofia-sip-ua/nua/test_s2.c -21 M ./libsofia-sip-ua/nua/test_s2.h -2 +2 Tue Feb 10 15:19:33 EET 2009 Pekka Pessi <first.l...@nokia.com> * s2check: added s2_dns Ignore-this: 9d727767dc1086f4a5c12c789b542329 M ./s2check/Makefile.am +1 A ./s2check/s2dns.c A ./s2check/s2dns.h Tue Feb 10 15:18:55 EET 2009 Pekka Pessi <first.l...@nokia.com> * s2check: added s2util.h, s2_fast_forward() Ignore-this: c3badf40c1ae9526abcb8d39a7f47968 M ./s2check/Makefile.am -1 +2 A ./s2check/s2time.c A ./s2check/s2util.h Tue Feb 10 15:18:22 EET 2009 Pekka Pessi <first.l...@nokia.com> * s2check: fixed s2_tcase_add_test() Ignore-this: 430b25b2dd5f52624da2d8d8a334d123 M ./s2check/s2check.h -2 +4 M ./s2check/s2tcase.c -4 +9 Tue Feb 10 15:11:52 EET 2009 Paulo Pizarro <paulo DOT pizarro AT gmail DOT com> * nua/check_etsi: added test case SIP_CC_OE_CE_TI_011_012 Ignore-this: 245e07ad07c4e3d5e09ab93014594e43 Ensure that the IUT, when an INVITE client transaction has been in the Terminated state, on receipt of a retransmitted Success (200 OK) responses sends an ACK request until 64*T1 duration expires, after this, on receipt of a retransmitted Success (200 OK) responses does not send an ACK request. M ./libsofia-sip-ua/nua/check_etsi.c -10 +67 Tue Feb 10 15:06:03 EET 2009 Paulo Pizarro <paulo DOT pizarro AT gmail DOT com> * nta.c: ACK and BYE orphan 200 OK matching with destroyed client transaction Ignore-this: c4f2b165dd2f197f129044e5c653cd8 ETSI Test cases SIP_CC_OE_CE_V_019, SIP_CC_OE_CE_TI_011_012 M ./libsofia-sip-ua/nta/nta.c -14 +15 Tue Feb 10 15:03:27 EET 2009 Pekka Pessi <first.l...@nokia.com> * nua_session.c: fixed race condition with ACK Ignore-this: 37d3e74b169e8a154b9734dbade74d84 Response message got destroyed after sending ACK if stack was run in multithreaded mode. M ./libsofia-sip-ua/nua/nua_session.c -1 +6 Fri Feb 6 15:48:45 EET 2009 Pekka Pessi <first.l...@nokia.com> * run_test_sresolv: check for apparmor, too Ignore-this: fd2051f73ff81a206c88855ac8bf7f59 M ./libsofia-sip-ua/sresolv/run_test_sresolv +4 Fri Feb 6 13:16:13 EET 2009 Pekka Pessi <first.l...@nokia.com> * nta: consider route as set if it is included when creating a leg Ignore-this: a9bc5471a9da03df6bba4d240404c0af M ./libsofia-sip-ua/nta/nta.c -1 +1 Fri Feb 6 12:58:13 EET 2009 Pekka Pessi <first.l...@nokia.com> * open_c: added nua_client.[hc], nua_server.[hc] Ignore-this: 3d8c3943c8bde53944641ff7a7747007 M ./open_c/group/libsofia-sip-ua.mmp +2 Fri Feb 6 12:57:51 EET 2009 Pekka Pessi <first.l...@nokia.com> * open_c/build_sources.cmd: building su_tag_ref.c Ignore-this: 636d7b837fa3b293f18ee5a85461ce77 M ./open_c/build_sources.cmd +2 Fri Feb 6 12:54:56 EET 2009 Pekka Pessi <first.l...@nokia.com> * win32: added nua_client.[hc], nua_server.[hc] Ignore-this: edd7aa5c6a0257667396defb7795e122 M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp +16 M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.vcproj +52 M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp +16 M ./win32/libsofia-sip-ua/libsofia_sip_ua.vcproj +52 Fri Feb 6 12:05:47 EET 2009 Pekka Pessi <first.l...@nokia.com> * build_sources.cmd: building su_tag_ref.c Ignore-this: 30815ba6e794d3a070aea174397b6408 M ./win32/build_sources.cmd +2 Wed Feb 4 16:53:17 EET 2009 Pekka Pessi <first.l...@nokia.com> * nua: moved nua_server* and nua_client* code into their own files Ignore-this: 23d66f0189ef8e324c2f23266f0ccf2 Added nua_server.h, nua_server.c, nua_client.h, nua_client.c. M ./libsofia-sip-ua/nua/Makefile.am +2 A ./libsofia-sip-ua/nua/nua_client.c A ./libsofia-sip-ua/nua/nua_client.h M ./libsofia-sip-ua/nua/nua_dialog.h -465 +2 M ./libsofia-sip-ua/nua/nua_params.h +4 A ./libsofia-sip-ua/nua/nua_server.c A ./libsofia-sip-ua/nua/nua_server.h M ./libsofia-sip-ua/nua/nua_stack.c -2231 M ./libsofia-sip-ua/nua/nua_stack.h +6 ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel