[Sofia-sip-devel] sofia-sip changes (2006-05-09)

2006-05-09 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue May  9 21:49:57 EEST 2006  [EMAIL PROTECTED]
  * nua_register.c: use nua-generated contact for refresh interval calculation.
  Allow SIPS uris in contacts, too.

M ./libsofia-sip-ua/nua/nua_register.c -4 +9

Tue May  9 19:31:35 EEST 2006  [EMAIL PROTECTED]
  * nua_register.c: ignoring bad received parameters in Via header. 

M ./libsofia-sip-ua/nua/nua_register.c -2 +9

Tue May  9 19:07:06 EEST 2006  [EMAIL PROTECTED]
  * Updated config file handling in sresolv/sres.c. 
  
  Using reference counting with config structure when copying
  resolver objects.
  
  Trying harder to avoid re-parsing resolv.conf and checking for
  updated servers.
  
  Changed SRES_UPDATE_INTERVAL_SECS to 5 for non-WIN32 platforms.
  

M ./libsofia-sip-ua/sresolv/sres.c -74 +134

Tue May  9 17:45:14 EEST 2006  [EMAIL PROTECTED]
  * su/su_alloc.c, su/sofia-sip/su_alloc.h: su_home_ref() takes const pointer.

M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h -1 +1
M ./libsofia-sip-ua/su/su_alloc.c -2 +2

Mon May  8 15:59:38 EEST 2006  [EMAIL PROTECTED]
  * url module: using SOFIAPUBFUN and SOFIAPUBVAR instead of URL_DLL.

M ./libsofia-sip-ua/url/sofia-sip/url.h -59 +32
M ./libsofia-sip-ua/url/sofia-sip/url_tag.h -3 +3
M ./libsofia-sip-ua/url/sofia-sip/url_tag_class.h -1 +1

Mon May  8 13:30:48 EEST 2006  [EMAIL PROTECTED]
  * Fixed overflow problem with su_timer_run().
  After 25 days the su_timer_run() timer started to misbehave,
  1 < <31 milliseconds is bit more than 24 days, 20 hours, 31 minutes...

M ./libsofia-sip-ua/su/su_timer.c -21 +18

Thu May  4 14:28:03 EEST 2006  [EMAIL PROTECTED]
  * Setting send buffer size to at least 64K in Windows in tport_type_tcp.c.

M ./libsofia-sip-ua/tport/tport_type_tcp.c +29

Thu May  4 12:32:06 EEST 2006  [EMAIL PROTECTED]
  * Using SOFIAPUBFUN and SOFIAPUBVAR in bnf.h.

M ./libsofia-sip-ua/bnf/sofia-sip/bnf.h -14 +13

Thu May  4 12:31:43 EEST 2006  [EMAIL PROTECTED]
  * Silenced sprious warnings by MSG_HEADER_INIT() in msg_header.h.

M ./libsofia-sip-ua/msg/sofia-sip/msg_header.h -2 +4

Mon May  8 14:05:29 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Added sip_dig and stunc to VC6/win32 workspace file.

M ./RELEASE -2 +2
M ./win32/SofiaSIP.dsw +30
A ./win32/utils/sip_dig/
A ./win32/utils/sip_dig/sip_dig.dsp
A ./win32/utils/stunc/
A ./win32/utils/stunc/stunc.dsp

Mon May  8 13:47:31 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Fixed sip_dig errors when building on VC6/win32.

M ./utils/sip-dig.c -1 +7

Mon May  8 13:11:51 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Fixed STUN bugs when build with VC6/win32.

M ./libsofia-sip-ua/stun/stun.c -10 +17
M ./libsofia-sip-ua/stun/stunc.c -6 +12

Thu May  4 12:31:05 EEST 2006  [EMAIL PROTECTED]
  * NUTAG_KEEPALIVE() now uses milliseconds.
  Changes in sofia-sip/nua_tag.h, nua_params.c, nua_register.c, test_nua.c.

M ./libsofia-sip-ua/nua/nua_params.c -1 +1
M ./libsofia-sip-ua/nua/nua_register.c -72 +93
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -3 +6
M ./libsofia-sip-ua/nua/test_nua.c -1 +1

Mon May  8 12:18:46 EEST 2006  [EMAIL PROTECTED]
  * Updated STUN NAT type check interface to utilize current IETF BEHAVE terms.

M ./RELEASE -1 +9
M ./libsofia-sip-ua/stun/ChangeLog -3 +9
M ./libsofia-sip-ua/stun/sofia-sip/stun.h -8 +34
M ./libsofia-sip-ua/stun/stun.c -15 +44

Mon May  8 12:17:35 EEST 2006  [EMAIL PROTECTED]
  * Print sofia-sip version in stunc usage.

M ./libsofia-sip-ua/stun/Makefile.am -1 +4
M ./libsofia-sip-ua/stun/stunc.c -1 +3

Sat May  6 21:15:09 EEST 2006  [EMAIL PROTECTED]
  * Pretty-print the NAT type check results with STUN stunc.

M ./libsofia-sip-ua/stun/stunc.c -1 +2

Sat May  6 21:13:30 EEST 2006  [EMAIL PROTECTED]
  * Do not use resend when doing NAT type checking with STUN. The resends do 
not currently include the request attribute bytes as they should do.

M ./libsofia-sip-ua/stun/stun.c -2 +6

Sat May  6 16:25:43 EEST 2006  [EMAIL PROTECTED]
  * Minor mods to STUN module.

M ./libsofia-sip-ua/stun/stun.c -1
M ./libsofia-sip-ua/stun/stun.docs -5 +1

Sat May  6 16:24:50 EEST 2006  [EMAIL PROTECTED]
  * Added optional local port randomization to stunc. Making repeated checks 
from the same local port will produce unreliable results.

M ./libsofia-sip-ua/stun/stunc.c -14 +44

Sat May  6 15:56:57 EEST 2006  [EMAIL PROTECTED]
  * Fixed STUN's Test-IV.

M ./libsofia-sip-ua/stun/stun.c -2 +2

Sat May  6 15:42:51 EEST 2006  [EMAIL PROTECTED]
  * Added lots more documentation about the STUN nattype algorithm. Added a 
Test-IV step that is improved over the RFC3489 algorithm.

M ./libsofia-sip-ua/stun/stun.c -14 +48

Sat May  6 15:04:57 EEST 2006  [EMAIL PROTECTED]
  * Removed deprecated STUN function definitions from stun.c.

M ./libsofia-sip-ua/stun/stun.c -88

Sat May  6 15

[Sofia-sip-devel] sofia-sip changes (2006-05-11)

2006-05-11 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu May 11 20:44:54 EEST 2006  [EMAIL PROTECTED]
  * Updated win32 ChangeLog.

M ./win32/ChangeLog +19

Thu May 11 20:44:28 EEST 2006  [EMAIL PROTECTED]
  * Added more info about outbound, gruu and win32 DLL to RELEASE.

M ./RELEASE +31

Thu May 11 20:43:07 EEST 2006  [EMAIL PROTECTED]
  * sres.c: storing last dot into the error record, too.
  Bug reported by Thomas Rosenblatt.

M ./libsofia-sip-ua/sresolv/sres.c -1 +2
M ./libsofia-sip-ua/sresolv/test_sresolv.c +15

Thu May 11 19:53:01 EEST 2006  [EMAIL PROTECTED]
  * Added new files to dist, too.
  - libsofia-sip-ua/sresolv/sofia-resolv/sres_config.h
  - win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp
  - win32/tests/test_nua/test_nat_tags.cpp

M ./libsofia-sip-ua/sresolv/Makefile.am +1
M ./win32/Makefile.am +2

Thu May 11 19:49:18 EEST 2006  [EMAIL PROTECTED]
  * Now building libsofia_sip_ua.dll on win32.
  
  We define both IN_LIBSOFIA_SIP_UA and IN_LIBSOFIA_SRES in
  libsofia_sip_ua.dsp.
  
  Because of DLL linkage, we compile tags typedefs as C++
  (see win32/tests/test_nua/test_nat_tags.cpp).
  
  Removed LIBSOFIA_SIP_UA_STATIC from win32/sofia-sip/su_configure.h.
  
  Added libsofia_sip_ua_static.lib, too. If you want to compile against
  that, you need define LIBSOFIA_SIP_UA_STATIC by yourself. 
  
  Added libsofia-sip-ua-static/libsofia_sip_ua_static.dsp.
  
  Using multithreaded DLL runtime for all projects.
  

M ./win32/SofiaSIP.dsw -2 +14
A ./win32/libsofia-sip-ua-static/
A ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp -13 +41
M ./win32/sofia-sip/su_configure.h -1 +1
M ./win32/tests/su_alloc_test/su_alloc_test.dsp -2 +2
M ./win32/tests/su_root_test/su_root_test.dsp -2 +2
M ./win32/tests/su_tag_test/su_tag_test.dsp -2 +2
M ./win32/tests/su_test/su_test.dsp -2 +2
M ./win32/tests/su_time_test/su_time_test.dsp -2 +2
M ./win32/tests/su_timer_test/su_timer_test.dsp -2 +2
M ./win32/tests/su_torture/su_torture.dsp -2 +2
M ./win32/tests/test_memmem/test_memmem.dsp -2 +2
M ./win32/tests/test_nta/test_nta.dsp -2 +2
M ./win32/tests/test_nua/test_nua.dsp -2 +10
M ./win32/tests/test_tport/test_tport.dsp -2 +2
M ./win32/tests/torture_htable/torture_htable.dsp -2 +2
M ./win32/tests/torture_rbtree/torture_rbtree.dsp -2 +2
M ./win32/tests/torture_su_bm/torture_su_bm.dsp -2 +2
M ./win32/tests/torture_su_port/torture_su_port.dsp -2 +2
M ./win32/utils/sip_dig/sip_dig.dsp -2 +2
M ./win32/utils/sip_options/sip_options.dsp -2 +2
M ./win32/utils/stunc/stunc.dsp -2 +2

Thu May 11 19:37:57 EEST 2006  [EMAIL PROTECTED]
  * Added SOFIAPUBFUN/SOFIAPUBVAR to stun module, too.

M ./libsofia-sip-ua/stun/sofia-sip/stun.h -27 +41
M ./libsofia-sip-ua/stun/sofia-sip/stun_tag.h -21 +21

Thu May 11 19:36:28 EEST 2006  [EMAIL PROTECTED]
  * Added test_nat_tags.c to nua module.

M ./libsofia-sip-ua/nua/Makefile.am -1 +1
M ./libsofia-sip-ua/nua/test_nat.c -5
A ./libsofia-sip-ua/nua/test_nat_tags.c
M ./libsofia-sip-ua/nua/test_nua.c -6 +6
A ./win32/tests/test_nua/test_nat_tags.cpp

Thu May 11 19:35:05 EEST 2006  [EMAIL PROTECTED]
  * Fixed a memory leak in nta_outgoing_mcreate().

M ./libsofia-sip-ua/nta/nta.c -6 +12

Thu May 11 19:34:04 EEST 2006  [EMAIL PROTECTED]
  * Added SRESPUBFUN and sres_config.h to sresolv module.

M ./libsofia-sip-ua/sresolv/sofia-resolv/sres.h -10 +28
M ./libsofia-sip-ua/sresolv/sofia-resolv/sres_async.h -4 +8
M ./libsofia-sip-ua/sresolv/sofia-resolv/sres_cache.h -18 +20
A ./libsofia-sip-ua/sresolv/sofia-resolv/sres_config.h
M ./libsofia-sip-ua/sresolv/sofia-resolv/sres_record.h -2 +5

Thu May 11 17:37:41 EEST 2006  [EMAIL PROTECTED]
  * Updated headers.
  
  Added sofia-sip/ prefix to documentation entries referring to include files.
  
  Added SOFIAPUBFUN and SOFIAPUBVAR to files that missed them.
  
  Removed some deprecated functions and macros.

M ./libsofia-sip-ua/bnf/sofia-sip/bnf.h -2 +2
M ./libsofia-sip-ua/features/sofia-sip/sofia_features.h.in -11 +11
M ./libsofia-sip-ua/http/sofia-sip/http.h -2 +3
M ./libsofia-sip-ua/http/sofia-sip/http_hclasses.h -2 +3
M ./libsofia-sip-ua/http/sofia-sip/http_header.h -133 +141
M ./libsofia-sip-ua/http/sofia-sip/http_parser.h -20 +18
M ./libsofia-sip-ua/http/sofia-sip/http_protos.h.in -5 +6
M ./libsofia-sip-ua/http/sofia-sip/http_status.h -43 +43
M ./libsofia-sip-ua/http/sofia-sip/http_tag.h.in -17 +18
M ./libsofia-sip-ua/http/sofia-sip/http_tag_class.h -8 +7
M ./libsofia-sip-ua/ipt/sofia-sip/base64.h -3 +3
M ./libsofia-sip-ua/ipt/sofia-sip/rc4.h -8 +13
M ./libsofia-sip-ua/ipt/sofia-sip/sha1.h -9 +12
M ./libsofia-sip-ua/ipt/sofia-sip/string0.h -2 +7
M ./libsofia-sip-ua/ipt/sofia-sip/token64.h -2 +2
M ./libsofia-sip-ua/ipt/

[Sofia-sip-devel] darcs changes (2006-05-12)

2006-05-16 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.


Fri May 12 19:37:01 EEST 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip-1_11_8


Fri May 12 19:36:50 EEST 2006  [EMAIL PROTECTED]
  * Release 1.11.8.

M ./RELEASE -3 +3
M ./configure.ac -1 +1

Fri May 12 19:35:30 EEST 2006  [EMAIL PROTECTED]
  * Updates for win32.
  Added SOFIAPUBFUN to few functions in msg_parser().
  Added new C++ wrappers for C files that need C++ linkage in tport_test.
  Fixed setlocal braino in build_sources.cmd.

M ./libsofia-sip-ua/msg/sofia-sip/msg_mclass.h -1 +2
M ./libsofia-sip-ua/msg/sofia-sip/msg_parser.h -8 +9
M ./libsofia-sip-ua/msg/test_protos.h.in -7 +7
M ./libsofia-sip-ua/su/sofia-sip/su_config.h -10 +10
M ./libsofia-sip-ua/tport/test_tport.c -1 +1
M ./win32/Makefile.am +2
M ./win32/build_sources.cmd -1 +1
M ./win32/check.cmd +3
A ./win32/tests/test_tport/test_class.cpp
A ./win32/tests/test_tport/test_table.cpp
M ./win32/tests/test_tport/test_tport.dsp -2 +2

Fri May 12 18:07:22 EEST 2006  [EMAIL PROTECTED]
  * Compiling and linking torture_su_bm and torture_su_port as static on win32.

M ./win32/SofiaSIP.dsw -2 +2
M ./win32/tests/torture_su_bm/torture_su_bm.dsp -2 +2
M ./win32/tests/torture_su_port/torture_su_port.dsp -2 +2

Fri May 12 17:59:40 EEST 2006  [EMAIL PROTECTED]
  * Added more warnings to ignore on VC to win32/config.h.in.

M ./win32/config.h.in -2 +2

Fri May 12 17:57:49 EEST 2006  [EMAIL PROTECTED]
  * Added files missing from dist to win32/Makefile.am

M ./win32/Makefile.am +3

Fri May 12 17:47:31 EEST 2006  [EMAIL PROTECTED]
  * Added msg_get_address() and msg_set_address() functions to 
  Trying to solve ai_addrlen problem.

M ./libsofia-sip-ua/msg/msg.c -3 +36
M ./libsofia-sip-ua/msg/sofia-sip/msg_addr.h -1 +6
M ./libsofia-sip-ua/tport/sofia-sip/tport_plugins.h -1 +3
M ./libsofia-sip-ua/tport/tport.c -5 +5
M ./libsofia-sip-ua/tport/tport_internal.h -2 +5
M ./libsofia-sip-ua/tport/tport_sigcomp.c -7 +4
M ./libsofia-sip-ua/tport/tport_stub_sigcomp.c -2 +4
M ./libsofia-sip-ua/tport/tport_stub_stun.c -5 +3
M ./libsofia-sip-ua/tport/tport_type_sctp.c -3 +1
M ./libsofia-sip-ua/tport/tport_type_tcp.c -3 +1
M ./libsofia-sip-ua/tport/tport_type_tls.c -3 +1
M ./libsofia-sip-ua/tport/tport_type_udp.c -10 +9

Fri May 12 17:00:09 EEST 2006  [EMAIL PROTECTED]
  * Put last fixes into RELEASE file.

M ./RELEASE -28 +10

Fri May 12 16:55:52 EEST 2006  [EMAIL PROTECTED]
  * Fixed binding problems in nua and nta.c.
  Returning more appropriate error code from tport_tbind(), too.
  This patch fixes tracked bugs 
  #1485624 (nua not binding to 5060), 
  #1485625 (nua_create() fails if STUN init fails) and 
  #1485632 (ncorrect error message for nua bind error).
  Nua now also binds both to NUTAG_URL and NUTAG_SIPS_URL() URIs, nua_create()
  fails if binding either of them fails.

M ./libsofia-sip-ua/nta/nta.c -5 +9
M ./libsofia-sip-ua/nua/nua_register.c -29 +32
M ./libsofia-sip-ua/stun/stun.c -4 +8
M ./libsofia-sip-ua/tport/tport.c -5 +2

Fri May 12 15:37:39 EEST 2006  [EMAIL PROTECTED]
  * Fixed msg_addrlen() usage.
  
  msg_addrlen() returns a pointer to ai_addrlen field of struct addrinfo
  inside the msg_t object. ai_addrlen has type size_t. However, system calls
  taking a return valur pointer to address length, use type socklen_t. 
  Typically size_t is unsigned long, socklen_t is int, so casting
  msg_addrlen() return value to (socklen_t *) will break on (high-endian)
  64-bit platforms. svsp.

M ./libsofia-sip-ua/msg/test_msg.c -1 +2
M ./libsofia-sip-ua/tport/tport.c -3 +2
M ./libsofia-sip-ua/tport/tport_type_udp.c -3 +8

Fri May 12 15:13:52 EEST 2006  [EMAIL PROTECTED]
  * Re-enable natify in test_nua.c.

M ./libsofia-sip-ua/nua/test_nua.c -1 +1

Fri May 12 15:11:42 EEST 2006  [EMAIL PROTECTED]
  * Updated nua_register() and NUTAG_OUTBOUND() documentation.
  Taking NUTAG_OUTBOUND() options correctly into account in outbound.c.
  Improved the contact validation process in outbound.c, too.

M ./libsofia-sip-ua/nua/nua_register.c -25 +46
M ./libsofia-sip-ua/nua/outbound.c -72 +99
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +23
M ./libsofia-sip-ua/nua/test_nua.c -1 +3

Fri May 12 15:08:05 EEST 2006  [EMAIL PROTECTED]
  * Silenced warnings caused by mismatching integral types.
  In nua_session, unsigned v. sip_time_t.
  In tport.c, size_t v. socklen_t.

M ./libsofia-sip-ua/nua/nua_session.c -2 +2
M ./libsofia-sip-ua/tport/tport.c -6 +10

Fri May 12 12:27:16 EEST 2006  [EMAIL PROTECTED]
  * Fixed socket semantics on test_nat.c for BSD, too.

M ./libsofia-sip-ua/nua/test_nat.c -3 +5

Fri May 12 11:59:47 EEST 2006  [EMAIL PROTECTED]
  * Fixed type of msg_addrlen() to size_t in msg_addr.h/msg.c.
  POSIX socklen_t is not used in addrinfo. We use addrinfo.

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

[Sofia-sip-devel] darcs changes (2006-05-12)

2006-05-16 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.


Fri May 12 19:37:01 EEST 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip-1_11_8


Fri May 12 19:36:50 EEST 2006  [EMAIL PROTECTED]
  * Release 1.11.8.

M ./RELEASE -3 +3
M ./configure.ac -1 +1

Fri May 12 19:35:30 EEST 2006  [EMAIL PROTECTED]
  * Updates for win32.
  Added SOFIAPUBFUN to few functions in msg_parser().
  Added new C++ wrappers for C files that need C++ linkage in tport_test.
  Fixed setlocal braino in build_sources.cmd.

M ./libsofia-sip-ua/msg/sofia-sip/msg_mclass.h -1 +2
M ./libsofia-sip-ua/msg/sofia-sip/msg_parser.h -8 +9
M ./libsofia-sip-ua/msg/test_protos.h.in -7 +7
M ./libsofia-sip-ua/su/sofia-sip/su_config.h -10 +10
M ./libsofia-sip-ua/tport/test_tport.c -1 +1
M ./win32/Makefile.am +2
M ./win32/build_sources.cmd -1 +1
M ./win32/check.cmd +3
A ./win32/tests/test_tport/test_class.cpp
A ./win32/tests/test_tport/test_table.cpp
M ./win32/tests/test_tport/test_tport.dsp -2 +2

Fri May 12 18:07:22 EEST 2006  [EMAIL PROTECTED]
  * Compiling and linking torture_su_bm and torture_su_port as static on win32.

M ./win32/SofiaSIP.dsw -2 +2
M ./win32/tests/torture_su_bm/torture_su_bm.dsp -2 +2
M ./win32/tests/torture_su_port/torture_su_port.dsp -2 +2

Fri May 12 17:59:40 EEST 2006  [EMAIL PROTECTED]
  * Added more warnings to ignore on VC to win32/config.h.in.

M ./win32/config.h.in -2 +2

Fri May 12 17:57:49 EEST 2006  [EMAIL PROTECTED]
  * Added files missing from dist to win32/Makefile.am

M ./win32/Makefile.am +3

Fri May 12 17:47:31 EEST 2006  [EMAIL PROTECTED]
  * Added msg_get_address() and msg_set_address() functions to 
  Trying to solve ai_addrlen problem.

M ./libsofia-sip-ua/msg/msg.c -3 +36
M ./libsofia-sip-ua/msg/sofia-sip/msg_addr.h -1 +6
M ./libsofia-sip-ua/tport/sofia-sip/tport_plugins.h -1 +3
M ./libsofia-sip-ua/tport/tport.c -5 +5
M ./libsofia-sip-ua/tport/tport_internal.h -2 +5
M ./libsofia-sip-ua/tport/tport_sigcomp.c -7 +4
M ./libsofia-sip-ua/tport/tport_stub_sigcomp.c -2 +4
M ./libsofia-sip-ua/tport/tport_stub_stun.c -5 +3
M ./libsofia-sip-ua/tport/tport_type_sctp.c -3 +1
M ./libsofia-sip-ua/tport/tport_type_tcp.c -3 +1
M ./libsofia-sip-ua/tport/tport_type_tls.c -3 +1
M ./libsofia-sip-ua/tport/tport_type_udp.c -10 +9

Fri May 12 17:00:09 EEST 2006  [EMAIL PROTECTED]
  * Put last fixes into RELEASE file.

M ./RELEASE -28 +10

Fri May 12 16:55:52 EEST 2006  [EMAIL PROTECTED]
  * Fixed binding problems in nua and nta.c.
  Returning more appropriate error code from tport_tbind(), too.
  This patch fixes tracked bugs 
  #1485624 (nua not binding to 5060), 
  #1485625 (nua_create() fails if STUN init fails) and 
  #1485632 (ncorrect error message for nua bind error).
  Nua now also binds both to NUTAG_URL and NUTAG_SIPS_URL() URIs, nua_create()
  fails if binding either of them fails.

M ./libsofia-sip-ua/nta/nta.c -5 +9
M ./libsofia-sip-ua/nua/nua_register.c -29 +32
M ./libsofia-sip-ua/stun/stun.c -4 +8
M ./libsofia-sip-ua/tport/tport.c -5 +2

Fri May 12 15:37:39 EEST 2006  [EMAIL PROTECTED]
  * Fixed msg_addrlen() usage.
  
  msg_addrlen() returns a pointer to ai_addrlen field of struct addrinfo
  inside the msg_t object. ai_addrlen has type size_t. However, system calls
  taking a return valur pointer to address length, use type socklen_t. 
  Typically size_t is unsigned long, socklen_t is int, so casting
  msg_addrlen() return value to (socklen_t *) will break on (high-endian)
  64-bit platforms. svsp.

M ./libsofia-sip-ua/msg/test_msg.c -1 +2
M ./libsofia-sip-ua/tport/tport.c -3 +2
M ./libsofia-sip-ua/tport/tport_type_udp.c -3 +8

Fri May 12 15:13:52 EEST 2006  [EMAIL PROTECTED]
  * Re-enable natify in test_nua.c.

M ./libsofia-sip-ua/nua/test_nua.c -1 +1

Fri May 12 15:11:42 EEST 2006  [EMAIL PROTECTED]
  * Updated nua_register() and NUTAG_OUTBOUND() documentation.
  Taking NUTAG_OUTBOUND() options correctly into account in outbound.c.
  Improved the contact validation process in outbound.c, too.

M ./libsofia-sip-ua/nua/nua_register.c -25 +46
M ./libsofia-sip-ua/nua/outbound.c -72 +99
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +23
M ./libsofia-sip-ua/nua/test_nua.c -1 +3

Fri May 12 15:08:05 EEST 2006  [EMAIL PROTECTED]
  * Silenced warnings caused by mismatching integral types.
  In nua_session, unsigned v. sip_time_t.
  In tport.c, size_t v. socklen_t.

M ./libsofia-sip-ua/nua/nua_session.c -2 +2
M ./libsofia-sip-ua/tport/tport.c -6 +10

Fri May 12 12:27:16 EEST 2006  [EMAIL PROTECTED]
  * Fixed socket semantics on test_nat.c for BSD, too.

M ./libsofia-sip-ua/nua/test_nat.c -3 +5

Fri May 12 11:59:47 EEST 2006  [EMAIL PROTECTED]
  * Fixed type of msg_addrlen() to size_t in msg_addr.h/msg.c.
  POSIX socklen_t is not used in addrinfo. We use addrinfo.

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

[Sofia-sip-devel] sofia-sip changes (2006-05-16)

2006-05-16 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue May 16 17:27:53 EEST 2006  [EMAIL PROTECTED]
  * libsofia-sip-ua-glib: always installing .
  Fixed Makefile.am in libsofia-sip-ua-glib and libsofia-sip-ua-glib/nua_glib.

M ./libsofia-sip-ua-glib/Makefile.am -6 +1
M ./libsofia-sip-ua-glib/nua-glib/Makefile.am -1 +5

Tue May 16 17:25:48 EEST 2006  [EMAIL PROTECTED]
  * Fixed include path for stun.

M ./libsofia-sip-ua/stun/Makefile.am -4 +1

Tue May 16 16:43:47 EEST 2006  [EMAIL PROTECTED]
  * test_nta_api.c: silenced warning when printf()ing pid_t.

M ./libsofia-sip-ua/nta/test_nta_api.c -1 +1

Tue May 16 16:42:05 EEST 2006  [EMAIL PROTECTED]
  * Removed carriage returns from win32 includes.

M ./win32/config.h.in -451 +451
M ./win32/sofia-sip/su_configure.h -100 +100

Tue May 16 16:28:58 EEST 2006  [EMAIL PROTECTED]
  * su/strtoull.c: removed carriage returns.

M ./libsofia-sip-ua/su/strtoull.c -295 +296

Tue May 16 16:19:20 EEST 2006  [EMAIL PROTECTED]
  * sresolv/sres.c: fixed reference counting problems with sres_config_t.

M ./libsofia-sip-ua/sresolv/sres.c -1 +4

Tue May 16 16:02:25 EEST 2006  [EMAIL PROTECTED]
  * sresolv/sresolv.c: fix thread problems in sres_resolver_destroy().
  sres_resolver_destroy() now always zaps su_root_t-related resources.

M ./libsofia-sip-ua/sresolv/sresolv.c +6

Tue May 16 16:01:58 EEST 2006  [EMAIL PROTECTED]
  * url.c: fixed url_update() for unknown URIs schemas.
  
  url_update() gave different results when URI was parsed and when it was a
  string.
  
  Added test for parsing ldap URIs, too, in torture_url.c.

M ./libsofia-sip-ua/url/torture_url.c +57
M ./libsofia-sip-ua/url/url.c -4 +12

Tue May 16 15:56:32 EEST 2006  [EMAIL PROTECTED]
  * sres.c: sres_resolver_update() always creates missing res_servers.
  Bug reported and patch submitted by Thomas Rosenblatt.

M ./libsofia-sip-ua/sresolv/sres.c -23 +42

Tue May 16 14:02:40 EEST 2006  [EMAIL PROTECTED]
  * Fixed HAVE_FUNC usage in .
  Patch #1487550 submitted by mjerris.

M ./libsofia-sip-ua/iptsec/auth_plugin.c -5 +5

Tue May 16 13:25:54 EEST 2006  [EMAIL PROTECTED]
  * Preparing for next version.

M ./ChangeLog +292
M ./RELEASE -124 +24
M ./configure.ac -1 +1

Tue May 16 13:24:26 EEST 2006  [EMAIL PROTECTED]
  * sresolv/sres.c: sres_resolver_t object can be threadsafe.
  Removed memory free operation from destructor.

M ./libsofia-sip-ua/sresolv/sres.c -6 +6
M ./libsofia-sip-ua/sresolv/test_sresolv.c +3

Tue May 16 12:21:43 EEST 2006  [EMAIL PROTECTED]
  * Fixed sac-general.m4: configure should use = instead of == in tests.

M ./m4/sac-general.m4 -2 +2


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-17)

2006-05-17 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed May 17 16:01:58 EEST 2006  [EMAIL PROTECTED]
  * msg/test_class.h: Removed dummy backslashes.

M ./libsofia-sip-ua/msg/test_class.h -10 +10

Wed May 17 16:01:35 EEST 2006  [EMAIL PROTECTED]
  * su_log.h, sl_utils.h: sanitized defining su_log_t.

M ./libsofia-sip-ua/nta/sofia-sip/sl_utils.h -6 +5
M ./libsofia-sip-ua/su/sofia-sip/su_log.h -7 +3

Wed May 17 16:01:01 EEST 2006  [EMAIL PROTECTED]
  * Fixed boilerplate stuff preventing multiple #include in many header files.

M ./libsofia-sip-ua/bnf/sofia-sip/hostdomain.h -3 +3
M ./libsofia-sip-ua/http/sofia-sip/http_protos.h.in -1 +3
M ./libsofia-sip-ua/iptsec/iptsec_debug.h -1 +2
M ./libsofia-sip-ua/msg/msg_internal.h -1 +2
M ./libsofia-sip-ua/msg/test_class.h -4 +4
M ./libsofia-sip-ua/msg/test_protos.h.in -1 +2
M ./libsofia-sip-ua/nea/nea_debug.h -1 +2
M ./libsofia-sip-ua/nta/nta_compat.h -1 +2
M ./libsofia-sip-ua/nta/nta_internal.h -1 +2
M ./libsofia-sip-ua/nua/nua_params.h -1 +2
M ./libsofia-sip-ua/nua/nua_stack.h -1 +2
M ./libsofia-sip-ua/nua/outbound.h -1 +2
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -1 +1
M ./libsofia-sip-ua/sip/sofia-sip/sip_tag.h.in -1 +2
M ./libsofia-sip-ua/stun/stun_internal.h -1 +2
M ./libsofia-sip-ua/su/sofia-sip/su_addrinfo.h -1 +2
M ./libsofia-sip-ua/su/sofia-sip/su_log.h -1 +3
M ./libsofia-sip-ua/su/su_module_debug.h -1 +2
M ./libsofia-sip-ua/su/su_port.h -1 +2
M ./libsofia-sip-ua/tport/tport_internal.h -1 +2
M ./libsofia-sip-ua/tport/tport_tls.h -1 +2
M ./libsofia-sip-ua/url/urlmap.h -1 +2

