- 03 Jan, 2008 2 commits
-
-
Pekka Pessi authored
darcs-hash:20080103160211-65a35-6bef0d69a72e5a3ab30bd3564ec9f59c303ffee4.gz
-
Pekka Pessi authored
darcs-hash:20080103121147-65a35-1cf73919001d65d34327641ac21e63552f224e7d.gz
-
- 30 May, 2007 1 commit
-
-
Pekka Pessi authored
Added SU_INLINE_TAG_CAST into sofia-sip/su_configure.h{,.in}. Using SU_INLINE_TAG_CAST in sofia-sip/sip_tag.h{,.in} sofia-sip/http_tag.h{,.in} sofia-sip/su_tag.h sofia-sip/su_tag_io.h sofia-sip/auth_module.h sofia-sip/nth_tag.h sofia-sip/nua_tag.h darcs-hash:20070530143753-65a35-b0d848420ee956bc422a44a67de1d91c515a500d.gz
-
- 28 May, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070528085928-65a35-03420e9b2d5bad485ff70afb29bbeb608eb1ddfa.gz
-
- 02 May, 2007 1 commit
-
-
Pekka Pessi authored
Testing with #include <sys/types.h>. darcs-hash:20070502174808-55b16-2ce7335cefaed99e32d5a9f0504cce6e9b9ba092.gz
-
- 27 Apr, 2007 1 commit
-
-
Pekka Pessi authored
Made rules/lcov.am suitable for different projects. Removed rules/coverage.am, rules/covcheck.am, scripts/add-coverage Added scripts/lcov-report, which has functionality previously in the lcov-report makefile target. Added m4/sac-coverage.am for autoconf macros used by rules/lcov.am. darcs-hash:20070427142118-55b16-d827dc7a851ffdc27233bdea8d3b6948198d6118.gz
-
- 26 Apr, 2007 1 commit
-
-
Pekka Pessi authored
If there is a recent enough lcov available (> 1.5, in other words, a version downloaded from ltp.cvs.sourceforge.net and available from http://sofia-sip.org/~ppessi/) there are lcov and covcheck targets defined in rules/coverage.am and rules/lcov.am for a nice coverage summary. Use ./configure --enable-coverage CFLAGS darcs-hash:20070426154459-55b16-d8c47adad79067d70994b42644dedf19e24da4b5.gz
-
- 19 Apr, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070419103915-65a35-525ddb4eae352731228134560290e58e0b800609.gz
-
- 21 Mar, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070321101556-88462-d474a1840cd44aa7ebda37d4475a1541f868c408.gz
-
- 07 Mar, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070307103351-88462-fa81cf3c31e88c6d2b4d03c71f56e72e7c397ab5.gz
-
- 06 Mar, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070306164953-88462-5370c652dc0d8a5ec2ccc595ab43c7568d57468e.gz
-
- 22 Feb, 2007 3 commits
-
-
Pekka Pessi authored
Added su_root_name() and su_port_name() functions to API. darcs-hash:20070222210558-88462-e6574b8fce46199f5c03887bad1ee66e9d2fcf9b.gz
-
Pekka Pessi authored
darcs-hash:20070222205115-88462-9fe7e3120f1b022abe48e5d462dbdf8222bdebef.gz
-
Pekka Pessi authored
- Autoconf now checks for support of %zu and %llu - Autoconf disables the E_BAD_PTR_INT_COMBINATION warning on SUNWspro - Fixed inline support: - SU_INLINE and SU_HAVE_INLINE macros defined correctly if compiler does not support inline - Using su_inline in public headers - Added normally inlined functions to library - Added some inlined functions as macros - Using explicit signedness with bit fields - (The bitfields in soa_session.h should go away, but...) - Fixed warnings in nta.c - Defining missing SOL_SCTP in tport_type_sctp.c Michael Jerris sent patch for some of the changes mentioned above. darcs-hash:20070222203018-88462-ec89b84a178f699bcd1e2195cfa75e2bbe10c9ae.gz
-
- 07 Feb, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070207200212-65a35-cfd75eeca99dac65565f7f2d6bfd848949e7f6d4.gz
-
- 06 Feb, 2007 1 commit
-
-
Martti Mela authored
darcs-hash:20070206154914-1b897-400e82172bcbd9f27aa2906851d9397ab00817dd.gz
-
- 02 Feb, 2007 1 commit
-
-
Pekka Pessi authored
If --enable-experimental is given, #define SU_HAVE_EXPERIMENTAL as 1 in <sofia-sip/su_configure.h>. The SU_HAVE_EXPERIMENTAL is used to enable experimental features (currently including suppression of extra NOTIFYs and NOTIFY bodies as specified in draft-niemi-sip-subnot-etag-01). darcs-hash:20070202173259-65a35-b720bc2c5f7bc82f21fc21660966f5a7612a262c.gz
-
- 01 Feb, 2007 2 commits
-
-
Pekka Pessi authored
Fix proposed by Nickolay V. Shmyrev. darcs-hash:20070201203620-65a35-06b53caeb758cb48abd1b49cdfbafe0e7544e6d3.gz
-
Pekka Pessi authored
Moved SIGPIPE check from configure.ac to m4/sac-su2.m4. darcs-hash:20070201121044-65a35-14bcf08fcb2d0b9fd2e9e4c2376d18e6c5f26aaf.gz
-
- 26 Jan, 2007 1 commit
-
-
Pekka Pessi authored
Basic su_port.c implementation using pthreads and poll() is now divided into three modules: su_base_port.c contains base implementation with su_base_*() functions, su_pthread_port.c contains pthread-specific implementation and su_poll_port() contains poll()/epoll()-specific parts. The decomposed su_port allows implementations on different platforms and usages to share code as far as possible. This patch also introduces configure option --disable-poll-port which should be used on systems with emulated poll, like older *BSD derivatives such as OS X. Note however that su_select_poll.c is not completed yet. darcs-hash:20070126155634-65a35-09612536f51f7cd14c33ba42278bc9ed2cee4144.gz
-
- 22 Dec, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061222154219-65a35-4d2ddb6685a74fe902ebb966a38dedd9db8ce10c.gz
-
- 19 Dec, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061219072606-65a35-1f88fbf469b8dd37c8f2e486ddb33b327db886f1.gz
-
- 05 Dec, 2006 1 commit
-
-
Kai Vehmanen authored
The nua-glib module has been removed from the libsofia-sip-ua-glib library, and will be made available as a separate package. darcs-hash:20061205171044-7659e-daeaf8778616b593bc9b3db24b422e404c59ffd1.gz
-
- 22 Nov, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20061122075653-65a35-47499d4b35e0eed062bcc38f7928f430c28a2791.gz
-
Pekka Pessi authored
darcs-hash:20061122075443-65a35-74cbfac7800672f6fade286c7ec07518f7274217.gz
-
- 21 Nov, 2006 1 commit
-
-
Pekka Pessi authored
sac-general.m4, sofia.am, some Makefile.am's: include configure-generated C flags in SOFIA_CFLAGS/AM_CFLAGS darcs-hash:20061121193359-65a35-274b067e315306f126d49892a688ed1113e848c3.gz
-
- 06 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061006153729-65a35-24932cd0cf9ee492272d56a1fbc5565de514fde4.gz
-
- 29 Sep, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060929131355-65a35-3d3df5d242ac6cbb4b02cd8a06ec89bdd2598ed5.gz
-
- 27 Sep, 2006 1 commit
-
-
Martti Mela authored
darcs-hash:20060927225250-1b897-cdbe62039e05e6fc41e2b55dd8753db170440fa2.gz
-
- 26 Sep, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20060926155623-65a35-a68a51ef278e40a678b7a9fdab01313f0dca6127.gz
-
Pekka Pessi authored
mingw compilation problem reported by Stanislav Zahariev, solution is not tested at all. darcs-hash:20060926000004-65a35-5d38aa020f4ce22edaa32787f4379d006851d1da.gz
-
- 25 Sep, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060925190724-65a35-e8bc8ad4f1e9ab31d9c6c240e2d37eb872dc8a16.gz
-
- 08 Sep, 2006 1 commit
-
-
Kai Vehmanen authored
darcs-hash:20060908091429-7659e-f05fcc54890a77d71c32b7f6e7fd6e8aec5c3c3e.gz
-
- 06 Sep, 2006 1 commit
-
-
Pekka Pessi authored
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. darcs-hash:20060906224131-65a35-78c83038c5adaa9e7a9a2905c6086b372e8017fc.gz
-
- 01 Jun, 2006 1 commit
-
-
Kai Vehmanen authored
darcs-hash:20060601211236-7659e-bfa835c6889ae949a0eda18279c04ad689106abf.gz
-
- 30 May, 2006 4 commits
-
-
Pekka Pessi authored
darcs-hash:20060530184024-65a35-99f70eab4833393e0eeee14bef3cbf9322d6f493.gz
-
Martti Mela authored
darcs-hash:20060530093157-1b897-c6c38d20bd03c79206ee53146058455b8471a10b.gz
-
Martti Mela authored
darcs-hash:20060530062009-1b897-a239469ec6c56a53bdb8bc968e4e2bbfedcb4420.gz
-
Martti Mela authored
darcs-hash:20060530061932-1b897-1b8941b47747de0ff931ac9062b92afa86d63e00.gz
-
- 19 May, 2006 1 commit
-
-
Pekka Pessi authored
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. darcs-hash:20060519124526-65a35-41e5ab8de8bce4a30163c7a9407da63175ee9007.gz
-