- 12 May, 2006 14 commits
-
-
Pekka Pessi authored
Trying to solve ai_addrlen problem. darcs-hash:20060512144731-65a35-ab57c9da2634bc6ff45ef9c87d7ceea0fe6b28fc.gz
-
Pekka Pessi authored
darcs-hash:20060512140009-65a35-97761e7a77b8741361fa033f629c0fb6b1ca8fa2.gz
-
Pekka Pessi authored
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. darcs-hash:20060512135552-65a35-be04d33c18f485b16d4407c0c8534b15e5424c73.gz
-
Pekka Pessi authored
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. darcs-hash:20060512123739-65a35-f40e2a77be00bd3293d8cc6877252b046afabcce.gz
-
Pekka Pessi authored
darcs-hash:20060512121352-65a35-08bb8f15ec39b33be052e418230cf3270cb1daf3.gz
-
Pekka Pessi authored
Taking NUTAG_OUTBOUND() options correctly into account in outbound.c. Improved the contact validation process in outbound.c, too. darcs-hash:20060512121142-65a35-edfd08a2b72659bfca3a3640c735effee369313b.gz
-
Pekka Pessi authored
In nua_session, unsigned v. sip_time_t. In tport.c, size_t v. socklen_t. darcs-hash:20060512120805-65a35-02f6ff9889def9ddc94d0cb3856370f1a3798d75.gz
-
Pekka Pessi authored
darcs-hash:20060512092716-65a35-1df93de28968cdf83d1f609aa94adc1e48934fda.gz
-
Pekka Pessi authored
POSIX socklen_t is not used in addrinfo. We use addrinfo. darcs-hash:20060512085947-65a35-76c37eeb7a4fd6f9a8ad32a75ebe0ee16e470761.gz
-
Pekka Pessi authored
darcs-hash:20060512083057-65a35-fb1ad4eb96af4e942b568844f92190b20c109115.gz
-
Pekka Pessi authored
darcs-hash:20060512083025-65a35-5f6a6dfcd026e7753db510255c01526304588fcc.gz
-
Pekka Pessi authored
darcs-hash:20060512082116-65a35-27184819bc856b2d577404dbebcdc526a1496632.gz
-
Pekka Pessi authored
darcs-hash:20060512070407-65a35-823b460fcbdd2047aa4ff691fcd22525c4eb5535.gz
-
Pekka Pessi authored
darcs-hash:20060512065924-65a35-40c91a3b0769df81f4edf553781c2d5959322420.gz
-
- 11 May, 2006 19 commits
-
-
Pekka Pessi authored
darcs-hash:20060511174454-65a35-6fd3156ab58920a5adab79efb3b935d4e731d66b.gz
-
Pekka Pessi authored
darcs-hash:20060511174428-65a35-f3a9ace6c6c2fc6e61a0e2e6bbdee0d7ae51c695.gz
-
Pekka Pessi authored
Bug reported by Thomas Rosenblatt. darcs-hash:20060511174307-65a35-5023fabba1e8cf77de091e738487147b71860228.gz
-
Pekka Pessi authored
- 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 darcs-hash:20060511165301-65a35-33cae542a196469f1d0ccdcfd1d4e5dd5a83853a.gz
-
Pekka Pessi authored
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. darcs-hash:20060511164918-65a35-b172d0a6c2e3d9dd540b8b47a51e9064f5394e19.gz
-
Pekka Pessi authored
darcs-hash:20060511163757-65a35-26314df1d2a432f3fa3f415e6cf6f12b743dcf3f.gz
-
Pekka Pessi authored
darcs-hash:20060511163628-65a35-fabb33ab62a0c4acbce0c51ca3a7179e6ae21a68.gz
-
Pekka Pessi authored
darcs-hash:20060511163505-65a35-e5805b646c84d54569e904b275beb9bfb57b0617.gz
-
Pekka Pessi authored
darcs-hash:20060511163404-65a35-606ae60373f723fbe0ae837eabe2dee1d7dc8bbb.gz
-
Pekka Pessi authored
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. darcs-hash:20060511143741-65a35-63e87cd71cb4839bf777488dcc66fbd0cb0a50a5.gz
-
Pekka Pessi authored
darcs-hash:20060511140824-65a35-ebedc6d66875aa536abb1226276f82fc867bafa4.gz
-
Pekka Pessi authored
darcs-hash:20060511140401-65a35-3c7dbf52f966a9b15403dd1298ba9c0ab1ab9834.gz
-
Pekka Pessi authored
darcs-hash:20060511134702-65a35-e5d6b108013ee7c85c153bc9b673ea34f21e1840.gz
-
Pekka Pessi authored
darcs-hash:20060511132323-65a35-95229da721b7589f86a48eaa7c037da480fd0579.gz
-
Pekka Pessi authored
Avoid #include ordering problem with <sofia-sip/http_parser.h>. darcs-hash:20060511120558-65a35-5ce01fb1ebd68c9ca97e0e0a94f6543e3bca88d2.gz
-
Pekka Pessi authored
Source files are still included in source tar. darcs-hash:20060511115230-65a35-8990b163f2a6a4f791e91a8e9b553aaaf534240c.gz
-
Pekka Pessi authored
Avoid #include ordering problem with sip_parser.h. darcs-hash:20060511095717-65a35-fbe53f23899ea9595b093d9c3e60787bc9e56c27.gz
-
Pekka Pessi authored
darcs-hash:20060511092406-65a35-2cf1cd79173ccfe74e482ec93525b9e8f3f0c0cc.gz
-
Pekka Pessi authored
darcs-hash:20060511070211-65a35-5aa6b0a0b23f155b7d9977f15f3faba76f09aec7.gz
-
- 08 May, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20060508125857-65a35-3e154185adaf3d773c8f5480ebace26150326f36.gz
-
Pekka Pessi authored
darcs-hash:20060508125857-65a35-004fcfe5090460b686cc486acaea9ed00c1a943d.gz
-
- 10 May, 2006 5 commits
-
-
Pekka Pessi authored
Just in case the message gets forwarded. darcs-hash:20060510205127-65a35-c261805e410039437a30223a7d262a799811541f.gz
-
Pekka Pessi authored
darcs-hash:20060510202847-65a35-4bf4f0b5bb709680fc70544dddd52bf3420efcc3.gz
-
Kai Vehmanen authored
darcs-hash:20060510203609-7659e-779b44614ac3b15ec3b1aba6d18c24c84f9152a8.gz
-
Pekka Pessi authored
Note that the files are not actually commented. darcs-hash:20060510202531-65a35-8588091bb842a95954506ad93e066525cdf923e4.gz
-
Pekka Pessi authored
darcs-hash:20060510195203-65a35-c486bd4ced9b289c336c37713b357531f5efa66c.gz
-