Wed May 17 15:57:12 EEST 2006  [EMAIL PROTECTED]
  * nua module: fixed memory leak in REGISTER, SUBSCRIBE and PUBLISH refresh.
  Use a copy instead of a reference to the message template when refreshing
  in nua_register.c, nua_subnotref.c and nua_publish.c.

M ./libsofia-sip-ua/nua/nua_publish.c -40 +21
M ./libsofia-sip-ua/nua/nua_register.c -1 +1
M ./libsofia-sip-ua/nua/nua_stack.c -4 +13
M ./libsofia-sip-ua/nua/nua_subnotref.c -10 +10

Wed May 17 15:41:46 EEST 2006  [EMAIL PROTECTED]
  * sdp_rtp.h: removed.

R ./libsofia-sip-ua/sdp/sdp_rtp.h

Wed May 17 15:28:29 EEST 2006  [EMAIL PROTECTED]
  * nta.c: nta_msg_request_complete() now tries to avoid recreating request 
line.

M ./libsofia-sip-ua/nta/nta.c -4 +14

Wed May 17 13:14:47 EEST 2006  [EMAIL PROTECTED]
  * Added Michael and Thomas to credits in RELEASE.

M ./RELEASE +2

Wed May 17 13:14:30 EEST 2006  [EMAIL PROTECTED]
  * Require automake 1.7. Try to use newest supported auotconf/automake version.

M ./autogen.sh -8 +32

Wed May 17 12:54:57 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c, test_proxy.c: always challenge [EMAIL PROTECTED]

M ./libsofia-sip-ua/nua/test_nua.c -4 +24
M ./libsofia-sip-ua/nua/test_proxy.c -13 +77

Wed May 17 11:15:22 EEST 2006  [EMAIL PROTECTED]
  * Including credentials to INVITE transaction, too.

M ./libsofia-sip-ua/nua/nua_session.c -1 +5
M ./libsofia-sip-ua/nua/test_nua.c +3

Tue May 16 17:57:09 EEST 2006  [EMAIL PROTECTED]
  * sresolv/sresolv.c: fixed problems destroying resolver.

M ./libsofia-sip-ua/sresolv/sresolv.c -2 +1


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-18)

2006-05-18 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu May 18 19:32:49 EEST 2006  [EMAIL PROTECTED]
  * nua_glib: fixed dbus protos for INCOMING_MESSAGE signal

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -3 +3
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_marshal.list +1

Wed May 17 22:21:22 EEST 2006  [EMAIL PROTECTED]
  * autogen.sh: fixed autoconf/automake version discovery.

M ./autogen.sh -4 +4

Wed May 17 21:25:26 EEST 2006  [EMAIL PROTECTED]
  * rbtree.h: rbtree_insert() now returns -1 upon an error.

M ./libsofia-sip-ua/su/sofia-sip/rbtree.h +11

Wed May 17 16:49:24 EEST 2006  [EMAIL PROTECTED]
  * Moved .so.0 to non-devel packages.

M ./packages/sofia-sip.spec.in -4 +2


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-19)

2006-05-19 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri May 19 13:35:01 EEST 2006  [EMAIL PROTECTED]
  * nua_glib: fixed SEGFAULT when incoming empty MESSAGE

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -2 +7


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-22)

2006-05-22 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon May 22 21:23:55 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Fixed segfaults when shared-secred code is used. Fixed couple of memleaks.

M ./libsofia-sip-ua/stun/stun.c -1 +13
M ./libsofia-sip-ua/stun/stun_common.c -2 +2

Mon May 22 17:55:06 EEST 2006  [EMAIL PROTECTED]
  * Match each ta_start with a ta_end in nua module. Based on patch sent to 
sofia-sip-devel by Colin Whittaker.

M ./libsofia-sip-ua/nua/nua_stack.c -3 +6

Mon May 22 17:26:23 EEST 2006  [EMAIL PROTECTED]
  * mingw updates; compiles now until stun

M ./libsofia-sip-ua/msg/Makefile.am -2 +2
M ./libsofia-sip-ua/sresolv/sres.c +10
M ./libsofia-sip-ua/sresolv/test_sresolv.c +15
M ./libsofia-sip-ua/stun/Makefile.am -1 +4

Mon May 22 17:23:34 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Added localinfo to VC6/win32 build.

M ./RELEASE +1
M ./libsofia-sip-ua/su/localinfo.c -5 +1
M ./win32/SofiaSIP.dsw +15
A ./win32/utils/localinfo/
A ./win32/utils/localinfo/localinfo.dsp

Mon May 22 16:42:21 EEST 2006  [EMAIL PROTECTED]
  * Match each ta_start with a ta_end in stun module.

M ./libsofia-sip-ua/stun/stun.c -5 +5


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-23)

2006-05-23 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue May 23 14:25:34 EEST 2006  [EMAIL PROTECTED]
  * Change the master darcs repository address.

M ./README.developers -1 +1

Mon May 22 22:41:46 EEST 2006  [EMAIL PROTECTED]
  * Modify Makefile.am so that stunc tool is installed.

M ./RELEASE +1
M ./libsofia-sip-ua/stun/ChangeLog +4
M ./libsofia-sip-ua/stun/Makefile.am -2 +2


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-24)

2006-05-24 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed May 24 18:39:00 EEST 2006  [EMAIL PROTECTED]
  * Updated to nua_glib properties, and the related documentation.

M ./RELEASE +2
M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -33 +14
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_priv.h -10 +9


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-25)

2006-05-25 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu May 25 01:00:13 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: mention sip_route_reverse_as() and sip_route_fixdup_as().

M ./RELEASE +3

Thu May 25 00:55:12 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: added test for NUTAG_ONLY183_100REL(0).

M ./libsofia-sip-ua/nua/test_nua.c -1 +3

Thu May 25 00:35:14 EEST 2006  [EMAIL PROTECTED]
  * sip_util.c, sip_util.h: Added sip_route_reverse_as() and 
sip_route_fixdup_as().

M! ./RELEASE -2 +1
M ./libsofia-sip-ua/sip/sip_util.c -23 +38
M ./libsofia-sip-ua/sip/sofia-sip/sip_util.h +7

Thu May 25 00:31:24 EEST 2006  [EMAIL PROTECTED]
  * iptsec: Added files for ntlm plugins.

A ./libsofia-sip-ua/iptsec/auth_client_ntlm.c
A ./libsofia-sip-ua/iptsec/auth_plugin_ntlm.c

Thu May 25 00:30:53 EEST 2006  [EMAIL PROTECTED]
  * Fixed auth_mod_method().

M ./libsofia-sip-ua/iptsec/auth_module.c -1 +1
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_module.h -7 +14

Thu May 25 00:30:27 EEST 2006  [EMAIL PROTECTED]
  * iptsec: added plugin interface to client side, too.
  
  Added sofia-sip/auth_client_plugin.h, modified sofia-sip/auth_client.h,
  auth_client.c.

M ./libsofia-sip-ua/iptsec/auth_client.c -182 +269
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_client.h -7 +7
A ./libsofia-sip-ua/iptsec/sofia-sip/auth_client_plugin.h

Thu May 25 00:27:17 EEST 2006  [EMAIL PROTECTED]
  * iptsec/Makefile.am: added auth_common.h, auth_client_ntlm., 
auth_plugin_ntlm.c.

M ./libsofia-sip-ua/iptsec/Makefile.am -10 +7

Wed May 24 16:32:57 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: using 100rel in responses by default if precondition is 
required

M ./libsofia-sip-ua/nua/nua_session.c -1 +3

Wed May 24 15:08:49 EEST 2006  [EMAIL PROTECTED]
  * packages/sofia-sip.spec.in: added stunc to utils rpm.

M ./packages/sofia-sip.spec.in +1

Fri May 19 16:12:17 EEST 2006  [EMAIL PROTECTED]
  * iptsec module: added as_ident and apw_ident.
  The auth_mod interface now returns user identity information in as_ident.
  Currently, ident is just the fourth record from sippasswd file.

M ./libsofia-sip-ua/iptsec/auth_module.c -19 +52
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_module.h -5 +6
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_plugin.h +1

Fri May 19 16:07:56 EEST 2006  [EMAIL PROTECTED]
  * iptsec module: added  and 
  
  Moved auth_get_params() and auth_struct_copy() from auth_digest.c to
  auth_common.c. prototypes from  and  to
  

M ./libsofia-sip-ua/iptsec/auth_digest.c -145
A ./libsofia-sip-ua/iptsec/sofia-sip/auth_common.h
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_digest.h +2
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_plugin.h -6 +4

Fri May 19 15:45:26 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip-ua.pc.in: added @SOFIA_PKG_REQUIRES@ and @SOFIA_PKG_LIBS@
  
  Suitable values for them are generated in m4/sac-su2.m4.
  Requires: needs comma-separated list of values.
  
  Updated sofia-sip-ua-glib.pc.in, too.

M ./m4/sac-su2.m4 -6 +18
M ./packages/sofia-sip-ua-glib.pc.in -1 +1
M ./packages/sofia-sip-ua.pc.in -2 +2

Fri May 19 15:44:10 EEST 2006  [EMAIL PROTECTED]
  * m4/sac-su2.m4: added SAC_COMMA_APPEND

M ./m4/sac-su2.m4 +5

Fri May 19 15:18:47 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip.spec.in: removed --with SigComp.
  
  TODO: add a plugin interface for SigComp.

M ./packages/sofia-sip.spec.in -6 +1

Fri May 19 15:17:53 EEST 2006  [EMAIL PROTECTED]
  * su/torture_rbtree.c: Removed ancient stuff.

M ./libsofia-sip-ua/su/torture_rbtree.c -32

Fri May 19 15:17:34 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/rbtree.h: added documentation for each rbtree function.

M ./libsofia-sip-ua/su/sofia-sip/rbtree.h -19 +146

Fri May 19 14:58:34 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: Using NUTAG_ONLY183_100REL() when establishing call.
  
  Note: now not generating nua_i_state when a response to PRACK is received,
  if the response to PRACK did not change the call state.
  
  Also, only including offer to PRACK when PRACKing 183 and we have
  preconditions.

M ./libsofia-sip-ua/nua/nua_session.c -6 +18

Fri May 19 14:51:30 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: updated tests for calls with 100rel/precondition.

M ./libsofia-sip-ua/nua/test_nua.c -33 +664

Fri May 19 14:33:43 EEST 2006  [EMAIL PROTECTED]
  * nua module: added NUTAG_ONLY183_100REL().
  sofia-sip/nua_tag.h, nua_tag.c, nua_params.h, nua_params.c.

M ./libsofia-sip-ua/nua/nua_params.c +6
M ./libsofia-sip-ua/nua/nua_params.h +2
M ./libsofia-sip-ua/nua/nua_tag.c +1
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -1 +25

Thu May 18 22:56:04 EEST 2006  [EMAIL PROTECTED]
  * auth_plugin.c: moved info about ntlm plugin to auth_plugin_ntlm.c.

M ./libsofia-sip-ua/iptsec/auth_plugin.c -14

Thu May 18 22:55:28 EEST 2006  [EMAIL PROTECTED]
  * auth_module.c: moved ntlm into its own plugin.

M ./libsofia-sip-ua/i

[Sofia-sip-devel] sofia-sip changes (2006-05-29)

2006-05-29 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon May 29 11:47:28 EEST 2006  [EMAIL PROTECTED]
  * auth_common.c: Added

A ./libsofia-sip-ua/iptsec/auth_common.c


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-30)

2006-05-30 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue May 30 21:42:45 EEST 2006  [EMAIL PROTECTED]
  * libsofia-sip-ua-glib/Makefile.am: requires automake 1.7.

M ./libsofia-sip-ua-glib/Makefile.am -1 +1

Tue May 30 21:40:24 EEST 2006  [EMAIL PROTECTED]
  * m4/sac-su2.m4: avoid redundant ws2tcpip.h test if winsock2.h was not found.

M ./m4/sac-su2.m4 -2 +2

Tue May 30 21:23:45 EEST 2006  [EMAIL PROTECTED]
  * tport_tls.c, tport_type_tls.c: be quiet about certificate errors.
  Do not complain about bad certficates if the certificate directory has not
  been defined.

M ./libsofia-sip-ua/tport/tport_tls.c -9 +14
M ./libsofia-sip-ua/tport/tport_type_tls.c -2 +7

Tue May 30 21:22:30 EEST 2006  [EMAIL PROTECTED]
  * tport_type_tcp.c: do not close socket owned by tport object.

M ./libsofia-sip-ua/tport/tport_type_tcp.c -2 +2

Tue May 30 21:21:47 EEST 2006  [EMAIL PROTECTED]
  * tport.c: tport_alloc_primary() now saves errno value.

M ./libsofia-sip-ua/tport/tport.c -1 +4

Tue May 30 19:23:28 EEST 2006  [EMAIL PROTECTED]
  * Add m4/ subdir to automake params already in configure.ac. Makes it 
possible to use 'autoreconf -i' to bootstrap a distclean'ed tree.

M ./configure.ac +3

Tue May 30 19:22:26 EEST 2006  [EMAIL PROTECTED]
  * Random cleanups in nua_glib: get rid of printfs, update todo-items, remove 
obsolete code segments.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -48 +10

Tue May 30 19:20:56 EEST 2006  [EMAIL PROTECTED]
  * Rename the signal enums in nua_glib.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -86 +105

Tue May 30 19:18:35 EEST 2006  [EMAIL PROTECTED]
  * Refactored the nua_glib authentication interface.

M ./RELEASE -3 +11
M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -123 +135
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_marshal.list +1
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_priv.h -2 +4
M ./libsofia-sip-ua-glib/nua-glib/sofia-sip/nua_glib.h -1 +4

Tue May 30 12:31:57 EEST 2006  [EMAIL PROTECTED]
  * removed nested function calls from sac-general.m4 (compiles and works now 
on OSX, too)

M ./m4/sac-general.m4 -10 +6

Tue May 30 09:20:09 EEST 2006  [EMAIL PROTECTED]
  * removed nested function call when testing whether __func__ works (in 
sac-general.m4)

M ./m4/sac-general.m4 -3 +2

Tue May 30 09:19:32 EEST 2006  [EMAIL PROTECTED]
  * added check for header fcntl.h

M ./libsofia-sip-ua/sresolv/test_sresolv.c -1 +5
M ./m4/sac-su2.m4 +2


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-05-31)

2006-05-31 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed May 31 16:17:07 EEST 2006  [EMAIL PROTECTED]
  * Track operation authentication attempts in nua_glib.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -62 +72
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_priv.h -4 +18

Wed May 31 14:24:32 EEST 2006  [EMAIL PROTECTED]
  * Not using g_debug().

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -2 +3


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-01)

2006-06-01 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Jun  1 20:58:23 EEST 2006  [EMAIL PROTECTED]
  * Update release process based on 1.11.9 lessons learned.

M ./docs/release_management.txt -6 +7

Thu Jun  1 20:57:27 EEST 2006  [EMAIL PROTECTED]
  * Open tree for development. Version to 1.11.9work.

M ./RELEASE -32 +23
M ./configure.ac -1 +1

Thu Jun  1 19:53:42 EEST 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip-1_11_9


Thu Jun  1 19:52:59 EEST 2006  [EMAIL PROTECTED]
  * Final commit for 1.11.9. Updated RELEASE, version to 1.11.9.

M ./RELEASE -24 +17
M ./configure.ac -1 +1

Thu Jun  1 19:35:18 EEST 2006  [EMAIL PROTECTED]
  * Updated comment for STUNTAG_INTEGRITY() tag.

M ./libsofia-sip-ua/stun/stun_tag.c -2 +2

Thu Jun  1 19:34:53 EEST 2006  [EMAIL PROTECTED]
  * Added auth_client_plugin.h to installed headers.

M ./libsofia-sip-ua/iptsec/Makefile.am +1

Thu Jun  1 13:52:11 EEST 2006  [EMAIL PROTECTED]
  * Fixed ta_start/end bug in nta. Patch by Colin Whittaker.

M ./libsofia-sip-ua/nta/nta.c +2


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-02)

2006-06-02 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Jun  2 15:17:02 EEST 2006  [EMAIL PROTECTED]
  * segfault bug fix by Pekka and me in agent_init_contact().

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c +1
M ./libsofia-sip-ua/nta/nta.c -1 +1

Fri Jun  2 00:12:36 EEST 2006  [EMAIL PROTECTED]
  * Remove all glib dependencies from libsofia-sip-ua. Clsoes sf.net bug 
#1446635.

M ./RELEASE +4
M ./m4/sac-su2.m4 -5 +3
M ./packages/sofia-sip-ua-glib.pc.in -1 +1
M ./packages/sofia-sip-ua.pc.in -2 +1


___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-03)

2006-06-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Sat Jun  3 18:11:04 EEST 2006  [EMAIL PROTECTED]
  * Fixed last remaining uses of internal config.h definition in public 
headers. Closes bug #1455265.

M ./libsofia-sip-ua/http/sofia-sip/http_tag.h.in -3 +3
M ./libsofia-sip-ua/sdp/sofia-sip/sdp_tag.h -1 +1
M ./libsofia-sip-ua/sip/sofia-sip/sip_tag.h.in -3 +3
M ./libsofia-sip-ua/su/sofia-sip/su_strlst.h -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_vector.h -1 +1
M ./libsofia-sip-ua/url/sofia-sip/url_tag.h -1 +1

Sat Jun  3 15:50:04 EEST 2006  [EMAIL PROTECTED]
  * Explicitly list all dependent libs in libsofia-sip-ua.pc. Added a 
pkg-config dependency for sofia-sip-ua to sofia-sip-ua-glib.pc. Closes bug 
#1499652.

M ./packages/sofia-sip-ua-glib.pc.in -2 +2
M ./packages/sofia-sip-ua.pc.in -1 +1

Sat Jun  3 15:10:43 EEST 2006  [EMAIL PROTECTED]
  * Do not install any libsofia-sip-ua-glib related files if built with 
'--with-glib=no'. Related to sf.net bug #1499652.

M ./libsofia-sip-ua-glib/Makefile.am -1 +4
M ./libsofia-sip-ua-glib/nua-glib/Makefile.am -1 +4
M ./libsofia-sip-ua-glib/su-glib/Makefile.am -1 +4
M ./packages/Makefile.am -1 +6


___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-06)

2006-06-06 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Jun  5 15:01:35 EEST 2006  [EMAIL PROTECTED]
  * nua_params.c: removed suspicious code causing a warning.

M ./libsofia-sip-ua/nua/nua_params.c -2 +2


___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-07)

2006-06-07 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Jun  7 18:42:12 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Fix build of libsofia-sip-ua.dll for win32/vc6.

M ./libsofia-sip-ua/iptsec/auth_digest.c +1
M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp -2 +6
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp -2 +6

Wed Jun  7 14:17:24 EEST 2006  [EMAIL PROTECTED]
  * Fixed compiler warnings in su, nua, resolv and iptsec modules. Patch by 
R[_\e9_]mi Denis-Courmont.

M ./libsofia-sip-ua/iptsec/auth_digest.c +1
M ./libsofia-sip-ua/nua/test_nat.c -1 +1
M ./libsofia-sip-ua/nua/test_nat.h -1 +1
M ./libsofia-sip-ua/sresolv/test_sresolv.c -1 +2
M ./libsofia-sip-ua/su/su.c -1 +1

Wed Jun  7 14:16:20 EEST 2006  [EMAIL PROTECTED]
  * config.h is not installed by automake default rules, can be reomived from 
noinst. Patch by R[_\e9_]mi Denis-Courmont.

M ./win32/Makefile.am -1 +1

Wed Jun  7 14:15:23 EEST 2006  [EMAIL PROTECTED]
  * Do not include configure created files to the distribution package. Patch 
by R[_\e9_]mi Denis-Courmont.

M ./libsofia-sip-ua/features/Makefile.am -1 +1

Wed Jun  7 14:14:23 EEST 2006  [EMAIL PROTECTED]
  * Use check_FOOBAR, instead of noinst_FOOBAR for test apps. Patch by 
R[_\e9_]mi Denis-Courmont.

M ./libsofia-sip-ua-glib/nua-glib/Makefile.am -1 +1
M ./libsofia-sip-ua-glib/su-glib/Makefile.am -1 +1
M ./libsofia-sip-ua/http/Makefile.am -1 +1
M ./libsofia-sip-ua/ipt/Makefile.am -1 +1
M ./libsofia-sip-ua/iptsec/Makefile.am -1 +1
M ./libsofia-sip-ua/msg/Makefile.am -1 +1
M ./libsofia-sip-ua/nta/Makefile.am -1 +1
M ./libsofia-sip-ua/nth/Makefile.am -1 +1
M ./libsofia-sip-ua/nua/Makefile.am -1 +1
M ./libsofia-sip-ua/sdp/Makefile.am -1 +1
M ./libsofia-sip-ua/sip/Makefile.am -1 +1
M ./libsofia-sip-ua/soa/Makefile.am -1 +1
M ./libsofia-sip-ua/sresolv/Makefile.am -1 +1
M ./libsofia-sip-ua/stun/Makefile.am -1 +1
M ./libsofia-sip-ua/su/Makefile.am -1 +1
M ./libsofia-sip-ua/tport/Makefile.am -1 +1
M ./libsofia-sip-ua/url/Makefile.am -1 +1


___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-08)

2006-06-08 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Jun  7 23:53:23 EEST 2006  [EMAIL PROTECTED]
  * Including win32/config.h in dist. 
  
  It is included in dist so that win32 build can be done without GNU awk.

M ./win32/Makefile.am -1 +1

Wed Jun  7 21:42:47 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Fixed STUN integrity check handling for binding responses, and STUN NAT 
type testing, on systems with OpenSSL disabled.

M ./libsofia-sip-ua/stun/stun_common.c -8 +12


___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-15)

2006-06-15 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Jun 15 21:52:06 EEST 2006  [EMAIL PROTECTED]
  * More bugs in bnf Makefile.am.

M ./libsofia-sip-ua/soa/Makefile.am -1 +1

Thu Jun 15 21:51:52 EEST 2006  [EMAIL PROTECTED]
  * More fixes to sofia-sip.spec.in: incorrect date format, too strict 
dependencies.

M ./packages/sofia-sip.spec.in -4 +4

Thu Jun 15 21:38:41 EEST 2006  [EMAIL PROTECTED]
  * Fixed a bug in bnf Makefile.am.

M ./libsofia-sip-ua/soa/Makefile.am -1 +1

Thu Jun 15 21:30:53 EEST 2006  [EMAIL PROTECTED]
  * Added some comments to sofia-sip.spec.in, made sofia-sip-glib-devel depend 
on sofia-sip-glibSONAME.

M ./packages/sofia-sip.spec.in -1 +4

Thu Jun 15 20:31:39 EEST 2006  [EMAIL PROTECTED]
  * Define library versioning information (cur:rev:age) at link time.

M ./RELEASE +7
M ./libsofia-sip-ua-glib/Makefile.am +5
M ./libsofia-sip-ua/Makefile.am +4

Thu Jun 15 20:28:36 EEST 2006  [EMAIL PROTECTED]
  * Expose library interface versioning information via autoconf variables.

M ./configure.ac -2 +8

Thu Jun 15 20:27:51 EEST 2006  [EMAIL PROTECTED]
  * Fixed compile bug in bnf test unit tests.

M ./libsofia-sip-ua/bnf/torture_bnf.c -11 +11

Thu Jun 15 20:27:09 EEST 2006  [EMAIL PROTECTED]
  * Added library soname to glib subpackage name in the RPM spec file.

M ./packages/sofia-sip.spec.in -5 +9

Thu Jun 15 17:57:20 EEST 2006  [EMAIL PROTECTED]
  * Modified soa to use the bnf host_is_local().

M ./libsofia-sip-ua/soa/Makefile.am +2
M ./libsofia-sip-ua/soa/soa.c -4 +2

Thu Jun 15 17:56:37 EEST 2006  [EMAIL PROTECTED]
  * Fixed bug #1490824 - loopback addr selected as contact when not registered.

M ./RELEASE -3 +1
M ./libsofia-sip-ua/nua/nua_register.c -1 +13

Thu Jun 15 17:46:57 EEST 2006  [EMAIL PROTECTED]
  * Added host_is_local() to bnf module.

M ./RELEASE +4
M ./libsofia-sip-ua/bnf/ChangeLog +4
M ./libsofia-sip-ua/bnf/bnf.c -1 +20
M ./libsofia-sip-ua/bnf/sofia-sip/hostdomain.h +1
M ./libsofia-sip-ua/bnf/torture_bnf.c +12

Thu Jun 15 00:21:48 EEST 2006  [EMAIL PROTECTED]
  * Update RELEASE for 1.11.9wrk changes so far.

M ./RELEASE -5 +24

Thu Jun 15 00:21:35 EEST 2006  [EMAIL PROTECTED]
  * Added details on how to fill the contributors section of RELEASE file. Sort 
by number of patches accepted, and mention also devel team members.

M ./RELEASE.template -3 +5

Wed Jun 14 23:32:30 EEST 2006  [EMAIL PROTECTED]
  * Do not add interface specific DNS servers to the search list. Problem 
reported by Dimitri E. Prado.

M ./libsofia-sip-ua/sresolv/sres.c -5 +9


___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-06-16)

2006-06-16 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Jun 16 02:04:54 EEST 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip-1_12_0


Fri Jun 16 00:44:50 EEST 2006  [EMAIL PROTECTED]
  * Final commit for 1.12.0: update RELEASE, added links to sresolv 
documentation, set version to 1.12.0 and majmin to 1.12, update release 
management process description.

M ./RELEASE -29 +12
M ./configure.ac -3 +3
M ./docs/release_management.txt -1 +5
M ./libsofia-sip-ua-glib/ChangeLog +4
M ./libsofia-sip-ua/ChangeLog +4
M ./libsofia-sip-ua/sresolv/sres.c +2

Fri Jun 16 00:12:36 EEST 2006  [EMAIL PROTECTED]
  * Added text covering library versioning to README.developers.

M ./README.developers -2 +25

Thu Jun 15 22:06:13 EEST 2006  [EMAIL PROTECTED]
  * Too loose rules in sofia-sip.spec.in, sofia-sip-glib must depend on some 
version of sofia-sip.

M ./packages/sofia-sip.spec.in +1


___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-07-12)

2006-07-12 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Jul 12 02:06:56 EEST 2006  [EMAIL PROTECTED]
  * Fixed errors in stunc command-line usage.

M ./libsofia-sip-ua/stun/stunc.c -1 +1

Wed Jul 12 02:06:23 EEST 2006  [EMAIL PROTECTED]
  * Added stunc.1 manpage, included sip-dig.1 manpage to the distribution.

M ./Makefile.am -1 +2
M ./libsofia-sip-ua/stun/stunc.c -1 +85
M ./utils/Doxyfile +1
M ./utils/sip-dig.c -2 +1

Tue Jul 11 21:51:07 EEST 2006  [EMAIL PROTECTED]
  * Removed unused code from STUN module.

M ./libsofia-sip-ua/stun/stun_common.c -14 +2


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-07-20)

2006-07-20 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Jul 20 21:32:28 EEST 2006  [EMAIL PROTECTED]
  * Added aliases for RFCs 4200-4799. Added 4655 as a supported RFC (sdp-new).

M ./libsofia-sip-ua/docs/Doxyfile.aliases -1 +601
M ./libsofia-sip-ua/docs/conformance.docs -3 +16

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-07-24)

2006-07-24 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Jun 21 13:37:19 EEST 2006  [EMAIL PROTECTED]
  * nua/outbound.c: use md5 instead of sha1.

M ./libsofia-sip-ua/nua/outbound.c -7 +7

Wed Jun 21 13:36:42 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip.spec.in: sofia-sip-glibXX now obsoletes sofia-sip-glib

M ./packages/sofia-sip.spec.in +1

Wed Jun 21 11:33:24 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/rbtree.h: fixed rbtree_insert() prototype used in documentation.

M ./libsofia-sip-ua/su/sofia-sip/rbtree.h -1 +1

Wed Jun 21 11:05:55 EEST 2006  [EMAIL PROTECTED]
  * nua_dialog.c: randomize the refresh interval.
  
  - nua_dialog_usage_set_refresh() always randomizes the interval

M ./libsofia-sip-ua/nua/nua_dialog.c -7 +8

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-07-25)

2006-07-25 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Jul 25 23:05:13 EEST 2006  [EMAIL PROTECTED]
  * Removed sha1.h API and related code due to licensing issues with regards to 
RFC3174. Closes sf.net bug #1525308. See RELEASE comments concerning the 
effects to 1.12.0 API/ABI.

M ./RELEASE -2 +9
M ./libsofia-sip-ua/ipt/Makefile.am -5 +4
R ./libsofia-sip-ua/ipt/sha1.c
R ./libsofia-sip-ua/ipt/sha1test.c
R ./libsofia-sip-ua/ipt/sofia-sip/sha1.h
M ./libsofia-sip-ua/nua/nua_params.c -1

Tue Jul 25 18:14:15 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE -1 +10

Tue Jul 25 15:42:45 EEST 2006  [EMAIL PROTECTED]
  * nua_subnotref.c: fixed expiration state machine for SUBSCRIBEd events.
  
  Fix for bug #1511403. No test case yet, however.

M ./libsofia-sip-ua/nua/nua_subnotref.c -31 +50

Tue Jul 25 15:39:47 EEST 2006  [EMAIL PROTECTED]
  * nua_register.c: Fixed nua_registration_add_contact().

M ./libsofia-sip-ua/nua/nua_register.c -3 +7

Tue Jul 25 12:47:44 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.h, nua_subnotref.c: not using nua_contact/nua_sips_contact.
  
  Instead of nua_contact/nua_sips_contact using nua_registration_for_msg() and
  nua_registration_contact().

M ./libsofia-sip-ua/nua/nua_stack.h -3
M ./libsofia-sip-ua/nua/nua_subnotref.c -19 +23

Tue Jul 25 15:14:18 EEST 2006  [EMAIL PROTECTED]
  * Set libsofia-sip-ua interface version to 1:0:1 due to added functions in su.

M ./configure.ac -2 +2

Tue Jul 25 15:13:53 EEST 2006  [EMAIL PROTECTED]
  * Start RELEASE file for 1.12.1.

M ./RELEASE -36 +27

Tue Jul 25 15:11:11 EEST 2006  [EMAIL PROTECTED]
  * Fixed segfault in processing incoming NOTIFY with no associated 
SUBSCRIPTION. Problem reported by Sergey Vointsev.

M ./libsofia-sip-ua/nua/nua_subnotref.c -3 +5

Tue Jul 25 00:06:32 EEST 2006  [EMAIL PROTECTED]
  * soa_static.c: fixed crash in offer_answer_step() changing only mode.
  
  Patch contributed by Legostayev Denis.

M ./libsofia-sip-ua/soa/soa_static.c -1 +1

Mon Jul 24 23:51:25 EEST 2006  [EMAIL PROTECTED]
  * su_port.c: do not define _XOPEN_SOURCE. 
  
  XXX - why it was defined in first place?

M ./libsofia-sip-ua/su/su_port.c -3

Mon Jul 24 23:50:59 EEST 2006  [EMAIL PROTECTED]
  * soa.c: use address specified in SOATAG_ADDRESS() as is.

M ./libsofia-sip-ua/soa/soa.c -2 +24
M ./libsofia-sip-ua/soa/test_soa.c +3

