- 13 Aug, 2010 1 commit
-
-
Pekka Pessi authored
-
- 13 May, 2009 2 commits
-
-
Pekka Pessi authored
Ignore-this: 78b9afb6e97ff730d7924d860ef33921 Now accepts NULL buffer with nonzero size. Coverity issue. darcs-hash:20090513180206-db55f-e8ed3ebb0000de487445830a2e6b2081daef4059.gz
-
Pekka Pessi authored
Ignore-this: a45ef326def7b1bcd14de4850f3c24ab Coverity issue. darcs-hash:20090513155041-db55f-e35461a33ec6f27af204f7c1a1f7dfdbaf7f7de0.gz
-
- 04 Mar, 2009 1 commit
-
-
Ignore-this: 2cc5844f4be7e64677568a2b1b9563d darcs-hash:20090304193537-945f2-0ade3ca2804b2ce4885bff2a8be1c533f856d84c.gz
-
- 27 Nov, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20081127130045-db55f-cf3f48aeef5473bf2e7bd0e4af866cfc74e2c315.gz
-
- 19 Sep, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070919142729-65a35-e6bf5e6145af7b745c0d6230126386f9096c48a9.gz
-
- 27 May, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070527185213-65a35-dbc5d58debb94bcd93ce0cee9fb613c814a64feb.gz
-
- 02 May, 2007 1 commit
-
-
Martti Mela authored
darcs-hash:20070502110158-1b897-cba98e0e6eae5976a3b73701da2ef7c622b8acd4.gz
-
- 07 Mar, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070307103316-88462-88a32023c0be8459a5eb26e5a92cb194c70baa8d.gz
-
- 28 Feb, 2007 1 commit
-
-
Pekka Pessi authored
Updated usage. darcs-hash:20070228172037-55b16-0f4fdb3d30f034f83a1625e66c00c9f620bdc338.gz
-
- 28 Nov, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20061128201026-65a35-e279142515a6a8073889a5aae5d471d598bb2a7b.gz
-
Pekka Pessi authored
darcs-hash:20061128110828-65a35-964f784be3ea3724bb196f68c9efbb0ea78b6edb.gz
-
- 21 Nov, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061121185924-65a35-069ff683be9ac26ba8ad488ff6bc3e5fd93a0247.gz
-
- 31 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061031200332-65a35-9e4fcf0cc7c0ffd5f6a6945328948984feb775f3.gz
-
- 12 May, 2006 2 commits
-
-
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
POSIX socklen_t is not used in addrinfo. We use addrinfo. darcs-hash:20060512085947-65a35-76c37eeb7a4fd6f9a8ad32a75ebe0ee16e470761.gz
-
- 14 Feb, 2006 1 commit
-
-
Pekka Pessi authored
All public include files installed in ${sofiadir} are now in sofia-sip subdirectories. They are installed to ${sofiadir}/sofia-sip, too. ${sofiadir} is defined by configure script relative to your ${prefix}, by default ${sofidir} is ${prefix}/include/sofia-sip-1.11. The default prefix is /usr/local and ${sofiadir} is /usr/local/include/sofia-sip-1.11. When using package manager, the ${prefix} is usually /usr and ${sofiadir} is /usr/include/sofia-sip-1.11. The public include files should be referenced using sofia-sip path, e.g., <sofia-sip/su.h>. You can either fix your applications to use the new include file names with the fix-include-sofia-sip sed script found in scripts/ directory, or add both ${sofiadir} and ${sofiadir}/sofia-sip into your include path, e.g., INCLUDES darcs-hash:20060214140740-65a35-305973241d6cc2e1ab3fe19359445b839b3c22a8.gz
-
- 05 Jan, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060105150628-65a35-0bb9ed4feadca677cc1dbcf5fd7fd1dfa18c2d94.gz
-
- 22 Dec, 2005 1 commit
-
-
Pekka Pessi authored
The hc_update is used to update shortcuts to well-known parameters. Updated manipulation functions for header parameters to use hc_update. Added updating functions for SIP headers. darcs-hash:20051222130613-65a35-cc639bb9b1e29eaea3fc2c180bfba0520e55a20e.gz
-
- 15 Dec, 2005 1 commit
-
-
Pekka Pessi authored
msg_header_find_param(), msg_header_add_param(), msg_header_replace_param(), and msg_header_remove_param(). darcs-hash:20051215205155-65a35-b3deaa9f1e4faa03e0142e34b83b3372dbbebce2.gz
-
- 25 Nov, 2005 1 commit
-
-
Pekka Pessi authored
darcs-hash:20051125132219-65a35-302c507e2f5cef53ad7c1c6ec7e1473ac6a16568.gz
-
- 08 Nov, 2005 1 commit
-
-
Pekka Pessi authored
Renamed msg_test.c as test_msg.c. Renamed msg_test_class.[hc] as test_class.[hc], msg_test_protos.h(.in) as test_protos.h(.in), msg_test_table.c(.in) as test_table.c(.in). darcs-hash:20051108102532-65a35-490146c7c8f95c74c20c13bddf15971faec8b557.gz
-
- 07 Nov, 2005 1 commit
-
-
Pekka Pessi authored
Added msg_header_free(), msg_header_free_all(). Removed msg_dup_all() and msg_copy_all(). darcs-hash:20051107202157-65a35-ad6eabf68c592e4928b908fd4feea5038548158a.gz
-
- 04 Nov, 2005 1 commit
-
-
Pekka Pessi authored
darcs-hash:20051104115624-65a35-04c9960b05ce1d7917ec0f776046d2ed3a19e60e.gz
-
- 13 Oct, 2005 2 commits
-
-
Pekka Pessi authored
darcs-hash:20051013142609-65a35-ae82bd34717e92d23f57a2f2caab9120cb0c8b3e.gz
-
Pekka Pessi authored
darcs-hash:20051013142158-65a35-4e3c78d621d49e3606938941a31987c858d3ffaf.gz
-
- 23 Sep, 2005 2 commits
-
-
Pekka Pessi authored
darcs-hash:20050923150307-65a35-c896abb3c14bf345393883c9c666e84ec92a4b41.gz
-
Pekka Pessi authored
darcs-hash:20050923142002-65a35-d25bfaa1ddfc12c5bbf12cf4b21ee5a105de333a.gz
-
- 09 Sep, 2005 1 commit
-
-
Pekka Pessi authored
darcs-hash:20050909105809-65a35-b0d73b05e3938422557b5fce77f44beaa2dc709c.gz
-
- 08 Sep, 2005 1 commit
-
-
Pekka Pessi authored
Added su_home_new() and su_home_unref(). Fixed su_home_mutex_lock() and su_home_mutex_unlock(). Slightly changed semantics of su_home_clone() versus su_home_threadsafe(). darcs-hash:20050908001135-65a35-9408f1630a3ec6b926461e82525cf7bf3fd67685.gz
-
- 07 Sep, 2005 1 commit
-
-
Pekka Pessi authored
darcs-hash:20050907200052-65a35-f31775554518776b4e5f4d5729ef9f99eae648dc.gz
-