This posting was generated automatically from darcs repo
<http://sofia-sip.org/repos/sofia-sip>.

Mon Mar 23 19:41:53 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su_uniqueid.c: simple threadsafe implementation
  Ignore-this: b3597fb6032b79a61b63f004f121188b
  
  Using /dev/urandom where available, simple 64-bit prng elsewhere.

    M ./libsofia-sip-ua/su/su_uniqueid.c -138 +202

Mon Mar 23 19:27:27 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * RELEASE: urandom is no more public
  Ignore-this: 353234331d627b77c66841036c9d77f7

    M ./RELEASE -1 +1

Mon Mar 23 19:22:50 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * nta.c: use random key when generating tags
  Ignore-this: 3e989f42549acbdbc259383b1b64e74d

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

Mon Mar 23 17:41:29 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * configure.ac: check for dlopen in -ldl
  Ignore-this: e1fa8a4bf30eb9023e54264dbe8c42bd

    M ./configure.ac +6

Mon Mar 23 17:41:08 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * tests: added check_dlopen_sofia.c
  Ignore-this: 1f3a1a6dc3e9099c6488a637e5f06e9a

    M ./tests/Makefile.am -2 +5
    A ./tests/check_dlopen_sofia.c

Wed Mar 11 18:52:58 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * tport.c: silence VC warnings
  Ignore-this: b81c43b73fcefa2dd58dd3366dd60368

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

Wed Mar 11 18:51:43 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * sres_sip.c: silence VC warnings
  Ignore-this: dd9d4b774716430cdf429ed86664b109

    M ./libsofia-sip-ua/sresolv/sres_sip.c -10 +10

Wed Mar 11 18:50:44 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * msg_mime.c: explicit cast when assigning to mp_len
  Ignore-this: ca5b8291eb84d8b166ab7f659bcf69f8

    M ./libsofia-sip-ua/msg/msg_mime.c -2 +3

Wed Mar 11 18:58:14 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * sofia-sip/su_config.h: include extern in SOFIAPUBVAR
  Ignore-this: 7cccd45776e8452a8e404aaf01eaeadf

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

Wed Mar 11 16:50:20 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * s2check: added exit77.c to EXTRA_DIST
  Ignore-this: ae3403c0bd1b4596c24bc7304916fa85

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

Wed Mar 11 16:49:37 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * s2base.c: use struct timeval with gettimeofday()
  Ignore-this: 1ca4ea3c958573a1fa845d8b66b7d6ad

    M ./s2check/s2base.c -1 +1

Mon Mar  9 19:44:03 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su_alloc: shorten race on _su_deinit()
  Ignore-this: 6d4e6edb434a96e66c9bb018a201a3c6
  
  Make home object unusable earlier during denitialization.

    M ./libsofia-sip-ua/su/su_alloc.c -5 +4

Mon Mar  9 19:42:48 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * packages/sofia-sip-ua.pc.in: silenced warning from configure
  Ignore-this: dcf6a0fed627e267f5128af5508bcb8f

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

Mon Mar  9 19:42:00 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * test_nua_api.c: nua_i_none is no more unknown
  Ignore-this: b7232be3e3956337161266c1814ddd37

    M ./tests/test_nua_api.c -1 +1

Mon Mar  9 19:32:13 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * nua: added nua_i_none to nua_event_name()
  Ignore-this: 5d262decadfc28b82ab7292330e20530

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

Thu Mar  5 21:20:53 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * s2util.h, s2time.c: added s2_timed_logger()
  Ignore-this: 504e7e5c1201b0b2d5c345c31d5d4b71

    M ./s2check/s2time.c +23
    M ./s2check/s2util.h +2

Thu Mar  5 21:09:53 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * nta.c: #include <sofia-sip/htable.h> here
  Ignore-this: bab8054edc65e3defbed6db325e1deba

    M ./libsofia-sip-ua/nta/nta.c +1
    M ./libsofia-sip-ua/nta/nta_internal.h -1

Thu Mar  5 21:08:22 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * nta.c: nta_leg_tag(leg, NULL) now always returns the tag (old or new)
  Ignore-this: f5a7d67ed90e2c284f6696d6b5b89326

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

Thu Mar  5 21:06:59 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * run_test_nta: fixed bashism with exec
  Ignore-this: 6d034eb8fd66f6a903e3219589f62eef

    M ./libsofia-sip-ua/nta/run_test_nta -5 +3

Thu Mar  5 21:21:25 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * check_sres_sip.c: use S2_CASE()
  Ignore-this: da194ea35fa98a73f3da3b4b5257aa8f

    M ./libsofia-sip-ua/sresolv/check_sres_sip.c r1

Thu Mar  5 21:06:15 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * check_nta: use S2_CASE()
  Ignore-this: c94d4219b0882f1343bcfc56f975ea48

    M ./libsofia-sip-ua/nta/check_nta_client.c r1

Thu Mar  5 21:04:56 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * check_nua: use S2_CASE()
  Ignore-this: 85691a39065d7ad3da57f45fe87c1da

    M ./libsofia-sip-ua/nua/check_etsi.c r1
    M ./libsofia-sip-ua/nua/check_register.c r1
    M ./libsofia-sip-ua/nua/check_session.c r1
    M ./libsofia-sip-ua/nua/check_simple.c r1

Thu Mar  5 20:29:30 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * s2base.h: added S2_CASE(), added test function name to s2_case() parameters
  Ignore-this: c9ceff2812044e2643c21548be29233e

    M ./s2check/s2base.c -2 +4
    M ./s2check/s2base.h -1 +10

Thu Mar  5 19:44:15 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * s2check.h: redefine tcase_add_loop_test, too
  Ignore-this: 149c19e8d089b60e8ddcb98da54c9d88

    M ./s2check/s2check.h -2 +8
    M ./s2check/s2tcase.c -5 +6

Thu Mar  5 18:20:11 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * check_nua: s2_setup_logs() now turns on transport logging, too
  Ignore-this: 4ad4dc1efaf76c34a46038586a00e084

    M ./libsofia-sip-ua/nua/check_nua.c +5

Thu Mar  5 18:19:35 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * check_nua: using fail_unless_event() macro
  Ignore-this: b03dc7431e8fea9835322bd8f825a803

    M ./libsofia-sip-ua/nua/check_etsi.c -6 +6
    M ./libsofia-sip-ua/nua/check_nua.c -2 +2
    M ./libsofia-sip-ua/nua/check_nua.h +3
    M ./libsofia-sip-ua/nua/check_register.c -23 +23
    M ./libsofia-sip-ua/nua/check_session.c -99 +99
    M ./libsofia-sip-ua/nua/check_simple.c -9 +9

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to