Mon Jul 24 23:29:49 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/hostdomain.h: added host_is_ip6_reference().

M ./libsofia-sip-ua/bnf/bnf.c -1 +6
M ./libsofia-sip-ua/bnf/sofia-sip/hostdomain.h -1 +4

Mon Jul 24 21:44:44 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: allow the application to set the initial CSeq in the dialog.

  Application can now use SIPTAG_CSEQ() or SIPTAG_CSEQ_STR() to set the
  initial CSeq. Note that the first CSeq actually sent is 1 more than the
  number specified in tag.

  This is based on a patch contributed by Colin Whittaker.

M ./libsofia-sip-ua/nua/nua_stack.c -2 +7
M ./libsofia-sip-ua/nua/test_nua.c +8

Mon Jul 24 21:24:28 EEST 2006  [EMAIL PROTECTED]
  * configure.ac: version 1.12.0work.

M ./configure.ac -1 +1

Mon Jul 24 21:24:10 EEST 2006  [EMAIL PROTECTED]
  * Using su_root_yield() in nea_server.c, nta.c, nua_stack.c.

M ./libsofia-sip-ua/nea/nea_server.c -2 +6
M ./libsofia-sip-ua/nta/nta.c +2
M ./libsofia-sip-ua/nua/nua_stack.c +2

Mon Jul 24 21:23:40 EEST 2006  [EMAIL PROTECTED]
  * su/sofia-sip/su_wait.h, su_root.c: added su_root_yield().
  
  su_port.h, su_port.c: added su_port_yield(), 
  refactored su_port_run() and su_port_step(), 
  moved su_wait() and call to event callback in su_port_wait_events().
  
  Based on su_yield()/su_port_wiat_events() patch contributed by Colin
  Whittaker.

M ./libsofia-sip-ua/su/sofia-sip/su_wait.h +2
M ./libsofia-sip-ua/su/su_port.c -127 +102
M ./libsofia-sip-ua/su/su_port.h +4
M ./libsofia-sip-ua/su/su_root.c +20

Mon Jul 24 21:04:44 EEST 2006  [EMAIL PROTECTED]
  * su/su_timer.c: updated documentation.

M ./libsofia-sip-ua/su/su_timer.c -17 +21

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-07-26)

2006-07-26 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Jul 26 17:37:27 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/soa_session.h: added pad to bitfield.

M ./libsofia-sip-ua/soa/sofia-sip/soa_session.h +2

Wed Jul 26 14:24:55 EEST 2006  [EMAIL PROTECTED]
  * Adds a workaround for a bug in stund-0.94 and older 
(http://sourceforge.net/projects/stun/). Added new STUN attributes defined in 
recent STUN and TURN IETF drafts.

M ./libsofia-sip-ua/stun/ChangeLog +6
M ./libsofia-sip-ua/stun/sofia-sip/stun_common.h -3 +20
M ./libsofia-sip-ua/stun/stun_common.c -3 +11

Wed Jul 26 01:41:28 EEST 2006  [EMAIL PROTECTED]
  * Fixed bug in build system that caused invalid SONAME to be set for 
libsofia-sip-ua (causing libsofia-sip-ua.so.1 to be built instead of .so.0).

M ./libsofia-sip-ua/Makefile.am -1 +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-07-27)

2006-07-27 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Jul 27 20:09:21 EEST 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip-1_12_1


Thu Jul 27 20:02:17 EEST 2006  [EMAIL PROTECTED]
  * Added examples to API/ABI section in RELEASE.template.

M ./RELEASE.template +11

Thu Jul 27 20:01:54 EEST 2006  [EMAIL PROTECTED]
  * Added not on libsofia-sip-ua-glib changes.

M ./RELEASE +6

Thu Jul 27 20:01:14 EEST 2006  [EMAIL PROTECTED]
  * Mark libsofia-sip-ua interface freeze to ChangeLog.

M ./libsofia-sip-ua/ChangeLog +4

Thu Jul 27 19:51:21 EEST 2006  [EMAIL PROTECTED]
  * Updated RELEASE and configure.ac for 1.12.1 release. Updated RELEASE 
template.

M ./RELEASE -36 +14
M ./RELEASE.template -3 +9
M ./configure.ac -1 +1

Thu Jul 27 16:23:27 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Updated VS6 workspace: removed sha1 related files from the build.

M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp -8
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp -8

Thu Jul 27 14:56:16 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip.spec.in: glib-devel now requires [EMAIL PROTECTED]@ with same 
version.

M ./packages/sofia-sip.spec.in -2 +2

Thu Jul 27 14:20:12 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: added host_is_ip6_reference().

M ./RELEASE -1 +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-07-28)

2006-07-28 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Jul 28 13:21:40 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: fixed session timer case by UAS without default refersher

M ./libsofia-sip-ua/nua/nua_session.c -1 +2

Fri Jul 28 12:39:41 EEST 2006  [EMAIL PROTECTED]
  * configure.ac, RELEASE: prepare for next release.

M ./RELEASE -24 +38
M ./configure.ac -1 +1

Fri Jul 28 12:35:27 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: updated session timer implementation.
  
  The session timers are defined in RFC 4028. The update involves use of
  "timer" feature tag: if it is not given by UAC, assume UAS always refreshes.
  
  Updated test_nua.c and test_proxy.c, too.

M ./libsofia-sip-ua/nua/nua_session.c -5 +16
M ./libsofia-sip-ua/nua/test_nua.c -3 +24
M ./libsofia-sip-ua/nua/test_proxy.c +32

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-07)

2006-08-07 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Aug  7 16:40:45 EEST 2006  [EMAIL PROTECTED]
  * Files that are distribured must not be deleted by the clean target. Modify 
the makefiles to create win32/config.h and packages/sofia-sip.spec as separate 
targets. Patch by R[_\e9_]mi Denis-Courmont.

M ./configure.ac -2
M ./packages/Makefile.am +2
M ./win32/Makefile.am +3

Mon Aug  7 13:21:36 EEST 2006  [EMAIL PROTECTED]
  * Added lessons learnt from the 1.12.1 release process.

M ./docs/release_management.txt -2 +4

Mon Aug  7 11:15:32 EEST 2006  [EMAIL PROTECTED]
  * su_uniqueid.c: fixed problem getifaddrs returning NULL

M ./libsofia-sip-ua/su/su_uniqueid.c -1 +1

Thu Aug  3 10:00:23 EEST 2006  [EMAIL PROTECTED]
  * sip_util.c: sip_response_terminates_dialog() up to 
draft-ietf-sipping-dialogusage-02
  
  

M ./libsofia-sip-ua/sip/sip_util.c -14 +65

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-08)

2006-08-08 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Aug  8 16:28:12 EEST 2006  [EMAIL PROTECTED]
  * test_tport.c: fixed problem in queueing test.
  
  The test failed if all the queued messages were read within a single "IN"
  event and a single recv() call. Now increasing the size of queued messages
  and checking if all the queued messages are read with a single recv(), too.
  

M ./libsofia-sip-ua/tport/test_tport.c -5 +7

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-09)

2006-08-09 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Aug  9 17:09:58 EEST 2006  [EMAIL PROTECTED]
  * Do not distribute RFC3489 as part of the dist package. This caused a 
problem with inclusion to Debian.

M ./libsofia-sip-ua/stun/Makefile.am -1 +1

Wed Aug  9 17:02:49 EEST 2006  [EMAIL PROTECTED]
  * Do not add generated tag files to the dist package. Patch by Remi 
Denis-Courmont.

M ./libsofia-sip-ua/iptsec/Makefile.am -1 +2
M ./libsofia-sip-ua/nea/Makefile.am -1 +2
M ./libsofia-sip-ua/nta/Makefile.am -1 +2
M ./libsofia-sip-ua/nth/Makefile.am -1 +2
M ./libsofia-sip-ua/nua/Makefile.am -1 +2
M ./libsofia-sip-ua/sdp/Makefile.am -1 +2
M ./libsofia-sip-ua/soa/Makefile.am -1 +2
M ./libsofia-sip-ua/sofia.am -2 +3
M ./libsofia-sip-ua/stun/Makefile.am -1 +2
M ./libsofia-sip-ua/su/Makefile.am -2 +3
M ./libsofia-sip-ua/tport/Makefile.am -1 +2
M ./libsofia-sip-ua/url/Makefile.am -1 +2

Wed Aug  9 17:02:18 EEST 2006  [EMAIL PROTECTED]
  * Fix for the make clean target. Patch by Remi Denis-Courmont.

M ./packages/Makefile.am +3
M ./win32/Makefile.am +3

Tue Aug  8 16:45:28 EEST 2006  [EMAIL PROTECTED]
  * autoconf 2.60 support

M ./autogen.sh -1 +1

Wed Aug  9 16:59:48 EEST 2006  [EMAIL PROTECTED]
  * Added some more API/ABI maintentance notes. Mentioned the icheck tool in 
the rel-manager howto.

M ./RELEASE.template -3 +4
M ./docs/release_management.txt -1 +9

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-10)

2006-08-10 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Aug 10 12:43:43 EEST 2006  [EMAIL PROTECTED]
  * Added set -x to autogen.sh.

M ./autogen.sh +1

Thu Aug 10 12:36:08 EEST 2006  [EMAIL PROTECTED]
  * Change to using autoreconf instead of the custom autotool version check in 
autogen.sh.

M ./autogen.sh -41 +1

Thu Aug 10 09:52:20 EEST 2006  [EMAIL PROTECTED]
  * autogen.sh: fixed autoconf and automake version detection.

M ./autogen.sh -4 +4

Wed Aug  9 12:57:33 EEST 2006  [EMAIL PROTECTED]
  * configure.ac: fixed --help output of --disable-stun.

M ./configure.ac -2 +1

Wed Aug  9 12:41:15 EEST 2006  [EMAIL PROTECTED]
  * tstdef.h: removed extra typedef ull.

M ./libsofia-sip-ua/su/sofia-sip/tstdef.h -3 +2

Wed Aug  9 17:02:49 EEST 2006  [EMAIL PROTECTED]
  UNDO: Do not add generated tag files to the dist package. Patch by Remi 
Denis-Courmont.

M ./libsofia-sip-ua/iptsec/Makefile.am -2 +1
M ./libsofia-sip-ua/nea/Makefile.am -2 +1
M ./libsofia-sip-ua/nta/Makefile.am -2 +1
M ./libsofia-sip-ua/nth/Makefile.am -2 +1
M ./libsofia-sip-ua/nua/Makefile.am -2 +1
M ./libsofia-sip-ua/sdp/Makefile.am -2 +1
M ./libsofia-sip-ua/soa/Makefile.am -2 +1
M ./libsofia-sip-ua/sofia.am -3 +2
M ./libsofia-sip-ua/stun/Makefile.am -2 +1
M ./libsofia-sip-ua/su/Makefile.am -3 +2
M ./libsofia-sip-ua/tport/Makefile.am -2 +1
M ./libsofia-sip-ua/url/Makefile.am -2 +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-11)

2006-08-11 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Aug 11 13:10:34 EEST 2006  [EMAIL PROTECTED]
  * Changed the install location of awk scripts.

M ./RELEASE -1 +5
M ./libsofia-sip-ua/msg/Makefile.am -3 +1
M ./libsofia-sip-ua/su/Makefile.am -3 +1
M ./packages/sofia-sip-ua.pc.in +1
M ./packages/sofia-sip.spec.in -2 +5

Thu Aug 10 13:03:41 EEST 2006  [EMAIL PROTECTED]
  * Compiler warning fixes.

M ./libsofia-sip-ua/tport/test_tport.c -1 +1
M ./libsofia-sip-ua/tport/tport.c -2 +2

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-14)

2006-08-14 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Aug 14 12:42:10 EEST 2006  [EMAIL PROTECTED]
  * test_nta.c: added a test case feeding all SIP parser tests to nta.

M ./libsofia-sip-ua/nta/test_nta.c -6 +122
A ./libsofia-sip-ua/sip/tests/own8.txt

Mon Aug 14 12:41:04 EEST 2006  [EMAIL PROTECTED]
  * nta.c: nta_ackbye() is now stateless.

M ./libsofia-sip-ua/nta/nta.c -3 +6

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-15)

2006-08-15 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Aug 15 17:09:56 EEST 2006  [EMAIL PROTECTED]
  * moved network detection from NTA to NUA

M ./libsofia-sip-ua/nta/nta.c -67
M ./libsofia-sip-ua/nta/nta_internal.h -1
M ./libsofia-sip-ua/nta/nta_tag.c -2
M ./libsofia-sip-ua/nta/sofia-sip/nta.h -7
M ./libsofia-sip-ua/nta/sofia-sip/nta_tag.h -18
M ./libsofia-sip-ua/nua/nua_params.c +9
M ./libsofia-sip-ua/nua/nua_params.h +4
M ./libsofia-sip-ua/nua/nua_stack.c +66
M ./libsofia-sip-ua/nua/nua_stack.h +5
M ./libsofia-sip-ua/nua/nua_tag.c +4
M ./libsofia-sip-ua/nua/sofia-sip/nua.h +12
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +19
M ./libsofia-sip-ua/su/Makefile.am -2 +2
M ./libsofia-sip-ua/su/sofia-sip/su_os_nw.h +9

Tue Aug 15 09:05:18 EEST 2006  [EMAIL PROTECTED]
  * Network detection: added su_os_nw.[ch]

A ./libsofia-sip-ua/su/sofia-sip/su_os_nw.h
A ./libsofia-sip-ua/su/su_os_nw.c
M ./libsofia-sip-ua/su/su_wait.c +1

Tue Aug 15 09:01:40 EEST 2006  [EMAIL PROTECTED]
  * Network detection: NTA headers updated

M ./libsofia-sip-ua/nta/nta_internal.h -125 +128
M ./libsofia-sip-ua/nta/sofia-sip/nta.h +7
M ./libsofia-sip-ua/nta/sofia-sip/nta_tag.h +18

Tue Aug 15 09:00:25 EEST 2006  [EMAIL PROTECTED]
  * Network change detection: NTA updated to support

M ./libsofia-sip-ua/nta/nta.c +68
M ./libsofia-sip-ua/nta/nta_tag.c +2

Wed Aug  2 10:32:16 EEST 2006  [EMAIL PROTECTED]
  * setting ai_canonname to NULL by default

M ./libsofia-sip-ua/tport/tport_type_connect.c +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-16)

2006-08-16 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Aug 16 19:22:58 EEST 2006  [EMAIL PROTECTED]
  * network detection now closes tports and creates new ones

M ./RELEASE +4
M ./libsofia-sip-ua/nta/nta.c +36
M ./libsofia-sip-ua/nta/sofia-sip/nta.h +2
M ./libsofia-sip-ua/nua/nua_register.c +67
M ./libsofia-sip-ua/nua/nua_stack.c -66
M ./libsofia-sip-ua/su/su_os_nw.c -3 +3

Wed Aug 16 19:20:24 EEST 2006  [EMAIL PROTECTED]
  * nua: added nua_registration_add_contact_to_request(), 
nua_registration_add_contact_to_response().
  
  Updated nua_subnotref.c, nua_stack.c functions nua_creq_msg() and 
nh_make_response().

M ./libsofia-sip-ua/nua/nua_register.c -27 +88
M ./libsofia-sip-ua/nua/nua_stack.c -4 +26
M ./libsofia-sip-ua/nua/nua_stack.h -5 +11
M ./libsofia-sip-ua/nua/nua_subnotref.c -1 +4

Wed Aug 16 19:02:31 EEST 2006  [EMAIL PROTECTED]
  * su_os_nw.c: compiling stub functions in every case.

M ./libsofia-sip-ua/su/su_os_nw.c -4 +19

Wed Aug 16 18:57:44 EEST 2006  [EMAIL PROTECTED]
  * test_nta.c: do not run test_bad_messages() if unable to find test messages.

M ./libsofia-sip-ua/nta/test_nta.c -8 +12

Wed Aug 16 16:29:57 EEST 2006  [EMAIL PROTECTED]
  * su_os_nw.c should now compile on all platforms

M ./libsofia-sip-ua/su/su_os_nw.c -9 +17

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-17)

2006-08-17 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Aug 17 21:45:40 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/bnf.h, torture_bnf.c: fixed span_lws() and skip_lws().
  
  Previously skipped *(SP / HT / CR / LF).
  Correct bnf is LWS = [*WSP CRLF] 1*WSP.

M ./libsofia-sip-ua/bnf/sofia-sip/bnf.h -4 +10
M ./libsofia-sip-ua/bnf/torture_bnf.c -3 +7

Thu Aug 17 21:39:48 EEST 2006  [EMAIL PROTECTED]
  * outbound.c: removed warning.

M ./libsofia-sip-ua/nua/outbound.c -3 +4

Thu Aug 17 21:39:32 EEST 2006  [EMAIL PROTECTED]
  * nua_subnotref.c: using dialog usage refresher and shutdown functions.
  
  Now actually retrying after retry-after (either in NOTIFY or in a [3456]XX
  response to SUBSCRIBE). Not waiting for final NOTIFY after we terminate
  subscription. Wait only when trying to fetch event state.

M ./libsofia-sip-ua/nua/nua_subnotref.c -104 +180

Thu Aug 17 21:36:52 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: do not use empty tag parameter with To header.

M ./libsofia-sip-ua/nua/nua_stack.c -1 +1

Thu Aug 17 21:36:20 EEST 2006  [EMAIL PROTECTED]
  * nua_register.c: try to check for IP address families when selecting Contact.

M ./libsofia-sip-ua/nua/nua_register.c +4

Thu Aug 17 21:35:56 EEST 2006  [EMAIL PROTECTED]
  * nua_dialog.h, nua_dialog.c: added nua_dialog_remove(), 
nua_dialog_usage_refresh_range() and nua_dialog_usage_no_refresh().
  

M ./libsofia-sip-ua/nua/nua_dialog.c -9 +50
M ./libsofia-sip-ua/nua/nua_dialog.h -1 +13

Thu Aug 17 21:32:20 EEST 2006  [EMAIL PROTECTED]
  * tport.c: fixed TPORT_LISTEN_ERROR().

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

Thu Aug 17 21:23:26 EEST 2006  [EMAIL PROTECTED]
  * autogen.sh: use AUTORECONF enironment variable for versioned autoreconf

M ./autogen.sh -1 +1

Thu Aug 17 21:22:19 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: fixed race condition in registration refresh.

M ./libsofia-sip-ua/nua/test_nua.c -26 +62

Thu Aug 17 21:20:59 EEST 2006  [EMAIL PROTECTED]
  * test_nta.c: fixed bad message test case.

M ./libsofia-sip-ua/nta/run_test_nta +3
M ./libsofia-sip-ua/nta/test_nta.c -7 +25

Thu Aug 17 20:39:02 EEST 2006  [EMAIL PROTECTED]
  * su_localinfo(): do not include interfaces that are down in the list.

M ./libsofia-sip-ua/su/sofia-sip/su_localinfo.h +2
M ./libsofia-sip-ua/su/su_localinfo.c -3 +8

Thu Aug 17 17:41:13 EEST 2006  [EMAIL PROTECTED]
  * network detection: updated NUA
  
  NUA now correctly releases tport, vias and public vias and refreshes REGISTERs
  with correct Contact. Works on OSX.

M ./libsofia-sip-ua/nta/nta.c +5
M ./libsofia-sip-ua/nua/nua_register.c -6 +37
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -2 +5

Thu Aug 17 16:48:01 EEST 2006  [EMAIL PROTECTED]
  * nua_register.c: refreshing REGISTER uses now method from dialog_usage_class.

M ./libsofia-sip-ua/nua/nua_register.c -25 +74

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-21)

2006-08-21 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Aug 21 20:29:33 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: split into smaller tests.
  
  Added files test_nua.h test_nua_api.c test_nua_params.c test_register.c
  test_basic_call.c test_call_reject.c test_cancel_bye.c test_call_hold.c
  test_session_timer.c test_refer.c test_100rel.c test_simple.c
  test_sip_events.c.

M ./libsofia-sip-ua/nua/Makefile.am -1 +8
A ./libsofia-sip-ua/nua/test_100rel.c
A ./libsofia-sip-ua/nua/test_basic_call.c
A ./libsofia-sip-ua/nua/test_call_hold.c
A ./libsofia-sip-ua/nua/test_call_reject.c
A ./libsofia-sip-ua/nua/test_cancel_bye.c
M ./libsofia-sip-ua/nua/test_nua.c -6153 +10
A ./libsofia-sip-ua/nua/test_nua.h
A ./libsofia-sip-ua/nua/test_nua_api.c
A ./libsofia-sip-ua/nua/test_nua_params.c
A ./libsofia-sip-ua/nua/test_refer.c
A ./libsofia-sip-ua/nua/test_register.c
A ./libsofia-sip-ua/nua/test_session_timer.c
A ./libsofia-sip-ua/nua/test_simple.c
A ./libsofia-sip-ua/nua/test_sip_events.c

Mon Aug 21 19:22:21 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: added test cases for nua_handle_destroy().

M ./libsofia-sip-ua/nua/test_nua.c -1 +427

Mon Aug 21 19:21:47 EEST 2006  [EMAIL PROTECTED]
  * nua: updated dialog and session state handling.
  
  No more using expicitly set du_pending function pointer but a function
  pointer table used by dialog_usage.
  
  Changes in nua_dialog.c, nua_dialog.h, nua_publish.c, nua_register.c,
  nua_session.c, nua_subnotref.c, nua_stack.h, nua_stack.c.
  
  Added nua_notifier.c and moved notifier side of SIP event protocol to it. 
  Added nua_notifier.c to Makefile.am, too.
  

M ./libsofia-sip-ua/nua/Makefile.am +1
M ./libsofia-sip-ua/nua/nua_dialog.c -11 +25
M ./libsofia-sip-ua/nua/nua_dialog.h -8 +8
A ./libsofia-sip-ua/nua/nua_notifier.c
M ./libsofia-sip-ua/nua/nua_publish.c -6 +5
M ./libsofia-sip-ua/nua/nua_register.c -7 +6
M ./libsofia-sip-ua/nua/nua_session.c -71 +171
M ./libsofia-sip-ua/nua/nua_stack.c -4 +1
M ./libsofia-sip-ua/nua/nua_stack.h -1 +2
M ./libsofia-sip-ua/nua/nua_subnotref.c -364 +1

Mon Aug 21 19:16:09 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c, nua.docs, sofia-sip/nua_tag.h: updated enum nua_callstate 
dox.

M ./libsofia-sip-ua/nua/nua.docs -5 +6
M ./libsofia-sip-ua/nua/nua_session.c +76
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -9 +11

Mon Aug 21 19:11:19 EEST 2006  [EMAIL PROTECTED]
  * nua_common.c: fixed doxy of _NUA_DEBUG_HANDLE environment variable.

M ./libsofia-sip-ua/nua/nua_common.c -1 +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-22)

2006-08-22 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Aug 22 20:25:33 EEST 2006  [EMAIL PROTECTED]
  * Updated README files, moved the top-level ChangeLog documenting changes in 
external trees to ChangeLog.ext-trees.

 ./ChangeLog -> ./ChangeLog.ext-trees
A ./ChangeLog
M ./Makefile.am -2 +2
M ./README -7 +6
M ./README.developers -1 +2

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-23)

2006-08-23 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Aug 23 16:18:42 EEST 2006  [EMAIL PROTECTED]
  * su_source.c: su_source_getmsgs() streamlined.

M ./libsofia-sip-ua-glib/su-glib/su_source.c -4 +1

Wed Aug 23 16:16:41 EEST 2006  [EMAIL PROTECTED]
  * su_timer_test.c: added -N option.

M ./libsofia-sip-ua/su/su_timer_test.c -6 +14

Wed Aug 23 16:16:27 EEST 2006  [EMAIL PROTECTED]
  * su_root.c: su_msg_delivery_report() destroys msg sans reporting function.
  
  su_port.c: su_port_getmsgs() streamlined

M ./libsofia-sip-ua/su/su_port.c -7 +2
M ./libsofia-sip-ua/su/su_root.c -5 +21

Wed Aug 23 14:55:35 EEST 2006  [EMAIL PROTECTED]
  * nta.c, nta.h: added nta_leg_make_replaces(), nta_leg_by_replaces().
  
  Added tests to test_nta.c and test_nta_api.c.

M ./libsofia-sip-ua/nta/nta.c +45
M ./libsofia-sip-ua/nta/sofia-sip/nta.h +8
M ./libsofia-sip-ua/nta/test_nta.c -1 +9
M ./libsofia-sip-ua/nta/test_nta_api.c +3

Wed Aug 23 13:56:29 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: added description of subscription handling modifications in nua.

M ./RELEASE +6
M ./libsofia-sip-ua/ChangeLog +8
M ./libsofia-sip-ua/nua/nua_subnotref.c -1 +3

Wed Aug 23 13:44:36 EEST 2006  [EMAIL PROTECTED]
  * tport_logging.c: Added separators around messages logged by tport_log_msg().
  
  Maximum length of logged line is now 2048 (including final \n).
  
  tport_internal.h, tport.c, tport_threadpool.c: updated
  tport_log_msg()prototype.
  
  test_tport.c: using test protocol version on request line. 

M ./libsofia-sip-ua/tport/test_tport.c -2 +4
M ./libsofia-sip-ua/tport/tport.c -3 +3
M ./libsofia-sip-ua/tport/tport_internal.h -1 +1
M ./libsofia-sip-ua/tport/tport_logging.c -41 +44
M ./libsofia-sip-ua/tport/tport_threadpool.c -1 +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-25)

2006-08-25 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Aug 25 16:20:50 EEST 2006  [EMAIL PROTECTED]
  * Makefile.am: require at least 1.7.

M ./Makefile.am -1 +1
M ./libsofia-sip-ua-glib/nua-glib/Makefile.am +2

Fri Aug 25 16:20:03 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: add nta_leg_make_replaces(), nta_leg_by_replaces(), urltag_scan().

M ./RELEASE +3

Fri Aug 25 16:16:33 EEST 2006  [EMAIL PROTECTED]
  * configure.ac: bumped version to 1.12.1work2

M ./configure.ac -1 +1

Fri Aug 25 16:16:13 EEST 2006  [EMAIL PROTECTED]
  * http_tag_class.c: using msghdrtag_scan and t_str_scan.

M ./libsofia-sip-ua/http/http_tag_class.c +3

Fri Aug 25 16:15:05 EEST 2006  [EMAIL PROTECTED]
  * test_class.c: using msghdrtag_scan and t_str_scan.

M ./libsofia-sip-ua/msg/test_class.c +2

Fri Aug 25 16:14:38 EEST 2006  [EMAIL PROTECTED]
  * sip_tag_class.c: using t_str_scan as sipstrtag_class->tc_scan

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

Fri Aug 25 14:45:10 EEST 2006  [EMAIL PROTECTED]
  * su_taglist.c: if tag class does not support scanning, t_scan returns -2.

M ./libsofia-sip-ua/su/su_taglist.c -2 +3

Fri Aug 25 14:44:39 EEST 2006  [EMAIL PROTECTED]
  * url_tag.c: url_tag_class now supports t_scan().
  
  torture_url.c: added test for url_tag_class->tc_scan.

M ./libsofia-sip-ua/url/torture_url.c -1 +9
M ./libsofia-sip-ua/url/url_tag.c +35

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-28)

2006-08-28 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Aug 28 19:58:05 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Fixed building the nua test applications for MSVC workspace.

M ./win32/tests/test_nua/test_nua.dsp +48

Mon Aug 28 17:57:18 EEST 2006  [EMAIL PROTECTED]
  * Updated RELEASE file for the previous STUN bugfix.

M ./RELEASE +1

Mon Aug 28 17:56:16 EEST 2006  [EMAIL PROTECTED]
  * Added Mika Saari and Michael Jerries to AUTHORS list. Re-alphatized the 
contributor list.

M ./AUTHORS -9 +11

Mon Aug 28 17:55:28 EEST 2006  [EMAIL PROTECTED]
  * Fix a memory leak, and a potential segfault in STUN error message encoding. 
Patch by Mika Saari.

M ./libsofia-sip-ua/stun/stun_common.c -11 +21

Mon Aug 28 17:54:41 EEST 2006  [EMAIL PROTECTED]
  * Get rid of the enum casts in nea_event_server.c

M ./libsofia-sip-ua/nua/nua_event_server.c -5 +2

Mon Aug 28 17:15:28 EEST 2006  [EMAIL PROTECTED]
  * Added Michael Jerris to contributors list.

M ./RELEASE -1 +2

Mon Aug 28 17:15:01 EEST 2006  [EMAIL PROTECTED]
  * Minor modifications to RELEASE.template.

M ./RELEASE.template -3 +3

Mon Aug 28 17:14:41 EEST 2006  [EMAIL PROTECTED]
  * Modify libsofia-sip-ua library version to 2:0:2, added ChangeLog entry.

M ./configure.ac -2 +2
M ./libsofia-sip-ua/ChangeLog -2 +6

Mon Aug 28 17:07:34 EEST 2006  [EMAIL PROTECTED]
  * Fixed a compilation error on gcc, where a enum-casted-as-int was given to 
the unary operator. Passing enums directly to INTTAG_REF() macros is not an 
option either as MSVC2005 chokes on them, so we'll use a temporary pointer for 
casting to make both compilers happy.

M ./libsofia-sip-ua/nua/nua_event_server.c -2 +5

Fri Aug 25 18:30:43 EEST 2006  Michael Jerris <[EMAIL PROTECTED]>
  * Removes some macro assumptions including sofia header files

M ./libsofia-sip-ua/sdp/sofia-sip/sdp_tag.h -2 +2
M ./libsofia-sip-ua/url/sofia-sip/url_tag.h -2 +2
M ./win32/sofia-sip/su_configure.h +8

Thu Aug 24 19:54:14 EEST 2006  Michael Jerris <[EMAIL PROTECTED]>
  * Fix warnings when compiling with MSVC 2005 at warning level 3

M ./libsofia-sip-ua/nua/nua_event_server.c -1 +1
M ./libsofia-sip-ua/sip/sip_util.c -2 +2
M ./libsofia-sip-ua/sip/sofia-sip/sip_util.h -2 +2
M ./libsofia-sip-ua/sresolv/sres.c -3 +8
M ./libsofia-sip-ua/stun/stun_common.c -2 +2
M ./libsofia-sip-ua/su/sofia-sip/su_types.h +2
M ./libsofia-sip-ua/su/strtoull.c -1 +1
M ./win32/config.h.in +8

Thu Aug 24 19:52:58 EEST 2006  Michael Jerris <[EMAIL PROTECTED]>
  * Fix compilation on msvc when using newer SDK that has IPV6 included instead 
of using the preview

M ./libsofia-sip-ua/sresolv/sres.c +2

Thu Aug 24 19:50:19 EEST 2006  Michael Jerris <[EMAIL PROTECTED]>
  * add missing files to dsp files Bugs item #1546071

M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp +12

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-30)

2006-08-30 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Aug 30 18:43:12 EEST 2006  [EMAIL PROTECTED]
  tagged not-rel-sofia-sip-ua-1.2.1work2


Wed Aug 30 16:46:04 EEST 2006  [EMAIL PROTECTED]
  * RELEASE, libsofia-sip-ua/ChangeLog: mention nutag_refer_with_id.

M ./RELEASE +2
M ./libsofia-sip-ua/ChangeLog -1 +11

Wed Aug 30 16:37:49 EEST 2006  [EMAIL PROTECTED]
  * nua_subnotref.c, nua_notifier.c, sofia-sip/nua_tag.h, nua_tag.c, 
