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

Thu Jan 29 20:32:12 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * nua_session.c: do not add Min-SE header if not needed

    M ./libsofia-sip-ua/nua/nua_session.c +4

Wed Jan 28 21:21:36 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su-glib/su_source.c: fixed su_source_is_running() signature

    M ./libsofia-sip-ua-glib/su-glib/su_source.c -2 +2

Wed Jan 28 20:32:01 EET 2009  Mikhail Zabaluev <mikhail.zabal...@nokia.com>
  * nua/outbound.c: calculate the keepalive timer interval with regard to the 
maximum defer interval
    
  The point is not to miss the keepalive deadlines.
  
  Re-recorded 20090123142528-5b6ca-43c4952962c9ce02469f01ee7bd51b0528ea7a22

    M ./libsofia-sip-ua/nua/outbound.c +8

Wed Jan 28 20:31:06 EET 2009  Mikhail Zabaluev <mikhail.zabal...@nokia.com>
  * su-glib/su_source.c: improved the deferrable timeout calculation
  
  Re-recorded 20090119150441-5b6ca-c20da738844361925e89f91a836ecfe0337ff406

    M ./libsofia-sip-ua-glib/su-glib/su_source.c -5 +13

Wed Jan 28 20:30:55 EET 2009  Mikhail Zabaluev <mikhail.zabal...@nokia.com>
  * su-glib/su_source.c: updated copyright years
  
  Re-recorded 20090115134740-5b6ca-72ec57818de33d9903bed930331da774940c7bc9

    M ./libsofia-sip-ua-glib/su-glib/su_source.c -1 +1

Wed Jan 28 20:27:47 EET 2009  Mikhail Zabaluev <mikhail.zabal...@nokia.com>
  * Added a comment about suspicious timeout calculation code
  
  Re-recorded 20090114075910-5b6ca-937bfb6744b27f097fdb539a9a8485bd153e0238

    M ./libsofia-sip-ua/su/su_base_port.c +1

Wed Jan 28 20:20:34 EET 2009  Mikhail Zabaluev <mikhail.zabal...@nokia.com>
  * Added deferrable timer support to the GSource integration.
  
  Re-recorded 20090114075719-5b6ca-09b1ae21ce4d2d896ebf9aec432c7eb4d4377a36

    M ./libsofia-sip-ua-glib/su-glib/su_source.c -10 +12

Wed Jan 28 20:15:08 EET 2009  Mikhail Zabaluev <mikhail.zabal...@nokia.com>
  * Merged deferrable timers from the bleeding-sofia-sip branch
  
  Re-recorded 20080917114317-5b6ca-5d673b7121c3e3e6be79bcd61d769a0f64a3d674

    M ./libsofia-sip-ua/su/su_socket_port.c -1 +1

Wed Jan 28 20:09:00 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su_port.h, su_timer.c: refactored su_timer_next_expires()
  
  Re-recorded 20071012131631-88462-46db2bef9a233efd0eb8ab2a4191d6fb407309ca

    M ./libsofia-sip-ua-glib/su-glib/su_source.c -1 +1
    M ./libsofia-sip-ua/su/su_port.h -1 +1
    M ./libsofia-sip-ua/su/su_timer.c -14 +11

Wed Jan 28 20:07:53 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * outbound.c: make outbound timer deferrable
  
  Re-recorded 20070725162526-65a35-d6964a5de1c621c96e999a77583229b57847299f

    M ./libsofia-sip-ua/nua/outbound.c -1 +3

Wed Jan 28 20:07:02 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su: added API functions su_timer_is_set() and su_timer_latest()
  
  Re-recorded 20070725161705-65a35-078b884737d9481b0ececff27cdf3a3918ff473b

    M ./libsofia-sip-ua-glib/su-glib/su_source.c -42 +22
    M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -1 +3
    M ./libsofia-sip-ua/su/su_timer.c -17 +42

Wed Jan 28 20:06:06 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * sofia-sip/su_wait.h: added su_timer_deferrable(), su_task_wakeup(), 
su_root_set_max_defer(), su_root_get_max_defer() and su_task_deferrable().
   
  Added implementation to different main-loop implementations in
  libsofia-sip-ua/su.
  
  Fixed su_task_is_running(). 
    
  In libsofia-sip-ua/su, added tests for deferred timers. 
  
  In libsofia-sip-ua-glib/su-glib/su_source.c, added su_source_wakeup() and
  su_source_is_running(). Using su_base_port_send() instead of
  su_source_send(). Using su_base_port_deferable() and
  su_base_port_max_defer(), too.
  
  Re-recorded 20070723202419-65a35-c4025757e65c161384f6c38020defbe7d37c2890

    M ./libsofia-sip-ua/su/sofia-sip/su_wait.h -1 +7
    M ./libsofia-sip-ua/su/su_base_port.c -13 +65
    M ./libsofia-sip-ua/su/su_devpoll_port.c -1 +5
    M ./libsofia-sip-ua/su/su_epoll_port.c -1 +5
    M ./libsofia-sip-ua/su/su_kqueue_port.c -1 +5
    M ./libsofia-sip-ua/su/su_osx_runloop.c +4
    M ./libsofia-sip-ua/su/su_poll_port.c -1 +5
    M ./libsofia-sip-ua/su/su_port.h -5 +64
    M ./libsofia-sip-ua/su/su_pthread_port.c +3
    M ./libsofia-sip-ua/su/su_root.c -6 +92
    M ./libsofia-sip-ua/su/su_select_port.c -1 +5
    M ./libsofia-sip-ua/su/su_socket_port.c -13 +7
    M ./libsofia-sip-ua/su/su_timer.c -13 +48
    M ./libsofia-sip-ua/su/su_win32_port.c -1 +5
    M ./libsofia-sip-ua/su/torture_su_root.c -6 +131

Wed Jan 28 20:02:55 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su_timer.c: removed redundant checks
  
  Re-recorded 20070723151500-65a35-2e24d6746b1a28f1e0c782fee864f9fcc2c041e1

    M ./libsofia-sip-ua/su/su_timer.c -12

Wed Jan 28 20:01:13 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su_timer.c: timers_remove() now set sut_heap_index to 0
  
  Re-recorded 20070713164234-65a35-151a3dfd7f471cbb0c31bc19765f88cbc918a539

    M ./libsofia-sip-ua/su/su_timer.c -4 +4

Wed Jan 28 20:00:26 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su_timer.c: no more type-punning
  
  Re-recorded 20070713164211-65a35-f05bae71f5ce99648b97122adc4e1a74309dc32f

    M ./libsofia-sip-ua/su/su_timer.c -2 +5

Wed Jan 28 19:52:34 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * su_timer.c: using heap (instead of red-black tree) for keeping timers sorted
  
  Re-recorded 20070704230449-65a35-f0434c75b0f58a069806e81942c0d5e0821dc9d3

    M ./libsofia-sip-ua/su/su_timer.c -80 +106

Wed Jan 28 21:34:54 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * nua_dialog.c: avoid debug output with nua_dialog_usage_set_refresh_at()

    M ./libsofia-sip-ua/nua/nua_dialog.c -1 +1

Mon Jan 26 17:45:30 EET 2009  Pekka Pessi <first.l...@nokia.com>
  * RELEASE: msg_multipart_t::mp_len from usize_t to unsigned

    M ./RELEASE +3

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to