- 12 May, 2006 4 commits
-
-
Pekka Pessi authored
Trying to solve ai_addrlen problem. darcs-hash:20060512144731-65a35-ab57c9da2634bc6ff45ef9c87d7ceea0fe6b28fc.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
In nua_session, unsigned v. sip_time_t. In tport.c, size_t v. socklen_t. darcs-hash:20060512120805-65a35-02f6ff9889def9ddc94d0cb3856370f1a3798d75.gz
-
- 11 May, 2006 2 commits
-
-
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:20060511140401-65a35-3c7dbf52f966a9b15403dd1298ba9c0ab1ab9834.gz
-
- 04 May, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20060504112803-65a35-bf117ca419396cc16fe80de6c26cacad05593762.gz
-
Pekka Pessi authored
Added copyright lines and reference to LGPL license to the Makefile.am and configure.ac files. darcs-hash:20060504072602-65a35-b114bda72a6826460ae03b47c4a3ebdad473a1c7.gz
-
- 03 May, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060503104000-65a35-7ac6dd2e1cb4ab0dcdb1f4f1a4eb172eb0c359f2.gz
-
- 26 Apr, 2006 15 commits
-
-
Pekka Pessi authored
darcs-hash:20060426182227-65a35-f4be46f8357a641d3c46162df3beebd18a876607.gz
-
Pekka Pessi authored
darcs-hash:20060426173525-65a35-6631bf4eac5a0b9b27b4d273b95601e819f6fd08.gz
-
Pekka Pessi authored
Not requiring client certificate in tls. Tried to improve error handling, too. darcs-hash:20060426173450-65a35-4de45c1062356acb2533d26985c5486de123454f.gz
-
Pekka Pessi authored
darcs-hash:20060426173339-65a35-25691bfa6acd969f329523507307ba531d1624af.gz
-
Pekka Pessi authored
We avoid peeking and fussing around with message size. Simply allocate 64K buffer, receive(), then reduce the buffer size. darcs-hash:20060426173237-65a35-4b3090659246d7e48a2d182deafa6cba457a34cd.gz
-
Pekka Pessi authored
Now using already received data within a msg_t. darcs-hash:20060426173005-65a35-9c94c74a101f7c2c95d490cd50e65713cef914aa.gz
-
Pekka Pessi authored
darcs-hash:20060426172555-65a35-f93086747ce30a1b0559658a858d411c67c206bd.gz
-
Pekka Pessi authored
Changed tport_primary_t in tport_internal.h, updated tport_type_stun.c. darcs-hash:20060426172449-65a35-dd7c1a246d1708996c081666a684c1579f9b77f0.gz
-
Pekka Pessi authored
darcs-hash:20060426171941-65a35-2a2230c2de6151e26859765351ddf53bd684c252.gz
-
Pekka Pessi authored
darcs-hash:20060426171851-65a35-4b51c44caf31117062f744d3aac220cea7f251ea.gz
-
Pekka Pessi authored
Calling tport_alloc_seconary() when client socket has been created, making it possible to set socket options before connecting the socket. Currently, this benefits SCTP and TLS. This change affects tport_internal.h, tport.c, tport_type_sctp.c, tport_type_tcp.c, and tport_type_tls.c. darcs-hash:20060426165300-65a35-6d262b339a4362e16a2b20777e1d580efff33194.gz
-
Pekka Pessi authored
darcs-hash:20060426163652-65a35-cca4cb0b3f1ae33d2169ce34c0fe5cf48b82c82a.gz
-
Pekka Pessi authored
darcs-hash:20060426163628-65a35-7cd07bb0cf6d2ece5dec6bcc4073f95e8354f510.gz
-
Pekka Pessi authored
tport_primary_by_name() now returns transports regardless of their protocol family if tpn->tpn_host is not a literal IP address. darcs-hash:20060426163427-65a35-c6622e71edf1949eaf781b28c85b18c70caeb10a.gz
-
Pekka Pessi authored
darcs-hash:20060426071011-65a35-8c29e1f0cc410f86ad0ffa54dc81f0b59eeb2e11.gz
-
- 11 Apr, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060411210544-65a35-79909e40e8fc26fb11fbc935e7f11d2038f7f11e.gz
-
- 25 Apr, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060425092811-65a35-a63787c7c8e096e115d027a7041555cea9271dc9.gz
-
- 19 Apr, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060419035815-65a35-b476568811d567e77a77133990537014c8b8dbed.gz
-
- 18 Apr, 2006 5 commits
-
-
Pekka Pessi authored
darcs-hash:20060418235647-65a35-e11b9ef22bb2264b687be1c77f1a833fe1b278a8.gz
-
Pekka Pessi authored
It looks like openssl does not allow for client not to have certificate. darcs-hash:20060418235604-65a35-f01ddc6fe94505c2aad97916d64f1525e3cde446.gz
-
Pekka Pessi authored
darcs-hash:20060418053826-65a35-dc1fe031a2f10d1318f87c18558989547afdc112.gz
-
Pekka Pessi authored
darcs-hash:20060418053431-65a35-7fd61bef24eb1c82c4ba1118e7906abade23b833.gz
-
Pekka Pessi authored
darcs-hash:20060418051041-65a35-7338749511f9710bddb7bcf52b2a0116826ee75c.gz
-
- 17 Apr, 2006 1 commit
-
-
Pekka Pessi authored
Added tport_compressor_t type, tport_delivered_with_comp(). Removed tpac_sigcomp_accept() and tport_delivered_using_udvm(). darcs-hash:20060417233320-65a35-8a2571e39146a82f57e58d5e97c126392840c873.gz
-
- 11 Apr, 2006 6 commits
-
-
Pekka Pessi authored
darcs-hash:20060411184731-65a35-8255da382a4db86684f1d61e53cdda4aac76c347.gz
-
Pekka Pessi authored
darcs-hash:20060411182158-65a35-c5470b313ce45938987feb77c3ae720c76ebda66.gz
-
Pekka Pessi authored
darcs-hash:20060411182133-65a35-2ad806e14038f9c9720de9aaf12dfb54f2aeeab0.gz
-
Pekka Pessi authored
darcs-hash:20060411160507-65a35-3054fc8074db53e2845cf7dad0e4d888b0198c14.gz
-
Pekka Pessi authored
darcs-hash:20060411155957-65a35-3c0a7186fdb23df8cc9abb89e7a434e15255120f.gz
-
Pekka Pessi authored
darcs-hash:20060411142542-65a35-e9c92b57869871ba5b5a0df8f4e321e05f251b8f.gz
-
- 04 Apr, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060404175757-88462-2df2a1ed28c4d021c7339606108ce9494b7cb8ed.gz
-