nua_params.c, nua_params.h: first refer event may or may not have id parameter. 
Added parameter nutag_refer_with_id for changing the behaviour (in case 
something breaks down if id *is* included with first subscription).
  
  test_params.c: added tests for setting and getting NUTAG_REFER_WITH_ID().
  
  test_refer.c: testing Event: refer with and without id.

M ./libsofia-sip-ua/nua/nua_dialog.c -2 +4
M ./libsofia-sip-ua/nua/nua_dialog.h +3
M ./libsofia-sip-ua/nua/nua_notifier.c -9 +13
M ./libsofia-sip-ua/nua/nua_params.c -1 +16
M ./libsofia-sip-ua/nua/nua_params.h +3
M ./libsofia-sip-ua/nua/nua_subnotref.c -26 +35
M ./libsofia-sip-ua/nua/nua_tag.c +1
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +30
M ./libsofia-sip-ua/nua/test_nua_params.c -1 +13
M ./libsofia-sip-ua/nua/test_refer.c -26 +47

Wed Aug 30 16:37:28 EEST 2006  [EMAIL PROTECTED]
  * test_sresolv.c: not using test_socket() anymore.

M ./libsofia-sip-ua/sresolv/test_sresolv.c -1 +1

Wed Aug 30 12:13:13 EEST 2006  [EMAIL PROTECTED]
  * su_tag_test.c: fixed test cases for unimplemented t_scan() method

M ./libsofia-sip-ua/su/su_tag_test.c -12 +3

Fri Aug 25 11:01:53 EEST 2006  [EMAIL PROTECTED]
  * tport.c, test_tport.c: use su_socket().

M ./libsofia-sip-ua/tport/test_tport.c -1 +1
M ./libsofia-sip-ua/tport/tport.c -2 +2

Wed Aug 23 17:26:51 EEST 2006  [EMAIL PROTECTED]
  * su_root_test.c: use su_socket().

M ./libsofia-sip-ua/su/su_root_test.c -2 +2

Wed Aug 23 17:26:41 EEST 2006  [EMAIL PROTECTED]
  * su_proxy.c: use su_socket().

M ./libsofia-sip-ua/su/su_proxy.c -1 +1

Wed Aug 23 17:26:31 EEST 2006  [EMAIL PROTECTED]
  * su_port.c: use su_socket().

M ./libsofia-sip-ua/su/su_port.c -1 +1

Wed Aug 23 17:26:16 EEST 2006  [EMAIL PROTECTED]
  * su.c: if su_socket_close_on_exec is non-zero, su_socket() will set 
close-on-exec flag on.

M ./libsofia-sip-ua/su/su.c -1 +13

Wed Aug 23 17:19:43 EEST 2006  [EMAIL PROTECTED]
  * stun.c: use su_socket()

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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-08-31)

2006-08-31 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Aug 31 14:57:43 EEST 2006  [EMAIL PROTECTED]
  * sip_util.c: fixed return value for 405.

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

Thu Aug 31 14:56:41 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: mention UPDATE bug.

M ./RELEASE -1 +4

Thu Aug 31 14:49:57 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: fixed problem of UAC receiving UPDATE on an early dialog.
  
  test_100rel.c: added test for original UAS sending UPDATE.

M ./libsofia-sip-ua/nua/nua_session.c -27 +57
M ./libsofia-sip-ua/nua/test_100rel.c -4 +336

Thu Aug 31 13:19:05 EEST 2006  [EMAIL PROTECTED]
  * msrps:// URL scheme

M ./libsofia-sip-ua/url/sofia-sip/url.h +1
M ./libsofia-sip-ua/url/torture_url.c +1
M ./libsofia-sip-ua/url/url.c -1 +5

Thu Aug 31 13:29:15 EEST 2006  [EMAIL PROTECTED]
  * test_sresolv warnings

M ./libsofia-sip-ua/sresolv/test_sresolv.c -4 +2

Thu Aug 31 10:35:17 EEST 2006  [EMAIL PROTECTED]
  * test_nua_params.c: fixed test of refer_expires.

M ./libsofia-sip-ua/nua/test_nua_params.c -1 +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-05)

2006-09-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Sep  5 21:50:18 EEST 2006  [EMAIL PROTECTED]
  * soa_static.c: always upgrade answer if offer has changed.
  
  sdp.c: fixed sdp_media_cmp() - now include m_mode in comparison.
  
  Based on bug report and initial patch submitted by Legostayev Denis.

M ./libsofia-sip-ua/sdp/sdp.c +3
M ./libsofia-sip-ua/soa/soa_static.c -2 +3

Tue Sep  5 19:34:28 EEST 2006  [EMAIL PROTECTED]
  * nta.c, nta.docs: updated stateless callback documentation.
  
  Updated documentation of nta_outgoing_tcancel(), too.

M ./libsofia-sip-ua/nta/nta.c -6 +21
M ./libsofia-sip-ua/nta/nta.docs -18 +45

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-06)

2006-09-06 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Sep  6 17:10:17 EEST 2006  [EMAIL PROTECTED]
  * soa_static.c: fixed problem of a new offer not including active codec.
  
  test_soa.c: added test for dropping codecs from new offer.
  
  Based on patch by Legostayev Denis.

M ./libsofia-sip-ua/soa/soa_static.c -4 +3
M ./libsofia-sip-ua/soa/test_soa.c +84

Wed Sep  6 09:51:48 EEST 2006  [EMAIL PROTECTED]
  * nua module: updated doxygen documentation.

M ./libsofia-sip-ua/nua/Doxyfile +2
M ./libsofia-sip-ua/nua/nua.c -6 +5
M ./libsofia-sip-ua/nua/nua.docs -3 +15
M ./libsofia-sip-ua/nua/nua_params.c -1 +1
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -1 +1
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -2 +5

Wed Sep  6 09:34:04 EEST 2006  [EMAIL PROTECTED]
  * nta_check.c: updated documentation.

M ./libsofia-sip-ua/nta/nta_check.c -70 +179

Wed Sep  6 09:26:58 EEST 2006  [EMAIL PROTECTED]
  * tport module: fixed doxygen file entries.

M ./libsofia-sip-ua/tport/tport_logging.c -1 +1
M ./libsofia-sip-ua/tport/tport_sigcomp.c -3 +3
M ./libsofia-sip-ua/tport/tport_threadpool.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_connect.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_tcp.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_tls.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_udp.c -1 +1

Wed Sep  6 00:47:38 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE +4

Wed Sep  6 00:46:00 EEST 2006  [EMAIL PROTECTED]
  * su_root.c: fixed race condition in su_task_execute().
  
  Patch #1552626 by Andrzej Ciarkowski:
  
  While running test_nua example it crashes on
  su_task_execute() (called from test_nat_flush()). The
  function has race condition - call to
  pthread_cond_wait(frame->cond, frame->mutex); may
  happen when memory pointed by frame is already
  deallocated by the message dispatcher. This is clearly
  visible in VC++ Debug builds, as debug version of
  Windows allocator overwrites freed memory with some
  rubbish, so that mutex and cond both point into
  garbage. The frame probably should not be allocated as
  a part of the message.

M ./libsofia-sip-ua/su/su_root.c -11 +17

Wed Sep  6 00:07:17 EEST 2006  [EMAIL PROTECTED]
  * test_soa.c: testing codec negotiation when new codecs are added to 
previously rejected media.

M ./libsofia-sip-ua/soa/test_soa.c +145

Wed Sep  6 00:05:40 EEST 2006  [EMAIL PROTECTED]
  * test_soa.c: testing SOATAG_AUDIO_AUX().

M ./libsofia-sip-ua/soa/test_soa.c -4 +21

Wed Sep  6 00:04:54 EEST 2006  [EMAIL PROTECTED]
  * soa_static.c: added new tag SOATAG_AUDIO_AUX() for listing auxiliary codecs.
  
  Auxiliary codecs are now included in m=line even if there is no matching
  codec at remote end. They are also ignored when selecting common codecs.

M ./libsofia-sip-ua/soa/soa_static.c -23 +140

Wed Sep  6 00:03:10 EEST 2006  [EMAIL PROTECTED]
  * soa_tag.h, soa_tag.c: added SOATAG_AUDIO_AUX().

M ./libsofia-sip-ua/soa/soa_tag.c -3 +33
M ./libsofia-sip-ua/soa/sofia-sip/soa_tag.h +5

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-07)

2006-09-07 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Sep  7 17:41:10 EEST 2006  [EMAIL PROTECTED]
  * Warn users that NUTAG_IDENTITY is not yet implemented.

M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -1 +1

Thu Sep  7 17:31:02 EEST 2006  [EMAIL PROTECTED]
  * Updated TODO list.

M ./TODO -10 +10

Thu Sep  7 16:29:31 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Added ability to select transport to use by passing NTATAG_TPORT() to 
nta_outgoing_*create() functions.

M ./libsofia-sip-ua/nta/nta.c -2 +15

Thu Sep  7 17:27:01 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: describing nutag_early_answer, isize_t&co.

M ./RELEASE -1 +9

Thu Sep  7 17:12:36 EEST 2006  [EMAIL PROTECTED]
  * nua: optionally include answer in 1XX response.
  
  The SDP answer is included in non-realiable 1XX response, if
  NUTAG_EARLY_ANSWER(1) is included in nua_response() tags, or the user SDP is
  specified with SOATAG_USER_SDP() or SOATAG_USER_SDP_STR() in nua_response()
  tags. 
  
  test_basic_call.c: added test_basic_call_2() for testing the call setup
  where 180 contains the answer and the SDP in 200 OK is ignored.

M ./libsofia-sip-ua/nua/nua.c -12 +9
M ./libsofia-sip-ua/nua/nua_params.c -1 +1
M ./libsofia-sip-ua/nua/nua_session.c -5 +27
M ./libsofia-sip-ua/nua/nua_stack.h -1 +3
M ./libsofia-sip-ua/nua/nua_tag.c +1
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -5 +37
M ./libsofia-sip-ua/nua/test_basic_call.c -1 +167

Thu Sep  7 15:51:22 EEST 2006  [EMAIL PROTECTED]
  * win32/sofia-sip/su_configure.h: fixed SU_INTPTR_T definition. Defining 
SIZE_MAX and SSIZE_MAX if needed.

M ./win32/sofia-sip/su_configure.h -3 +15

Thu Sep  7 01:56:35 EEST 2006  [EMAIL PROTECTED]
  * su_tag_inline.h: fixed t_xtra() return type (size_t instead of int).

M ./libsofia-sip-ua/su/sofia-sip/su_tag_inline.h -1 +1

Thu Sep  7 01:55:39 EEST 2006  [EMAIL PROTECTED]
  * su: using isize_t, usize_t, issize_t in API.
  
  Internally using size_t.

M ./libsofia-sip-ua/su/sofia-sip/su.h -4 +4
M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h -12 +12
M ./libsofia-sip-ua/su/sofia-sip/su_md5.h -2 +2
M ./libsofia-sip-ua/su/sofia-sip/su_uniqueid.h -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -5 +11
M ./libsofia-sip-ua/su/su.c -17 +23
M ./libsofia-sip-ua/su/su_alloc.c -43 +52
M ./libsofia-sip-ua/su/su_localinfo.c -1 +1
M ./libsofia-sip-ua/su/su_md5.c -2 +2
M ./libsofia-sip-ua/su/su_port.h -1 +1
M ./libsofia-sip-ua/su/su_root.c -4 +5
M ./libsofia-sip-ua/su/su_sprintf.c -6 +10
M ./libsofia-sip-ua/su/su_strdup.c -4 +4
M ./libsofia-sip-ua/su/su_strlst.c -20 +26
M ./libsofia-sip-ua/su/su_taglist.c -6 +9
M ./libsofia-sip-ua/su/su_timer_test.c -1 +1
M ./libsofia-sip-ua/su/su_uniqueid.c -1 +1
M ./libsofia-sip-ua/su/su_vector.c -11 +12

Thu Sep  7 01:46:48 EEST 2006  [EMAIL PROTECTED]
  * nth_client.c: not using su_salloc().

M ./libsofia-sip-ua/nth/nth_client.c -1 +1

Thu Sep  7 01:46:31 EEST 2006  [EMAIL PROTECTED]
  * nua: using isize_t, size_t.

M ./libsofia-sip-ua/nua/nua.c -1 +1
M ./libsofia-sip-ua/nua/nua_register.c -1 +1
M ./libsofia-sip-ua/nua/nua_session.c -3 +3
M ./libsofia-sip-ua/nua/nua_stack.c -1 +1

Thu Sep  7 01:43:42 EEST 2006  [EMAIL PROTECTED]
  * nta: using usize_t in tport API.

M ./libsofia-sip-ua/nta/nta.c -5 +8

Thu Sep  7 01:42:35 EEST 2006  [EMAIL PROTECTED]
  * sres.c: using size_t.

M ./libsofia-sip-ua/sresolv/sres.c -9 +12

Thu Sep  7 01:41:31 EEST 2006  [EMAIL PROTECTED]
  * su_configure.h.in, sac-su2.m4: added compatibility types for size 
parameters.
  
  Sofia-SIP 1.12 API passes size in int or unsigned int in numerous places.
  Now use typedes isize_t (used instead of int), usize_t (used instead of
  unsigned) and issize_t (used instead of int when returning signed size).
  
  With --disable-size-compat, make API to use size_t or ssize_t instead of
  int/unsigned int.
  
  win32/sofia-sip/su_configure.h: define suitable values for isize_t, usize_t
  and issize_t.

M ./libsofia-sip-ua/su/sofia-sip/su_configure.h.in +24
M ./libsofia-sip-ua/su/sofia-sip/su_types.h +29
M ./m4/sac-su2.m4 +20
M ./win32/sofia-sip/su_configure.h -2 +18

Thu Sep  7 01:39:51 EEST 2006  [EMAIL PROTECTED]
  * url module: using isize_t, usize_t, issize_t in API.

M ./libsofia-sip-ua/url/sofia-sip/url.h -8 +8
M ./libsofia-sip-ua/url/url.c -38 +44

Thu Sep  7 01:38:42 EEST 2006  [EMAIL PROTECTED]
  * msg module: using isize_t, usize_t, issize_t in API.
  

M ./libsofia-sip-ua/msg/msg.c -2 +2
M ./libsofia-sip-ua/msg/msg_auth.c -11 +10
M ./libsofia-sip-ua/msg/msg_basic.c -27 +28
M ./libsofia-sip-ua/msg/msg_date.c -7 +10
M ./libsofia-sip-ua/msg/msg_generic.c -30 +45
M ./libsofia-sip-ua/msg/msg_header_copy.c -10 +10
M ./libsofia-sip-ua/msg/msg_header_make.c -12 +20
M ./libsofia-sip-ua/msg/msg_internal.h -6 +29
M ./libsofia-sip-ua/

[Sofia-sip-devel] sofia-sip changes (2006-09-08)

2006-09-08 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Sep  8 16:29:28 EEST 2006  [EMAIL PROTECTED]
  * su_win32/sofia-sip/su_configure.h: take 3 on defining suitable values for 
win32/win64. Now use __w64 as explained by Michael Jerris.

M ./win32/sofia-sip/su_configure.h -3 +13

Fri Sep  8 15:47:27 EEST 2006  [EMAIL PROTECTED]
  * win32/sofia-sip/su_configure.h: using values from 
  
  Always defining isize_t, usize_t as size_t on Windows, issize_t as ssize_t. 
  
  Note that  with _POSIX_ on VC uses 16-bit values for SSIZE_MAX,
  for instance.

M ./win32/sofia-sip/su_configure.h -20 +9

Fri Sep  8 15:27:50 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/su_types.h: documenting isize_t, issize_t, and usize_t.

M ./libsofia-sip-ua/su/sofia-sip/su_types.h +20

Fri Sep  8 15:20:54 EEST 2006  [EMAIL PROTECTED]
  * Added a workaround for platforms such as VC6 that do not support %z 
modifier for printing size/ssize_t (a C99 feature).

M ./configure.ac +2
M ./libsofia-sip-ua/iptsec/auth_digest.c -2 +2
M ./libsofia-sip-ua/sip/sip_test_msg.c -1 +1
M ./libsofia-sip-ua/soa/soa.c -3 +3
M ./libsofia-sip-ua/tport/test_tport.c -2 +2
M ./libsofia-sip-ua/tport/tport.c -1 +1
M ./libsofia-sip-ua/tport/tport_logging.c -2 +2
M ./libsofia-sip-ua/tport/tport_stub_stun.c -1 +1
M ./win32/config.h.in +5

Fri Sep  8 12:15:08 EEST 2006  [EMAIL PROTECTED]
  * Avoid preprocessor warning in tport about redefining version.

M ./libsofia-sip-ua/tport/test_tport.c -3 +3

Fri Sep  8 12:14:29 EEST 2006  [EMAIL PROTECTED]
  * Allow test_nta.c to be built without dirent.h interface.

M ./libsofia-sip-ua/nta/test_nta.c +6
M ./m4/sac-su2.m4 -1 +1

Fri Sep  8 12:03:30 EEST 2006  [EMAIL PROTECTED]
  * Fixed a segfault handling an invalid tagtype in su_taglist.

M ./libsofia-sip-ua/su/su_taglist.c -1 +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-11)

2006-09-11 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Sep 11 15:54:44 EEST 2006  [EMAIL PROTECTED]
  * libsofia-sip-ua: more 64-bit fixes: internally using size_t instead of int.

M ./libsofia-sip-ua/http/http_extra.c -11 +9
M ./libsofia-sip-ua/sdp/sdp.c -47 +41
M ./libsofia-sip-ua/sip/sip_util.c -1 +1
M ./libsofia-sip-ua/sip/validator.c -1 +1
M ./libsofia-sip-ua/stun/stun_common.c -1 +1
M ./libsofia-sip-ua/su/su_alloc.c -29 +29
M ./libsofia-sip-ua/su/su_md5.c -4 +4
M ./libsofia-sip-ua/su/su_vector.c -10 +15
M ./libsofia-sip-ua/tport/tport_internal.h -1 +1
M ./libsofia-sip-ua/url/url.c -1 +1

Mon Sep 11 15:39:56 EEST 2006  [EMAIL PROTECTED]
  * sres.c: small fixes with size_t usage. 
  
  Note that sresolv module tries very hard not to depend on .

M ./libsofia-sip-ua/sresolv/sres.c -5 +8

Sun Sep 10 10:34:04 EEST 2006  [EMAIL PROTECTED]
  * fix safe to fix msvc 2005 level 3 warnings with /w64 by changing many types 
of variables internal to fuctions, to be more strongly typed to function 
prototypes and returns

M ./libsofia-sip-ua/http/http_extra.c -3 +3
M ./libsofia-sip-ua/http/http_parser.c -2 +2
M ./libsofia-sip-ua/ipt/base64.c -1 +1
M ./libsofia-sip-ua/iptsec/auth_client.c -1 +1
M ./libsofia-sip-ua/iptsec/auth_module.c -1 +1
M ./libsofia-sip-ua/msg/msg_header_copy.c -2 +2
M ./libsofia-sip-ua/msg/msg_parser.c -3 +3
M ./libsofia-sip-ua/msg/msg_tag.c -1 +1
M ./libsofia-sip-ua/nea/nea_server.c -1 +1
M ./libsofia-sip-ua/nta/nta.c -6 +9
M ./libsofia-sip-ua/nta/sl_read_payload.c -1 +1
M ./libsofia-sip-ua/nta/sl_utils_log.c -2 +2
M ./libsofia-sip-ua/nta/sl_utils_print.c -1 +1
M ./libsofia-sip-ua/nth/nth_server.c -1 +1
M ./libsofia-sip-ua/nua/outbound.c -1 +1
M ./libsofia-sip-ua/sdp/sdp.c -14 +14
M ./libsofia-sip-ua/sdp/sdp_print.c -1 +1
M ./libsofia-sip-ua/sip/sip_basic.c -2 +2
M ./libsofia-sip-ua/sip/sip_parser.c -1 +1
M ./libsofia-sip-ua/sip/sip_pref_util.c -1 +2
M ./libsofia-sip-ua/sip/sip_tag_class.c -1 +1
M ./libsofia-sip-ua/sip/sip_util.c -1 +1
M ./libsofia-sip-ua/stun/stun_common.c -1 +2
M ./libsofia-sip-ua/su/su_md5.c -4 +4
M ./libsofia-sip-ua/su/su_strlst.c -1 +1
M ./libsofia-sip-ua/su/su_vector.c -1 +1
M ./libsofia-sip-ua/tport/tport.c -3 +3
M ./libsofia-sip-ua/tport/tport_logging.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_tcp.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_udp.c -1 +1
M ./libsofia-sip-ua/url/url.c -1 +1
M ./libsofia-sip-ua/url/url_tag.c -1 +1

Sat Sep  9 00:32:20 EEST 2006  [EMAIL PROTECTED]
  * fix msvc 2005 level 3 warnings

M ./libsofia-sip-ua/sresolv/sres.c +1
M ./libsofia-sip-ua/su/su_alloc.c -1 +1

Sat Sep  9 14:34:43 EEST 2006  [EMAIL PROTECTED]
  * soa.c: soa_set_sdp() uses now issize_t, too.

M ./libsofia-sip-ua/soa/soa.c -6 +8

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-12)

2006-09-12 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Sep 12 20:24:19 EEST 2006  [EMAIL PROTECTED]
  * su_tagarg.h: ta_start() initializes all of ta_list in all cases.

M ./libsofia-sip-ua/nua/nua_stack.h +2
M ./libsofia-sip-ua/su/sofia-sip/su_tagarg.h -24 +55
M ./win32/sofia-sip/su_configure.h +3

Tue Sep 12 13:56:06 EEST 2006  [EMAIL PROTECTED]
  UNDO: Fixed build error caused by undefined REF_MAX.

M ./libsofia-sip-ua/su/su_alloc.c -1

Tue Sep 12 14:55:25 EEST 2006  [EMAIL PROTECTED]
  * Doxygen documentation fixes.

M ./libsofia-sip-ua/nta/sofia-sip/nta_tag.h -1 +1
M ./libsofia-sip-ua/nth/nth_client.c -1 +1
M ./libsofia-sip-ua/nth/nth_server.c -3 +1
M ./libsofia-sip-ua/nua/nua.c -4 +2
M ./libsofia-sip-ua/soa/soa_tag.c -1 +3
M ./libsofia-sip-ua/stun/stun.c -4 +16

Tue Sep 12 14:54:48 EEST 2006  [EMAIL PROTECTED]
  * msg module: using size_t. Checking for input value for offsets.

M ./libsofia-sip-ua/msg/msg_auth.c -2 +1
M ./libsofia-sip-ua/msg/msg_basic.c -2 +2
M ./libsofia-sip-ua/msg/msg_generic.c -2 +2
M ./libsofia-sip-ua/msg/msg_mclass.c -1 +3

Tue Sep 12 14:53:43 EEST 2006  [EMAIL PROTECTED]
  * msg module: updated documentation.

M ./libsofia-sip-ua/msg/Doxyfile -4 +5
M ./libsofia-sip-ua/msg/msg.c -12 +105
M ./libsofia-sip-ua/msg/msg_auth.c -5 +2
M ./libsofia-sip-ua/msg/msg_header_copy.c -3 +17
M ./libsofia-sip-ua/msg/msg_mime.c -8 +6

Tue Sep 12 14:50:00 EEST 2006  [EMAIL PROTECTED]
  * iptsec: fixed doxygen errors.

M ./libsofia-sip-ua/iptsec/auth_module.c -1 +1
M ./libsofia-sip-ua/iptsec/auth_ntlm.c -1 +1
M ./libsofia-sip-ua/iptsec/auth_plugin_ntlm.c -1 +1

Tue Sep 12 14:49:44 EEST 2006  [EMAIL PROTECTED]
  * features: made most feature variables non-const. Fixed documentation.

M ./libsofia-sip-ua/features/Doxyfile -1 +1
M ./libsofia-sip-ua/features/features.c -15 +17
M ./libsofia-sip-ua/features/sofia-sip/sofia_features.h.in -14 +17

Tue Sep 12 13:17:56 EEST 2006  [EMAIL PROTECTED]
  * su_alloc.c: defining REF_MAX.

M ./libsofia-sip-ua/su/su_alloc.c +1

Mon Sep 11 22:32:08 EEST 2006  [EMAIL PROTECTED]
  * more msvc warning fixes

M ./libsofia-sip-ua/http/http_header.c -2 +2
M ./libsofia-sip-ua/msg/msg_parser_util.c -3 +5
M ./libsofia-sip-ua/msg/msg_tag.c -1 +1
M ./libsofia-sip-ua/sdp/sdp_parse.c -2 +4
M ./libsofia-sip-ua/sresolv/sres.c +3

Tue Sep 12 13:56:06 EEST 2006  [EMAIL PROTECTED]
  * Fixed build error caused by undefined REF_MAX.

M ./libsofia-sip-ua/su/su_alloc.c +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-13)

2006-09-13 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Sep 13 18:05:19 EEST 2006  [EMAIL PROTECTED]
  * Fixes to the su_glib API, updated the su_glib unit test to use 
g_main_loop_run().

M ./RELEASE -1 +1
M ./libsofia-sip-ua-glib/su-glib/sofia-sip/su_glib.h -1 +1
M ./libsofia-sip-ua-glib/su-glib/su_glib.docs -1 +1
M ./libsofia-sip-ua-glib/su-glib/su_source.c -1 +17
M ./libsofia-sip-ua-glib/su-glib/su_source_test.c -5 +12

Wed Sep 13 17:22:33 EEST 2006  [EMAIL PROTECTED]
  * Added assertions guarding against invalid use of the nua_glib API.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -10 +24

Wed Sep 13 17:21:40 EEST 2006  [EMAIL PROTECTED]
  * Fixes to nua_glib doxygen output.

M ./libsofia-sip-ua-glib/nua-glib/Doxyfile -4 +2

Wed Sep 13 16:06:15 EEST 2006  [EMAIL PROTECTED]
  * Added missing signal definition for nua_glib::cancel-answered.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c +1
M ./libsofia-sip-ua-glib/su-glib/su_source.c -1 +1

Wed Sep 13 16:04:15 EEST 2006  [EMAIL PROTECTED]
  * Added nua_glib::cancel-answered signal.

M ./RELEASE +2
M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -5 +44
M ./libsofia-sip-ua-glib/nua-glib/nua_glib.docs +5
M ./libsofia-sip-ua-glib/su-glib/su_glib.docs +6

Wed Sep 13 16:03:47 EEST 2006  [EMAIL PROTECTED]
  * Fixed #1485968: doxygen docs for libsofia-sip-ua-glib are broken.

M ./RELEASE -1 +1

Wed Sep 13 14:17:39 EEST 2006  [EMAIL PROTECTED]
  * New interface for su_glib. The old one is still there but deprecated. 
libsofia-sip-ua-glib interface version to 1:0:1.

M ./RELEASE -3 +7
M ./configure.ac -2 +2
M ./libsofia-sip-ua-glib/su-glib/Makefile.am -1 +2
A ./libsofia-sip-ua-glib/su-glib/sofia-sip/su_glib.h
M ./libsofia-sip-ua-glib/su-glib/sofia-sip/su_source.h -2 +6
M ./libsofia-sip-ua-glib/su-glib/su_source.c +1

Wed Sep 13 14:16:31 EEST 2006  [EMAIL PROTECTED]
  * Big update to to nua_glib. Separated nua_glib operator code to 
nua_glib_oper.c, improved documentation, and error handling.

M ./libsofia-sip-ua-glib/nua-glib/Makefile.am -2 +5
M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -231 +217
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_priv.h -135 +5
M ./libsofia-sip-ua-glib/nua-glib/sofia-sip/nua_glib.h -3 +3

Wed Sep 13 14:12:26 EEST 2006  [EMAIL PROTECTED]
  * Fixed doxygen documentation for libsofia-sip-ua-glib (closed bug #1485968. 
Added example code to the su_glib doxygen documentation.

M ./libsofia-sip-ua-glib/Makefile.am -1 +1
M ./libsofia-sip-ua-glib/nua-glib/nua_glib.docs -5 +9
M ./libsofia-sip-ua-glib/su-glib/su_glib.docs -4 +37
M ./libsofia-sip-ua/docs/Doxyfile.conf -4 +4

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-14)

2006-09-14 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Sep 14 18:20:52 EEST 2006  [EMAIL PROTECTED]
  * Add proper handling of unknown NUA events to nua_glib.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c +6
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_op.c +15
M ./libsofia-sip-ua-glib/nua-glib/nua_glib_op.h +1

Wed Sep 13 16:55:19 EEST 2006  [EMAIL PROTECTED]
  * nua: added NUTAG_M_DISPLAY(), NUTAG_M_USERNAME(), NUTAG_M_PARAMS() and 
NUTAG_M_FEATURES().

  These tags are used to modify the Contact header generated by the stack in
  the nua_handle_contact_by_via() header. Currently, the tags only affect
  Contact header generated for registration.
  
  Updated internal outbound interface in order to make use of the new features.

M ./libsofia-sip-ua/nua/nua.c -3 +17
M ./libsofia-sip-ua/nua/nua_common.c -2 +19
M ./libsofia-sip-ua/nua/nua_params.c -40 +103
M ./libsofia-sip-ua/nua/nua_params.h -44 +50
M ./libsofia-sip-ua/nua/nua_register.c -37 +237
M ./libsofia-sip-ua/nua/nua_tag.c +4
M ./libsofia-sip-ua/nua/outbound.c -25 +39
M ./libsofia-sip-ua/nua/outbound.h -1 +8
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -14 +132
M ./libsofia-sip-ua/nua/test_nua_params.c -4 +40
M ./libsofia-sip-ua/nua/test_register.c -2 +18

Wed Sep 13 16:55:03 EEST 2006  [EMAIL PROTECTED]
  * nua: saving nua->nua_args even after nua_create() has completed.

M ./libsofia-sip-ua/nua/nua.c -1 +1
M ./libsofia-sip-ua/nua/nua_stack.c -2 +1

Wed Sep 13 14:51:08 EEST 2006  [EMAIL PROTECTED]
  * test_nua.c: printing initializiation test events with -I option

M ./libsofia-sip-ua/nua/test_nua.c -4 +9

Thu Sep 14 00:02:54 EEST 2006  [EMAIL PROTECTED]
  * Added missing nua_glib_op.c file.

A ./libsofia-sip-ua-glib/nua-glib/nua_glib_op.c

Wed Sep 13 23:57:02 EEST 2006  [EMAIL PROTECTED]
  * Added missing nua_glib_op.h file. Documentation updates to nua_glib.c.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -34 +46
A ./libsofia-sip-ua-glib/nua-glib/nua_glib_op.h

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-15)

2006-09-15 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Sep 15 13:56:22 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c, nua_tag.h: do not auto-answer re-INVITE if media is disabled.
  
  Updated NUTAG_AUTOANSWER() documentation. Added @bug description there.

M ./libsofia-sip-ua/nua/nua_session.c -1 +5
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -6 +25

Fri Sep 15 19:15:41 EEST 2006  [EMAIL PROTECTED]
  * sip_caller_prefs.c: ignoring fields cp_q, cp_require and cp_explicit in 
Reject-Contact.

M ./libsofia-sip-ua/sip/sip_caller_prefs.c -1 +6

Thu Sep 14 16:32:29 EEST 2006  [EMAIL PROTECTED]
  * Updated top-level documentation. Added links from submodules to toplevel.
  
  For module-specific mainpage, added @MODULEPAGE alias.
  For links, added @SofiaSIP alias.

M ./libsofia-sip-ua/docs/Doxyfile +2
M ./libsofia-sip-ua/docs/Doxyfile.aliases +4
M ./libsofia-sip-ua/docs/Doxyfile.conf -1 +4
M ./libsofia-sip-ua/docs/docguide.docs -2 +2
M ./libsofia-sip-ua/docs/mainpage.docs -73 +101
M ./libsofia-sip-ua/features/features.docs -2 +2
M ./libsofia-sip-ua/http/http.docs -2 +2
M ./libsofia-sip-ua/ipt/ipt.docs -2 +2
M ./libsofia-sip-ua/iptsec/iptsec.docs -3 +3
M ./libsofia-sip-ua/msg/msg.docs -3 +3
M ./libsofia-sip-ua/nea/nea.docs -2 +2
M ./libsofia-sip-ua/nth/nth.docs -2 +2
M ./libsofia-sip-ua/nua/nua.docs -2 +2
M ./libsofia-sip-ua/sdp/sdp.docs -5 +6
M ./libsofia-sip-ua/soa/soa.docs -3 +3
M ./libsofia-sip-ua/sresolv/sresolv.docs -2 +2
M ./libsofia-sip-ua/stun/stun.docs -2 +2
M ./libsofia-sip-ua/su/su.docs -2 +2
M ./libsofia-sip-ua/tport/tport.docs -1 +1
M ./libsofia-sip-ua/url/url.docs -8 +8

Thu Sep 14 16:29:57 EEST 2006  [EMAIL PROTECTED]
  * nua: updated documentation.

M ./libsofia-sip-ua/nua/Doxyfile +2
M ./libsofia-sip-ua/nua/nua.c -2 +1

Thu Sep 14 16:29:39 EEST 2006  [EMAIL PROTECTED]
  * COPYRIGHTS: removed ipt/sha1.[hc] - they are used no more.

M ./COPYRIGHTS -23 +1

Thu Sep 14 16:29:14 EEST 2006  [EMAIL PROTECTED]
  * su: updated some documentation.

M ./libsofia-sip-ua/su/sofia-sip/su_addrinfo.h +8
M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -4 +4
M ./libsofia-sip-ua/su/su_bm.c -11 +37

Thu Sep 14 16:14:38 EEST 2006  [EMAIL PROTECTED]
  * sresolv: updated documentation.

M ./libsofia-sip-ua/sresolv/sofia-resolv/sres_record.h -54 +55
M ./libsofia-sip-ua/sresolv/sres.c -29 +58
M ./libsofia-sip-ua/sresolv/sresolv.docs -62 +61

Thu Sep 14 16:13:42 EEST 2006  [EMAIL PROTECTED]
  * sdp: updated documentation.

M ./libsofia-sip-ua/sdp/sdp.c -6 +14
M ./libsofia-sip-ua/sdp/sdp.docs -18 +16
M ./libsofia-sip-ua/sdp/sdp_parse.c -15 +33
M ./libsofia-sip-ua/sdp/sdp_print.c -25 +32

Thu Sep 14 16:03:48 EEST 2006  [EMAIL PROTECTED]
  * msg: updated documentation. Making use of new doxygen features.

M ./libsofia-sip-ua/msg/Doxyfile -2
M ./libsofia-sip-ua/msg/msg.docs -3 +13
M ./libsofia-sip-ua/msg/msg_date.c -34 +45
M ./libsofia-sip-ua/msg/msg_generic.c -4 +4
M ./libsofia-sip-ua/msg/msg_mclass.c -26 +22
M ./libsofia-sip-ua/msg/msg_mime.c -8 +8
M ./libsofia-sip-ua/msg/msg_parser.c -7 +7
M ./libsofia-sip-ua/msg/msg_parser_util.c -39 +60
M ./libsofia-sip-ua/msg/sofia-sip/msg_parser.h -3 +4
M ./libsofia-sip-ua/msg/sofia-sip/msg_types.h -2 +1
M ./libsofia-sip-ua/msg/test_class.c -8 +8

Thu Sep 14 15:58:26 EEST 2006  [EMAIL PROTECTED]
  * nta: updated docmentation. improved links to sip module.

M ./libsofia-sip-ua/nta/nta.c -50 +50
M ./libsofia-sip-ua/nta/nta.docs -27 +31
M ./libsofia-sip-ua/nta/nta_check.c -7 +7
M ./libsofia-sip-ua/nta/nta_compat.c -8 +8
M ./libsofia-sip-ua/nta/nta_internal.h -14 +14
M ./libsofia-sip-ua/nta/sl_utils_log.c -6 +6
M ./libsofia-sip-ua/nta/sl_utils_print.c -6 +6

Thu Sep 14 15:37:47 EEST 2006  [EMAIL PROTECTED]
  * sip: updated doxygen docs. Using aliased links to header groups like 
@Contact. 

M ./libsofia-sip-ua/sip/sip.docs -57 +97
M ./libsofia-sip-ua/sip/sip_basic.c -208 +247
M ./libsofia-sip-ua/sip/sip_caller_prefs.c -117 +139
M ./libsofia-sip-ua/sip/sip_event.c -22 +33
M ./libsofia-sip-ua/sip/sip_extra.c -25 +208
M ./libsofia-sip-ua/sip/sip_feature.c -35 +48
M ./libsofia-sip-ua/sip/sip_mime.c -35 +61
M ./libsofia-sip-ua/sip/sip_parser.c -10 +10
M ./libsofia-sip-ua/sip/sip_prack.c -8 +46
M ./libsofia-sip-ua/sip/sip_pref_util.c -17 +108
M ./libsofia-sip-ua/sip/sip_reason.c -4 +24
M ./libsofia-sip-ua/sip/sip_refer.c -25 +33
M ./libsofia-sip-ua/sip/sip_security.c -8 +233
M ./libsofia-sip-ua/sip/sip_session.c -8 +26
M ./libsofia-sip-ua/sip/sip_status.c -5 +4
M ./libsofia-sip-ua/sip/sip_tag.c.in -2 +2
M ./libsofia-sip-ua/sip/sip_time.c -10 +9
M ./libsofia-sip-ua/sip/sip_util.c -62 +60
M ./libsofia-sip-ua/sip/sofia-sip/sip.h -122 +116
M ./libsofia-sip-ua/sip/sofia-sip/si

[Sofia-sip-devel] sofia-sip changes (2006-09-17)

2006-09-17 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Sun Sep 17 10:21:28 EEST 2006  [EMAIL PROTECTED]
  * nta.c: fixed problem of processing requests without Via lines
  
  Bug reported by Henrik Nordstr[_^[_]-A[_\f6_]m. [_^[_]-b

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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-18)

2006-09-18 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Sep 18 18:54:57 EEST 2006  [EMAIL PROTECTED]
  * The Sofia-SIP m4 macros are no longer installed to /usr/share/aclocal/.

M ./Makefile.am -2 +2
M ./RELEASE +3
M ./packages/sofia-sip.spec.in -2 +3

Mon Sep 18 14:27:58 EEST 2006  [EMAIL PROTECTED]
  * su_bm.c: fixed stupid bug brought from documenting stuff.

M ./libsofia-sip-ua/su/su_bm.c -1 +1

Mon Sep 18 15:16:53 EEST 2006  [EMAIL PROTECTED]
  * libsofia-sip-ua/Doxyfile.aliases: moved @RFC aliases to an 
autogenerated file Doxyfile.rfc.

M ./libsofia-sip-ua/Makefile.am -1 +1
M ./libsofia-sip-ua/docs/Doxyfile.aliases -2810 +4
M ./libsofia-sip-ua/docs/Makefile.am +17

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-19)

2006-09-19 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Sep 19 19:30:42 EEST 2006  [EMAIL PROTECTED]
  * torture_sip.c: removed tests for deprecated q-parameter of Accept-Contact 
header.

M ./libsofia-sip-ua/sip/torture_sip.c -3 +3

Tue Sep 19 17:35:39 EEST 2006  [EMAIL PROTECTED]
  * torture_sip.c: added msg_copy() to test_manipulation()

M ./libsofia-sip-ua/sip/torture_sip.c -2 +6

Thu Sep  7 16:10:37 EEST 2006  [EMAIL PROTECTED]
  * torture_sip.c: added tests for header manipulation.

M ./libsofia-sip-ua/sip/torture_sip.c +40

Thu Sep  7 16:09:18 EEST 2006  [EMAIL PROTECTED]
  * torture_sip.c: moved main to the end.

M ./libsofia-sip-ua/sip/torture_sip.c -97 +67

Thu Sep  7 16:08:12 EEST 2006  [EMAIL PROTECTED]
  * sip_util.c: sip_aor_strip() now uses memmove() when copying overlapping 
strings.

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

Tue Sep 19 19:23:31 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c, test_100rel.c: allow restart (authentication) of PRACK 
request. test it, too.

M ./libsofia-sip-ua/nua/nua_session.c -67 +181
M ./libsofia-sip-ua/nua/test_100rel.c -265 +537
M ./libsofia-sip-ua/nua/test_nua.c -3 +14
M ./libsofia-sip-ua/nua/test_nua.h -1 +13

Tue Sep 19 16:45:37 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: nua_stack_event() now allows sending after-1.12.0 events to 
application

M ./libsofia-sip-ua/nua/nua_stack.c -2 +6

Tue Sep 19 18:37:27 EEST 2006  [EMAIL PROTECTED]
  * Added comment on TAG_NULL vs TAG_END.

M ./libsofia-sip-ua/su/sofia-sip/su_tag.h -2 +2

Tue Sep 19 16:33:29 EEST 2006  [EMAIL PROTECTED]
  * Fixes for using size_t/ssize_t/su_socket_t and isize_t/usize_t/issize_t.
  
  su, sip, msg, http, url, sdp, soa, etc..

M ./libsofia-sip-ua/http/http_header.c -9 +14
M ./libsofia-sip-ua/iptsec/auth_module.c -17 +23
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_plugin.h -6 +6
M ./libsofia-sip-ua/msg/msg_mclass.c -15 +17
M ./libsofia-sip-ua/msg/msg_parser.c -4 +10
M ./libsofia-sip-ua/msg/sofia-sip/msg_types.h +2
M ./libsofia-sip-ua/nta/nta.c -9 +8
M ./libsofia-sip-ua/nta/portbind.c -2 +2
M ./libsofia-sip-ua/nta/sl_utils_print.c -12 +12
M ./libsofia-sip-ua/nta/sofia-sip/sl_utils.h -1 +1
M ./libsofia-sip-ua/nta/test_nta.c -2 +2
M ./libsofia-sip-ua/nth/nth_server.c -2 +6
M ./libsofia-sip-ua/nth/nth_test.c -3 +3
M ./libsofia-sip-ua/nua/test_nat.c -12 +12
M ./libsofia-sip-ua/sdp/sdp_parse.c -14 +16
M ./libsofia-sip-ua/sdp/sofia-sip/sdp.h -2 +3
M ./libsofia-sip-ua/sip/sip_basic.c -2 +2
M ./libsofia-sip-ua/sip/sip_parser.c -6 +11
M ./libsofia-sip-ua/soa/soa.c -9 +9
M ./libsofia-sip-ua/soa/soa_static.c -5 +7
M ./libsofia-sip-ua/sresolv/sres.c -41 +72
M ./libsofia-sip-ua/sresolv/sres_blocking.c -9 +12
M ./libsofia-sip-ua/sresolv/sresolv.c -16 +17
M ./libsofia-sip-ua/sresolv/test_sresolv.c -4 +4
M ./libsofia-sip-ua/stun/stun.c -14 +13
M ./libsofia-sip-ua/stun/stun_common.c -2 +3
M ./libsofia-sip-ua/stun/stun_dns.c -16 +5
M ./libsofia-sip-ua/stun/stun_mini.c -5 +5 r3
M ./libsofia-sip-ua/su/sofia-sip/su.h -13 +34
M ./libsofia-sip-ua/su/sofia-sip/su_alloc_stat.h -3 +3
M ./libsofia-sip-ua/su/sofia-sip/su_strlst.h -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_vector.h -4 +4
M ./libsofia-sip-ua/su/sofia-sip/tstdef.h -2 +2
M ./libsofia-sip-ua/su/su.c -14 +68
M ./libsofia-sip-ua/su/su_alloc.c -10 +13
M ./libsofia-sip-ua/su/su_localinfo.c -1 +5
M ./libsofia-sip-ua/su/su_port.c -4 +4
M ./libsofia-sip-ua/su/su_proxy.c -2 +2
M ./libsofia-sip-ua/su/su_strlst.c -1 +1
M ./libsofia-sip-ua/su/su_vector.c -1 +1
M ./libsofia-sip-ua/su/su_wait.c -2 +2
M ./libsofia-sip-ua/tport/tport.c -34 +30
M ./libsofia-sip-ua/tport/tport_internal.h -4 +4
M ./libsofia-sip-ua/tport/tport_sigcomp.c -1 +1
M ./libsofia-sip-ua/tport/tport_stub_sigcomp.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_sctp.c -7 +1
M ./libsofia-sip-ua/tport/tport_type_tcp.c -4 +5
M ./libsofia-sip-ua/tport/tport_type_udp.c -2 +2
M ./libsofia-sip-ua/url/url.c -24 +26

Wed Sep 13 01:47:33 EEST 2006  [EMAIL PROTECTED]
  * still MORE msvc 2005 warnings fixes

M ./libsofia-sip-ua/iptsec/auth_module.c -1 +1
M ./libsofia-sip-ua/msg/msg_mclass.c -1 +1
M ./libsofia-sip-ua/nea/nea_server.c -2 +2
M ./libsofia-sip-ua/nta/nta.c -1 +2
M ./libsofia-sip-ua/nua/nua_stack.c -1 +1
M ./libsofia-sip-ua/sdp/sdp.c -13 +13
M ./libsofia-sip-ua/sdp/sdp_parse.c -5 +10
M ./libsofia-sip-ua/sdp/sdp_print.c -1 +1
M ./libsofia-sip-ua/sip/sip_basic.c -1 +1
M ./libsofia-sip-ua/soa/soa.c -4 +4
M ./libsofia-sip-ua/soa/soa_static.c -2 +2
M ./libsofia-sip-ua/sresolv/sres.c -12 +12
M ./libsofia-sip-ua/sresolv/sres_blocking.c -3 +3
M ./libsofia-sip-ua/sresolv/sresolv.c -5 +5
M ./libsofia-sip-ua/stun/stun.c -5 +5
M ./libsofia-sip-ua/stun/stun_common.c -2 +1
M ./li

[Sofia-sip-devel] sofia-sip changes (2006-09-20)

2006-09-20 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Sep 20 12:55:29 EEST 2006  [EMAIL PROTECTED]
  * torture_sip.c: fixed typo in test_manipulation().

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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-21)

2006-09-21 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Sep 21 19:18:39 EEST 2006  [EMAIL PROTECTED]
  * tport_type_tls.c: fixed typo.

M ./libsofia-sip-ua/tport/tport_type_tls.c -1 +1

Wed Sep 20 23:47:55 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE -15 +25

Wed Sep 20 23:47:35 EEST 2006  [EMAIL PROTECTED]
  * su_os_nw.h, su_os_nw.c: updated su_root_remove_network_changed() prototype.
  
  Updated documentation, too.

M ./libsofia-sip-ua/su/sofia-sip/su_os_nw.h -5 +14
M ./libsofia-sip-ua/su/su_os_nw.c -2 +12

Wed Sep 20 23:45:49 EEST 2006  [EMAIL PROTECTED]
  * msg module: updated documentation.

M ./libsofia-sip-ua/msg/msg.c -17 +17
M ./libsofia-sip-ua/msg/msg.docs -40 +38
M ./libsofia-sip-ua/msg/msg_basic.c -1 +1
M ./libsofia-sip-ua/msg/msg_date.c -3 +3
M ./libsofia-sip-ua/msg/msg_header_copy.c -2 +2
M ./libsofia-sip-ua/msg/msg_mclass.c -6 +6
M ./libsofia-sip-ua/msg/msg_mime.c -5 +5
M ./libsofia-sip-ua/msg/msg_parser.c -30 +45
M ./libsofia-sip-ua/msg/sofia-sip/msg_addr.h -2 +5

Wed Sep 20 23:45:01 EEST 2006  [EMAIL PROTECTED]
  * Added Doxygen alias @VERSION_1_12_2. Using it to document additions.

M ./libsofia-sip-ua/bnf/bnf.c -2 +2
M ./libsofia-sip-ua/docs/Doxyfile.aliases -1 +2
M ./libsofia-sip-ua/msg/msg.docs -3 +3
M ./libsofia-sip-ua/nta/nta.c -2 +9
M ./libsofia-sip-ua/nua/nua.docs +1
M ./libsofia-sip-ua/nua/nua_session.c -2 +2
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -2 +7
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -16 +32
M ./libsofia-sip-ua/soa/soa_tag.c -1 +3
M ./libsofia-sip-ua/sresolv/sofia-resolv/sres_config.h +1
M ./libsofia-sip-ua/su/Doxyfile +3
M ./libsofia-sip-ua/su/sofia-sip/su.h -10 +41
M ./libsofia-sip-ua/su/sofia-sip/su_localinfo.h -4 +6
M ./libsofia-sip-ua/su/sofia-sip/su_types.h +6
M ./libsofia-sip-ua/su/su.docs +1
M ./libsofia-sip-ua/su/su_localinfo.c -28 +45
M ./libsofia-sip-ua/tport/sofia-sip/tport_tag.h -2 +3
M ./libsofia-sip-ua/url/sofia-sip/url.h -1 +1
M ./libsofia-sip-ua/url/url_tag.c +12

Wed Sep 20 21:09:04 EEST 2006  [EMAIL PROTECTED]
  * su.h, su.c: added su_is_blocking(). Using it in tport.

M ./libsofia-sip-ua/su/sofia-sip/su.h -3 +13
M ./libsofia-sip-ua/su/su.c +5
M ./libsofia-sip-ua/tport/tport.c -4 +4
M ./libsofia-sip-ua/tport/tport_sigcomp.c -2 +2
M ./libsofia-sip-ua/tport/tport_threadpool.c -2 +2
M ./libsofia-sip-ua/tport/tport_type_sctp.c -4 +1
M ./libsofia-sip-ua/tport/tport_type_tls.c -4 +3
M ./libsofia-sip-ua/tport/tport_type_udp.c -2 +2

Wed Sep 20 20:29:42 EEST 2006  [EMAIL PROTECTED]
  * win32 fixes
  
  Changes in iptsec/auth_common.c, test_nua_params.c, nua/test_register.c,
  nua/test_sip_events.c, sres.c, win32/unistd.h.

M ./libsofia-sip-ua/iptsec/auth_common.c -4 +1
M ./libsofia-sip-ua/nua/test_nua_params.c -1 +2
M ./libsofia-sip-ua/nua/test_register.c -1 +3
M ./libsofia-sip-ua/nua/test_sip_events.c +5
M ./libsofia-sip-ua/sresolv/sres.c +3
M ./win32/unistd.h +1

Wed Sep 20 20:27:30 EEST 2006  [EMAIL PROTECTED]
  * Updated libsofia_sip_ua(_static).dsp.

M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp +32
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp -13 +25

Wed Sep 20 18:29:06 EEST 2006  [EMAIL PROTECTED]
  * tport: updated internal interfaces to use ssize_t/size_t.

M ./libsofia-sip-ua/tport/sofia-sip/tport_plugins.h -2 +2
M ./libsofia-sip-ua/tport/tport.c -26 +27
M ./libsofia-sip-ua/tport/tport_internal.h -14 +14
M ./libsofia-sip-ua/tport/tport_logging.c -2 +2
M ./libsofia-sip-ua/tport/tport_stub_sigcomp.c -6 +6
M ./libsofia-sip-ua/tport/tport_tls.c -10 +13
M ./libsofia-sip-ua/tport/tport_tls.h -5 +5
M ./libsofia-sip-ua/tport/tport_type_tcp.c -4 +4
M ./libsofia-sip-ua/tport/tport_type_tls.c -8 +9
M ./libsofia-sip-ua/tport/tport_type_udp.c -3 +3

Wed Sep 20 17:25:22 EEST 2006  [EMAIL PROTECTED]
  * htable.h: using size_t in htable_resize(), too.

M ./libsofia-sip-ua/su/sofia-sip/htable.h -7 +8

Wed Sep 20 17:24:36 EEST 2006  [EMAIL PROTECTED]
  * su.h, su.c, stun.c: fixed su_recvfrom() prototype.

M ./libsofia-sip-ua/stun/stun.c -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su.h -3 +3
M ./libsofia-sip-ua/su/su.c -2 +2

Wed Sep 20 17:24:06 EEST 2006  [EMAIL PROTECTED]
  * sres.c: fixed definition of sres_send() and sres_recvfrom() on win32.

M ./libsofia-sip-ua/sresolv/sres.c -6 +15

Wed Sep 20 17:18:08 EEST 2006  [EMAIL PROTECTED]
  * utils/Doxyfile: fixed doxytag links, inclusion of Doxyfile.rfc

M ./libsofia-sip-ua-glib/docs/Doxyfile.conf -12 +13
M ./libsofia-sip-ua-glib/nua-glib/Doxyfile -1 +1
M ./libsofia-sip-ua-glib/su-glib/Doxyfile -1 +1
M ./libsofia-sip-ua/docs/Doxyfile.aliases -3
M ./libsofia-sip-ua/docs/Doxyfile.conf +1
M ./utils/Doxyfile -16 +17

Wed Sep 20 16:28:53 EEST 2006  [EMAIL PROTECTED]
  * Defining non-

[Sofia-sip-devel] sofia-sip changes (2006-09-26)

2006-09-26 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Sep 26 20:05:07 EEST 2006  [EMAIL PROTECTED]
  * win32/check.cmd: use test_htable.

M ./win32/check.cmd r1

Tue Sep 26 20:04:53 EEST 2006  [EMAIL PROTECTED]
  * su/Makefile.am: do not install  yet.

M ./libsofia-sip-ua/su/Makefile.am -2 +3
M ./libsofia-sip-ua/su/sofia-sip/su_os_nw.h +1
M ./libsofia-sip-ua/su/su_os_nw.c -4 +4

Tue Sep 26 20:01:53 EEST 2006  [EMAIL PROTECTED]
  * Added disclaimers about bitfields in public structs.

M ./libsofia-sip-ua/msg/sofia-sip/msg_types.h -1 +2
M ./libsofia-sip-ua/soa/sofia-sip/soa_session.h +4

Tue Sep 26 20:01:05 EEST 2006  [EMAIL PROTECTED]
  * msg, sip, sdp, soa, su: removed warnings on sign comparisons.

M ./libsofia-sip-ua/msg/msg_date.c -2 +2
M ./libsofia-sip-ua/msg/msg_mclass.c -2 +1
M ./libsofia-sip-ua/msg/msg_parser_util.c -2 +3
M ./libsofia-sip-ua/sdp/sdp.c -4 +5
M ./libsofia-sip-ua/sdp/sdp_print.c -1 +1
M ./libsofia-sip-ua/sip/sip_basic.c -2 +2
M ./libsofia-sip-ua/sip/sip_parser.c -1 +1
M ./libsofia-sip-ua/sip/sip_util.c -1 +1
M ./libsofia-sip-ua/soa/soa.c -11 +11
M ./libsofia-sip-ua/soa/soa_static.c -4 +4
M ./libsofia-sip-ua/sresolv/sres_cache.c -1 +1
M ./libsofia-sip-ua/stun/stun.c -1 +1
M ./libsofia-sip-ua/su/su_alloc.c -1 +1
M ./libsofia-sip-ua/su/su_port.c -7 +8
M ./libsofia-sip-ua/su/su_sprintf.c -4 +4
M ./libsofia-sip-ua/su/su_tag_io.c -1 +1
M ./libsofia-sip-ua/su/su_taglist.c -3 +3
M ./libsofia-sip-ua/su/su_uniqueid.c -1 +1
M ./libsofia-sip-ua/su/su_wait.c -4 +5
M ./libsofia-sip-ua/tport/tport.c -2 +2
M ./libsofia-sip-ua/url/url.c -11 +12
M ./libsofia-sip-ua/url/url_tag.c -3 +3

Tue Sep 26 19:51:39 EEST 2006  [EMAIL PROTECTED]
  * nua_glib.c: removed C99isms.

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -4 +7

Tue Sep 26 18:56:23 EEST 2006  [EMAIL PROTECTED]
  * m4/sac-su2.m4: providing default value for tagstack check.

M ./m4/sac-su2.m4 -9 +10

Tue Sep 26 17:38:54 EEST 2006  [EMAIL PROTECTED]
  * nua_params.c: fixed re-use of value in nhp_set_tags().

M ./libsofia-sip-ua/nua/nua_params.c -19 +15

Tue Sep 26 17:22:16 EEST 2006  [EMAIL PROTECTED]
  * soa_tag.h: changed soatag_rtp_select and soatag_rtp_sort to use int as 
parameter.

M ./libsofia-sip-ua/soa/soa_tag.c -2 +2
M ./libsofia-sip-ua/soa/sofia-sip/soa_tag.h -4 +4

Tue Sep 26 14:28:25 EEST 2006  [EMAIL PROTECTED]
  * msg, nth, nua, sip, soa, sresolv, su, tport: signed/unsigned fixes, fixes 
in checking error returns.

M ./libsofia-sip-ua/msg/msg_parser.c -3 +1
M ./libsofia-sip-ua/msg/msg_parser_util.c -1 +1
M ./libsofia-sip-ua/nth/nth_client.c -2 +2
M ./libsofia-sip-ua/nua/nua_params.c -1 +1
M ./libsofia-sip-ua/nua/nua_publish.c -1 +1
M ./libsofia-sip-ua/sip/sip_util.c -2 +2
M ./libsofia-sip-ua/soa/soa.c -1 +1
M ./libsofia-sip-ua/sresolv/sres.c -14 +15
M ./libsofia-sip-ua/sresolv/sres_cache.c -8 +8
M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h -2 +2
M ./libsofia-sip-ua/su/su_alloc.c -2 +2
M ./libsofia-sip-ua/su/su_port.c -1 +1
M ./libsofia-sip-ua/su/torture_su_alloc.c -1 +1
M ./libsofia-sip-ua/tport/tport.c -11 +12
M ./libsofia-sip-ua/tport/tport_logging.c -2
M ./libsofia-sip-ua/tport/tport_type_udp.c -6 +6

Tue Sep 26 12:26:19 EEST 2006  [EMAIL PROTECTED]
  * tl_gets(), tl_tgets(): reverted back using int as return type. Ditto for 
soa_get_params()/soa_set_params().

M ./libsofia-sip-ua/nua/test_nua_params.c -1 +1
M ./libsofia-sip-ua/soa/soa.c -12 +12
M ./libsofia-sip-ua/soa/soa_asynch.c -4 +4
M ./libsofia-sip-ua/soa/soa_static.c -7 +7
M ./libsofia-sip-ua/soa/sofia-sip/soa.h -3 +4
M ./libsofia-sip-ua/soa/sofia-sip/soa_session.h -4 +4
M ./libsofia-sip-ua/su/sofia-sip/su_tag.h -2 +2
M ./libsofia-sip-ua/su/su_taglist.c -5 +5
M ./libsofia-sip-ua/tport/tport.c -1 +1
M ./libsofia-sip-ua/tport/tport_internal.h -1 +1

Tue Sep 26 12:11:29 EEST 2006  [EMAIL PROTECTED]
  * auth_common.c, nua_params.c: using replacement strcasestr() if 
!HAVE_STRCASESTR

M ./libsofia-sip-ua/iptsec/auth_common.c -21 +6
M ./libsofia-sip-ua/nua/nua_params.c +4

Tue Sep 26 11:56:38 EEST 2006  [EMAIL PROTECTED]
  * win32/tests/test_htable: fixed test name.

 ./win32/tests/torture_htable/torture_htable.dsp -> 
./win32/tests/torture_htable/test_htable.dsp
 ./win32/tests/torture_htable -> ./win32/tests/test_htable
M ./win32/Makefile.am r1
M ./win32/SofiaSIP.dsw r1
M ./win32/tests/test_htable/test_htable.dsp -11 +11

Tue Sep 26 11:37:13 EEST 2006  [EMAIL PROTECTED]
  * win32/Makefile.am: fixed su test target names

M ./win32/Makefile.am r7

Tue Sep 26 03:00:04 EEST 2006  [EMAIL PROTECTED]
  * sac-general.m4: using -DIN_LIBSOFIA_SIP_UA -lpthreadVC2 with mingw.
  
  mingw compilation problem reported by Stanislav Zahariev, solution is not
  tested at all.

M ./m4/sac-general

[Sofia-sip-devel] sofia-sip changes (2006-09-27)

2006-09-27 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Sep 27 16:18:08 EEST 2006  [EMAIL PROTECTED]
  * configure.ac, RELEASE, Doxyfile.aliases: prepare for next release.

M ./RELEASE -95 +42
M ./RELEASE.template +2
M ./configure.ac -1 +1
M ./libsofia-sip-ua/docs/Doxyfile.aliases +1

Wed Sep 27 15:58:29 EEST 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip-1_12_2-2


Tue Sep 26 23:51:08 EEST 2006  [EMAIL PROTECTED]
  * type fixes to match proto to function

M ./libsofia-sip-ua/tport/sofia-sip/tport.h -1 +1
M ./libsofia-sip-ua/tport/tport.c -1 +2

Wed Sep 27 14:57:51 EEST 2006  [EMAIL PROTECTED]
  * Fixed a bug in setting libsofia-sip-ua-glib soname. Added ChangeLog entry 
about interface versions.

M ./libsofia-sip-ua-glib/ChangeLog -1 +5
M ./libsofia-sip-ua-glib/Makefile.am -1 +1
M ./libsofia-sip-ua/ChangeLog +4

Wed Sep 27 14:40:54 EEST 2006  [EMAIL PROTECTED]
  * The file sip/sip.doxyaliases missing from dist file set.

M ./libsofia-sip-ua/sip/Makefile.am -1 +1

Wed Sep 27 14:17:46 EEST 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip_1_12_2


Wed Sep 27 14:09:54 EEST 2006  [EMAIL PROTECTED]
  * features/Makefile.am: include sofia-sip/sofia_features.h in dist.

M ./libsofia-sip-ua/features/Makefile.am -1 +2

Wed Sep 27 13:47:45 EEST 2006  [EMAIL PROTECTED]
  * nua: updated documentation of nua_invite().

M ./libsofia-sip-ua/nua/nua_session.c -13 +44
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -3 +8

Wed Sep 27 13:10:21 EEST 2006  [EMAIL PROTECTED]
  * Fixed nua_invite documentation by modifying a doxygen macro in 
nua_session.c.

M ./libsofia-sip-ua/nua/nua_session.c -1 +1

Wed Sep 27 12:46:24 EEST 2006  [EMAIL PROTECTED]
  UNDO: Do not put NUA's .c files into doxygen's internal scope. This resulted 
in documentation for many important functions such as nua_invite to be missing 
from the generated online documentation.

M ./libsofia-sip-ua/nua/Doxyfile -3 +1

Wed Sep 27 12:06:16 EEST 2006  [EMAIL PROTECTED]
  * configure.ac: bumped version to 1.12.2

M ./configure.ac -1 +1

Wed Sep 27 12:46:24 EEST 2006  [EMAIL PROTECTED]
  * Do not put NUA's .c files into doxygen's internal scope. This resulted in 
documentation for many important functions such as nua_invite to be missing 
from the generated online documentation.

M ./libsofia-sip-ua/nua/Doxyfile -1 +3

Wed Sep 27 12:06:15 EEST 2006  [EMAIL PROTECTED]
  * Do not depend on su_os_nw.h from public nua.h interface.

M ./libsofia-sip-ua/nua/nua_stack.h +3
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -3

Wed Sep 27 01:43:02 EEST 2006  [EMAIL PROTECTED]
  * su_port.c, su_wait.c: fixed typos looping through pollfd.

M ./libsofia-sip-ua/su/su_port.c -1 +1
M ./libsofia-sip-ua/su/su_wait.c -2 +2

Tue Sep 26 22:31:20 EEST 2006  [EMAIL PROTECTED]
  UNDO: su_taglist.c: not using t_skip_next().

M ./libsofia-sip-ua/su/su_taglist.c -1 +1

Tue Sep 26 22:33:15 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: readying for release 1.12.2

M ./RELEASE -43 +43
M ./libsofia-sip-ua/soa/soa.c -1 +1

Tue Sep 26 22:31:54 EEST 2006  [EMAIL PROTECTED]
  * nta_internal.h: removed sip timer synonyms

M ./libsofia-sip-ua/nta/nta_internal.h -4

Tue Sep 26 22:31:20 EEST 2006  [EMAIL PROTECTED]
  * su_taglist.c: not using t_skip_next().

M ./libsofia-sip-ua/su/su_taglist.c -1 +1

Tue Sep 26 22:30:56 EEST 2006  [EMAIL PROTECTED]
  * su-glib, http, iptsec, tport, nta, nth, nua: removed sign comparison 
warnings.

M ./libsofia-sip-ua-glib/su-glib/su_source.c -5 +5
M ./libsofia-sip-ua/http/http_parser.c -1 +1
M ./libsofia-sip-ua/iptsec/auth_common.c -1 +1
M ./libsofia-sip-ua/iptsec/auth_digest.c -2 +2
M ./libsofia-sip-ua/iptsec/auth_module.c -1 +1
M ./libsofia-sip-ua/nta/nta.c -6 +6
M ./libsofia-sip-ua/nth/nth_client.c -5 +6
M ./libsofia-sip-ua/nua/nua_dialog.c -2 +3
M ./libsofia-sip-ua/nua/nua_stack.h -4
M ./libsofia-sip-ua/nua/outbound.c -1 +2
M ./libsofia-sip-ua/nua/sofia-sip/nua.h +4
M ./libsofia-sip-ua/soa/soa_static.c -4 +4
M ./libsofia-sip-ua/soa/test_soa.c -1 +1
M ./libsofia-sip-ua/stun/stun.c -1 +1
M ./libsofia-sip-ua/tport/tport.c -33 +37
M ./libsofia-sip-ua/tport/tport_internal.h -2 +2
M ./libsofia-sip-ua/tport/tport_stub_stun.c -1 +1
M ./libsofia-sip-ua/tport/tport_tls.c -4 +4
M ./libsofia-sip-ua/tport/tport_type_tls.c -6 +8
M ./libsofia-sip-ua/tport/tport_type_udp.c -3 +3

Tue Sep 26 22:32:22 EEST 2006  [EMAIL PROTECTED]
  * msg, nua, sip, su: fixed doxygen errors.

M ./libsofia-sip-ua/msg/sofia-sip/msg_types.h -4 +4
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -3 +6
M ./libsofia-sip-ua/sip/sip.docs -13 +10
M ./libsofia-sip-ua/su/sofia-sip/su_localinfo.h +1
M ./libsofia-sip-ua/su/su_taglist.c -1 +2

Tue Sep 26 22:26:04 EEST 2006  [EMAIL PROTECTED]
  * libsofia-sip-ua/Makefile.am: doxygen rule now immediately fixed tag files.

M ./libsofia-sip-ua/Makefil

[Sofia-sip-devel] sofia-sip changes (2006-09-28)

2006-09-28 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Sep 28 18:44:57 EEST 2006  [EMAIL PROTECTED]
  * removed OSX specific code from su_wait.c

M ./libsofia-sip-ua/su/su_wait.c -32

Thu Sep 28 18:44:04 EEST 2006  [EMAIL PROTECTED]
  * restructured RunLoop functionality in su_osx_runloop.c

M ./libsofia-sip-ua/su/su_osx_runloop.c -273 +349

Thu Sep 28 18:43:23 EEST 2006  [EMAIL PROTECTED]
  * removed OSX specific parts from su_wait.h

M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -40 +1

Thu Sep 28 14:13:17 EEST 2006  [EMAIL PROTECTED]
  * Fixed help usage of stunc tool.

M ./libsofia-sip-ua/stun/stunc.c -1 +1

Thu Sep 28 14:13:01 EEST 2006  [EMAIL PROTECTED]
  * Fixed typo in su-glib/Makefile.am.

M ./libsofia-sip-ua-glib/su-glib/Makefile.am -1 +1

Thu Sep 28 14:12:19 EEST 2006  [EMAIL PROTECTED]
  * Included nua_glib_marshal.list in the dist package. Do not include the 
generated nua_glib_marshal.[ch] files anymore.

M ./libsofia-sip-ua-glib/nua-glib/Makefile.am -2 +4

Thu Sep 28 12:05:32 EEST 2006  [EMAIL PROTECTED]
  * Added some missing files to dist.

M ./libsofia-sip-ua-glib/nua-glib/Makefile.am -1 +2
M ./libsofia-sip-ua-glib/su-glib/Makefile.am +2
M ./libsofia-sip-ua/sip/Makefile.am -1 +1
M ./libsofia-sip-ua/sresolv/Makefile.am +1
M ./libsofia-sip-ua/su/Makefile.am -1 +1
M ./win32/Makefile.am +1

Thu Sep 28 08:39:28 EEST 2006  [EMAIL PROTECTED]
  * su_os_nw.c: API cleanup continued for *_remove_*().

M ./libsofia-sip-ua/su/su_os_nw.c -2 +1

Thu Sep 28 08:34:31 EEST 2006  [EMAIL PROTECTED]
  * su_os_nw.[ch]: new su_root_remove_network_changed()
  Removed first parameter (su_root_t) as it is useless.

M ./libsofia-sip-ua/su/sofia-sip/su_os_nw.h -2 +1
M ./libsofia-sip-ua/su/su_os_nw.c -2 +1

Thu Sep 28 01:52:50 EEST 2006  [EMAIL PROTECTED]
  * sac-su2.m4: --enable-corefoundation turns me on

M ./m4/sac-su2.m4 +15

Thu Sep 28 01:51:52 EEST 2006  [EMAIL PROTECTED]
  * references to SU_USE_OSX_CF_API -> s/USE/HAVE/

M ./libsofia-sip-ua/su/sofia-sip/su_configure.h.in -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -3 +3
M ./libsofia-sip-ua/su/su_wait.c -2 +2
M ./libsofia-sip-ua/su/torture_su_root_osx.c -1 +1

Thu Sep 28 01:50:28 EEST 2006  [EMAIL PROTECTED]
  * su/Makefile.am: OSX related files optionalized

M ./libsofia-sip-ua/su/Makefile.am -4 +17

Thu Sep 28 01:18:06 EEST 2006  [EMAIL PROTECTED]
  * added test torture_su_root_osx.c

A ./libsofia-sip-ua/su/torture_su_root_osx.c

Thu Sep 28 01:17:21 EEST 2006  [EMAIL PROTECTED]
  * su_wait.c has now OSX CoreFoundation specific waits implemented

M ./libsofia-sip-ua/su/su_wait.c -8 +37

Thu Sep 28 01:16:39 EEST 2006  [EMAIL PROTECTED]
  * updated su_os_nw.c as recommended by Brian West

M ./libsofia-sip-ua/su/su_os_nw.c -3 +3

Thu Sep 28 01:15:46 EEST 2006  [EMAIL PROTECTED]
  * su_wait.h has now OSX CoreFoundation specific event support

M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -1 +40

Thu Sep 28 01:14:56 EEST 2006  [EMAIL PROTECTED]
  * added su_osx_runloop.[ch]

A ./libsofia-sip-ua/su/sofia-sip/su_osx_runloop.h
A ./libsofia-sip-ua/su/su_osx_runloop.c

Thu Sep 28 01:13:27 EEST 2006  [EMAIL PROTECTED]
  * su_configure.in has now define for OSX specific run looping

M ./libsofia-sip-ua/su/sofia-sip/su_configure.h.in +3

Thu Sep 28 01:12:11 EEST 2006  [EMAIL PROTECTED]
  * updated Makefile.am to contain su_osx_runloop.[ch]

M ./libsofia-sip-ua/su/Makefile.am -2 +2

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-29)

2006-09-29 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Sep 29 14:52:26 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: not adding all tags twice to request message.

M ./libsofia-sip-ua/nua/nua_stack.c -5 +5
M ./libsofia-sip-ua/nua/test_call_reject.c +4

Fri Sep 29 14:39:42 EEST 2006  [EMAIL PROTECTED]
  * strtoull(): doxyfied document.

M ./libsofia-sip-ua/su/strtoull.c -26 +16

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-09-30)

2006-09-30 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Sat Sep 30 16:00:52 EEST 2006  [EMAIL PROTECTED]
  * Fixed manpages build.

M ./Makefile.am -10 +5
M ./libsofia-sip-ua/Makefile.am -2 +2
M ./libsofia-sip-ua/docs/Makefile.am -10 +9
M ./utils/Doxyfile -17 +2

Sat Sep 30 15:57:39 EEST 2006  [EMAIL PROTECTED]
  * Fixed built-files and clean-built-files targets.
  

M ./Makefile.am +1
M ./libsofia-sip-ua-glib/Makefile.am +3
M ./libsofia-sip-ua/docs/Makefile.am -2 +5

Fri Sep 29 16:42:47 EEST 2006  [EMAIL PROTECTED]
  * configure.ac, win32/Makefile.am: including win32/config.h.in in dist.

M ./configure.ac +1
M ./win32/Makefile.am -3

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-02)

2006-10-02 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Oct  2 16:39:20 EEST 2006  [EMAIL PROTECTED]
  * RELEASE, configure.ac: preparing for next release.

M ./RELEASE -113 +45
M ./configure.ac -1 +1

Sun Oct  1 17:44:23 EEST 2006  [EMAIL PROTECTED]
  * nua: removed unupported smime hooks

M ./libsofia-sip-ua/nua/nua_message.c -50
M ./libsofia-sip-ua/nua/nua_session.c -61
M ./libsofia-sip-ua/nua/nua_stack.c -5 +2

Wed Sep 27 19:19:12 EEST 2006  [EMAIL PROTECTED]
  * fix gcc4 warnings under -Wall

M ./libsofia-sip-ua/su/su_addrinfo.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_udp.c -1 +1

Fri Sep 29 16:40:27 EEST 2006  [EMAIL PROTECTED]
  * su_source.c: use SU_WAIT_MAX/SU_WAIT_MIN (synch with su_port using epoll).

M ./libsofia-sip-ua-glib/su-glib/su_source.c r2
M ./libsofia-sip-ua-glib/su-glib/su_source_test.c r2

Fri Sep 29 16:13:55 EEST 2006  [EMAIL PROTECTED]
  * su: initial support for epoll in su_root_t/su_port_t.

M ./libsofia-sip-ua/su/sofia-sip/su_wait.h +6
M ./libsofia-sip-ua/su/su_osx_runloop.c r2
M ./libsofia-sip-ua/su/su_port.c -125 +247 r2
M ./libsofia-sip-ua/su/su_port.h -9 +1 r2
M ./libsofia-sip-ua/su/test_su.c -3 +11
M ./libsofia-sip-ua/su/torture_su_port.c -25 +134
M ./libsofia-sip-ua/su/torture_su_root.c -2 +3
M ./m4/sac-su2.m4 -1 +6

Mon Oct  2 16:09:47 EEST 2006  [EMAIL PROTECTED]
  * RELEASE, configure.ac: release 1.12.3.

M ./RELEASE -45 +113
M ./configure.ac -1 +1

Mon Oct  2 16:07:40 EEST 2006  [EMAIL PROTECTED]
  * Updated make manpages with utils/Doxyfile.build.in.

M ./Makefile.am -2 +5
M ./configure.ac +1
M ./libsofia-sip-ua/docs/Makefile.am -1 +3
M ./utils/Doxyfile -10
A ./utils/Doxyfile.build.in

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-03)

2006-10-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Oct  3 16:30:08 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  UNDO: Ignore gawk bug in generating from msg_parser.awk.

M ./win32/build_sources.cmd -2 +2

Tue Oct  3 17:33:06 EEST 2006  [EMAIL PROTECTED]
  * fix build on OpenBSD and NetBSD due to missing errno defs

M ./libsofia-sip-ua/su/sofia-sip/su_errno.h -1 +1

Tue Oct  3 17:24:30 EEST 2006  [EMAIL PROTECTED]
  * BSD build fix, you need _XOPEN_SOURCE for ipv6 defs

M ./libsofia-sip-ua-glib/su-glib/su_source.c -1 +1

Tue Oct  3 17:20:35 EEST 2006  [EMAIL PROTECTED]
  * add nua_registrar.c to dsp files

M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp +4
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp +4

Tue Oct  3 17:17:31 EEST 2006  [EMAIL PROTECTED]
  * add config.h include

M ./libsofia-sip-ua/su/su_wait.c +2

Tue Oct  3 16:30:08 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Ignore gawk bug in generating from msg_parser.awk.

M ./win32/build_sources.cmd -2 +2

Tue Oct  3 16:26:40 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Non-static inlines in implementation files confuse VC6 with static builds.

M ./libsofia-sip-ua/msg/msg_parser.c -1
M ./libsofia-sip-ua/tport/tport.c -8 +8

Tue Oct  3 16:20:44 EEST 2006  Kai Vehmanen <[EMAIL PROTECTED]>
  * Added sip_options_static to the workspace.

M ./win32/SofiaSIP.dsw -21 +36
A ./win32/utils/sip_options_static/
A ./win32/utils/sip_options_static/sip_options_static.dsp

Tue Oct  3 13:00:47 EEST 2006  [EMAIL PROTECTED]
  * nua: moved documentation from nua.c/nua.docs towards the implementation.

M ./libsofia-sip-ua/nua/nua.c -109 +6
M ./libsofia-sip-ua/nua/nua.docs -200
M ./libsofia-sip-ua/nua/nua_params.c +66
M ./libsofia-sip-ua/nua/nua_session.c -1 +340
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -1 +1

Tue Oct  3 11:29:19 EEST 2006  [EMAIL PROTECTED]
  * nua: using nua_stack_set_handle_special() to set handle flags and special 
event.

M ./libsofia-sip-ua/nua/nua_event_server.c -1 +1
M ./libsofia-sip-ua/nua/nua_message.c -2 +2
M ./libsofia-sip-ua/nua/nua_notifier.c -2 +2
M ./libsofia-sip-ua/nua/nua_options.c -1 +1
M ./libsofia-sip-ua/nua/nua_publish.c -6 +5
M ./libsofia-sip-ua/nua/nua_register.c -3 +2
M ./libsofia-sip-ua/nua/nua_registrar.c -1 +1
M ./libsofia-sip-ua/nua/nua_session.c -7 +8
M ./libsofia-sip-ua/nua/nua_stack.c -19 +30
M ./libsofia-sip-ua/nua/nua_stack.h -14 +14
M ./libsofia-sip-ua/nua/nua_subnotref.c -13 +5

Tue Oct  3 11:29:02 EEST 2006  [EMAIL PROTECTED]
  * nua_stack_process_register(): moved to nua_registrar.c.

M ./libsofia-sip-ua/nua/Makefile.am -1 +2
A ./libsofia-sip-ua/nua/nua_registrar.c
M ./libsofia-sip-ua/nua/nua_session.c -28 +5

Tue Oct  3 10:38:39 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: using nutag_with when responding to incoming REGISTER.

M ./libsofia-sip-ua/nua/nua_stack.c -10 +19

Tue Oct  3 10:34:02 EEST 2006  [EMAIL PROTECTED]
  * nua: added NUTAG_WITH(), NUTAG_WITH_THIS(), NUTAG_WITH_SAVED().

M ./libsofia-sip-ua/nua/nua.c +12
M ./libsofia-sip-ua/nua/nua_tag.c +2
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +15

Tue Oct  3 10:18:49 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip/nua.h: re-assigned nua_i_none.

M ./libsofia-sip-ua/nua/sofia-sip/nua.h -1 +4

Wed Sep 27 01:12:39 EEST 2006  [EMAIL PROTECTED]
  * register fix

M ./libsofia-sip-ua/nua/nua_common.c -1 +1

Tue Sep 26 21:46:17 EEST 2006  [EMAIL PROTECTED]
  * more register nua handling

M ./libsofia-sip-ua/nua/nua_session.c -1 +2
M ./libsofia-sip-ua/nua/nua_stack.c +6
M ./libsofia-sip-ua/nua/nua_stack.h +1

Tue Sep 26 21:00:58 EEST 2006  [EMAIL PROTECTED]
  * initial register nua handling

M ./libsofia-sip-ua/nua/nua_common.c +1
M ./libsofia-sip-ua/nua/nua_session.c +21
M ./libsofia-sip-ua/nua/nua_stack.c +3
M ./libsofia-sip-ua/nua/nua_stack.h +1
M! ./libsofia-sip-ua/nua/sofia-sip/nua.h -4

Tue Oct  3 09:57:42 EEST 2006  [EMAIL PROTECTED]
  * sofia.am, msg/Makefile.am: fixed distclean.

M ./libsofia-sip-ua/msg/Makefile.am -1 +1
M ./libsofia-sip-ua/sofia.am +3

Tue Oct  3 09:52:16 EEST 2006  [EMAIL PROTECTED]
  * su_wait.h: using #if SU_HAVE_POLL in consistent manner

M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -3 +3

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-04)

2006-10-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Oct  4 19:07:57 EEST 2006  [EMAIL PROTECTED]
  * nua: added nua_handle_make_replaces(), nua_handle_by_replaces().

M ./libsofia-sip-ua/nua/nua.c +85
M ./libsofia-sip-ua/nua/nua_stack.c +22
M ./libsofia-sip-ua/nua/nua_stack.h +9
M ./libsofia-sip-ua/nua/sofia-sip/nua.h +8
M ./libsofia-sip-ua/nua/test_basic_call.c +27

Wed Oct  4 17:38:05 EEST 2006  [EMAIL PROTECTED]
  * test_register.c: added test for nua_i_register and nua_respond() with 
NUTAG_WITH().

M ./libsofia-sip-ua/nua/test_nua.c -2 +1
M ./libsofia-sip-ua/nua/test_register.c -4 +76

Wed Oct  4 17:28:48 EEST 2006  [EMAIL PROTECTED]
  * su_taglist.c: fixed tl_find_last(), added tests for it.

M ./libsofia-sip-ua/su/su_taglist.c -1 +1
M ./libsofia-sip-ua/su/torture_su_tag.c -1 +4

Wed Oct  4 17:08:52 EEST 2006  [EMAIL PROTECTED]
  * sip_refer.c: fixed sip_referred_by_d(): accept no more syntax errors.

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

Wed Oct  4 16:42:47 EEST 2006  [EMAIL PROTECTED]
  * sip_refer.c: sip_refer_d() now fixes URLs with headers but without <>.
  
  Currently you lose if you have url parameters and headers but no <>.

M ./libsofia-sip-ua/sip/sip_basic.c -1 +1
M ./libsofia-sip-ua/sip/sip_refer.c -6 +25
M ./libsofia-sip-ua/sip/torture_sip.c -5 +14

Wed Oct  4 15:26:10 EEST 2006  [EMAIL PROTECTED]
  * torture_sip.c: added more tests for refer-to.

M ./libsofia-sip-ua/sip/torture_sip.c +51

Wed Oct  4 15:42:14 EEST 2006  [EMAIL PROTECTED]
  * nua_register.c removed random() stuff.

M ./libsofia-sip-ua/nua/nua_register.c -4

Wed Oct  4 15:40:20 EEST 2006  [EMAIL PROTECTED]
  * test_100rel: do not run test_prack_auth() without proxy.

M ./libsofia-sip-ua/nua/test_100rel.c -4 +7

Wed Oct  4 13:44:37 EEST 2006  [EMAIL PROTECTED]
  * nua: moved active_call and hold_remote flags to nua handle structure.
  
  Removed outdated nua_handle_has_streaming().

M ./libsofia-sip-ua/nua/nua.c -8 +2
M ./libsofia-sip-ua/nua/nua_session.c -5 +6
M ./libsofia-sip-ua/nua/nua_stack.c -1
M ./libsofia-sip-ua/nua/nua_stack.h -5 +6

Wed Oct  4 13:11:02 EEST 2006  [EMAIL PROTECTED]
  * nua.h: added nua_saved_event_request() and nua_current_request().

M ./libsofia-sip-ua/nua/sofia-sip/nua.h +6

Wed Oct  4 12:58:13 EEST 2006  [EMAIL PROTECTED]
  * configure.ac: bumped version number (added nutag_with and nutag_with_ref)

M ./configure.ac -2 +2

Tue Oct  3 10:13:49 EEST 2006  [EMAIL PROTECTED]
  * Fix doxygen build rules

M ./Makefile.am -1 +1

Tue Oct  3 13:01:52 EEST 2006  [EMAIL PROTECTED]
  * nua.docs: documentin use of status with nua_i events.

M ./libsofia-sip-ua/nua/nua.docs +10

Wed Oct  4 10:42:39 EEST 2006  [EMAIL PROTECTED]
  * nua_tag.h: fixed nutag_with casing.

M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -3 +3

Wed Oct  4 10:31:54 EEST 2006  [EMAIL PROTECTED]
  * su_source.c: #defining _XOPEN_SOURCE hurts more than helps

M ./libsofia-sip-ua-glib/su-glib/su_source.c -3

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-05)

2006-10-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Oct  5 17:11:11 EEST 2006  [EMAIL PROTECTED]
  * Added doxygen alias @VERSION_1_12_4.

M ./libsofia-sip-ua/docs/Doxyfile.aliases -1 +1

Thu Oct  5 17:08:54 EEST 2006  [EMAIL PROTECTED]
  * sip: fixed sip_header_as_string() prototype.

M ./libsofia-sip-ua/sip/sip_util.c -1 +1
M ./libsofia-sip-ua/sip/sofia-sip/sip_header.h -1 +2

Thu Oct  5 10:26:24 EEST 2006  [EMAIL PROTECTED]
  * nua: fixed registration without Contact.

M ./libsofia-sip-ua/nua/nua_register.c -5 +11
M ./libsofia-sip-ua/nua/nua_stack.c -10 +31
M ./libsofia-sip-ua/nua/nua_stack.h +2
M ./libsofia-sip-ua/nua/test_register.c +6

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-06)

2006-10-06 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Oct  6 18:37:29 EEST 2006  [EMAIL PROTECTED]
  * configure.ac, m4: autoupdated.

M ./configure.ac -1 +2
M ./m4/sac-general.m4 -34 +25
M ./m4/sac-su2.m4 -13 +8

Fri Oct  6 18:30:57 EEST 2006  [EMAIL PROTECTED]
  * SIP_HEADER_INIT(): removed gcc warning about comma expression.

M ./libsofia-sip-ua/sip/sofia-sip/sip_header.h -2 +4

Fri Oct  6 18:29:04 EEST 2006  [EMAIL PROTECTED]
  * su_port.c: fixed registering high-priority events when epoll is not 
available.

M ./libsofia-sip-ua/su/su_port.c -8 +3

Fri Oct  6 18:26:34 EEST 2006  [EMAIL PROTECTED]
  * sofia-sip.spec.in: using --with glib gobject openssl
  
  Autodetecting decent glib gobject openssl using pkg-config. Force
  BuildRequires with --with flags.
  
  Now configure generates a spec file with version number in its name. 
  
  Including su-glib in glib package even if gobject interface cannot be built.

M ./configure.ac +3
M ./packages/Makefile.am -12 +10
M ./packages/sofia-sip-ua-glib.pc.in -1 +2
M ./packages/sofia-sip.spec.in -16 +40

Fri Oct  6 18:22:42 EEST 2006  [EMAIL PROTECTED]
  * Makefile.am: do not rebuild manpages

M ./Makefile.am -2 +4

Fri Oct  6 16:34:12 EEST 2006  [EMAIL PROTECTED]
  * utils/Doxyfile.build.in: fixed make manpages using @INCLUDE_PATH 

M ./utils/Doxyfile.build.in -3 +4

Fri Oct  6 03:24:26 EEST 2006  [EMAIL PROTECTED]
  * sip_aor_strip(): using url_strip_transport(), url_strip_param_string().

M ./libsofia-sip-ua/sip/sip_util.c -41 +5

Fri Oct  6 03:23:18 EEST 2006  [EMAIL PROTECTED]
  * nta_msg_request_complete(): create To header from request-URI, if needed.

M ./libsofia-sip-ua/nta/nta.c -3 +14

Fri Oct  6 03:22:41 EEST 2006  [EMAIL PROTECTED]
  * nua_param.c: when converting NUTAG_URL() to To header remove extra 
parameters.
  
  Added test for encoding header from URL query string (in test_simple.c)

M ./libsofia-sip-ua/nua/nua_params.c -2 +3
M ./libsofia-sip-ua/nua/test_simple.c -2 +13

Fri Oct  6 11:44:36 EEST 2006  [EMAIL PROTECTED]
  * Fixed a silly typo in nua.c.

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

Fri Oct  6 03:22:01 EEST 2006  [EMAIL PROTECTED]
  * nua.h, nua.c: added nua_magic(), too. Renamed nua_handle_fetch() as 
nua_handle_magic().

M ./libsofia-sip-ua/nua/nua.c -1 +12
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -1 +4

Fri Oct  6 02:25:46 EEST 2006  [EMAIL PROTECTED]
  * sip: added sip_url_query_as_taglist().

M ./libsofia-sip-ua/sip/sip_tag_class.c -6 +133
M ./libsofia-sip-ua/sip/sofia-sip/sip_header.h +5
M ./libsofia-sip-ua/sip/torture_sip.c -3 +47

Thu Oct  5 17:10:55 EEST 2006  [EMAIL PROTECTED]
  * nta: nta_msg_request_complete() now adds header from request-URI query part 
to request message
  
  Headers as well as method parameter are stripped away from request-URI.

M ./libsofia-sip-ua/nta/nta.c -35 +78
M ./libsofia-sip-ua/nta/test_nta.c -2 +47

Thu Oct  5 17:07:55 EEST 2006  [EMAIL PROTECTED]
  * msg: added msg_header_parse_str()

M ./libsofia-sip-ua/msg/msg_parser.c -8 +45
M ./libsofia-sip-ua/msg/sofia-sip/msg_header.h +4

Thu Oct  5 17:07:25 EEST 2006  [EMAIL PROTECTED]
  * url: added url_query_as_header_string(), url_unescape_to().

M ./libsofia-sip-ua/url/Makefile.am +1
M ./libsofia-sip-ua/url/sofia-sip/url.h -1 +13
M ./libsofia-sip-ua/url/url.c -30 +125

Thu Oct  5 17:06:34 EEST 2006  [EMAIL PROTECTED]
  * url: added url_strip_param_string().

M ./libsofia-sip-ua/url/sofia-sip/url.h -1 +4
M ./libsofia-sip-ua/url/torture_url.c +5
M ./libsofia-sip-ua/url/url.c -1 +47

Thu Oct  5 12:48:51 EEST 2006  [EMAIL PROTECTED]
  * sip_header.h: added sip_headers_as_url_query()

M ./libsofia-sip-ua/sip/sip_tag_class.c -8 +116
M ./libsofia-sip-ua/sip/sofia-sip/sip_header.h +5
M ./libsofia-sip-ua/sip/torture_sip.c -1 +35

Thu Oct  5 02:12:11 EEST 2006  [EMAIL PROTECTED]
  * add nua_handle_fetch to get the magic from nh

M ./libsofia-sip-ua/nua/nua.c +24
M ./libsofia-sip-ua/nua/sofia-sip/nua.h +3

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-08)

2006-10-08 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Sun Oct  8 02:09:43 EEST 2006  [EMAIL PROTECTED]
  * updated and more debug

M ./libsofia-sip-ua/su/torture_su_root_osx.c -5 +56

Sun Oct  8 02:07:36 EEST 2006  [EMAIL PROTECTED]
  * more debugging output

M ./libsofia-sip-ua/su/test_su.c +2

Sun Oct  8 02:06:21 EEST 2006  [EMAIL PROTECTED]
  * OSX run loop rewritten and works partially

M ./libsofia-sip-ua/su/su_osx_runloop.c -570 +857

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-09)

2006-10-09 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Oct  9 18:49:55 EEST 2006  [EMAIL PROTECTED]
  * su: updated documentation of debugging logs.

M ./libsofia-sip-ua/su/Doxyfile +1
M ./libsofia-sip-ua/su/sofia-sip/su_debug.h -12 +53
M ./libsofia-sip-ua/su/sofia-sip/su_log.h -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_osx_runloop.h -4 +5
M ./libsofia-sip-ua/su/su.docs -9
M ./libsofia-sip-ua/su/su_log.c +16
M ./libsofia-sip-ua/su/su_osx_runloop.c -1 +1

Mon Oct  9 18:11:44 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE -2 +26

Mon Oct  9 17:15:21 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: clarified the offer/answer code when responding to INVITE.

M ./libsofia-sip-ua/nua/nua_session.c -5 +12

Mon Oct  9 16:55:04 EEST 2006  [EMAIL PROTECTED]
  * nua: added NUTAG_INCLUDE_EXTRA_SDP().

M ./libsofia-sip-ua/nua/nua_session.c -4 +9
M ./libsofia-sip-ua/nua/nua_tag.c +1
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +36
M ./libsofia-sip-ua/nua/test_100rel.c -1 +41

Fri Oct  6 16:08:56 EEST 2006  [EMAIL PROTECTED]
  * Remove underlying libraries from pkg-config Libs
  
  The underlying libraries are only needed to link against sofia-sip-ua as 
  a static library. In addition, this is causing build failures/extraneous 
  dependencies in packages relying on sofia-sip.
  

M ./packages/sofia-sip-ua.pc.in -1 +2

Fri Oct  6 16:03:01 EEST 2006  [EMAIL PROTECTED]
  * Fix unresolved symbols in libsofia-sip-ua-glib

M ./libsofia-sip-ua-glib/Makefile.am -1 +2

Mon Oct  9 13:55:19 EEST 2006  [EMAIL PROTECTED]
  * fixed missing defines + debugs

M ./libsofia-sip-ua/su/test_su.c -2 +34

Mon Oct  9 13:54:45 EEST 2006  [EMAIL PROTECTED]
  * updated Makefile.am to contain tests for OSX

M ./libsofia-sip-ua/su/Makefile.am -4 +7

Mon Oct  9 13:26:30 EEST 2006  [EMAIL PROTECTED]
  * torture_su_root_osx follows now torture_su_root code

M ./libsofia-sip-ua/su/torture_su_root_osx.c -439 +235

Mon Oct  9 13:23:32 EEST 2006  [EMAIL PROTECTED]
  * added test_su_osx for OSX run loop testing

A ./libsofia-sip-ua/su/test_su_osx.c

Mon Oct  9 11:35:36 EEST 2006  [EMAIL PROTECTED]
  * nua_notifier.c: do not send immediate NOTIFY to an established dialog. 

M ./libsofia-sip-ua/nua/nua_notifier.c -7 +8
M ./libsofia-sip-ua/nua/test_refer.c -9 +31

Mon Oct  9 10:08:47 EEST 2006  [EMAIL PROTECTED]
  * test_su.c: do not "enter".

M ./libsofia-sip-ua/su/test_su.c -2

Sat Oct  7 21:22:59 EEST 2006  [EMAIL PROTECTED]
  * nua_session: bugfix. Now sending answer in 200 OK too if it was already in 
1XX without 100rel.

M ./libsofia-sip-ua/nua/nua_session.c -1 +1
M ./libsofia-sip-ua/nua/test_basic_call.c -3 +50

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-10)

2006-10-10 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Oct 10 15:43:04 EEST 2006  [EMAIL PROTECTED]
  * Updated RELEASE notes for STUN bug.

M ./RELEASE -5 +6

Tue Oct 10 15:41:13 EEST 2006  [EMAIL PROTECTED]
  * Updated the release file template a bit. It seems that our previous 
announcements had the template-lines as well. Let's make the template parts 
somewhat more visible. ;)

M ./RELEASE.template -4 +4

Tue Oct 10 15:20:27 EEST 2006  [EMAIL PROTECTED]
  * Fixed STUN functionality. Incorrect sockaddr len was passed to su_sendto().

M ./libsofia-sip-ua/stun/stun_common.c -3 +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-11)

2006-10-11 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Oct 11 16:23:30 EEST 2006  [EMAIL PROTECTED]
  * su_port: fixed su_port_register() with more than SU_WAIT_MIN entries.

M ./libsofia-sip-ua/su/su_port.c -1 +4
M ./libsofia-sip-ua/su/torture_su_port.c -8 +11

Wed Oct 11 16:22:50 EEST 2006  [EMAIL PROTECTED]
  * mainpage.docs: udpated debug logging documentation

M ./libsofia-sip-ua/docs/mainpage.docs -12 +24

Wed Oct 11 14:50:55 EEST 2006  [EMAIL PROTECTED]
  * OSX: testing with su_root_step() and app's CFRunLoopRun()

M ./libsofia-sip-ua/su/test_su_osx.c -7 +13

Wed Oct 11 14:49:28 EEST 2006  [EMAIL PROTECTED]
  * OSX: added observer for controlling timers

M ./libsofia-sip-ua/su/su_osx_runloop.c -64 +161

Wed Oct 11 14:48:07 EEST 2006  [EMAIL PROTECTED]
  * Added prototype for OSX run loop prepare

M ./libsofia-sip-ua/su/sofia-sip/su_osx_runloop.h -2 +2

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-12)

2006-10-12 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Oct 12 15:37:20 EEST 2006  [EMAIL PROTECTED]
  * su_port.c: removed excess logging on epoll_create().

M ./libsofia-sip-ua/su/su_port.c -2 +2

Thu Oct 12 15:32:16 EEST 2006  [EMAIL PROTECTED]
  * sip_aor_strip(): removing lr, too.

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

Wed Oct 11 20:45:03 EEST 2006  [EMAIL PROTECTED]
  tagged sofia-sip-1.12.3-with-epoll


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-16)

2006-10-16 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Oct 16 16:44:18 EEST 2006  [EMAIL PROTECTED]
  * su_wait.c: put socket in non-blocking mode when wait object is created

M ./libsofia-sip-ua/su/su_wait.c +15

Thu Oct 12 16:14:17 EEST 2006  [EMAIL PROTECTED]
  * tstdef.h: output of TEST() now prints values as signed, null as NULL.

M ./libsofia-sip-ua/su/sofia-sip/tstdef.h -2 +4

Thu Oct 12 16:13:25 EEST 2006  [EMAIL PROTECTED]
  * su_strlst.c, su_strlst.h: always usize_t as index type.

M ./libsofia-sip-ua/su/sofia-sip/su_strlst.h -2 +2
M ./libsofia-sip-ua/su/su_strlst.c -4 +6

Tue Oct 10 00:36:16 EEST 2006  [EMAIL PROTECTED]
  * Freebsd 5.3 build fix

M ./libsofia-sip-ua/su/su_uniqueid.c +4

Tue Oct 10 00:18:28 EEST 2006  [EMAIL PROTECTED]
  * msvc warnings fixes

M ./win32/config.h.in -1 +1

Tue Oct 10 00:16:59 EEST 2006  [EMAIL PROTECTED]
  * Freebsd 5.3 build fix

M ./libsofia-sip-ua/su/sofia-sip/su_errno.h -1 +1

Tue Oct 10 00:15:09 EEST 2006  [EMAIL PROTECTED]
  * msvc warnings fixes

M ./libsofia-sip-ua/sip/sip_tag_class.c -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_strlst.h -1 +1
M ./libsofia-sip-ua/su/su_strlst.c -1 +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-17)

2006-10-17 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Oct 17 19:57:21 EEST 2006  [EMAIL PROTECTED]
  * nua: accept incoming SUBSCRIBE if the Event matches with nua Allow-Events.
  
  Updated nua_notifier.c, test_simple.c.
  
  Moved documentation of nua_notify() to nua_notifier.c from nua.c,
  documentation of nua_i_subscribe and nua_r_notify to nua_notifier.c from
  nua.docs.

M ./libsofia-sip-ua/nua/nua.c -18 +3
M ./libsofia-sip-ua/nua/nua.docs -27 +2
M ./libsofia-sip-ua/nua/nua_notifier.c -86 +314
M ./libsofia-sip-ua/nua/test_simple.c -2 +260

Tue Oct 17 19:54:56 EEST 2006  [EMAIL PROTECTED]
  * nua: accept incoming PUBLISH if the Event matches with nua Allow-Events.

  Updated nua_publish.c, test_simple.c. 
  
  Moved #nua_i_publish documentation to nua_publish.c from nua.docs.

M ./libsofia-sip-ua/nua/nua.docs -12 +1
M ./libsofia-sip-ua/nua/nua_publish.c -6 +68
M ./libsofia-sip-ua/nua/test_simple.c -19 +145
M ./libsofia-sip-ua/nua/test_sip_events.c +3

Tue Oct 17 19:50:34 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: include Allow-Events in responses of PUBLISH and SUBSCRIBE.

M ./libsofia-sip-ua/nua/nua_stack.c +7

Tue Oct 17 18:56:23 EEST 2006  [EMAIL PROTECTED]
  * nua_subnotref.c: fixed SUBSCRIBE response handling in case event had been 
established.

M ./libsofia-sip-ua/nua/nua_subnotref.c -2 +12

Tue Oct 17 18:54:18 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: nua_server_request(): store dialog info if create_dialog is 
true

M ./libsofia-sip-ua/nua/nua_stack.c -2 +9

Tue Oct 17 18:53:18 EEST 2006  [EMAIL PROTECTED]
  * nua: updated incoming REGISTER to use nua_server_request().

M ./libsofia-sip-ua/nua/nua_registrar.c -8 +4

Tue Oct 17 18:47:08 EEST 2006  [EMAIL PROTECTED]
  * nua: added handle/nua parameters for Allow-Events header.
  
  Added tag NUTAG_ALLOW_EVENTS().
  
  Modified sofia-sip/nua_tag.h, nua_params.h, nua_params.c, test_nua_params.c.

M ./libsofia-sip-ua/nua/nua_params.c -6 +40
M ./libsofia-sip-ua/nua/nua_params.h -1 +3
M ./libsofia-sip-ua/nua/nua_tag.c +1
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +35
M ./libsofia-sip-ua/nua/test_nua_params.c -1 +15

Mon Oct 16 18:57:52 EEST 2006  [EMAIL PROTECTED]
  * su_alloc.h, su_alloc.c: added su_home_refcount().

M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h +2
M ./libsofia-sip-ua/su/su_alloc.c +16

Mon Oct 16 18:57:21 EEST 2006  [EMAIL PROTECTED]
  * Added su_home_destructor() (in addition to su_home_desctructor()), using 
it. 

M ./RELEASE +2
M ./libsofia-sip-ua/nua/nua_common.c -1 +1
M ./libsofia-sip-ua/sresolv/sres.c -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h +7
M ./libsofia-sip-ua/su/su_alloc.c -3 +29

Thu Oct 12 17:42:17 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c, nua_stack.c, nua_stack.h: moved session state as private 
data inside nua_session.c.
  
  Using list of nua_server_request_t for queueing requests waiting for
  response. 

M ./libsofia-sip-ua/nua/nua_params.h +8
M ./libsofia-sip-ua/nua/nua_session.c -514 +749
M ./libsofia-sip-ua/nua/nua_stack.c -94 +300
M ./libsofia-sip-ua/nua/nua_stack.h -71 +107

Wed Oct  4 19:14:12 EEST 2006  [EMAIL PROTECTED]
  * nua_params: saving NUTAG_EARLY_ANSWER value to handle params.

M ./libsofia-sip-ua/nua/nua_params.c +7
M ./libsofia-sip-ua/nua/nua_params.h -2 +4

Tue Oct 17 11:24:01 EEST 2006  [EMAIL PROTECTED]
  * OSX runloop: su_port_osx_eventmask() sets now mask for CFSocket, too

M ./libsofia-sip-ua/su/su_osx_runloop.c -2 +7

Tue Oct 17 11:23:23 EEST 2006  [EMAIL PROTECTED]
  * OSX runloop: removed extra WakeUp()s.

M ./libsofia-sip-ua/su/su_osx_runloop.c -3 +3

Tue Oct 17 11:22:23 EEST 2006  [EMAIL PROTECTED]
  * OSX runloop: happened CFRunLoop events mapped to poll revents

M ./libsofia-sip-ua/su/su_osx_runloop.c +23

Thu Oct 12 15:15:48 EEST 2006  [EMAIL PROTECTED]
  * network change header is now normally installed

M ./libsofia-sip-ua/su/Makefile.am -2 +3

Thu Oct 12 15:14:49 EEST 2006  [EMAIL PROTECTED]
  * updated test_nua to support Core Foundation run loop

M ./libsofia-sip-ua/nua/test_init.c -1 +7
M ./libsofia-sip-ua/nua/test_nua.c +5
M ./libsofia-sip-ua/nua/test_nua.h -1 +5
M ./libsofia-sip-ua/nua/test_nua_params.c -1 +7

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-18)

2006-10-18 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Oct 18 10:07:43 EEST 2006  [EMAIL PROTECTED]
  * Missing sres const qualifiers

M ./libsofia-sip-ua/sresolv/sres.c -2 +2
M ./libsofia-sip-ua/sresolv/test_sresolv.c -1 +1

Wed Oct 18 09:54:40 EEST 2006  [EMAIL PROTECTED]
  * Add missing const qualifiers

M ./libsofia-sip-ua/sip/validator.c -2 +2

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-19)

2006-10-19 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Oct 19 19:41:00 EEST 2006  [EMAIL PROTECTED]
  * Fixed building in environments without glib devel files.

M ./Makefile.am -2 +3

Thu Oct 19 17:49:47 EEST 2006  [EMAIL PROTECTED]
  * Added tport_is_closed() and tport_is_shutdown() to the public interface.

M ./RELEASE +1
M ./libsofia-sip-ua/tport/ChangeLog +5
M ./libsofia-sip-ua/tport/sofia-sip/tport.h +6
M ./libsofia-sip-ua/tport/tport.c -2 +2

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-20)

2006-10-20 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Oct 20 20:30:11 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: send nua_r_authenticate error events to the application.

M ./libsofia-sip-ua/nua/nua_stack.c -6 +11

Thu Oct 19 17:17:51 EEST 2006  [EMAIL PROTECTED]
  * soa: added soa_tag_filter() function.

M ./libsofia-sip-ua/soa/Makefile.am +4
M ./libsofia-sip-ua/soa/soa_tag.c +24
M ./libsofia-sip-ua/soa/sofia-sip/soa.h +2
M ./libsofia-sip-ua/soa/test_soa.c +29

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-21)

2006-10-21 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Oct 20 23:43:38 EEST 2006  [EMAIL PROTECTED]
  * Fixed bug in su_time_cmp() and SU_TIME_CMP(). If the difference of sec or 
usec fields was more than LONG_MAX, the routines returned incorrect results due 
to the ulong-to-long conversion.

M ./libsofia-sip-ua/su/sofia-sip/su_time.h -4 +1
M ./libsofia-sip-ua/su/su_time.c -5 +14
M ./libsofia-sip-ua/su/torture_su_time.c -1 +22

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-22)

2006-10-22 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Sat Oct 21 23:15:03 EEST 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE +1

Sat Oct 21 23:14:03 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: nua responded with 504 to INVITE if the INVITE was CANCELed 
before a PRACK was received for a preliminary response sent with 100rel.

M ./libsofia-sip-ua/nua/nua_session.c -2 +3

Sat Oct 21 23:10:59 EEST 2006  [EMAIL PROTECTED]
  * nta.c: fixed crash when a nta call within CANCEL callback caused another 
callback

  Problem reported by Michael Jerris. If there was nested two callbacks, the
  incoming transaction object could be destroyed after inner callback.

  Also fixed problem where stateless outgoing transactions got queued in
  "trying" queue if sending the request required resolving the target URI.

M ./libsofia-sip-ua/nta/nta.c -9 +16
M ./libsofia-sip-ua/nta/test_nta.c -17 +198

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-24)

2006-10-24 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Oct 24 09:39:10 EEST 2006  [EMAIL PROTECTED]
  * nta.c: copying provided tag in nta_incoming_tag()

M ./libsofia-sip-ua/nta/nta.c -1 +6

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-25)

2006-10-25 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Oct 25 11:12:44 EEST 2006  [EMAIL PROTECTED]
  * nua: updated documentation. Moved documentation entries towards 
implementation.

M ./libsofia-sip-ua/nua/nua.c -114 +31
M ./libsofia-sip-ua/nua/nua.docs -47 +7
M ./libsofia-sip-ua/nua/nua_notifier.c -1 +2
M ./libsofia-sip-ua/nua/nua_params.c -34 +16
M ./libsofia-sip-ua/nua/nua_publish.c +2
M ./libsofia-sip-ua/nua/nua_register.c -1 +1
M ./libsofia-sip-ua/nua/nua_session.c -25 +4
M ./libsofia-sip-ua/nua/nua_stack.c -1 +51
M ./libsofia-sip-ua/nua/nua_subnotref.c +135
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -12 +51

Wed Oct 25 11:03:57 EEST 2006  [EMAIL PROTECTED]
  * nua: process response to CANCEL sent by nua_bye() with 
process_response_to_cancel()
  
  This is a patch submitted by Colin Whittaker.

M ./libsofia-sip-ua/nua/nua_session.c -1 +1

Wed Oct 25 01:48:15 EEST 2006  [EMAIL PROTECTED]
  * nta.c: fixed stateless request handling

M ./libsofia-sip-ua/nta/nta.c -5 +3

Tue Oct 24 13:04:29 EEST 2006  [EMAIL PROTECTED]
  * su_port.c: fixed epoll_create() logging.

M ./libsofia-sip-ua/su/su_port.c -2 +2

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-28)

2006-10-28 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Oct 27 23:59:19 EEST 2006  [EMAIL PROTECTED]
  * nua_session.c: fixed sdp handling with OPTIONS.

M ./libsofia-sip-ua/nua/nua_session.c -3 +5

Fri Oct 27 23:52:25 EEST 2006  [EMAIL PROTECTED]
  * nua_stack.c: ensuring threadsafeness of messages sent to application 
  
  not sending internal events to application.

M ./libsofia-sip-ua/nua/nua_stack.c -2 +4

Fri Oct 27 21:15:52 EEST 2006  [EMAIL PROTECTED]
  * test_nta.c: fixed a leak

M ./libsofia-sip-ua/nta/test_nta.c +2

Fri Oct 27 21:14:48 EEST 2006  [EMAIL PROTECTED]
  * nua: moved implementation of OPTIONS server to nua_session.c. 

M ./libsofia-sip-ua/nua/nua_options.c -53 +3
M ./libsofia-sip-ua/nua/nua_session.c -29 +137

Fri Oct 27 21:13:37 EEST 2006  [EMAIL PROTECTED]
  * nua: fixed sr_msg server-side request message handling

M ./libsofia-sip-ua/nua/nua.c -3 +3
M ./libsofia-sip-ua/nua/nua_dialog.c -1 +1
M ./libsofia-sip-ua/nua/nua_session.c -6 +9
M ./libsofia-sip-ua/nua/nua_stack.c -16 +11

Fri Oct 27 16:26:26 EEST 2006  [EMAIL PROTECTED]
  * nta.c: fixing memory allocation problems in nta_outgoing_tcancel() and 
leg_callback_default().

M ./libsofia-sip-ua/nta/nta.c -11 +12

Fri Oct 27 16:24:39 EEST 2006  [EMAIL PROTECTED]
  * nua: moved documentation towards implementation.
  
  Moved documentation of nua_options(), nua_i_options, nua_i_refer,
  nua_message(), nua_i_message, nua_r_message.
  
  Added documentation of nua_i_register, nua_i_outbound.

M ./libsofia-sip-ua/nua/nua.c -35 +4
M ./libsofia-sip-ua/nua/nua.docs -49 +5
M ./libsofia-sip-ua/nua/nua_message.c +54
M ./libsofia-sip-ua/nua/nua_notifier.c +16
M ./libsofia-sip-ua/nua/nua_options.c -2 +18
M ./libsofia-sip-ua/nua/nua_publish.c -2 +10
M ./libsofia-sip-ua/nua/nua_register.c -23 +29
M ./libsofia-sip-ua/nua/nua_registrar.c +33
M ./libsofia-sip-ua/nua/nua_subnotref.c -4 +8

Wed Oct 25 11:02:55 EEST 2006  [EMAIL PROTECTED]
  * nua: moved client and server request structures to nua_dialog.h

M ./libsofia-sip-ua/nua/nua_dialog.c -3 +18
M ./libsofia-sip-ua/nua/nua_dialog.h -4 +101
M ./libsofia-sip-ua/nua/nua_message.c -4 +4
M ./libsofia-sip-ua/nua/nua_notifier.c -13 +21
M ./libsofia-sip-ua/nua/nua_options.c -4 +4
M ./libsofia-sip-ua/nua/nua_publish.c -13 +19
M ./libsofia-sip-ua/nua/nua_register.c -12 +24
M ./libsofia-sip-ua/nua/nua_registrar.c -2 +2
M ./libsofia-sip-ua/nua/nua_session.c -70 +79
M ./libsofia-sip-ua/nua/nua_stack.c -36 +25
M ./libsofia-sip-ua/nua/nua_stack.h -109 +9
M ./libsofia-sip-ua/nua/nua_subnotref.c -17 +21

Thu Oct 26 13:31:34 EEST 2006  [EMAIL PROTECTED]
  * scripts/rpmbuild-snaphot: added

A ./scripts/rpmbuild-snaphot

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-10-31)

2006-10-31 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Oct 31 22:38:25 EET 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE -1 +6

Tue Oct 31 22:36:14 EET 2006  [EMAIL PROTECTED]
  * soa_static.c: updating c= line in local sdp based on user sdp when 
generating offer or answer

M ./libsofia-sip-ua/soa/soa_static.c -16 +41
M ./libsofia-sip-ua/soa/test_soa.c -2 +5

Tue Oct 31 22:35:06 EET 2006  [EMAIL PROTECTED]
  * sdp.c: fixed sdp comparison functions.

M ./libsofia-sip-ua/sdp/sdp.c -73 +84

Tue Oct 31 22:03:32 EET 2006  [EMAIL PROTECTED]
  * msg_parser_util.c: fixed msg_header_find_item().

M ./libsofia-sip-ua/msg/msg_parser_util.c -5 +7
M ./libsofia-sip-ua/msg/test_msg.c +1

Tue Oct 31 21:52:36 EET 2006  [EMAIL PROTECTED]
  * nua_session.c: fixed typo in sdp answer generation code.

M ./libsofia-sip-ua/nua/nua_session.c -1 +1

Tue Oct 31 21:39:34 EET 2006  [EMAIL PROTECTED]
  * nua_session.c: do not indicate error when there is no answer to send with 
100rel

M ./libsofia-sip-ua/nua/nua_session.c -4 +7

Tue Oct 31 19:20:46 EET 2006  [EMAIL PROTECTED]
  * msg: silenced warnings if compiled with -DNDEBUG

M ./libsofia-sip-ua/msg/msg_auth.c -1 +1
M ./libsofia-sip-ua/msg/msg_basic.c -1 +1
M ./libsofia-sip-ua/msg/msg_generic.c -2 +2
M ./libsofia-sip-ua/msg/msg_mime.c -5 +5
M ./libsofia-sip-ua/msg/msg_parser_util.c -1 +1
M ./libsofia-sip-ua/msg/test_class.c -1 +1

Tue Oct 31 19:20:13 EET 2006  [EMAIL PROTECTED]
  * sip: removed warnign when compiling with -DNDEBUG

M ./libsofia-sip-ua/sip/sip_basic.c -5 +5
M ./libsofia-sip-ua/sip/sip_caller_prefs.c -2 +2
M ./libsofia-sip-ua/sip/sip_event.c -2 +2
M ./libsofia-sip-ua/sip/sip_extra.c -1 +1
M ./libsofia-sip-ua/sip/sip_mime.c -1 +1
M ./libsofia-sip-ua/sip/sip_prack.c -1 +1
M ./libsofia-sip-ua/sip/sip_reason.c -1 +1
M ./libsofia-sip-ua/sip/sip_refer.c -1 +1
M ./libsofia-sip-ua/sip/sip_security.c -2 +2
M ./libsofia-sip-ua/sip/sip_session.c -2 +2

Tue Oct 31 19:18:20 EET 2006  [EMAIL PROTECTED]
  * sip: using msg_header_replace_item().

M ./RELEASE +2
M ./libsofia-sip-ua/sip/sip_event.c -2 +9
M ./libsofia-sip-ua/sip/sip_feature.c +6
M ./packages/sofia-sip.spec.in -1 +1

Tue Oct 31 19:17:30 EET 2006  [EMAIL PROTECTED]
  * sip: usign msg_parse_next_field() when parsing headers with multiple fields

M ./libsofia-sip-ua/sip/sip_basic.c -91 +32
M ./libsofia-sip-ua/sip/sip_caller_prefs.c -45 +24
M ./libsofia-sip-ua/sip/sip_event.c -5 +4
M ./libsofia-sip-ua/sip/sip_extra.c -25 +10
M ./libsofia-sip-ua/sip/sip_mime.c -32 +15
M ./libsofia-sip-ua/sip/sip_reason.c -33 +10
M ./libsofia-sip-ua/sip/sip_security.c -34 +9

Tue Oct 31 19:10:17 EET 2006  [EMAIL PROTECTED]
  * msg: added msg_header_find_item(), msg_header_replace_item(), 
msg_header_remove_item()
  
  Using msg_header_param_modify() to implement msg_header_replace_item(),
  msg_header_remove_item(), msg_header_add_param(),
  msg_header_replace_param(), and msg_header_remove_param().

M ./libsofia-sip-ua/msg/msg_parser_util.c -77 +280
M ./libsofia-sip-ua/msg/sofia-sip/msg_header.h +7

Tue Oct 31 19:05:27 EET 2006  [EMAIL PROTECTED]
  * msg_mime.c: using msg_parse_next_field() with Accept and Accept-* headers.

M ./libsofia-sip-ua/msg/msg_mime.c -105 +44

Tue Oct 31 19:04:00 EET 2006  [EMAIL PROTECTED]
  * msg: added msg_parse_next_field().

M ./libsofia-sip-ua/msg/msg_parser.c -50 +106
M ./libsofia-sip-ua/msg/sofia-sip/msg_parser.h +3

Tue Oct 31 18:48:12 EET 2006  [EMAIL PROTECTED]
  * nua_stack.c: not handling sr_msg in nua_server_request 
  
  (it is set in nua_stack_server_event()).

M ./libsofia-sip-ua/nua/nua_stack.c -2

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-03)

2006-11-03 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Nov  3 18:12:57 EET 2006  [EMAIL PROTECTED]
  * updated nua_glib.[ch] to support nua_notifier, incoming subscriptions

M ./libsofia-sip-ua-glib/nua-glib/nua_glib.c -18 +153
M ./libsofia-sip-ua-glib/nua-glib/sofia-sip/nua_glib.h +7

Fri Nov  3 18:12:21 EET 2006  [EMAIL PROTECTED]
  * updated configure.ac: ABI changed for libsofia-sip-ua-glib

M ./configure.ac -2 +2

Fri Nov  3 18:11:27 EET 2006  [EMAIL PROTECTED]
  * updated RELEASE: ABI changed for libsofia-sip-ua-glib

M ./RELEASE -3 +4

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-09)

2006-11-09 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Nov  9 18:20:50 EET 2006  [EMAIL PROTECTED]
  * Fixed bug in STUN DNS queries. Reported on the maemo-devel list on 
2006-10-09.

M ./libsofia-sip-ua/stun/stun_dns.c -1 +1

Thu Nov  9 16:29:09 EET 2006  [EMAIL PROTECTED]
  * sresolv: updated documentation.

M ./libsofia-sip-ua/sresolv/sres.c -7 +32
M ./libsofia-sip-ua/sresolv/sres_blocking.c -6 +27

Thu Nov  9 15:47:44 EET 2006  [EMAIL PROTECTED]
  * sres.c: if there is no DNS servers configured, return NULL and ENETDOWN 
from sres_query() and friends.

  Bug reported by Roman Filonenko.

M ./libsofia-sip-ua/sresolv/sres.c -2 +12

Wed Nov  1 18:42:36 EET 2006  [EMAIL PROTECTED]
  * nua_session.c: the call is now terminated with nua_bye() even if a 
re-INVITE transaction is going on
  
  Thanks for Anthony Minessale for reporting this problem.

M ./libsofia-sip-ua/nua/nua_session.c -9 +22

Wed Nov  1 18:27:51 EET 2006  [EMAIL PROTECTED]
  * msg: documenting msg_parse_next_field() and adding @since to other new 
functions

M ./libsofia-sip-ua/msg/msg_parser.c -1 +20
M ./libsofia-sip-ua/msg/msg_parser_util.c +6

Wed Nov  1 17:32:30 EET 2006  [EMAIL PROTECTED]
  * nua.c: silenced warning when compiling with -DNDEBUG

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

Wed Nov  1 17:27:59 EET 2006  [EMAIL PROTECTED]
  * nua_params.c: fixed preference tag filter

M ./libsofia-sip-ua/nua/nua_params.c -1 +1

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-10)

2006-11-10 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Nov 10 09:42:44 EET 2006  [EMAIL PROTECTED]
  * nua: added test case for BYE-while-re-INVITE-is-incomplete scenario

M ./libsofia-sip-ua/nua/test_call_hold.c -6 +206
M ./libsofia-sip-ua/nua/test_nua.c -1 +1
M ./libsofia-sip-ua/nua/test_nua.h +1

Fri Nov 10 09:33:13 EET 2006  [EMAIL PROTECTED]
  * nua: updated documentation of nua events

M ./libsofia-sip-ua/nua/Doxyfile +3
M ./libsofia-sip-ua/nua/nua.c -18 +8
M ./libsofia-sip-ua/nua/nua.docs -103 +197
M ./libsofia-sip-ua/nua/nua_message.c -16 +26
M ./libsofia-sip-ua/nua/nua_notifier.c -22 +43
M ./libsofia-sip-ua/nua/nua_options.c +21
M ./libsofia-sip-ua/nua/nua_params.c -4 +33
M ./libsofia-sip-ua/nua/nua_publish.c -26 +60
M ./libsofia-sip-ua/nua/nua_register.c -22 +63
M ./libsofia-sip-ua/nua/nua_registrar.c -5 +7
M ./libsofia-sip-ua/nua/nua_session.c -63 +277
M ./libsofia-sip-ua/nua/nua_stack.c +73
M ./libsofia-sip-ua/nua/nua_subnotref.c -35 +70

Fri Nov 10 09:29:33 EET 2006  [EMAIL PROTECTED]
  * configure.ac: bumped package version to 1.12.3work2

M ./configure.ac -1 +1

Fri Nov 10 09:28:36 EET 2006  [EMAIL PROTECTED]
  * nth: fixed subdir handling with nth server.

M ./libsofia-sip-ua/nth/Makefile.am +1
M ./libsofia-sip-ua/nth/nth_server.c -69 +253
M ./libsofia-sip-ua/nth/test_nth.c -46 +147

Thu Nov  9 18:33:07 EET 2006  [EMAIL PROTECTED]
  * bnf.c: fixed host_is_local() checks.

M ./libsofia-sip-ua/bnf/bnf.c -4 +14
M ./libsofia-sip-ua/bnf/torture_bnf.c +4

Thu Nov  9 16:48:35 EET 2006  [EMAIL PROTECTED]
  * nth: renamed nth_test.c as test_nth.c

 ./libsofia-sip-ua/nth/nth_test.c -> ./libsofia-sip-ua/nth/test_nth.c
M ./libsofia-sip-ua/nth/Makefile.am -1 +1 r1
M ./libsofia-sip-ua/nth/test_nth.c r1

Thu Nov  9 16:42:52 EET 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE +7

Thu Nov  9 16:32:47 EET 2006  [EMAIL PROTECTED]
  * sres: trying to avoid scheduling extra callbacks. Added 
sres_resolver_set_timer_cb().

M ./libsofia-sip-ua/sresolv/sofia-resolv/sres_async.h +19
M ./libsofia-sip-ua/sresolv/sres.c +23
M ./libsofia-sip-ua/sresolv/sresolv.c +18

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-13)

2006-11-13 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Nov 13 16:54:34 EET 2006  [EMAIL PROTECTED]
  * test_extension.c: fixed test for internal error.

M ./libsofia-sip-ua/nua/test_extension.c -1 +1

Mon Nov 13 16:16:00 EET 2006  [EMAIL PROTECTED]
  * RELEASE: added note about nua_method() and NUTAG_METHOD().

M ./RELEASE +2

Mon Nov 13 16:08:37 EET 2006  [EMAIL PROTECTED]
  * nua: added extension methods (nua_method()).

M ./libsofia-sip-ua/nua/Makefile.am +2
M ./libsofia-sip-ua/nua/nua.c +6
M ./libsofia-sip-ua/nua/nua.docs -16 +2
A ./libsofia-sip-ua/nua/nua_extension.c
M ./libsofia-sip-ua/nua/nua_stack.c -7 +5
M ./libsofia-sip-ua/nua/nua_stack.h +1
M ./libsofia-sip-ua/nua/nua_tag.c +1
M ./libsofia-sip-ua/nua/sofia-sip/nua.h +3
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +25
A ./libsofia-sip-ua/nua/test_extension.c
M ./libsofia-sip-ua/nua/test_nua.c +1
M ./libsofia-sip-ua/nua/test_nua.h -1 +3
M ./libsofia-sip-ua/nua/test_ops.c +1

Mon Nov 13 16:46:23 EET 2006  [EMAIL PROTECTED]
  * nth: updated documentation. fixed problem in assert().

M ./libsofia-sip-ua/nth/nth_server.c -1 +23
M ./libsofia-sip-ua/nth/nth_tag.c +14

Mon Nov 13 14:55:57 EET 2006  [EMAIL PROTECTED]
  * nth: authenticating requests on server side. added nth_request_auth() and 
NTHTAG_AUTH_MODULE()

M ./libsofia-sip-ua/nth/nth_server.c -9 +135
M ./libsofia-sip-ua/nth/nth_tag.c +1
M ./libsofia-sip-ua/nth/sofia-sip/nth.h +2
M ./libsofia-sip-ua/nth/sofia-sip/nth_tag.h +7
M ./libsofia-sip-ua/nth/test_nth.c -10 +108

Fri Nov 10 14:38:08 EET 2006  [EMAIL PROTECTED]
  * tport.c: added @since to the newly exposed API functions. 

M ./libsofia-sip-ua/tport/tport.c -2 +8

Fri Nov 10 13:38:26 EET 2006  [EMAIL PROTECTED]
  * su: added function su_in_home()

M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h +2
M ./libsofia-sip-ua/su/su_alloc.c -2 +35
M ./libsofia-sip-ua/su/torture_su_alloc.c +7

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-14)

2006-11-14 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Nov 13 19:39:29 EET 2006  [EMAIL PROTECTED]
  * add nua_extension.c to dsp files

M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp +4
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp +4

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-15)

2006-11-15 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Nov 15 19:18:17 EET 2006  [EMAIL PROTECTED]
  * soa: updated documentation.

M ./libsofia-sip-ua/soa/soa.c -1 +42
M ./libsofia-sip-ua/soa/soa.docs +112

Wed Nov 15 19:17:20 EET 2006  [EMAIL PROTECTED]
  * nua: updated documentation.

M ./libsofia-sip-ua/nua/Doxyfile +1
M ./libsofia-sip-ua/nua/nua.docs -14 +24
M ./libsofia-sip-ua/nua/nua_message.c -1 +1
M ./libsofia-sip-ua/nua/nua_session.c -16 +21
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -9 +11
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -5 +88
M ./libsofia-sip-ua/nua/test_init.c -1 +1
M ./libsofia-sip-ua/nua/test_refer.c -1 +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-17)

2006-11-17 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Fri Nov 17 12:38:03 EET 2006  [EMAIL PROTECTED]
  * su.h: added SU_IN6_IS_ADDR_V4MAPPED() and SU_IN6_IS_ADDR_V4COMPAT().

M ./libsofia-sip-ua/su/sofia-sip/su.h +12

Wed Nov 15 01:17:41 EET 2006  [EMAIL PROTECTED]
  * don't use  __attribute__((__malloc__)) on functions that don't return 
pointers

M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h -1 +1

Tue Nov 14 23:49:06 EET 2006  [EMAIL PROTECTED]
  * don't use  __attribute__((__malloc__)) on functions that don't return 
pointers

M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h -1

Fri Nov 17 12:02:43 EET 2006  [EMAIL PROTECTED]
  * bnf: added host_cmp().

M ./libsofia-sip-ua/bnf/bnf.c +86
M ./libsofia-sip-ua/bnf/sofia-sip/hostdomain.h +2
M ./libsofia-sip-ua/bnf/torture_bnf.c +17

Thu Nov 16 17:26:34 EET 2006  [EMAIL PROTECTED]
  * RELEASE: mentioning session timer bug

M ./RELEASE +2

Thu Nov 16 17:25:34 EET 2006  [EMAIL PROTECTED]
  * nua_session.c: fixed session timer negotiation when UAS does refreshing 
with INVITEs
  
  The session-expires header had "uac" even when uac did not support timer.
  The UAS failed to send re-INVITEs.
  
  Thanks for Chung Pak Lai for reporting this problem.

M ./libsofia-sip-ua/bnf/bnf.c +36
M ./libsofia-sip-ua/bnf/sofia-sip/bnf.h +6
M ./libsofia-sip-ua/bnf/torture_bnf.c +1
M ./libsofia-sip-ua/iptsec/auth_module.c +1
M ./libsofia-sip-ua/nua/nua_session.c -43 +100
M ./libsofia-sip-ua/nua/test_session_timer.c -3 +87
M ./libsofia-sip-ua/sip/Doxyfile -1 +2
M ./libsofia-sip-ua/soa/soa.docs -4 +6
M ./libsofia-sip-ua/su/su_alloc.c +2
M ./libsofia-sip-ua/su/su_port.c -1
M ./libsofia-sip-ua/su/su_taglist.c -1 +1
M ./libsofia-sip-ua/tport/tport.c -1 +2
M ./libsofia-sip-ua/tport/tport_internal.h -1 +2

Thu Nov 16 14:23:30 EET 2006  [EMAIL PROTECTED]
  * nta.c: setting the local sequence number of nta_leg_t only when first 
request is sent.
  
  Application can now set the initial value of CSeq either in nta_leg_create()
  or in nta_outgoing_*create() (or nta_msg_request_complete()).

M ./libsofia-sip-ua/nta/nta.c -9 +15

Thu Nov 16 13:55:33 EET 2006  [EMAIL PROTECTED]
  * README, devel_platform_notes.txt: updated

M ./README -3 +3
M ./docs/devel_platform_notes.txt -1 +9

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-22)

2006-11-22 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Nov 22 21:41:33 EET 2006  [EMAIL PROTECTED]
  * torture_su_port.c: fixed problems with I overflow.

M ./libsofia-sip-ua/su/torture_su_port.c -2 +4

Wed Nov 22 21:06:38 EET 2006  [EMAIL PROTECTED]
  * outbound.c: ignore empty rport parameter when detecting NAT binding changes

M ./libsofia-sip-ua/nua/outbound.c -1 +1

Wed Nov 22 20:46:05 EET 2006  [EMAIL PROTECTED]
  * win32: using /W3 /WX, removed /YX
  
  /W3 == warning level 3; level 4 gives errors on WinSock headers
  /WX == flag warnigns as errors
  /YX == use precompiled headers 
 (redefining XYZZY_MAGIC_T in various .C files does not work with /YX)

M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp -1 +2
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp -1 +2
M ./win32/tests/test_htable/test_htable.dsp -1 +2
M ./win32/tests/test_memmem/test_memmem.dsp -1 +2
M ./win32/tests/test_nta/test_nta.dsp -1 +2
M ./win32/tests/test_nua/test_nua.dsp -11 +12
M ./win32/tests/test_su/test_su.dsp -1 +2
M ./win32/tests/test_tport/test_tport.dsp -1 +2
M ./win32/tests/torture_rbtree/torture_rbtree.dsp -1 +2
M ./win32/tests/torture_su/torture_su.dsp -1 +2
M ./win32/tests/torture_su_alloc/torture_su_alloc.dsp -1 +2
M ./win32/tests/torture_su_bm/torture_su_bm.dsp -1 +2
M ./win32/tests/torture_su_port/torture_su_port.dsp -1 +2
M ./win32/tests/torture_su_root/torture_su_root.dsp -1 +2
M ./win32/tests/torture_su_tag/torture_su_tag.dsp -1 +2
M ./win32/tests/torture_su_time/torture_su_time.dsp -1 +2
M ./win32/tests/torture_su_timer/torture_su_timer.dsp -1 +2
M ./win32/utils/localinfo/localinfo.dsp -1 +2
M ./win32/utils/sip_dig/sip_dig.dsp -1 +2
M ./win32/utils/sip_options/sip_options.dsp -1 +2
M ./win32/utils/sip_options_static/sip_options_static.dsp -1 +2
M ./win32/utils/stunc/stunc.dsp -1 +2

Wed Nov 22 20:42:40 EET 2006  [EMAIL PROTECTED]
  * torture_su_port.c: fixed problems with Winsock/non-epoll implementations.

M ./libsofia-sip-ua/su/torture_su_port.c -4 +18

Wed Nov 22 20:03:38 EET 2006  [EMAIL PROTECTED]
  * win32/build_sources.cmd: do the right thing by default with msg_parser.awk
  
  There is a bug in gawk 3.1.3 in Win32 returning error code from exit
  in END block unless exit is called with (-1) as its
  parameter. Avoiding that bug was the default behaviou earlier,
  resulting error with gawk 3.1.5.

M ./win32/build_sources.cmd -2 +4

Tue Nov 21 23:16:01 EET 2006  [EMAIL PROTECTED]
  * stun.c: removed unused variables in stun_test_nattype()

M ./libsofia-sip-ua/stun/stun.c -4

Wed Nov 22 20:16:07 EET 2006  [EMAIL PROTECTED]
  * nta, nth, url: use host_cmp() where appropriate

M ./libsofia-sip-ua/nta/nta.c -2 +4
M ./libsofia-sip-ua/nth/nth_client.c -1 +3
M ./libsofia-sip-ua/nth/nth_server.c -1 +3
M ./libsofia-sip-ua/url/url.c -6 +2

Wed Nov 22 19:37:12 EET 2006  [EMAIL PROTECTED]
  * su tests: removed VC warnings from test_su.c, torture_su_alloc.c, 
torture_su_bm.c, torture_su_time.c.
  
  Patch from Michael Jerris.

M ./libsofia-sip-ua/su/test_su.c +2
M ./libsofia-sip-ua/su/torture_su_alloc.c -3 +12
M ./libsofia-sip-ua/su/torture_su_bm.c -1 +1
M ./libsofia-sip-ua/su/torture_su_time.c -1 +1

Wed Nov 22 19:33:34 EET 2006  [EMAIL PROTECTED]
  * win32/tests/test_su/test_su.dsp: using /W4 /WX

M ./win32/tests/test_su/test_su.dsp -4 +4

Wed Nov 22 19:21:57 EET 2006  [EMAIL PROTECTED]
  * su.c: do not cast to/from address to (void *) with win32 
su_sendto()/su_recvfrom()
  
  Patch from Mike Jerris.

M ./libsofia-sip-ua/su/su.c -2 +2

Wed Nov 22 19:15:18 EET 2006  [EMAIL PROTECTED]
  * nua/test_nat.c: using su_send()/su_recv() instead of send()/recv(), 
INVALID_SOCKET instead of -1

M ./libsofia-sip-ua/nua/test_nat.c -21 +23

Wed Nov 22 03:52:02 EET 2006  [EMAIL PROTECTED]
  * up msvc warning level and resolve warnings on test_tport

M ./libsofia-sip-ua/msg/test_class.c -3 +3
M ./libsofia-sip-ua/msg/test_class.h -1 +1
M ./libsofia-sip-ua/tport/test_tport.c -7 +2
M ./win32/tests/test_tport/test_tport.dsp -4 +4

Wed Nov 22 03:50:08 EET 2006  [EMAIL PROTECTED]
  * up msvc warning level and resolve warnings on test_nta

M ./libsofia-sip-ua/nta/test_nta.c -22 +18
M ./win32/tests/test_nta/test_nta.dsp -4 +4

Tue Nov 21 22:28:03 EET 2006  [EMAIL PROTECTED]
  * raise warning level on msvc build for test_nua, cast -1 to unsigned and 
correct data types on several vars

M ./libsofia-sip-ua/nua/test_init.c -1 +1
M ./libsofia-sip-ua/nua/test_nat.c -3 +3
M ./libsofia-sip-ua/nua/test_nua_params.c -13 +13
M ./win32/tests/test_nua/test_nua.dsp -4 +4
M ./win32/unistd.h -1 +1

Tue Nov 21 21:38:23 EET 2006  [EMAIL PROTECTED]
  * su_alloc.c: su_home_create() is now an alias to 
su_home_new(sizeof(su_home_t))
  
  Improve document, too. 

M ./libsofia-sip-ua/su/su_alloc.c -28 +30

Wed Nov

[Sofia-sip-devel] sofia-sip changes (2006-11-23)

2006-11-23 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Nov 23 16:36:26 EET 2006  [EMAIL PROTECTED]
  * torture_su_port.c: removed warnings

M ./libsofia-sip-ua/su/torture_su_port.c -5 +7

Thu Nov 23 00:33:37 EET 2006  [EMAIL PROTECTED]
  * make all msvc dsp files use /W3 /WX (warning level 3, warnings are errors)

M ./win32/libsofia-sip-ua-static/libsofia_sip_ua_static.dsp -3 +3
M ./win32/libsofia-sip-ua/libsofia_sip_ua.dsp -3 +3
M ./win32/tests/test_htable/test_htable.dsp -3 +3
M ./win32/tests/test_memmem/test_memmem.dsp -3 +3
M ./win32/tests/test_nta/test_nta.dsp -5 +4
M ./win32/tests/test_nua/test_nua.dsp -3 +3
M ./win32/tests/test_su/test_su.dsp -3 +3
M ./win32/tests/test_tport/test_tport.dsp -5 +4
M ./win32/tests/torture_rbtree/torture_rbtree.dsp -4 +4
M ./win32/tests/torture_su/torture_su.dsp -3 +3
M ./win32/tests/torture_su_alloc/torture_su_alloc.dsp -3 +3
M ./win32/tests/torture_su_bm/torture_su_bm.dsp -3 +3
M ./win32/tests/torture_su_port/torture_su_port.dsp -3 +3
M ./win32/tests/torture_su_root/torture_su_root.dsp -3 +3
M ./win32/tests/torture_su_tag/torture_su_tag.dsp -3 +3
M ./win32/tests/torture_su_time/torture_su_time.dsp -3 +3
M ./win32/tests/torture_su_timer/torture_su_timer.dsp -3 +3
M ./win32/utils/localinfo/localinfo.dsp -3 +3
M ./win32/utils/sip_dig/sip_dig.dsp -3 +3
M ./win32/utils/sip_options/sip_options.dsp -3 +3
M ./win32/utils/sip_options_static/sip_options_static.dsp -3 +3
M ./win32/utils/stunc/stunc.dsp -3 +3

Thu Nov 23 00:03:36 EET 2006  [EMAIL PROTECTED]
  * resolve warning C4295: 'msg' : array is too small to include a terminating 
null character warning in torture_su_root.c

M ./libsofia-sip-ua/su/torture_su_root.c -1 +1

Thu Nov 23 12:36:36 EET 2006  [EMAIL PROTECTED]
  * Added a notice to RELEASE that nua_glib.h will be moved to a separate 
package in the next release.

M ./RELEASE -4 +6

Wed Nov 22 22:18:07 EET 2006  [EMAIL PROTECTED]
  * RELEASE: updated

M ./RELEASE -14 +11

Wed Nov 22 22:16:48 EET 2006  [EMAIL PROTECTED]
  tagged sofia-sip-1.12.3work4


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-28)

2006-11-28 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Nov 28 19:32:36 EET 2006  [EMAIL PROTECTED]
  * Fixed warning from stun.c on non-cygwin builds.

M ./libsofia-sip-ua/stun/stun.c +2

Tue Nov 28 19:44:22 EET 2006  [EMAIL PROTECTED]
  * stunc.c: fixed su_getlocalinfo() usage, inet_ntop() usage.

M ./libsofia-sip-ua/stun/stun.c -61 +51

Tue Nov 28 17:03:54 EET 2006  [EMAIL PROTECTED]
  * stun.c: sanitized assign_socket

M ./libsofia-sip-ua/stun/stun.c -79 +50

Tue Nov 28 17:03:20 EET 2006  [EMAIL PROTECTED]
  * stun: STUN_ERROR() has now value -1

M ./libsofia-sip-ua/stun/stun.c -17 +8
M ./libsofia-sip-ua/stun/stun_internal.h -5 +3

Tue Nov 28 18:30:18 EET 2006  Steve Underwood 
  * sdp: added RED media and UDPTL transport

M ./libsofia-sip-ua/sdp/sdp_parse.c +4
M ./libsofia-sip-ua/sdp/sdp_print.c -2 +4
M ./libsofia-sip-ua/sdp/sofia-sip/sdp.h -1 +3

Tue Nov 28 13:08:41 EET 2006  [EMAIL PROTECTED]
  * msg: fixed doxygen docs.

M ./libsofia-sip-ua/msg/Doxyfile +1
M ./libsofia-sip-ua/msg/msg_parser.c -1 +1
M ./libsofia-sip-ua/msg/msg_parser_util.c -3 +3

Tue Nov 28 13:08:28 EET 2006  [EMAIL PROTECTED]
  * msg: added msg_make().

M ./libsofia-sip-ua/msg/msg_parser_util.c +45
M ./libsofia-sip-ua/msg/sofia-sip/msg.h +3
M ./libsofia-sip-ua/msg/test_msg.c -20 +1

Tue Nov 28 12:40:26 EET 2006  [EMAIL PROTECTED]
  * stun_common.c: use SU_SOCKADDR_SIZE() to calculate correct size for 
sockaddr in stun_send_message()
  
  Problem reported by Konstantin Belousov.

M ./libsofia-sip-ua/stun/stun_common.c -1 +2

Thu Nov 23 23:45:05 EET 2006  [EMAIL PROTECTED]
  * sofia-sip/su_time.h: added SU_TIME_EPOCH

M ./libsofia-sip-ua/su/sofia-sip/su_time.h +3

Thu Nov 23 23:42:12 EET 2006  [EMAIL PROTECTED]
  * README: updated options-client-example

M ./README -3 +5

Thu Nov 23 23:41:56 EET 2006  [EMAIL PROTECTED]
  * bnf.c: host_cmp() used uninitialized data.

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

Thu Nov 23 22:19:42 EET 2006  [EMAIL PROTECTED]
  * nth: added nth_site_access_time().

M ./libsofia-sip-ua/nth/nth_server.c -5 +29
M ./libsofia-sip-ua/nth/sofia-sip/nth.h -3 +5

Thu Nov 23 22:19:26 EET 2006  [EMAIL PROTECTED]
  * nth: added nth_site_url()

M ./libsofia-sip-ua/nth/nth_server.c +7
M ./libsofia-sip-ua/nth/sofia-sip/nth.h +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-29)

2006-11-29 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Wed Nov 29 12:03:12 EET 2006  [EMAIL PROTECTED]
  * Doxyfile.aliases: fixed @VERSION_1_12_4

M ./libsofia-sip-ua/docs/Doxyfile.aliases -1 +1

Wed Nov 29 12:01:30 EET 2006  [EMAIL PROTECTED]
  * nua_tag.h: NUTAG_APPL_METHOD is not yet in API.

M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h -37

Wed Nov 29 10:34:06 EET 2006  [EMAIL PROTECTED]
  * libsofia-sip-ua/Makefile.am: silenced some spurious warnings from doxygen 

M ./libsofia-sip-ua/Makefile.am -3 +4

Wed Nov 29 10:33:25 EET 2006  [EMAIL PROTECTED]
  * sres_blocking.c, su_osx_runloop.c: fixed doxygen docs

M ./libsofia-sip-ua/sresolv/sres_blocking.c -3 +3
M ./libsofia-sip-ua/su/su_osx_runloop.c -6 +7

Wed Nov 29 09:41:22 EET 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE -5 +5

Wed Nov 29 01:44:17 EET 2006  [EMAIL PROTECTED]
  * Added #include  to test programs.

M ./libsofia-sip-ua/http/test_http.c -5 +6
M ./libsofia-sip-ua/ipt/torture_base64.c +1
M ./libsofia-sip-ua/sip/torture_sip.c -3 +5
M ./libsofia-sip-ua/su/torture_rbtree.c +1
M ./libsofia-sip-ua/su/torture_su_alloc.c +1
M ./libsofia-sip-ua/su/torture_su_bm.c +2
M ./libsofia-sip-ua/su/torture_su_port.c -1 +3
M ./libsofia-sip-ua/su/torture_su_root.c +1
M ./libsofia-sip-ua/su/torture_su_root_osx.c +1
M ./libsofia-sip-ua/su/torture_su_time.c +1

Wed Nov 29 01:39:05 EET 2006  [EMAIL PROTECTED]
  * RELEASE: updated.

M ./RELEASE -5 +21

Wed Nov 29 01:29:28 EET 2006  [EMAIL PROTECTED]
  * test_refer.c: not using assert(), found timing problem with Mr. C.

M ./libsofia-sip-ua/nua/test_refer.c -1 +1

Wed Nov 29 01:20:01 EET 2006  [EMAIL PROTECTED]
  * test_register.c: increase minimum refresh interval for REGISTER to 600 sec.

M ./libsofia-sip-ua/nua/test_register.c -1 +1

Wed Nov 29 00:02:34 EET 2006  [EMAIL PROTECTED]
  * tstdef.h: added tst_abort

M ./libsofia-sip-ua/nua/test_nua.c +2
M ./libsofia-sip-ua/su/sofia-sip/tstdef.h -13 +23

Tue Nov 28 23:41:56 EET 2006  [EMAIL PROTECTED]
  * nua: not using aor-specific contact if that aor is not specified.

M ./libsofia-sip-ua/nua/nua_register.c -2 +5
M ./libsofia-sip-ua/nua/test_basic_call.c -24 +32

Tue Nov 28 23:25:26 EET 2006  [EMAIL PROTECTED]
  * nua: fixed problem of using user-supplied Contact with nua_register()
  
  The user-supplied Contact was not stored with the registration.

M ./libsofia-sip-ua/nua/nua_dialog.h +2
M ./libsofia-sip-ua/nua/nua_register.c -10 +13
M ./libsofia-sip-ua/nua/nua_stack.c +3
M ./libsofia-sip-ua/nua/test_basic_call.c -16 +16
M ./libsofia-sip-ua/nua/test_register.c -4 +12

Tue Nov 28 22:35:48 EET 2006  [EMAIL PROTECTED]
  * torture_url.c: added tests for url_query_as_header_string().

M ./libsofia-sip-ua/url/torture_url.c -3 +9

Tue Nov 28 22:10:26 EET 2006  [EMAIL PROTECTED]
  * msg: added msg_as_string(). Updated msg_make() prototype.

M ./libsofia-sip-ua/msg/msg_parser.c -41 +125
M ./libsofia-sip-ua/msg/msg_parser_util.c -5 +16
M ./libsofia-sip-ua/msg/sofia-sip/msg.h -1 +5
M ./libsofia-sip-ua/msg/sofia-sip/msg_mclass.h -2 +6
M ./libsofia-sip-ua/msg/test_msg.c -1 +33

Tue Nov 28 21:56:04 EET 2006  [EMAIL PROTECTED]
  * auth_module.c: added auth_mod_name().

M ./libsofia-sip-ua/iptsec/auth_module.c +5
M ./libsofia-sip-ua/iptsec/sofia-sip/auth_module.h +2

Tue Nov 28 21:52:13 EET 2006  [EMAIL PROTECTED]
  * su, http, nth, sip, tport: removed some warnings.

M ./libsofia-sip-ua/http/test_http.c -1 +1
M ./libsofia-sip-ua/iptsec/auth_client.c -2 +2
M ./libsofia-sip-ua/nth/nth_server.c -1 +1
M ./libsofia-sip-ua/nth/sofia-sip/nth.h -1 +1
M ./libsofia-sip-ua/sip/validator.c -7 +7
M ./libsofia-sip-ua/su/sofia-sip/su_alloc.h -1 +1
M ./libsofia-sip-ua/su/sofia-sip/su_tag.h -4 +4
M ./libsofia-sip-ua/su/su_wait.c -3 +4
M ./libsofia-sip-ua/tport/test_tport.c -1 +1

Tue Nov 28 21:17:27 EET 2006  [EMAIL PROTECTED]
  * tport.c: tport_send_msg() returns -1 or 0.

M ./libsofia-sip-ua/tport/tport.c -4 +5

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-11-30)

2006-11-30 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Thu Nov 30 09:57:33 EET 2006  [EMAIL PROTECTED]
  tagged rel-sofia-sip-1_12_4


Thu Nov 30 09:47:08 EET 2006  [EMAIL PROTECTED]
  * RELEASE: updated

M ./RELEASE +2

Thu Nov 30 09:33:54 EET 2006  [EMAIL PROTECTED]
  * nua_session.c: always free BYE message created when session handle is 
destroyed

M ./libsofia-sip-ua/nua/nua_session.c -2 +1

Wed Nov 29 18:02:18 EET 2006  [EMAIL PROTECTED]
  * torture_sdp.c: including 

M ./libsofia-sip-ua/sdp/torture_sdp.c +1

Wed Nov 29 15:29:45 EET 2006  [EMAIL PROTECTED]
  * nua/test_session_timer.c: checking Sessiin-Expires header

M ./libsofia-sip-ua/nua/test_session_timer.c +2

Wed Nov 29 12:29:38 EET 2006  [EMAIL PROTECTED]
  * Updated RELEASE, adding @since to document entries.

M ./RELEASE -6 +6
M ./libsofia-sip-ua/docs/Doxyfile.aliases +2
M ./libsofia-sip-ua/iptsec/auth_module.c -1 +1
M ./libsofia-sip-ua/msg/msg_parser.c -2 +2
M ./libsofia-sip-ua/msg/msg_parser_util.c -2 +2
M ./libsofia-sip-ua/nth/nth_server.c -2 +2
M ./libsofia-sip-ua/nth/sofia-sip/nth_tag.h -1 +1
M ./libsofia-sip-ua/nua/nua.c -2 +6
M ./libsofia-sip-ua/nua/sofia-sip/nua.h -2 +3
M ./libsofia-sip-ua/nua/sofia-sip/nua_tag.h +41
M ./libsofia-sip-ua/sdp/sofia-sip/sdp.h -2 +2
M ./libsofia-sip-ua/sip/sip_tag_class.c +2
M ./libsofia-sip-ua/su/sofia-sip/su_osx_runloop.h -1 +2
M ./libsofia-sip-ua/su/sofia-sip/su_time.h -1 +1
M ./libsofia-sip-ua/su/su_osx_runloop.c +3
M ./libsofia-sip-ua/url/url.c +2

Wed Nov 29 11:36:34 EET 2006  [EMAIL PROTECTED]
  * RELEASE: added bits about NUTAG_ALLOW_EVENTS(), sdp_media_red, 
sdp_proto_udptl.

M ./RELEASE -4 +7

Wed Nov 29 09:42:02 EET 2006  [EMAIL PROTECTED]
  * configure.ac, RELEASE: release 1.12.4

M ./RELEASE -24 +5
M ./configure.ac -1 +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-12-04)

2006-12-04 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Mon Dec  4 17:35:48 EET 2006  [EMAIL PROTECTED]
  * Fixed bug in adding zero-padding to STUN messages protected with message 
integrity. Patch by Petteri Puolakka.

M ./RELEASE +3
M ./libsofia-sip-ua/stun/stun_common.c -1 +1

Mon Dec  4 17:34:59 EET 2006  [EMAIL PROTECTED]
  * Open tree for development. Version to 1.12.4work.

M ./RELEASE -100 +43
M ./configure.ac -1 +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


[Sofia-sip-devel] sofia-sip changes (2006-12-05)

2006-12-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo
.

Tue Dec  5 20:35:42 EET 2006  [EMAIL PROTECTED]
  * Marked the libsofia-sip-ua-glib version change to ChangeLog.

M ./libsofia-sip-ua-glib/ChangeLog +6

Tue Dec  5 19:36:23 EET 2006  [EMAIL PROTECTED]
  * test_nta.c: using usize_t.

M ./libsofia-sip-ua/nta/test_nta.c -20 +20

Tue Dec  5 19:34:26 EET 2006  [EMAIL PROTECTED]
  * sofia-sip.spec.in: removed gobject

M ./packages/sofia-sip.spec.in -12 +13

Tue Dec  5 19:27:38 EET 2006  [EMAIL PROTECTED]
  * tport: use usize_t as TPORT_MTU() parameter

M ./libsofia-sip-ua/tport/sofia-sip/tport_tag.h -2 +2
M ./libsofia-sip-ua/tport/tport_internal.h -1 +1
M ./libsofia-sip-ua/tport/tport_tag.c -1 +1

Tue Dec  5 19:21:38 EET 2006  [EMAIL PROTECTED]
  * nta: using size_t internally.

M ./libsofia-sip-ua/nta/nta.c -43 +51
M ./libsofia-sip-ua/nta/nta_internal.h -32 +32
M ./libsofia-sip-ua/nta/nta_tag.c -1 +1
M ./libsofia-sip-ua/nta/sofia-sip/nta_tag.h -4 +4

Tue Dec  5 19:11:53 EET 2006  [EMAIL PROTECTED]
  * su_tag.h: added size_tag_class and usize_tag_class.

M ./libsofia-sip-ua/su/sofia-sip/su_tag.h +4
M ./libsofia-sip-ua/su/sofia-sip/su_tag_class.h +4
M ./libsofia-sip-ua/su/su_taglist.c +104

Tue Dec  5 18:39:28 EET 2006  [EMAIL PROTECTED]
  * nta.c: added timer N3.
  
  Timer N3 is used to guard against the excessive long delays when
  establishing a TCP connection. If a SIP request message is over 1300 bytes
  the stack tries to use TCP even if UDP is specified. Without N3 the
  transaction times out if the stack receives no response to TCP SYN segment
  (connection establishment request) because, e.g., a "stealth-mode" firewall
  drops the SYN segment. The "stealth-mode" firewall does not respond with a
  ICMP unreachable packet or RESET segment.
  
  Thanks for Michael Jerris, Johan Paul, Sami Sirkia and Jarmo Ruusiala for
  repeatedly reporting the problem.

M ./libsofia-sip-ua/nta/nta.c -10 +28

Tue Dec  5 18:32:13 EET 2006  [EMAIL PROTECTED]
  * tport.h, tport.c: added new attribute tport_is_connected()
  
  If tport_is_connected() return true if connection-oriented transport has an
  established connection.

M ./libsofia-sip-ua/tport/sofia-sip/tport.h +3
M ./libsofia-sip-ua/tport/tport.c -5 +15
M ./libsofia-sip-ua/tport/tport_internal.h -4 +5
M ./libsofia-sip-ua/tport/tport_type_sctp.c -1 +1
M ./libsofia-sip-ua/tport/tport_type_tcp.c -1 +1

Tue Dec  5 18:31:04 EET 2006  [EMAIL PROTECTED]
  * Doxyfile.aliases: added @VERSION_1_12_5 and @NEW_1_12_5.

M ./libsofia-sip-ua/docs/Doxyfile.aliases +3

Tue Dec  5 17:44:48 EET 2006  [EMAIL PROTECTED]
  * configure.ac: m4dir is no more used

M ./configure.ac -10
M! ./packages/sofia-sip.spec.in -30 +57

Tue Dec  5 19:12:46 EET 2006  [EMAIL PROTECTED]
  * Fixed the libsofia-sip-ua-glib soname.

M ./configure.ac -1 +1

Tue Dec  5 19:10:44 EET 2006  [EMAIL PROTECTED]
  * The nua-glib module has been removed from the libsofia-sip-ua-glib library, 
and will be made available as a separate package.

M ./RELEASE -3 +6
M ./configure.ac -4 +3
M ./libsofia-sip-ua-glib/Makefile.am -7 +2
R ./libsofia-sip-ua-glib/nua-glib/
R ./libsofia-sip-ua-glib/nua-glib/Doxyfile
R ./libsofia-sip-ua-glib/nua-glib/Makefile.am
R ./libsofia-sip-ua-glib/nua-glib/nua_glib.c
R ./libsofia-sip-ua-glib/nua-glib/nua_glib.docs
R ./libsofia-sip-ua-glib/nua-glib/nua_glib_marshal.list
R ./libsofia-sip-ua-glib/nua-glib/nua_glib_op.c
R ./libsofia-sip-ua-glib/nua-glib/nua_glib_op.h
R ./libsofia-sip-ua-glib/nua-glib/nua_glib_priv.h
R ./libsofia-sip-ua-glib/nua-glib/sofia-sip/
R ./libsofia-sip-ua-glib/nua-glib/sofia-sip/nua_glib.h
R ./libsofia-sip-ua-glib/nua-glib/test_nua_glib.c
M ./m4/sac-su2.m4 -15 +1
M ./packages/sofia-sip-ua-glib.pc.in -1 +1
M ./packages/sofia-sip.spec.in -11 +4

Tue Dec  5 18:00:39 EET 2006  [EMAIL PROTECTED]
  * Do not fake to support IPv6 with STUN.

M ./libsofia-sip-ua/stun/stun.c +3

Tue Dec  5 13:07:47 EET 2006  [EMAIL PROTECTED]
  * su_wait.h: fixed a comment

M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -1 +1

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


  1   2   3   4   >