commit c73241b638c3eaf99b6200d1ac7115d4107e772a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 21 16:25:51 2010 +0300

    Version 0.6.3

 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

commit 7178aadaf444870c07f0cf07987f994d3b00d76f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 21 16:10:31 2010 +0300

    Fixed a walk-off-the-end crash in debug support code

 src/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6ba1c2861ef095edf8cac3e6d9e0954d1a2e7417
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 1 19:41:14 2010 +0300

    Disable shared library building for libtool
    
    The PIC-ified objects were not used anyway, and only wasted compilation time.

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 5b689a12e02ae6f14a57c6eba6454a368efd5edc
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sun Jun 20 20:54:10 2010 +0100

    Save the pending flags that got applied, so we can apply them..

 src/sip-media-stream.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit d88ee28524ae9bf3b751d6005584fda92a391e30
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 1 19:07:52 2010 +0300

    Don't remove the local pending send flag when holding the call

 src/sip-media-session.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit c300e733d5d187f61bc36f2ffe2cbad46042b1b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Mar 29 20:40:17 2010 +0300

    Make TPSIP_PERSIST environment variable work regardless of ENABLE_DEBUG
    
    The --enable-debug configure option, and the ENABLE_DEBUG macro, should
    control debug logging and its possible overhead; there is no penalty
    in making the persistent mode work independently of the debug switch.

 src/telepathy-sofiasip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3ca48325c45bec7d91a2079a962e41b406d4f110
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Mar 29 20:37:31 2010 +0300

    Made Sofia logging handler a no-op when ENABLE_DEBUG is not defined
    
    This unfails compilation with --disable-debug configure flag.

 src/telepathy-sofiasip.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 2097ae23976c9aa932b28ba9e798aa77395e9e94
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 17 17:46:24 2010 +0200

    Start development for 0.6.3

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2bebcc2e3a8933fa051c33c7227833abd5d0898f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 17 16:49:24 2010 +0200

    Version 0.6.2

 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit 64d5e8bb608a37a22072466960afaad3d61bf66e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 12 17:08:14 2010 +0200

    Avoid emitting "incoming-call" on re-INVITES

 src/sip-media-channel.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 8f09f71527095bee0dba946feab5e09d97ee134c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 12 16:54:13 2010 +0200

    Disconnect the "incoming-call" signal handler after handling it once

 src/media-factory.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 51ee60eaca6171b5193088cf2d100d6e1bd9ad9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 11 19:29:05 2010 +0200

    Emit NewChannel(s) when we do have the idea of our initial media properties

 src/media-factory.c     |   45 ++++++++--------------------------------
 src/sip-media-channel.c |   52 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 36 deletions(-)

commit 48aab555dbbecec12507aef2f21d77c2cf0bab40
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 11 18:13:14 2010 +0200

    Reinstated the check for session being accepted before we start sending

 src/sip-media-stream.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3476aecbdad44feb2b20562768b572c773194f0d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 10 18:17:27 2010 +0200

    Strip the trailing newline off the Sofia log messages

 src/telepathy-sofiasip.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 703f162d4c6d308a85fd6face49d2b60aa4c5706
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 10 18:12:47 2010 +0200

    Replaced a lot of dubious string formatting code with GLib function
    
    g_string_append_vprintf has become available since Glib 2.14

 src/telepathy-sofiasip.c |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

commit f6152fae8100b0871978b886ea3cd51078a5a536
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 10 18:12:12 2010 +0200

    Added the sofia debug category to registered flags

 src/debug.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 01ea2112b6de872a2f2b3383aae0cbb4993cecdb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 22 19:49:27 2010 +0200

    Fixed indentation

 src/sip-media-channel.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit a6e66e659e2f5caf450a3249f5445debb36aecf4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 22 19:30:40 2010 +0200

    Better idea for STUN properties on the media channel
    
    The properties are now always available for getting,
    but get exposed as Telepathy properties only when explicitly set.

 src/sip-media-channel.c |   61 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 47 insertions(+), 14 deletions(-)

commit fc332e4a62f3e036233b70fd45c921de77e13924
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 22 19:26:30 2010 +0200

    Revert "Make sure media channel properties 'stun-server' and 'stun-port' are set"
    
    This reverts commit f979118a57d932ef6d61a1320b209507ef357722.

 src/sip-media-channel.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit a377d3556142dc586c1dd5dec64e14ca2ffad714
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Feb 19 21:02:09 2010 +0000

    Nano version

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d5cd88a40160eb4acedfa4697ba948d861358504
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Feb 19 20:47:10 2010 +0000

    Prepare version 0.6.1

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 09c12989a58fb581b8b395aae54960088338fc6e
Merge: 8d9c7af 5c1bf6c
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Feb 19 18:08:39 2010 +0000

    Merge branch 'ipv4'
    
    Bug: http://bugs.freedesktop.org/show_bug.cgi?id=26654
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 5c1bf6cc2c854e10184dcd25a58f77eba4e2f9cf
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Feb 19 16:52:29 2010 +0000

    tpsip_conn_get_local_url: explicitly bind to IPv4 for better interoperability
    
    This is a hack to get round the fact that we can only have one candidate,
    and hardware SIP phones don't generally do IPv6.

 src/sip-connection-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8d9c7afb9b5433942e34e9ec2218cc75179a21a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 16 13:29:17 2010 +0200

    Backfilled the NEWS file

 NEWS |  221 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 219 insertions(+), 2 deletions(-)

commit c30450807440e61f49fd67445a0e52c7cded5e8e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 15 16:46:19 2010 +0200

    Version 0.6.0

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 6aaad9709ec8966c5b05ed3eea60f775ac257ada
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 15 16:45:14 2010 +0200

    Check telepathy-glib version to be at least 0.8
    
    We are targeting the stable branch now.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bfd444968f20601bdf6968046cc2474769c8bc32
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 15 16:39:35 2010 +0200

    Updated Nokia copyright years in source files

 src/conn-aliasing.c          |    2 +-
 src/media-factory.c          |    2 +-
 src/sip-connection-helpers.c |    2 +-
 src/sip-connection-helpers.h |    2 +-
 src/sip-connection-private.h |    2 +-
 src/sip-connection.c         |    2 +-
 src/sip-connection.h         |    2 +-
 src/sip-media-channel.c      |    2 +-
 src/sip-media-channel.h      |    2 +-
 src/sip-media-session.c      |    2 +-
 src/sip-media-session.h      |    2 +-
 src/sip-media-stream.c       |    2 +-
 src/sip-media-stream.h       |    2 +-
 src/sip-text-channel.c       |    2 +-
 src/sip-text-channel.h       |    2 +-
 src/telepathy-sofiasip.c     |    2 +-
 src/text-factory.c           |    2 +-
 tpsip/codec-param-formats.c  |    2 +-
 tpsip/sofia-decls.h          |    2 +-
 tpsip/util.c                 |    2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

commit 983ac4ce54d885059ba7adec1fdfa9b6b581f847
Merge: 4129ff1 766cbad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Feb 10 19:28:12 2010 +0200

    Merge branch 'master' into stream-properties

commit 766cbad0c5d3143c05f42e06d891fc7420fcc88a
Merge: 87cd3cf da170ed
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 10 17:24:41 2010 +0000

    Merge branch 'trivia'
    
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit da170ed10dd018e116c51dd87d5feb7e6f2c2de1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 10 17:00:17 2010 +0000

    Ignore more generated cruft

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 487939d0bb20f5f2f1772a07b8dac763dae5bcaa
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 10 16:59:50 2010 +0000

    configure.ac: support --enable-silent-rules if using Automake >= 1.11

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 32c6999a9434d5954a2829838bb9ffe606bde9de
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 10 17:12:17 2010 +0000

    Document the currently-supported debug options

 docs/telepathy-sofiasip.8.in |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit edcc237b4b244f9b88a826e44a85a132797d32ba
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 10 16:45:53 2010 +0000

    Add an autogen.sh (from telepathy-glib, minus gtkdocize)

 autogen.sh |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

commit 4129ff1669b78df2f62d67e3d55568d9a10ad3a2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 8 19:35:02 2010 +0200

    Use TpDBusPropertiesMixin to implement properties of Media.StreamHandler

 src/sip-media-stream.c |  132 ++++++++----------------------------------------
 src/sip-media-stream.h |    2 +
 2 files changed, 24 insertions(+), 110 deletions(-)

commit f979118a57d932ef6d61a1320b209507ef357722
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 1 21:02:50 2010 +0200

    Make sure media channel properties 'stun-server' and 'stun-port' are set
    
    If the properties are not set to their default values, the telepathy mixin
    won't have them, resulting in warnings when retrieved as GObject properties.

 src/sip-media-channel.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit f599fa54d17a1c0542118156423616cc19ca1326
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 8 18:21:30 2010 +0200

    Implemented DBus properties for Media.StreamHandler

 src/sip-media-session.c |   47 ++++++++++++
 src/sip-media-stream.c  |  181 ++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 219 insertions(+), 9 deletions(-)

commit 7f34790eff3f25a9ed70a274a2de5f5ad834abfa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 8 18:18:50 2010 +0200

    Changed a parameter in tpsip_media_session_add_stream()
    
    It's more handy for changes to follow if there is a boolean
    telling whether the stream has been created locally, rather than
    pending send flags. The latter are now derived from the boolean.

 src/sip-media-channel.c |    4 ++--
 src/sip-media-session.c |   20 ++++++++++++--------
 src/sip-media-session.h |    2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)

commit 87cd3cfc4f8c4b27756aaecc076c0d4e3365c27d
Merge: 57dba10 c5362b8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 8 18:05:39 2010 +0200

    Merge branch 'total-immutability'

commit 57dba102e537aaecc1cc0279150f2bc54e6ad16f
Merge: c180dcf a7b497e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 8 18:03:59 2010 +0200

    Merge branch 'fatal-criticals'

commit c180dcfaf1b53ab569b3fa9ecb36bf779bf8d855
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 16:15:14 2010 +0000

    Don't log sofia messages to syslog ourselves.
    
    Log the messages to the debugger, and if GLib has been patched to also
    syslog messages, then we'll get that for free.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 configure.ac             |    9 ---------
 src/debug.h              |    1 +
 src/telepathy-sofiasip.c |   41 ++++++-----------------------------------
 3 files changed, 7 insertions(+), 44 deletions(-)

commit bdf2c15b3363546c7da4c6537d485fa80507dca6
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 16:07:13 2010 +0000

    Add a new MESSAGE macro and use it instead of g_message.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 src/debug.h              |    4 ++++
 src/media-factory.c      |    2 +-
 src/sip-connection.c     |    2 +-
 src/sip-media-channel.c  |    4 ++--
 src/sip-media-session.c  |    8 ++++----
 src/sip-media-stream.c   |    4 ++--
 src/telepathy-sofiasip.c |    2 +-
 src/text-factory.c       |    2 +-
 8 files changed, 16 insertions(+), 12 deletions(-)

commit 5baa2e73dffe8243edc3b229e99c3ea000a03e17
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 15:33:14 2010 +0000

    Use tpsip_log instead of g_critical.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 src/sip-connection-helpers.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit b14937bb5472eab7386bde2ff0762838645ea877
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 15:31:20 2010 +0000

    Add a WARNING macro and use that instead of g_warning.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 src/debug.h                  |    4 ++++
 src/sip-connection-helpers.c |   14 +++++++-------
 src/sip-connection-manager.c |    2 +-
 src/sip-connection-sofia.c   |    2 +-
 src/sip-connection.c         |    6 +++---
 src/sip-media-session.c      |   10 +++++-----
 src/sip-media-stream.c       |   10 +++++-----
 src/sip-text-channel.c       |    4 ++--
 8 files changed, 28 insertions(+), 24 deletions(-)

commit 5cf43ae3f806ae3fa06c1755d3cbd597da4f83b7
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 15:24:26 2010 +0000

    Replace tpsip_debug with tpsip_log, but keep DEBUG doing the same thing.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 src/debug.c             |   14 ++++++++------
 src/debug.h             |    7 ++++---
 src/sip-media-session.c |    5 ++---
 3 files changed, 14 insertions(+), 12 deletions(-)

commit acb41e5d095654b80af00b110361e1dfcb95f603
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 15:16:48 2010 +0000

    Replace g_debug calls with DEBUG.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 src/sip-connection-helpers.c |    6 +++---
 src/sip-media-stream.c       |    2 +-
 src/text-factory.c           |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit abb55e1e268209074a62ca79eee604fa07836d77
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 14:37:36 2010 +0000

    Use TpDebugSender to publish messages.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 src/debug.c                  |   72 ++++++++++++++++++++++++++++++++++++++---
 src/debug.h                  |    3 ++
 src/sip-connection-manager.c |   13 +++++++
 3 files changed, 82 insertions(+), 6 deletions(-)

commit 4c314b5616b0a806d2ce1f4e15f0245abc12f523
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:   Tue Feb 2 14:37:25 2010 +0000

    Set G_LOG_DOMAIN.
    
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit c5362b83a4b1393fa37d39e75879729a89451fa1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 29 21:15:27 2010 +0200

    Disable locally-originated re-INVITES when 'immutable-streams' parameter is set

 src/sip-media-channel.c |   14 ++++++++++----
 src/sip-media-session.c |   12 ++++++++++++
 2 files changed, 22 insertions(+), 4 deletions(-)

commit a7b497eb85bd20e3fa071edece862b33324b5c47
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 29 17:50:12 2010 +0200

    Make critical warnings fatal
    
    Telepathy-glib used to do that, but doesn't any more.

 src/telepathy-sofiasip.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 13c394f662d4f7b019a5826289c3e88e26879326
Merge: 1661d98 9413fce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 29 17:38:49 2010 +0200

    Merge branch 'pending-send-fixes'

commit 1661d98ab48b5c641d026cb5f10630b7ac7c71a2
Merge: 785c6a8 7bcbf5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 29 17:38:41 2010 +0200

    Merge branch 'codecs-updated'

commit 9413fce7390a81bdfbef466086e9b3e85516f835
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 29 16:48:19 2010 +0200

    Don't need remote approval when clearing local pending send

 src/sip-media-stream.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 73e63368ab864e4ca8b39d5d01df898f99af0a71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 29 15:57:40 2010 +0200

    Fix the condition for initial emit of StreamDirectionChanged

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 785c6a8a2020f580fd64ae41d13abb7fa6a0cf2e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 29 14:43:19 2010 +0200

    Don't dup the codec name string
    
    The function doc requires it to be static anyway, so we have to just
    avoid the compiler warning due to losing constness.

 tpsip/codec-param-formats.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0837b796db43c9d8045f4d4f48414e2a82afec08
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sun Jan 24 12:03:05 2010 +0200

    Regularized the compiler flag variables in makefiles

 src/Makefile.am   |    5 +++--
 tpsip/Makefile.am |    2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

commit f51a72055f6b589ea4448079f417b1dbaa747132
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sun Jan 24 11:59:52 2010 +0200

    Fix compiler warnings

 tpsip/codec-param-formats.c |    2 +-
 tpsip/util.c                |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit eddc4e84598881c71f97da3df59579d23e778ad8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 22 21:37:14 2010 +0200

    Create remotely added streams with the direction they have as per SDP
    
    This avoids spurious emissions of StreamDirectionChanged signals.

 src/sip-media-channel.c |    8 ++++++--
 src/sip-media-session.c |   25 ++++++++++---------------
 src/sip-media-session.h |    1 +
 src/sip-media-stream.c  |    7 ++++---
 src/sip-media-stream.h  |    2 ++
 5 files changed, 23 insertions(+), 20 deletions(-)

commit 16a7704b87cd7ea9ca6a309dff0d39b67262b391
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 22 21:02:39 2010 +0200

    Removed a redundant parameter from stream helper priv_update_sending()
    
    The pending_send_flags parameter was always taken from the stream state.
    Now that we use another bit of stream state inside the helper, there's not
    even an aesthetical point.

 src/sip-media-stream.c |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

commit 30f9ecf21636c2f31991f161b1f7e360dee554dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 22 20:51:11 2010 +0200

    Eliminate a now-redundant check against sending media
    
    If the flag pending_remote_receive is set when constructing a locally
    offered stream, the effect should be the same (famous last words).
    Uncovered and described a quirk with emitting the remote pending send
    flag on newly created streams during a local hold.

 src/sip-media-stream.c |   40 +++++++++++++++++++++++-----------------
 1 files changed, 23 insertions(+), 17 deletions(-)

commit 8a36a695fbdae67bc7f1b8cb3b53ff9da9534c92
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 22 19:53:21 2010 +0200

    Disable calls to self

 src/media-factory.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 1e685b22476ad672b536a38ef5490ed9f36e5b05
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 22 19:48:52 2010 +0200

    More renaming for pending direction stuff

 src/sip-media-session.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 4c6f6efe4eb910c9936ae1a2013614d9da733305
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 22 19:40:07 2010 +0200

    Block the stream from sending until negotiated with the remote party
    
    This does not map to a pending send flag in Telepathy, so an internal
    state variable is used.

 src/sip-media-session.c |    2 +-
 src/sip-media-stream.c  |   43 +++++++++++++++++++++++++++++++------------
 src/sip-media-stream.h  |    4 ++--
 3 files changed, 34 insertions(+), 15 deletions(-)

commit 5e680407b2405000eba55a7f18d8bb20781a8c56
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 21 19:14:30 2010 +0200

    I don't think Pending_Remote_Send means what this code thinks it means
    
    Treat TP_MEDIA_STREAM_PENDING_REMOTE_SEND the way it's supposed to be
    treated: that the remote end was asked to send, but haven't confirmed.

 src/sip-media-session.c |   28 +++++++++++++++++-----------
 src/sip-media-stream.c  |   32 ++++++++++++++++++++------------
 2 files changed, 37 insertions(+), 23 deletions(-)

commit 7bcbf5d31e94e856fbcd9fd84f33bc98d92810d3
Merge: b327751 1cbe808
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jan 20 14:23:52 2010 +0200

    Merge branch 'master' into codecs-updated

commit 1cbe8083405053156e4eaead78cc11fbf9bcca9a
Merge: cc9f1f4 d03618a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 8 16:47:39 2010 +0200

    Merge branch 'initial-av'

commit cc9f1f4a1013a879719eac04ba5c8456989f6254
Merge: d24f060 3b2a614
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jan 4 21:37:00 2010 +0200

    Merge branch 'ptime'

commit 3b2a61495281712f27b743cf0a0881462063bc9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jan 4 19:59:30 2010 +0200

    Don't clobber ptime parameters if they are specified for the codec
    
    This is weird, but is sometimes used.

 src/sip-media-stream.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit a3fec68c6748dd3378f53d71bd1f348b00986ef0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jan 4 19:23:02 2010 +0200

    Regard per-media ptime attributes as well

 src/sip-media-session.c |   41 ++++++++++++++++++++---------------------
 src/sip-media-session.h |    3 +++
 src/sip-media-stream.c  |   18 ++++++++++++++----
 3 files changed, 37 insertions(+), 25 deletions(-)

commit d03618a2f294f9c17d6677cadeadf6a675617a10
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Dec 22 16:49:39 2009 +0200

    Disallow using InitialAudio and InitialVideo with old style anon channels
    
    It made no sense and probably triggered an assertion.

 src/media-factory.c |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

commit f5fd29e811ebe9148a4cf844cb0cdf9b0dd73e6d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Dec 18 20:25:25 2009 +0200

    Disable hold if the media channel contents are not mutable
    
    Also added a TODO note for modifying RequestStreamDirection in the same manner.

 src/sip-media-channel.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 45bba488947402ff72e8f16fa94a8ad9dd45b71b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Dec 18 19:48:13 2009 +0200

    Implemented ImmutableStreams property on media channels
    
    It's controlled by the 'immutable-streams' boolean parameter of
    the connection manager.

 src/media-factory.c          |    6 ++++++
 src/sip-connection-manager.c |    9 +++++++++
 src/sip-connection-private.h |    2 ++
 src/sip-connection.c         |   14 ++++++++++++++
 src/sip-media-channel.c      |   32 +++++++++++++++++++++++++++++++-
 5 files changed, 62 insertions(+), 1 deletions(-)

commit 165b19f61c7dfa46b4712d2560e18d2b8896b432
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Dec 18 17:45:10 2009 +0200

    Create initial streams accordingly to the media channel properties

 src/media-factory.c     |    2 ++
 src/sip-media-channel.c |   20 ++++++++++++++++++++
 src/sip-media-channel.h |    2 ++
 src/sip-media-session.c |   18 +++++++-----------
 src/sip-media-session.h |    5 +++++
 src/sip-media-stream.h  |    1 +
 6 files changed, 37 insertions(+), 11 deletions(-)

commit 8ea709933e02131e6baa7502678c72fc165b8267
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Dec 18 17:15:28 2009 +0200

    Added properties InitialAudio and InitialVideo to media stream

 src/media-factory.c     |   74 ++++++++++++++++++++++++++++++++++++++++++++--
 src/sip-media-channel.c |   43 +++++++++++++++++++++++++++
 2 files changed, 113 insertions(+), 4 deletions(-)

commit bbf5e596456a9e3e70e2c658e1063e2ef1404071
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Dec 18 15:08:22 2009 +0200

    Removed code for a 'peer' property which was never implemented

 src/sip-media-channel.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

commit d24f060202df95aed26cee2a4ea014399156ccb7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Dec 2 18:29:05 2009 +0200

    Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 56f6d98a7332e145b4e1972d291158812522f980
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Dec 1 21:07:56 2009 +0200

    Pass ptime and maxptime properties from the session to codec parameters

 src/sip-media-stream.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit b1c48167b1bd800c62bbffaa0c42d97cbb209cbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Dec 1 21:07:12 2009 +0200

    Turned the ptime properties into strings

 src/sip-media-session.c |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

commit ac038ca1b3bfab54b4d3a75eef5429fcb9570494
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 23 13:25:27 2009 +0200

    Implemented TpsipMediaSession properties 'remote-ptime' and 'remote-max-ptime'

 src/sip-media-session.c |   48 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 46 insertions(+), 2 deletions(-)

commit c1086708a5d182a601502311e6f44093c5dc50f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 30 20:20:32 2009 +0200

    Development nano version 0.5.19.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 06a3a24f2d495a2ecc7386de4a7f8460e67b98d1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 30 20:15:08 2009 +0200

    Version 0.5.19

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ab1a91bc4707e49690555f34765317f3b0d723bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 30 20:14:01 2009 +0200

    Require Automake 1.9

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b0c24f543673b2bf762085c052661e4046afd8cd
Merge: 63f2ae0 531541d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 30 15:50:15 2009 +0200

    Merge branch 'custom-fmtp'

commit 531541dd445037684a3feec01f9e1460b428e2ec
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 23 15:49:16 2009 +0200

    Properly fixed a quick patch

 tpsip/util.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 61a56e0b29f54fc0912ffa0aaaab898e986171e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 23 15:13:09 2009 +0200

    Addressed Will's comments on codec parameter parsers and quoting utilities

 tpsip/codec-param-formats.c |    3 +--
 tpsip/util.c                |    9 ++++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

commit a91f99a9822e80a60ce80b2f1c8b01a580074da0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 23 14:48:33 2009 +0200

    Staticized tpsip_codec_param_formats_init()
    
    It's called internally wherever required.

 src/sip-media-stream.c      |    2 --
 tpsip/codec-param-formats.c |   12 ++++++++++--
 tpsip/codec-param-formats.h |    2 --
 3 files changed, 10 insertions(+), 6 deletions(-)

commit dfc2229d9c5c00590e539b552ab8159ab6cf2de7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 23 14:45:46 2009 +0200

    Addressed some of Simon's review comments for codec parameter formatting

 tpsip/codec-param-formats.h |    2 +-
 tpsip/util.c                |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 63f2ae09ec36dd6bda9073d932a47bfb4c60d9fc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 17 12:28:47 2009 +0200

    Added missing default values to keepalive parameters

 src/sip-connection-manager.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 46672ca54cba392d5ca556f9a70d03e71010b07f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 13 19:02:41 2009 +0200

    Guard against a null fmtp parameter for codec parser

 tpsip/codec-param-formats.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 38ac51ea75d283793bfc9935da5995cf2c464edd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 10 17:56:48 2009 +0200

    Anchor the match for DTMF events list at the beginning of the string

 tpsip/codec-param-formats.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 95274f0599cf928992277b0fdc405095a4a5ac46
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 10 17:43:23 2009 +0200

    Use the new codec parameter formatting system

 src/sip-media-stream.c |  159 +++---------------------------------------------
 1 files changed, 9 insertions(+), 150 deletions(-)

commit e3ddb746648c5b58eff1ac78080e39710797d786
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 10 17:21:29 2009 +0200

    Plug in the audio/telephone-event formatting routines

 tpsip/codec-param-formats.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit d5c7ff32132dd5ce40b633bbdd54d0352b441582
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 10 16:00:13 2009 +0200

    Added codec format registration routines and type-based usage functions

 tpsip/codec-param-formats.c |   92 +++++++++++++++++++++++++++++++++++++++++++
 tpsip/codec-param-formats.h |   22 ++++++++--
 2 files changed, 110 insertions(+), 4 deletions(-)

commit 0ecef1badf14107976ce422b6f8ea223501dfa88
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 10 14:33:56 2009 +0200

    Added parameter formatting for audio/telephone-event

 tpsip/codec-param-formats.c |   60 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 59 insertions(+), 1 deletions(-)

commit 993b2b6dd2ad6a19cf845005ee1819c7d3b2837a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 5 19:04:25 2009 +0200

    Added the generic parser routine, along with initialization

 tpsip/codec-param-formats.c |  108 ++++++++++++++++++++++++++++++++++++++++++-
 tpsip/codec-param-formats.h |   11 +----
 2 files changed, 109 insertions(+), 10 deletions(-)

commit 1e4ed012b881b7acfc8d174fa6ae5a122b31408d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 5 18:43:10 2009 +0200

    Added tpsip_unquote_string()

 tpsip/util.c |   47 +++++++++++++++++++++++++++++++++++++++++++++--
 tpsip/util.h |    2 ++
 2 files changed, 47 insertions(+), 2 deletions(-)

commit 1e6b61bf66e303a2b7c4cb414f9d580013775fcd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 5 02:20:04 2009 +0200

    Use the utility function tpsip_quote_string() to format the display name
    
    Besides utility niceness, the new implementation is much lighter

 src/sip-connection-helpers.c |   20 ++++++--------------
 1 files changed, 6 insertions(+), 14 deletions(-)

commit 026d158e095d638742a23437f283ab6db4c78421
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 5 02:18:27 2009 +0200

    Added the new sources to the build

 tpsip/Makefile.am |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 7c42c3b5e2baa34ffb322636a27d3c0d4f565c88
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 5 02:17:36 2009 +0200

    Initial code for codec parameter formatters and parsers

 tpsip/codec-param-formats.c |   64 ++++++++++++++++++++++++++++++++++++
 tpsip/codec-param-formats.h |   75 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 139 insertions(+), 0 deletions(-)

commit e2defa88a1684f475a416b2e396f7dd2e078ec1c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 5 02:15:12 2009 +0200

    Added the utility module files, initially with quoted string utilities

 tpsip/util.c |  102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tpsip/util.h |   34 +++++++++++++++++++
 2 files changed, 136 insertions(+), 0 deletions(-)

commit 7ae7b48f6cf560bd340f07b4e51f47ab744590f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 4 14:54:54 2009 +0200

    Test that the self-produced alias results in no display name

 tests/twisted/test-self-alias.py |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 302106b22d747899526a86201dbd7c71b55bedf1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 4 12:18:54 2009 +0200

    Do not use the alias if it is derived from the handle URI
    
    If the client sets our URI-derived alias back to ourselves, it's
    useless for display name purposes.

 src/conn-aliasing.c |   77 ++++++++++++++++++++++++++++++++++----------------
 1 files changed, 52 insertions(+), 25 deletions(-)

commit e4350664c8687e3a43e07aa25e37ca1a2c322ccf
Merge: f973c7c a312a22
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 3 20:17:21 2009 +0200

    Merge branch 'autotools-cleanup'

commit a312a22ea7d45b2ed998703c70167e6c4772f151
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 3 20:04:30 2009 +0200

    Screw canonical macros, altogether
    
    Reverts two earlier commits dealing with the macros.

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit f973c7c31baec26cf54d2badf54994374fa5327a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 3 19:54:06 2009 +0200

    Consistently use the In_Progress call state with the other similar states

 src/sip-media-channel.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit c1335dde67ae35073627dd803f351b9818999e9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 3 19:23:06 2009 +0200

    Replaced AC_CANONICAL_TARGET by AC_CANONICAL_BUILD and AC_CANONICAL_HOST
    
    In a voodoo ceremony to get config.guess and config.sub updated properly.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5ee3a315d349ce703b43fac153814d4129b4d6de
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 3 15:11:26 2009 +0200

    Signal the call state In_Progress on response 183 Session Progress
    
    This is the proper fix for the early media case. Before,
    we could only pretend that the call state is Ringing.

 src/sip-media-channel.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 8df3892c8a68ccd0196d7ed6ac4976af55baefbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 3 15:10:07 2009 +0200

    Bumped telepathy-glib dependency version to 0.7.37
    
    This is where Call_State_In_Progress appears.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4b75b121af0c8f772f9431a6ba1d76de2da97ac0
Merge: 909f66d ddf87bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 3 14:37:23 2009 +0200

    Merge branch 'master' into call-in-progress

commit ddf87bfff0cba5cf043e357607807a5a9090f324
Merge: 3488823 5df55a2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Mon Nov 2 14:48:51 2009 +0000

    Merge branch 'trivia'
    
    Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

commit 5df55a2c2ebe2a19021cc2597e8dd20a42ebfa8c
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Oct 15 20:50:28 2009 +0100

    fd.o #24561: flag password, extra-auth-password as secret
    
    Also enhance write-mgr-file.c to put that in the .manager file.

 src/sip-connection-manager.c |    7 +++----
 src/write-mgr-file.c         |    5 +++--
 2 files changed, 6 insertions(+), 6 deletions(-)

commit ee4e589a6d33c79a860a2c1d450d82d14274e42b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Jul 30 15:51:04 2009 +0100

    Fix out-of-tree builds (like distcheck) by having top_srcdir in search path

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c9524c8fc8c2446a9d1b761012601225ba71c5f1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 1 14:47:24 2009 +0300

    Use AS_HELP_STRING instead of AC_HELP_STRING
    
    The Autoconf validator in an Eclipse plugin complains about the latter being
    obsolete.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0f65c78b8364f0e6ea580de9daff2357e10d1cf7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 1 14:37:43 2009 +0300

    Add AC_CANONICAL_TARGET macro
    
    Provides more explicit check for missing config.guess and config.sub

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 348882349f35477284ef4bbf91271e34d8857f0c
Merge: e00c1f0 21cd9c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 30 17:40:47 2009 +0300

    Merge branch 'escape-alias'

commit e00c1f0bfdf180dd17b9e1d3d6902405dae73c9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 30 17:27:21 2009 +0300

    Don't call su_root_set_max_defer() unless IPHB is in use
    
    This function didn't make it to a stable release of Sofia-SIP.
    iphb is only available on Maemo 5, where we have a newer sofia-sip
    snapshot as well.

 src/sip-connection-manager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 21cd9c23952e22bd806235f59bbf9565cee1d7f5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 29 16:45:26 2009 +0300

    Test quoting and whitespace normalization of the display name

 tests/twisted/test-self-alias.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 8e80f636389f8848acdf689d8750906d5fb35de4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 28 20:46:20 2009 +0300

    RFC-compliant escaping of alias characters
    
    Don't escape CR and LF that must not be escaped accordingly to SIP syntax.
    Should be obviated by the previous commit, but better safe than sorry.

 src/sip-connection-helpers.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 41de1dcb0b3bd02080f42f537fa9fae5ea1e4b8a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 28 20:42:38 2009 +0300

    Collapse whitespace sequences in the alias
    
    This reflects treatment of whitespace sequences in SIP headers,
    and results in more interoperable message formatting.

 src/conn-aliasing.c |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

commit a0d04fac27d43aa388e3dfe76d16178c564089bc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Sep 25 20:38:03 2009 +0300

    Test setting alias for the self handle
    
    It's expected to produce a properly quoted display name in the From header
    for outbound requests.

 tests/twisted/Makefile.am        |    1 +
 tests/twisted/test-self-alias.py |   40 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

commit 6438d931be55072d826587a22ab5db104825beeb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Sep 25 20:36:32 2009 +0300

    Properly quote and escape an alias into the From header's display name

 src/sip-connection-helpers.c |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit c0b888f9e9ed411725657f847d45d016e0bfc015
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 15 18:34:59 2009 +0300

    More robustness to the heartbeat code

 src/sip-connection-helpers.c |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

commit b62a12a2d961d54c15269acb057a77e69c736c63
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 15 18:32:12 2009 +0300

    Initialize heartbeat only when successfully registered
    
    Some time may pass between the first registration request and
    the final successful response, and maybe we shouldn't commit
    the resources in failure cases at all.

 src/sip-connection.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 4dc04be40424de0b5dffc42dd75da00cec8a0cdb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 14 16:51:28 2009 +0300

    Refactored heartbeat to work per connection
    
    There is an iphb client connection for every connection, triggering
    wakeups according to the connection's individual keepalive interval.
    The Sofia-SIP stack retains a 30 s deadline for its deferrable
    timers (which may serve more purposes than keepalives).
    
    The iphb wakeups are supposed to fit with keepalive timer(s)
    expiring. Another improvement is an initial sync-in
    with other iphb clients using an overlapping interval range.

 src/sip-connection-helpers.c |   96 ++++++++++++++++++++++++++++++++++++++
 src/sip-connection-helpers.h |    7 +++
 src/sip-connection-manager.c |  105 +-----------------------------------------
 src/sip-connection-private.h |   11 ++++
 src/sip-connection.c         |    4 ++
 src/sip-connection.h         |    3 +
 6 files changed, 122 insertions(+), 104 deletions(-)

commit 5044c65959b6b50ab8a0f7cca7ca4013332be908
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Sep 4 18:38:51 2009 +0300

    Restore the code to follow unexpected hold changes, and make it work for real

 src/sip-media-session.c |   39 +++++++++++++++++++++++++++++++--------
 1 files changed, 31 insertions(+), 8 deletions(-)

commit 409bd3a39c5e21044cfb326afcecc591ecfc544b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 2 20:47:44 2009 +0300

    Removed some race conditions in call holding

 src/sip-media-session.c |   26 ++++++++------------------
 src/sip-media-stream.c  |   19 +++++++++++++++++++
 src/sip-media-stream.h  |    2 ++
 3 files changed, 29 insertions(+), 18 deletions(-)

commit aecbd3f0abb29f1b69906ecf8f178d87733b5d80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 15:34:52 2009 +0300

    Start development for 0.5.19

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bf473a46dce3375cd536355e2bad49f080d2976a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 15:31:18 2009 +0300

    Version 0.5.18

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2ede4294d5298af60fd659139b9fb8987b2a724f
Merge: 694934b 623c8b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 15:20:38 2009 +0300

    Merge branch 'quench-incoming-messages'

commit 623c8b602b9f50c31eac9381aa6a37ed440e106f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 15:16:44 2009 +0300

    Removed checks for SIP responses on the sent messages
    
    This is a temporary relaxation. There should be a way to expect
    heterogeneous events that may come in different order.

 tests/twisted/test-message.py |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 694934bebe68be670b49e5368006c99950e9e044
Merge: 31b09f6 0f54cda
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 15:03:56 2009 +0300

    Merge branch 'tls'

commit 0f54cdab8b0a339ddb53b26d472aa13b475ce0b8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 15:00:48 2009 +0300

    Prevent an assertion when no transport is selected

 src/sip-connection-helpers.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 31b09f64863bf03b89210468c13351dec92075d0
Merge: 4c0347c f814765
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 14:51:56 2009 +0300

    Merge branch 'python-check'

commit f814765b59a2552b8d739956f5a7fdc8b2d3efd0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 14:49:18 2009 +0300

    Use AM_PATH_PYTHON to check for Python

 configure.ac |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 4c0347c2d97dd269ef2aec71158a9476e083785e
Merge: a9913cd 6f30305
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 13:38:10 2009 +0300

    Merge branch 'tls'

commit a9913cd619763d26e63243ec4fc79fc695c62e4c
Merge: 1f78e9c 3c09a99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 27 13:37:48 2009 +0300

    Merge branch 'quench-incoming-messages'

commit 6f30305cf54e21538ff07d79813220cec4b8cc70
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Aug 26 19:45:32 2009 +0300

    Support the SIPS scheme in handle normalization

 src/sip-connection-helpers.c |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

commit 3c09a999e17643b86e0daf3aefccc36dc9855acb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 21 13:17:07 2009 +0300

    Streamlined the memory management bits in message body conversion

 src/text-factory.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit f7897cdd8fe1079795472217c1b9d490d43d1b0d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 21 13:07:02 2009 +0300

    Don't delay the final 200 response to incoming messages
    
    Delaying the final response until client acknowledgement is harmful,
    because the sender would still retransmit the MESSAGE request every
    4 seconds by default, and times out the transaction after 32 seconds.

 src/sip-text-channel.c |   22 ----------------------
 src/sip-text-channel.h |    1 -
 src/text-factory.c     |   15 +++++++--------
 3 files changed, 7 insertions(+), 31 deletions(-)

commit 909f66d201576a3197f21eb08369d7cb2173c094
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Aug 19 17:46:05 2009 +0300

    Pretend the call state is Ringing when we get 183 Session Progress
    
    This is a quick fix to a bug where the remote media gateway starts sending
    early audio with a ringback tone, but we're not getting any because of
    a NAT or a firewall, which the local stream cannot puncture yet because
    it doesn't yet send any media due to privacy reasons. A semi-good thing
    to do in the stream engine would be to send some allowed, but harmless
    packets such as comfort noise, but that requires quite a bit of
    implementation.
    
    The proper fix in the connection manager will wait for introduction
    of a separate call state flag in the Telepathy specification and
    telepathy-glib. See fd.o bug #23409.

 src/sip-media-channel.c |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit 1f78e9c6cc27b66dd53d0402cd50979fb07b5893
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sun Aug 9 16:55:05 2009 +0300

    Be prepared for python2.7 as well
    
    Old Pythons not only die hard, they procreate!

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 11fcd296cab8a9d9080759741382282a093a633c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sun Aug 9 11:46:00 2009 +0300

    Add python2.6 to the Python path check

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 827b6eb54a9899607f2d60834648d5615035808c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 24 22:09:40 2009 +0300

    Development nano version 0.5.17.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea12218888959517269458e6902974d98900e572
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 24 21:30:12 2009 +0300

    Version 0.5.17

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bea1af4f323401f6ac5dbd94c2dc640b3513af85
Merge: 81fe16b 7eb21c5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 24 21:25:57 2009 +0300

    Merge branch 'heartbeat'

commit 81fe16b6f8664effdee235af35c15db7d4417271
Author: Andres Salomon <dilinger@collabora.co.uk>
Date:   Mon Jul 20 12:18:16 2009 -0400

    telepathy-sofiasip: fix header guard in debug.h
    
    This would allow debug.h's contents to be included twice.
    
    Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
    Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

 src/debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cc372afa62e33a91abd1e2254607039c472a957d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Jul 17 10:38:49 2009 +0100

    tpsip_connection_dispose: remove assertion that base->self_handle == 0
    
    This is unnecessary, was never guaranteed, and we'd like to make it not
    be the case in a future tp-glib.  See fd.o #17751

 src/sip-connection.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 7eb21c5ff898a5dca0c68d25f333d5eccd3bf05a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 24 21:19:37 2009 +0300

    Enabled TCP whitespace keepalives

 src/sip-connection-helpers.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 0a71e0b0f24e49591b90e084649e475073bf6480
Merge: 4c28884 5e6babc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 24 16:29:40 2009 +0300

    Merge branch 'master' into heartbeat
    
    Conflicts:
    	src/Makefile.am

commit 5e6babc3f9c4f4009d7bc0de306e8c822eb406e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 18 14:32:02 2009 +0300

    Make keepalive-interval parameter a uint32 with saner semantics

 src/sip-connection-helpers.c |   19 ++++++---------
 src/sip-connection-manager.c |    6 ++--
 src/sip-connection-private.h |    3 +-
 src/sip-connection.c         |   50 +++++++++++++++++++++++++++++------------
 4 files changed, 48 insertions(+), 30 deletions(-)

commit 08d8edac65cb4aff44c614824c239908a1ee8072
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 14 20:43:22 2009 +0300

    Development nano version 0.5.16.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cf2ea205347fd36e697ed16db4705fc0e8f389ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 14 19:18:59 2009 +0300

    Version 0.5.16

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a9ccca7e31328610230cdf592df94aed78c08ffc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 14 19:49:34 2009 +0300

    Extend the call state-aware treatment of 404 to 480
    
    Same logic applies, as evidenced by proxy behavior observed at voip.japo.fi.

 src/sip-media-channel.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit e4b2c594d12dee0978e74702bb7e2c986f1669dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 8 20:32:53 2009 +0300

    Removed the duplicate 404 status case
    
    Stupid.

 src/sip-media-channel.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit f57e15399a89724ed4d9f5695d392047a01b2d84
Merge: a7fc2e8 3901268
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 8 20:30:49 2009 +0300

    Merge branch 'master' into call-signaling

commit a7fc2e8be743716ea56cd2e47a3bfb00ece4cadc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 8 20:21:39 2009 +0300

    More elaborate handling of 404: regard the call state
    
    If the peer is known to have been contacted, emit the member removal reason
    NoAnswer. Otherwise, emit Offline.

 src/sip-media-channel.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 3901268fe47a5655eb9159ee2bba51ac8d87a67e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 8 13:08:55 2009 +0300

    Allow self handle removal from call channels at all times
    
    We needed a tp_group_mixin_class_allow_self_removal() call.

 src/sip-media-channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a3900f8729fff9b5b83f5e20f2bb1bb13a7d09fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 8 13:05:35 2009 +0300

    Bumped libtelepathy-glib minimum version to 0.7.27
    
    We need tp_group_mixin_class_allow_self_removal()

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit de00b6bcee2c645631e2da8c0341da461b5363ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 7 21:25:14 2009 +0300

    Emit MembersChanged with proper actor on call channels terminated locally

 src/sip-media-channel.c |   35 ++++++++++++++++++++++++++++++++---
 1 files changed, 32 insertions(+), 3 deletions(-)

commit 9d02445f5ad2cd3168a663df437feeb5c26b84c0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 7 19:53:09 2009 +0300

    Remap SIP status 404 to Group change reason NoAnswer
    
    This gives a middleway semantic between InvalidContact and Offline,
    because proxies are known to mean any of the two reasons by this
    status code.

 src/sip-media-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e57886f660a72c6691be3bc7c26c0283e1c0644f
Merge: 21e2494 3a66fa0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 7 18:52:11 2009 +0300

    Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-sofiasip into no-user-phone-in-url

commit b327751b6b2e0a52770ab8109e7b8e76beb292d1
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   Mon Apr 6 12:53:33 2009 +0100

    Implement CodecsUpdated

 src/sip-media-stream.c |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

commit 3a66fa00a5aa0448ee8d486dfe034dc97898d0ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 24 12:02:50 2009 +0200

    Don't destroy the session prematurely when disposing of TpsipMediaChannel
    
    tpsip_media_channel_close should take proper care of terminating the session,
    no need to forcibly destroy it just before calling that.

 src/sip-media-channel.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit e50c029ebd2e21dec30cc19c12df73941a82ba79
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 10 16:54:10 2009 +0200

    Development nano version 0.5.15.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e6ee11e3788158add177e09fe2f9b337161243f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 10 14:52:51 2009 +0200

    Version 0.5.15

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a6e64d7d6a87bec7da01f799d78b721e146ac423
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 9 20:34:28 2009 +0200

    Signal the member change immediately on the initial AddMembers to a media channel
    
    Restores the backwards-compatible behavior as documented in:
    http://telepathy.freedesktop.org/wiki/Requesting%20StreamedMedia%20channels
    
    Fixes fd.o bug #19652

 src/sip-media-channel.c |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

commit b35662100233103c305fb22c221374999e90047d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 9 19:56:15 2009 +0200

    Handle an incoming BYE with a proper media channel group change
    
    The peer has to be the actor in the MembersChanged signal when the call
    is terminated by the remote party.

 src/sip-media-channel.c |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

commit e3670b31b6dea973a5e1d64722af17ae9bcb6692
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 9 16:02:23 2009 +0200

    Ignore provisional responses to a MESSAGE

 src/sip-text-channel.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d908a360a65966f8a62c1787f0228ac81686df5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Feb 5 17:22:22 2009 +0200

    Coverity fixes

 src/sip-media-stream.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit e7e268c1401c20289f93de6617bb9f9ce4b063cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 30 18:19:56 2009 +0200

    Use compiler.m4 to control coverage/optimization options
    
    The macros are from Aranha via telepathy-gabble.

 configure.ac      |   13 ++--------
 m4/Makefile.am    |    3 +-
 m4/compiler.m4    |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/Makefile.am   |   12 +++++----
 tests/Makefile.am |    2 +-
 5 files changed, 80 insertions(+), 17 deletions(-)

commit e92d5ed619112a23372898f8ecc6087ccff16de2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jan 28 16:27:55 2009 +0200

    Bumped sofia-sip dependency back to version 1.12.10
    
    A previous commit accidentally had it lowered.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 008ae15d355f1ea82093768f4fe3e72f82e97c8a
Merge: 1701903 b8f4f21
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jan 28 16:25:06 2009 +0200

    Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-sofiasip into coverage

commit 1701903060203aa9a6ebcc576d0a0504a520b7c5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 27 19:15:32 2009 +0200

    Moved the lcov cleanup rule to tools/lcov.am

 Makefile.am   |    4 +---
 tools/lcov.am |    4 ++++
 2 files changed, 5 insertions(+), 3 deletions(-)

commit cae0b892401c6b88b05aa2e8adf918b181cc8b4c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 27 19:01:24 2009 +0200

    Add LCOV machinery

 .gitignore                |    4 ++++
 Makefile.am               |    7 +++++++
 configure.ac              |    2 +-
 src/Makefile.am           |    2 ++
 tests/twisted/Makefile.am |   15 ++++++++++++---
 tools/Makefile.am         |    1 +
 tools/lcov.am             |   24 ++++++++++++++++++++++++
 7 files changed, 51 insertions(+), 4 deletions(-)

commit 259f7a9080a54841be7cfdde4b4b7e30bb3b0b53
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 27 19:00:04 2009 +0200

    Updated with-session-bus.sh from telepathy-gabble

 tests/twisted/tools/with-session-bus.sh |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

commit 4c288846d9b6b968a96d5e13566109de0f6e80a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 27 16:38:19 2009 +0200

    A few more cleanups and minor fixes to the heartbeat code

 src/sip-connection-manager.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 9e6a7318b86f645ce9cc78b6387838233a7e86bb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 20 15:45:38 2009 +0200

    Bump the maximum deferrable timer interval for Sofia event loop
    
    It should be aligned with the maximum heartbeat interval.

 src/sip-connection-manager.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit f597f5778e183f51b1933732dcecb3a537e497f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jan 19 20:20:37 2009 +0200

    Fixed the IP heartbeat usage so that it works

 src/sip-connection-manager.c |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

commit b8f4f21f681144909f301f56b4ca57807b497bd9
Author: Simon McVittie <http://smcv.pseudorandom.co.uk/>
Date:   Fri Jan 16 16:46:41 2009 +0000

    tpsip_handle_normalize: raise InvalidHandle on error
    
    As recently agreed in telepathy-spec.

 src/sip-connection-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8f49952cb147519d7b36f84477437d5b64986b67
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 16 16:27:45 2009 +0200

    Implemented Maemo IP heartbeat support

 configure.ac                 |   24 ++++++++++++-
 src/Makefile.am              |    9 +++--
 src/sip-connection-manager.c |   83 ++++++++++++++++++------------------------
 3 files changed, 63 insertions(+), 53 deletions(-)

commit 2e65d0623519ebd21d1b1b41d0ee55d5334449b0
Merge: 4866404 816cbea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 13 21:22:45 2009 +0200

    Merge branch 'master' into heartbeat

commit 816cbeaa34ff02439ce24e2203e9ec641dd64492
Author: zabaluev <zabaluev@zabaluev-linux.(none)>
Date:   Tue Jan 13 16:23:45 2009 +0200

    Development nano version 0.5.14.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 906cb2c3a808d45e6416e326fcde13e84dd476a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jan 12 19:37:08 2009 +0200

    Version 0.5.14

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e07d314c5a0fce689a26728f7a259b6cecbe42db
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jan 12 14:17:59 2009 +0200

    Bumped the Sofia-SIP required version to 1.12.10
    
    The reason is to avoid crashes reported as e.g. fd.o bug 19372.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 48664046735ae1826340e514c85ce7f7c586696d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jan 2 19:41:18 2009 +0200

    Experimental addition of a heartbeat wait source to the Sofia root
    
    As implemented currently, a mainloop timeout drives I/O events by writing
    to a pipe. Deferrable timer functionality from the heartbeat branch is not
    used yet.

 src/sip-connection-manager.c |  114 +++++++++++++++++++++++++++++++++++++++++-
 tpsip/sofia-decls.h          |    1 +
 2 files changed, 114 insertions(+), 1 deletions(-)

commit 1f8076a74be0cff0be75c86196d73db8fbe6f8bd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Dec 16 19:10:41 2008 +0200

    Zero-initialize the GValue for the alias pair

 src/conn-aliasing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 21b8f2a23082991f0397aca67cb262ef898ebea0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 28 18:38:13 2008 +0200

    Development nano version 0.5.13.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea16d2481108f2770fffc8c8f107d55835a073e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 28 17:58:51 2008 +0200

    Version 0.5.13

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2fe98897c19573dec7dd36669acc9f59a16dfc98
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 28 16:39:56 2008 +0200

    Emit NewChannels/NewChannel on incoming media channels

 src/media-factory.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 3a7696756cb7a3d3992c897a96e6ab831762cfcb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 28 16:14:36 2008 +0200

    Fix the 'TargetID'/'target-id' property on TpsipMediaChannel

 src/sip-media-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5cf95a56290886674748d292cdbaf52cb419f117
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 27 16:56:07 2008 +0200

    Do advertise Requests interface as supported by the connection

 src/sip-connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f64a0763a5402a01836b3e2b7e91527cdaaf6734
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 26 17:46:31 2008 +0200

    Development nano version 0.5.12.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f500ac1a9dbd5b50daffeb20f3f3b13aee73c47
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 26 16:50:39 2008 +0200

    Version 0.5.12

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 12d4b2214804d57d0ad84db9b159e05c818d7a9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 20 09:57:57 2008 +0200

    Added Destroyable to the list of text channel interfaces

 src/sip-text-channel.c        |    1 +
 tests/twisted/test-message.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit ebc5661a1dfe3c78a946f481e010e365c75d1f25
Merge: 45325db a9a603d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 19 19:04:51 2008 +0200

    Merge branch 'requestable-channels' into spec-0.17.14

commit a9a603d2bdcca9d4a46ec218543914d036fb96ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 19 19:01:44 2008 +0200

    Removed the pullable m4 libtool macros, and added the .gitignore rules

 .gitignore        |    2 +
 m4/libtool.m4     | 7325 -----------------------------------------------------
 m4/ltoptions.m4   |  368 ---
 m4/ltsugar.m4     |  123 -
 m4/ltversion.m4   |   23 -
 m4/lt~obsolete.m4 |   92 -
 6 files changed, 2 insertions(+), 7931 deletions(-)

commit 747eaec256ec83ceec45801e1fdea09548b43d37
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 19 18:55:03 2008 +0200

    Addressed the review comments

 src/media-factory.c     |   18 ++++--------------
 src/sip-connection.c    |   10 +++++++---
 src/sip-media-channel.c |   15 ++++++++-------
 src/sip-text-channel.c  |    3 ++-
 src/text-factory.c      |    2 +-
 5 files changed, 22 insertions(+), 26 deletions(-)

commit 45325dba49bf85d96645d8e3218aea29e2c66182
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 18 20:56:16 2008 +0200

    Set the flag Channel_Text_Message_Flag_Resqued on pending messages of a resurrected text channel

 src/sip-text-channel.c        |   15 ++++++++++++---
 tests/twisted/test-message.py |    8 ++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)

commit 9b9751b130ffa9dfb50dc0b290baab031dfaa54e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 18 20:07:52 2008 +0200

    Test Destroyable on text channels

 tests/twisted/test-message.py |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

commit 77756d5777a797aaeae3f0a2c6ce6ff13c81fb17
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 18 19:46:21 2008 +0200

    Implemented Destroyable interface on TpsipTextChannel

 src/sip-text-channel.c |   79 ++++++++++++++++++++++++++++++++++--------------
 1 files changed, 56 insertions(+), 23 deletions(-)

commit 0a33623437fe4287c3b4d3cc02d0ba52333dc517
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 18 20:11:36 2008 +0200

    Guard against disconnecting signals that were never connected

 src/media-factory.c |    7 +++++--
 src/text-factory.c  |    9 ++++++---
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 1352e5a584c3c02940b341f38323f2b14ace625b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 18 11:39:43 2008 +0200

    Blanket ignore rule for Eclipse project files

 .gitignore |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 11f9d73cba5d3740e12ded78736f3065b0b3c0b0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 18 11:36:47 2008 +0200

    Added M4 macro files for libtool
    
    These have been sucked in by autotools on Ubuntu.

 m4/libtool.m4     | 7325 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 m4/ltoptions.m4   |  368 +++
 m4/ltsugar.m4     |  123 +
 m4/ltversion.m4   |   23 +
 m4/lt~obsolete.m4 |   92 +
 5 files changed, 7931 insertions(+), 0 deletions(-)

commit fe54a8f6137b1706a1324e5432183fe963948d42
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 17 17:56:40 2008 +0200

    Fixed a printf format warning

 src/write-mgr-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 77502a45f51f3359514979cae81eaac6d69023e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 17 17:53:58 2008 +0200

    Made source generation rules more robust
    
    In case of a tool failure, the output file is removed.

 src/Makefile.am   |   12 ++++++------
 tpsip/Makefile.am |    4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

commit ca3fd34d44121982aab0df21cc51c56e353d9fd6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 18 11:31:14 2008 +0200

    Added a test case for Requests interface using text channels

 tests/twisted/Makefile.am                   |    3 +-
 tests/twisted/text/initiate-requestotron.py |   93 +++++++++++++++++++++++++++
 2 files changed, 95 insertions(+), 1 deletions(-)

commit 74a85bc50a6c2740f188eba5e18c28503bc7dccd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 7 17:50:30 2008 +0200

    Cleaned up header inclusions

 src/media-factory.c |    1 +
 src/media-factory.h |    4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 5b589673d50ab143b61f2c0d69210b10d11f1ac7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 7 17:49:54 2008 +0200

    Connection uses channel managers instead of factories

 src/sip-connection-private.h |    6 ++----
 src/sip-connection.c         |   35 +++++++++++++++--------------------
 2 files changed, 17 insertions(+), 24 deletions(-)

commit e781d7d4269daa2329d274c016c7e846d4ce15f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 7 17:36:31 2008 +0200

    Reimplemented TpsipTextFactory as an implementation of TpChannelManager
    
    Implemented ExportableChannel on text channel.

 src/sip-text-channel.c |   27 +++-
 src/text-factory.c     |  307 +++++++++++++++++++++++++++++++++++-------------
 src/text-factory.h     |    4 +-
 3 files changed, 245 insertions(+), 93 deletions(-)

commit 525b218f2b1d334364de8e4f43f50b7190ba7c47
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 6 14:51:11 2008 +0200

    Reimplemented TpsipMediaFactory as an implementation of TpChannelManager
    
    TpsipMediaChannel changed to comply.

 src/media-factory.c     |  540 ++++++++++++++++++++++++++++++-----------------
 src/sip-media-channel.c |   55 +++++-
 2 files changed, 394 insertions(+), 201 deletions(-)

commit c57a8d36135a439686460de28865a28dd2f9e377
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 6 15:07:19 2008 +0200

    Removed const qualifiers for members of DBus property mixin initializer arrays
    
    They are non-const as per the API, and must in fact be writable.

 src/sip-media-channel.c |    9 +++++----
 src/sip-text-channel.c  |    9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 32e350c09bc90896f09e2f50b6f74796741156d6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 30 18:52:36 2008 +0200

    nano 0.5.11.1

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b0bf6356341598de18853103d222a398932abfed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 30 18:33:38 2008 +0200

    version 0.5.11

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4515013f50fbfb8b2b16c059351a78efe0d4ef60
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 30 15:41:48 2008 +0200

    Untabify

 src/sip-text-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 21e24945c5ebe558d5659d40836d60fefacc2e00
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 28 19:59:18 2008 +0200

    Removed user=phone in normalization tests

 tests/twisted/test-handle-normalisation.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 8f0a45f15d9934ac6ecfbcb842d49f0683dbaf51
Merge: 3659e71 4824a76
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 28 19:58:37 2008 +0200

    Merge branch 'master' into no-user-phone-in-url
    
    Conflicts:
    
    	src/sip-connection-helpers.c

commit c151116dad868d72dde0d5c9144289506ce8a8f5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 21:13:51 2008 +0300

    Don't free a GError before using its data

 src/text-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5702902c5ce3cbe1cdd74dfadd4bc4d3d00b4b1a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 20:53:35 2008 +0300

    Respond 200 OK for pending messages auto-acked with ListPendingMessages(True)
    
    Also, don't leak the pending message data in this case.
    Tests expect the 200 responses after ListPendingMessages(True).

 src/sip-text-channel.c        |   24 ++++++++++++++++++------
 tests/twisted/test-message.py |    7 +++++++
 2 files changed, 25 insertions(+), 6 deletions(-)

commit ec6c5d4071849a646a86d1c6d5535e9fc60dcda8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 20:04:46 2008 +0300

    Test reopening of text channel with pending messages and ListPendingMessages

 tests/twisted/test-message.py |  154 ++++++++++++++++++++++++++--------------
 1 files changed, 100 insertions(+), 54 deletions(-)

commit 08353c9278624aa313a5c126054e938c5d1c10ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 18:09:42 2008 +0300

    Call AcknowledgePendingMessages and check for SIP responses

 tests/twisted/test-message.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 65fa44a1d975d49422c2229946a8b34e5ac937e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 18:03:12 2008 +0300

    Bubble responses received by the fake SIP proxy as 'sip-response' events
    
    We can now check and match responses in tests.

 tests/twisted/sofiatest.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0aaa7de9b935b4eb0310f0ed046d84888892cebf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 15:15:59 2008 +0300

    Message test brush-up

 tests/twisted/test-message.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 83fe97a0a73ea294a8ac091bba0b1a32f643281c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 15:03:49 2008 +0300

    Test all text channel properties as currently implemented

 tests/twisted/test-message.py |   60 ++++++++++++++++++++++++++++++----------
 1 files changed, 45 insertions(+), 15 deletions(-)

commit 77bdbfa71e7d16ddc8994fa680988d88cc70ef03
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 12:21:49 2008 +0300

    Bind the test SIP proxy to the loopback interface only
    
    Also tell it to use 127.0.0.1 and the port number in Via headers.

 tests/twisted/sofiatest.py |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit 069726215d331d4db80f64b3093f577d503c7a73
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 14:16:33 2008 +0300

    Incomplete test for AcknowledgePendingMessages
    
    Also tightened up header formation in fake proxy messages

 tests/twisted/test-message.py |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit e321934e802df44347279e600ae9c0a67fbed874
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 24 14:12:47 2008 +0300

    Put some brainpower into saving the NUA message structure
    
    The previous code for that was stupid and broken.

 src/sip-text-channel.c |   27 +++++++++++++--------------
 src/sip-text-channel.h |    2 +-
 src/text-factory.c     |    7 ++-----
 3 files changed, 16 insertions(+), 20 deletions(-)

commit 5fbe4c5a05fc2f45753025f5948adbcc0e886fb6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 21 15:19:25 2008 +0300

    Resurrect a text channel if it has pending incoming messages

 src/sip-text-channel.c |   57 ++++++++++++++++++++++++++++++++---------------
 src/sip-text-channel.h |    3 --
 src/text-factory.c     |   35 +++++++++++++++++-----------
 3 files changed, 60 insertions(+), 35 deletions(-)

commit 6dd5e182528c763e42a7424a63b900be79bc8058
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 21 12:17:38 2008 +0300

    Added property "channel-destroyed" to TpsipTextChannel

 src/sip-text-channel.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit d9478366c4a1a3119efdaf6aa4e5362579ebd24f
Merge: 9f9f3a3 4824a76
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 21 11:51:48 2008 +0300

    Merge branch 'master' into text-fixes

commit 4824a76b715f63cf53e081a4e547b798c3483f4d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 21:37:52 2008 +0300

    Safer boolean result for tpsip_debug_flag_is_set()

 src/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 19959bc69760e16560c7b3499b4b1004de5b2115
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 21:36:33 2008 +0300

    Pretty-formatted and optimized SESSION_DEBUG

 src/sip-media-session.c |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

commit 9f9f3a314dd6c1ac695959f7f43d04f7e70251c9
Merge: 0ea293a 6e19069
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 18:28:50 2008 +0300

    Merge branch 'master' into text-fixes

commit 4a171a9affe4bf37a775300f6f4c785dfe6e979c
Merge: 7ad9fe4 6e19069
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 18:19:22 2008 +0300

    Merge branch 'master' into media-session-cleanup

commit 6e1906972cf4954f9e4040d8472f0ee0eb6842fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 18:13:50 2008 +0300

    Bumped the telepathy-glib dependency to 0.7.17
    
    New DBus properties require tp-glib supporting the spec version 0.17.13.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 309b7cf54c3597701fa703513bba3870afda3c25
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 18:13:04 2008 +0300

    Fixed a stupid crash

 src/media-factory.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 7ad9fe4545021439634694f145d182781cf98e3d
Merge: 08aaf1c 19bc2da
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 15:10:39 2008 +0300

    Merge branch 'call-group-fixes' into media-session-cleanup

commit 19bc2da4d8b5708eaf312815dbea27aadbc0ea3f
Merge: ce1b2d1 a2301e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 15:09:04 2008 +0300

    Merge branch 'spec-0.17.13' into call-group-fixes
    
    Conflicts:
    
    	src/media-factory.c
    	src/sip-media-channel.c

commit a2301e4643f1f3db2f8e471082adcf25354b7b71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 14:59:02 2008 +0300

    The "handle" property on TpsipMediaChannel really conveys the requested handle

 src/media-factory.c     |   35 +++++++++++++++++++++++++++++++----
 src/sip-media-channel.c |   18 ++++++++++++++----
 2 files changed, 45 insertions(+), 8 deletions(-)

commit 9bcfdb9962dfc57d4732a23ea6817b507b35e16f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 14:11:01 2008 +0300

    enamed "creator" property to "initiator", for consistency with the DBus name

 src/media-factory.c     |   10 +++---
 src/sip-media-channel.c |   64 +++++++++++++++++++++++-----------------------
 2 files changed, 37 insertions(+), 37 deletions(-)

commit 08e38b41ad3c4afbe6eb62438b474ad90f301505
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 20 14:00:10 2008 +0300

    Assign initiator handle to the right TpsipTextChannel property

 src/text-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0ea293af72ed3f97c9a9bc9a1f63d2c873b918cd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sun Oct 19 23:30:50 2008 +0300

    Renamed tpsip_text_channel_close_async to tpsip_text_channel_dbus_close

 src/sip-text-channel.c |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit 5e017efa9dfdd0e23a48916b28027bbec145fc57
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sat Oct 18 11:41:44 2008 +0300

    Moved incoming INVITE and MESSAGE handlers to their respective factories

 src/media-factory.c          |  100 +++++++++++++++----
 src/media-factory.h          |    7 --
 src/sip-connection-helpers.c |   25 +++++
 src/sip-connection-helpers.h |    3 +
 src/sip-connection.c         |  232 ------------------------------------------
 src/text-factory.c           |  202 ++++++++++++++++++++++++++++++++-----
 src/text-factory.h           |    6 -
 7 files changed, 286 insertions(+), 289 deletions(-)

commit b7b0eb1004c690e59b3f790a5f21833c994c5bda
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sat Oct 18 01:28:51 2008 +0300

    Do one less whole-body strdup (and strlen) per received message

 src/sip-connection.c   |   53 +++++++++++++++++++++++++++++-------------------
 src/sip-text-channel.c |   17 ++++++---------
 src/sip-text-channel.h |    5 +--
 3 files changed, 41 insertions(+), 34 deletions(-)

commit 3fedae3b29595b4ed420bf32e8a1f726a2265bd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sat Oct 18 01:26:56 2008 +0300

    Header and definition cleanup

 src/text-factory.c |   10 +++++++---
 src/text-factory.h |    3 +--
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 3a7e80f37de7ee13d2776405f200eac7ac4b2314
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 17 20:16:06 2008 +0300

    Kill the auth hash table that went unused long ago

 src/sip-connection-private.h |    2 --
 src/sip-connection.c         |    7 -------
 2 files changed, 0 insertions(+), 9 deletions(-)

commit b2e95cdf212788feed879f46d3569d1d250b7d18
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 17 20:13:19 2008 +0300

    Delay the final 200 response to an incoming MESSAGE until acknowledged

 src/sip-connection.c   |   16 ++++++++++----
 src/sip-text-channel.c |   50 ++++++++++++++++++++++++++++++-----------------
 src/sip-text-channel.h |    9 ++++---
 3 files changed, 48 insertions(+), 27 deletions(-)

commit 7526bab6a2443f5c40f505e21afcdb20820863c1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 17 18:28:10 2008 +0300

    Rename the outgoing message queue to avoid confusion
    
    'Acknowledge' has another associated meaning in Telepathy text channels.

 src/sip-text-channel.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 394f6e570bca7c6afe2fc0303d000d01675c591c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 17 18:25:48 2008 +0300

    Don't leak the sender handle when text messages are zapped

 src/sip-text-channel.c |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)

commit 278dd0ee6e59aea502a7473e9cf140c97501225c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 19:46:20 2008 +0300

    Fix a GObject property name, declare the new DBus properties to the mixin

 src/sip-text-channel.c |    7 +++++--
 src/text-factory.c     |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit c87080456e1cfcf3dc90bdb2d6203659da007235
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 18:24:02 2008 +0300

    Implemented text channel properties InitiatorHandle, InitiatorID, Requested

 src/sip-connection.c   |    7 +--
 src/sip-text-channel.c |  159 +++++++++++++++++++++++++++++++++---------------
 src/text-factory.c     |   25 +++++---
 src/text-factory.h     |    2 +-
 4 files changed, 128 insertions(+), 65 deletions(-)

commit 08aaf1c19bfe2cb6e300d6fcad0f6c4f80482668
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 16:50:21 2008 +0300

    Removed the idle catcher for a missing nua_i_state event
    
    The g_assert_not_reached() was never reached in testing,
    apparently Sofia-SIP behaves as we expect it to.

 src/sip-media-session.c |   59 ++++++++--------------------------------------
 1 files changed, 11 insertions(+), 48 deletions(-)

commit 6575f97d765bd3d6819bb3b50894808ba6d6e42b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 16:43:47 2008 +0300

    Added a FIXME comment about implementing incoming CANCEL for a re-INVITE
    
    The situation is exotic, but possible, like so many things in SIP.

 src/sip-media-channel.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit ce1b2d1b3a752d5518f5c34fce33c97a5ae038c3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 16:37:33 2008 +0300

    The hardcoded request timeout is bad, removed
    
    The lifetimes of INVITE transactions that are reflected on Telepathy
    are better left to the clients and the channel dispatcher.
    Retained a timeout, now safely long and managed inside Sofia-SIP,
    only for outgoing re-INVITEs.

 src/sip-media-session.c |   64 +++++-----------------------------------------
 1 files changed, 7 insertions(+), 57 deletions(-)

commit b18e131b9761f377f846a6b914e21fee6e21ee25
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 15:12:00 2008 +0300

    Simplify the media factory code by exporting channel's add_member override

 src/media-factory.c     |   12 ++----------
 src/sip-media-channel.c |   16 ++++++----------
 src/sip-media-channel.h |   10 +++++++---
 3 files changed, 15 insertions(+), 23 deletions(-)

commit 032eed790001bc5cf91db167ffe9f9e5d262fe27
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 15:04:34 2008 +0300

    Renamed tpsip_media_channel_close_async to tpsip_media_channel_dbus_close

 src/sip-media-channel.c |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit dd55960b6fd77aae66f8efc96a4d78b1ebb6b5b7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 16 14:54:51 2008 +0300

    Tightened up the code for call channel group membership changes
    
    The actual changes and emissions are now concentrated in the callback
    for protocol session state changes, plus the cases when a call termination
    reason and text is obtained from the protocol messages.

 src/sip-media-channel.c |  228 +++++++++++++++++++----------------------------
 1 files changed, 92 insertions(+), 136 deletions(-)

commit 2f1a2d12741b8ebcf92d2a3c80f6216c9006e30a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 15 19:03:15 2008 +0300

    Renamed tpsip_media_session_reject to tpsip_media_session_respond
    
    That better reflects what the function does. It does not check if the status
    is a final one.

 src/sip-media-channel.c |    2 +-
 src/sip-media-session.c |   10 +++++-----
 src/sip-media-session.h |    6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

commit 9c44c269bf6d0b744a210e408912c3ddc710d7d5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 15 18:50:02 2008 +0300

    Implemented media Channel properties InitiatorID, InitiatorHandle, Requested
    
    The "creator" GObject property of TpsipMediaChannel backing InitiatorHandle
    is also used to clarify the internal logic.

 src/media-factory.c     |   34 +++++---
 src/media-factory.h     |   13 +--
 src/sip-connection.c    |    7 +-
 src/sip-media-channel.c |  221 ++++++++++++++++++++++++++++++-----------------
 src/sip-media-channel.h |    5 +-
 5 files changed, 176 insertions(+), 104 deletions(-)

commit f74e1591586b3cb9c9dfc37c5fbe880ffb820192
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 14 11:03:40 2008 +0300

    ...and yet more

 src/sip-connection-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 43c67fced5cd04c6751e43a0d8091ae0c8390d85
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 13 20:14:22 2008 +0300

    Optimized URL part lowercasing a bit more

 src/sip-connection-helpers.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit eb78e46ff1dad844ffe86c2b98d3469afb9142f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 19:21:40 2008 +0300

    Alignment fix

 src/sip-connection-helpers.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2d80bc40adcd4e6b2493772acdc7afb2910f5b53
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 18:57:09 2008 +0300

    Use explicit ASCII character ranges in regular expressions
    
    Usage of POSIX character classes brings the locale concerns.

 src/sip-connection-helpers.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit b25a2d26d785b99df2f1beab9f0cb846b634fd5f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 18:46:23 2008 +0300

    More tests for normalization cases

 tests/twisted/test-handle-normalisation.py |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 24519631c13e09032fbc09a9e9c396e86d725cf8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 18:45:09 2008 +0300

    Lowercase the URL schema

 src/sip-connection-helpers.c |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit e21887139836dccd2bd7f7b38f47cbfe5edd7d95
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 13:22:25 2008 +0300

    Updated .gitignore for the test buildfiles

 .gitignore |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 6b584ce3e7f9528c885d5bd3ee67a9a9afa94264
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 12:27:08 2008 +0300

    Add SIP traffic to telepathy-sofiasip test logs
    
    Also changed the debug environment variables to the new naming prefix.

 tests/twisted/tools/exec-with-log.sh.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d32a6942eddb86950c4a3ac98cb8d96f66eb67dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 12:26:46 2008 +0300

    Properly address the incoming messages in the test

 tests/twisted/test-message.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 47c921fef658bfa6ca20427bfdd1f4c895a8cc34
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 12:25:02 2008 +0300

    Properly (ahem) initialize a temporary Sofia home

 src/sip-connection.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit b9409e65d525f5da906e73d21fbbac6b81e0bc3f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 11:59:24 2008 +0300

    Updated the unit tests to verify the new phone number normalization rules

 tests/twisted/test-handle-normalisation.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit ffad50da3db7bea80fbafb1a8fb51cf3493624a7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 8 11:47:21 2008 +0300

    Reverted the normalize context to be TpsipConnection

 src/sip-connection-helpers.c |    4 +++-
 src/sip-connection.c         |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

commit aeb9c40e800cb777d2b39f81dac5ac1940881673
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 16:45:12 2008 +0300

    Initialize TpsipConnection's account_url from the contact handle repo URL

 src/sip-connection-private.h |    2 +-
 src/sip-connection.c         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6f53c88d0b0311a69f52f5043c552cc4cbbdb2d7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 16:40:33 2008 +0300

    Interpret the context pointer in tpsip_handle_normalize as the base URI
    
    Also made some opportunistic memory use fixes and cleanups.

 src/sip-connection-helpers.c |    4 +---
 src/sip-connection.c         |   21 +++++++++------------
 2 files changed, 10 insertions(+), 15 deletions(-)

commit 402425e5792c0278b8753393242c54aec8a17c80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 16:06:48 2008 +0300

    Put the self alias in From headers of outbound requests.
    
    Use the "alias" property on TpsipConnection as the display name in From
    when constructing outbound requests.

 src/sip-connection-helpers.c |   33 +++++++++++++++++++++++++++------
 1 files changed, 27 insertions(+), 6 deletions(-)

commit 3d0bc4682a3ab399f3ca294b0fa098c9041b8db1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 15:52:17 2008 +0300

    Use the URL contact helper when creating To: headers in requests
    
    Discarded the TODO comment about setting the display name in To:.
    There is no meaningful use for that.

 src/sip-connection-helpers.c |   29 +++++++----------------------
 1 files changed, 7 insertions(+), 22 deletions(-)

commit 9d95f9834beb51f8317d90f292ad2b0b6cabf30c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 15:29:05 2008 +0300

    Added the connection manager parameter "alias"

 src/sip-connection-manager.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 78871db9e046a0faf3e5d714bd1fd88e86a8bea0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 15:28:02 2008 +0300

    Implemented the Aliasing interface on TpsipConnection

 src/Makefile.am              |    2 +
 src/conn-aliasing.c          |  287 ++++++++++++++++++++++++++++++++++++++++++
 src/conn-aliasing.h          |   33 +++++
 src/sip-connection-helpers.c |   47 +++++++
 src/sip-connection-helpers.h |    6 +-
 src/sip-connection-private.h |    1 +
 src/sip-connection.c         |   56 +++++----
 7 files changed, 406 insertions(+), 26 deletions(-)

commit 6f4f229066df9152af7a76e6cf9fd2ffcff11908
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 12:09:14 2008 +0300

    WIP: reimplemented URI normalization with use of GRegex

 src/sip-connection-helpers.c |  257 +++++++++++++----------------------------
 src/sip-connection-helpers.h |   10 +-
 2 files changed, 89 insertions(+), 178 deletions(-)

commit 3c42d2757818b1c7f57725ad1b1f54dc6803f4fb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 7 12:04:43 2008 +0300

    Bumped the GLib dependency version to 2.16
    
    This version introduces the URI escaping function that we're going to use.
    telepathy-glib requires the same minimum version.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4c8802b9b12121e0f2b225ff43622ef96ef9f363
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 10 12:19:24 2008 +0300

    Added implementations for Contacts and DBus properties to TpsipConnection

 src/sip-connection.c |   27 +++++++++++++++++++++++++--
 src/sip-connection.h |    5 +++++
 2 files changed, 30 insertions(+), 2 deletions(-)

commit 11c21d00fac9e3e752445e5f41eeb22da81d6819
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 9 19:13:00 2008 +0300

    Implemented TargetID DBus property for text Channels

 src/sip-text-channel.c |   68 +++++++++++++++++++++++++++++------------------
 1 files changed, 42 insertions(+), 26 deletions(-)

commit c569b9f0263ceafe3d86cd15ce5be58eb13bb276
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 9 18:43:36 2008 +0300

    TargetID DBus property and Group interface properties on media channel
    
    AFAIK, I only needed to add TP_CHANNEL_GROUP_FLAG_PROPERTIES
    to the group flags to fully enable the DBus properties for the
    Group interface.

 src/sip-media-channel.c |  130 ++++++++++++++++++++++++----------------------
 1 files changed, 68 insertions(+), 62 deletions(-)

commit 7f6706884842e9f91e553a02ac04bf67f8003f2c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 9 17:18:57 2008 +0300

    Erased the unused "factory" property on TpsipMediaChannel

 src/media-factory.c     |    9 ++++-----
 src/sip-media-channel.c |   19 -------------------
 2 files changed, 4 insertions(+), 24 deletions(-)

commit 73d2d2acc10b59eb132bd5931feaa21394d25819
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 9 17:11:15 2008 +0300

    Rearranged interface macros in the class type definition

 src/sip-media-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3659e71e24b23aa00c62f3ebdb394d302d4c857a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Aug 27 13:23:39 2008 +0300

    Don't append user=phone parameter to SIP URIs normalized from telephone number-like strings

 src/sip-connection-helpers.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 540e56a7deeed611561973e465c430e18ce3bb4b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Aug 26 16:29:13 2008 +0300

    Replaced the ChangeLog autogeneration dist-hook for darcs with one for git
    
    Copied the rule from telepathy-gabble.

 Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 135f4a6a4a3b443d05c448b90ec82ef20c8f31e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 22 12:12:13 2008 +0300

    Removed _boring

 _boring |   65 ---------------------------------------------------------------
 1 files changed, 0 insertions(+), 65 deletions(-)

commit 8bc2a0a1a7614f8a0b5ad43b7e486e129a5ea7a7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 22 12:11:41 2008 +0300

    Added .gitignore

 .gitignore |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

commit 18b80315199612c2d783fcaf56c5754eea6995bd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 22 11:49:20 2008 +0300

    Deleted the post-migration .git-darcs-dir files

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 8f4becf0d880191185d0b35fe2f11262a00c0582
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 21 17:42:53 2008 +0000

    Nano version 0.5.10.1
    
    
    20080721174253-5b6ca-7b19131579b7753946c6b1c2ad6ebc6790f61fa2.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 05f627f4c1dcf8e9eb26b3d305cc0a796114ae65
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 15 11:25:23 2008 +0000

    version 0.5.10
    
    
    20080715112523-5b6ca-531bea6de30a1283237f1b58f8e8344d655885e1.gz

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d13078f222438b4bf2ab50b9c236379a5b5b5dcd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 10 14:20:59 2008 +0000

    TpsipMediaStream: safeguard against the case when no remote RTP payloads are declared
    
    
    20080710142059-5b6ca-cb614da56f66d29d25f2ebd8623afdaaeee75469.gz

 src/sip-media-stream.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit ec5fd795ca65c95ae8965863ad8aae7ae3ec5203
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 1 12:05:39 2008 +0000

    TpsipMediaStream: emit SetRemoteCodecs even if the remote codec list is empty,
    
    to prevent possible snags in session negotiation sequence.
    
    20080701120539-5b6ca-bc54c89e89081660f441efe311dc1c43e30bfa7a.gz

 src/sip-media-stream.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 9b0715944844afee4bbcd48485827f640fdafc4e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 10 14:13:40 2008 +0000

    TpsipMediaStream: more whitespace for clarity
    
    
    20080710141340-5b6ca-b9e83bc5fc2ae552cbc8ccbd628fdd7ffbca4b47.gz

 src/sip-media-stream.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 2da35d2968549f7565668f8c92673e711f568829
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 2 16:09:35 2008 +0000

    TpsipMediaStream: guard against null pointer to the fmtp string
    
    
    20080702160935-5b6ca-ce35a1faff367cacbbfa45aa9a5e545052e5d94f.gz

 src/sip-media-stream.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 1e9fb06220e67b595631b353bf1c1eada4f00510
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 1 11:53:38 2008 +0000

    TpsipMediaStream: redone the a:fmtp attribute line parser.
    
    It's now more permissive in what might constitute a parameter value,
    to allow unquoted base64 strings as used with H.264 and Vorbis.
    Values given as quoted pairs are properly unquoted.
    
    20080701115338-5b6ca-55069a227ae840079d1c05e3a0ad582cf39a431e.gz

 src/sip-media-stream.c |  160 +++++++++++++++++++++++++++++++++--------------
 1 files changed, 112 insertions(+), 48 deletions(-)

commit 6c4d1e7b09aae7827ee4ddfd7d374b427edbf566
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 8 13:43:44 2008 +0000

    Reformatted the rest of param specs.
    
    Use G_PARAM_STATIC_STRINGS convenience macro available since GLib 2.13.
    An occasional description string got a facelift.
    
    20080708134344-5b6ca-4d0c11c3ff1e3077111e013eb32433abc3cc87d0.gz

 src/media-factory.c     |   27 ++----
 src/sip-connection.c    |  214 +++++++++++++++++------------------------------
 src/sip-media-session.c |   89 +++++++-------------
 src/sip-media-stream.c  |   98 +++++++---------------
 src/text-factory.c      |   10 +--
 5 files changed, 151 insertions(+), 287 deletions(-)

commit fdb62491999a441db65afc668a437f0a426188bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 1 11:40:23 2008 +0000

    Bumped the glib dependency version to 2.14 to use GRegex
    
    
    20080701114023-5b6ca-4616f2a1a846e12b45c3a854ed6b77733db54fb7.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e5914de8d9b2bdaabe7065683b62b1de55e1c8e1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 20:10:25 2008 +0000

    test-message.py: exercise the Channel D-Bus properties
    
    
    20080701201025-53eee-edf418b962a55d23c09ff80edcb53c3b3edbb3bd.gz

 tests/twisted/test-message.py |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit c71898667b7418d60d9546ec39028fdf5343245d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 20:10:00 2008 +0000

    TpsipTextChannel: implement the Channel properties from spec 0.17.7
    
    
    20080701201000-53eee-ac4381f50f5c1a61348fe3100a5b9668bbf4d89c.gz

 src/sip-text-channel.c |   22 ++++++++++++++++++++++
 src/sip-text-channel.h |    4 +++-
 2 files changed, 25 insertions(+), 1 deletions(-)

commit 9cf7b8d72119f66a956839b265450968aa8505da
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 20:09:54 2008 +0000

    TpsipTextChannel: add a GObject property 'interfaces'
    
    
    20080701200954-53eee-f14f247dac7f5c547092b705e44c9ac4231e16f9.gz

 src/sip-text-channel.c |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

commit f96bf267cced7d818710c0e2f8ab44777a910a95
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 20:06:55 2008 +0000

    test-message.py: simplify by assigning Text channel type to a variable
    
    
    20080701200655-53eee-35c8097c2f96e8d492507b7d32664d224b5a99c4.gz

 tests/twisted/test-message.py |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

commit 1a2c1e99c3600ab2512311ee5ad673b2be915149
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:38:35 2008 +0000

    TpsipTextChannel: update copyright year
    
    
    20080701193835-53eee-6c90f09fc639f6f82800bb18cbe394bdc0661fd1.gz

 src/sip-text-channel.c |    2 +-
 src/sip-text-channel.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e7d984ad0f5f4f65e13559a7f81ed0d3e1ba4a56
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:38:14 2008 +0000

    TpsipTextChannel: re-order headers as per Telepathy coding style
    
    
    20080701193814-53eee-f70f8026288a50df8a1e83f5f544fccb82723e78.gz

 src/sip-text-channel.c |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit 6796a898e7675488247cd7a04737af196f65a392
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:33:38 2008 +0000

    TpsipTextChannel: re-indent g_param_spec_object call, and add G_PARAM_STATIC_NAME for less strdup()ing
    
    
    20080701193338-53eee-c372586e7a9ddfb0c2acdf9ac8604fdda757e390.gz

 src/sip-text-channel.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

commit bc0c90860fc207dc4aadb4511b8913c1f7a49d76
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:30:15 2008 +0000

    TpsipMediaChannel: additionally add the Group D-Bus properties (GroupFlags etc.)
    
    
    20080701193015-53eee-c7d1e0e583249176c48b656ea3cc02d1cda254fa.gz

 src/sip-media-channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit cfaeb412b03cc2cb147e2c34268c261c62c1bd22
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:29:44 2008 +0000

    TpsipMediaChannel: add the Channel D-Bus properties (TargetHandleType etc.)
    
    
    20080701192944-53eee-9e74d4509ca31161711687e73f3022b7ac40c5c8.gz

 src/sip-media-channel.c |   21 +++++++++++++++++++++
 src/sip-media-channel.h |    2 ++
 2 files changed, 23 insertions(+), 0 deletions(-)

commit c697579bc568e2f38a0b0f4886c42e814de7f925
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:29:08 2008 +0000

    TpsipMediaChannel: add an 'interfaces' GObject property
    
    
    20080701192908-53eee-70f08de142d5dd56a1f296e30096da66d4d1c1ad.gz

 src/sip-media-channel.c |   33 ++++++++++++++++++++++-----------
 1 files changed, 22 insertions(+), 11 deletions(-)

commit 72e9cd5574c8e3de9486e5d8c3ce022f9532f978
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:28:29 2008 +0000

    TpsipMediaChannel: re-indent property definitions and give them all static name|nick|blurb
    
    
    20080701192829-53eee-715d6379fa1e307adee0fb1d9850042cc3613ec2.gz

 src/sip-media-channel.c |   57 +++++++++++++++++-----------------------------
 1 files changed, 21 insertions(+), 36 deletions(-)

commit fd2cf6397d83de2e1a4e5f70ca5586e1db76557e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:24:36 2008 +0000

    sip-media-channel.h: re-order headers as per Telepathy coding style
    
    
    20080701192436-53eee-8a3a8a9c37a677e60ec9fbba707a318fd34a69ed.gz

 src/sip-media-channel.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit c69233d4fcc15bffe0cc5ee3fb9fd1de8c2ab3d3
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:10:53 2008 +0000

    TpsipMediaChannel: rearrange headers as per Telepathy coding style
    
    
    20080701191053-53eee-0f93485104490e13ab4506fed378c54bc920b4ae.gz

 src/sip-media-channel.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 5cca18ba5a85dbe27542b024ceb1eeca23bb3809
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Jul 1 19:09:47 2008 +0000

    Require telepathy-glib 0.7.10 for spec 0.17.7
    
    
    20080701190947-53eee-2c321da14db050a1f1482c7029ac11086c662a99.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ed67679d5dd2edc083f440d6a94eff1850ce2a6c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 4 16:17:52 2008 +0000

    TpsipMediaChannel: moved CallState management to the nua_i_state handler,
    
    eliminating the last reason for the nua_r_invite handler to exist.
    
    20080604161752-5b6ca-edd7b3bc495f6568e3e56b9360d21fe33d8fbc7d.gz

 src/sip-media-channel.c |   71 ++++++++++++-----------------------------------
 1 files changed, 18 insertions(+), 53 deletions(-)

commit 16ae19f9abe4a11682dd9697b0921a930a5f3dcd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 3 16:46:35 2008 +0000

    Ported the glare fix to trunk
    
    
    20080603164635-5b6ca-dcd8f2c0aff30e5828c5bee4bbbdc2840ba82a4b.gz

 src/sip-media-channel.c |   17 ++++--
 src/sip-media-session.c |  122 +++++++++++++++++++++++++++++++++++++++--------
 src/sip-media-session.h |   20 ++++----
 3 files changed, 123 insertions(+), 36 deletions(-)

commit 6726e7bf97fdf27f94652c6166b6f1ef2a41577e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 3 15:42:33 2008 +0000

    SIPMediaChannel: have the session resolve glare on a 491 response
    
    
    20080603154233-5b6ca-c7e6eb3d954a41b0634d60ea69481252361607b6.gz

 src/sip-media-channel.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0f302cf8f6c50338a99f69afcbf2063c7a3d6f99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 3 15:39:06 2008 +0000

    Introduced a new session state, 'reinvite-pending', as the way to resolve glare conditions on re-INVITE
    
    
    20080603153906-5b6ca-0b4705218f7abdb74922b5b094b6134f29046e74.gz

 src/sip-media-session.c |   51 +++++++++++++++++++++++------------------------
 src/sip-media-session.h |   18 ++++++++--------
 2 files changed, 34 insertions(+), 35 deletions(-)

commit 88edb852ab0b2e3c52eba65cf02f3c6aff378cc7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 3 15:52:06 2008 +0000

    TpsipMediaChannel: don't accept the session on non-2xx status codes when NUA state changes to ready.
    
    That case is awaiting another patch.
    
    20080603155206-5b6ca-5067403a6caaf60d6df327f21aa602ccc2c7c35c.gz

 src/sip-media-channel.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a9839d8ad5a4dacaf25c870bed8c94d13e0dfd74
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 3 15:45:09 2008 +0000

    TpsipMediaChannel: revert to handling call termination in the nua_i_state handler, not in nua_i_terminated.
    
    The latter is deprecated. tpsip_media_channel_peer_error() is again just a function to report the response,
    not terminating the session itself.
    
    20080603154509-5b6ca-af30c324a3e21686dd6b19cd873d6c1d26f3d6c6.gz

 src/sip-media-channel.c |   38 +++++++++-----------------------------
 1 files changed, 9 insertions(+), 29 deletions(-)

commit 2c37ac9ffbd5347eccc71727f032a969ae747d94
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 3 15:56:50 2008 +0000

    version 0.5.9.1
    
    
    20080603155650-5b6ca-afec1be98862d91a3fb456efc7d6b53314aabd3f.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6d5daf7c745296b7ec9840e0b1a029d8f98bbaea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 21 12:16:24 2008 +0000

    version 0.5.9
    
    
    20080521121624-5b6ca-60789fe0bf380a95866b0f99e3067cb3fd2ee334.gz

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8f26eef352a44d89256295884d4d82968359fb35
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 21 11:53:55 2008 +0000

    TpsipMediaSession: added debug tracing for remote hold status update
    
    
    20080521115355-5b6ca-de2c08dac247bdf7745b6cc6d58cb7d6edafb5b1.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 763836183ac726e421fc5fcab00e5c64344aae81
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 20 17:42:06 2008 +0000

    Ported the pending offer/pending remote send state interaction fix to the trunk
    
    
    20080520174206-5b6ca-d530105ebef884df1ec3c5e0e4ef1a23686cc800.gz

 src/sip-media-session.c |   42 ++++++++++++++++++++++++++++++++++--------
 src/sip-media-stream.c  |    9 +++++----
 src/sip-media-stream.h  |    5 +++--
 3 files changed, 42 insertions(+), 14 deletions(-)

commit 70c23413cc4751c94b53c9a512e93b80098b7a99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 20 17:26:18 2008 +0000

    Don't remove or apply the remote pending send flag if there is a pending SDP offer
    
    
    20080520172618-5b6ca-d57efbae260b86b051c51793193bd6f61de65db5.gz

 src/sip-media-session.c |   27 ++++++---------------------
 src/sip-media-stream.c  |   10 +++++-----
 src/sip-media-stream.h  |    2 +-
 3 files changed, 12 insertions(+), 27 deletions(-)

commit 55b0ae788ca30782346e2a9fffd8ad9e68dc80c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 19 15:10:59 2008 +0000

    TpsipMediaSession: renamed the label epilog to finally, to align with a convention in some other Telepathy code
    
    
    20080519151059-5b6ca-608cd3a7c697a46b0285c89b2b2313381952e8ba.gz

 src/sip-media-session.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c5bb7c10cfad25f1e60ad80f04db78c9f88badad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 19 14:29:10 2008 +0000

    TpsipMediaStream: removed an outdated comment about implementation gaps in SDP generation
    
    
    20080519142910-5b6ca-3c96984d1f1552da10ce4120e84c62c64839d91a.gz

 src/sip-media-stream.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 85f9c1288eec4db149608d7a44e6021da1bb4a6a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 19 14:27:41 2008 +0000

    TpsipMediaSession: SDP media line loop condition beautified
    
    
    20080519142741-5b6ca-2fa0a9d5968052af45e66c1492d9ee164f6f2069.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 642d4350540df9f4ffefd59582c6b18bbf6aae51
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 19 14:22:47 2008 +0000

    TpsipMediaSession: make sure state transitions after a remote media update are not always hinged on a stream engine roundtrip.
    
    Pointedly, remote codec list updates were made optional in an earlier patch.
    
    20080519142247-5b6ca-5aa675c8f09eec131f4366cd3d1088a39cbcaa23.gz

 src/sip-media-session.c |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 73a4cac31feea5ada1b6fd6a7ac88e83810d4f21
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 16 15:42:33 2008 +0000

    Don't use locale-dependent strtoul() to decode URL escapes
    
    
    20080516154233-5b6ca-9558074a56e38c6a9741f28632d0d39ab0d89f31.gz

 src/sip-connection-helpers.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 800cd188b0895311d2a233627da660645c98d6c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 16 15:41:33 2008 +0000

    Removed obsolete _tpsip_nh_expired anchor
    
    
    20080516154133-5b6ca-a10d9596831b7125db89e82d460f030109bc36d0.gz

 src/sip-connection-helpers.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit a89bfd213e7ff0f1db6384207efa022040e1ec1c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 16 16:02:01 2008 +0000

    TpsipMediaStream: refactored priv_append_rtpmaps() out of priv_update_local_sdp()
    
    
    20080516160201-5b6ca-99122e8a0c7762a2c2725f82877c92f9ce24ad04.gz

 src/sip-media-stream.c |  112 ++++++++++++++++++++++++++---------------------
 1 files changed, 62 insertions(+), 50 deletions(-)

commit 2120457c93c86fdce9f3349ca4221151e8dd06e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 16 15:40:18 2008 +0000

    TpsipMediaStream: emit a=rtcp ahead of rtpmap lines for aesthetical reasons
    
    
    20080516154018-5b6ca-d2a108f1558b65f22aca3c9a10fa1ece029912d3.gz

 src/sip-media-stream.c |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

commit 3bd98c46e424f1dfc7961d96fc1e32187c560dd2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 16 15:35:34 2008 +0000

    TpsipMediaStream: put a=rtcp attribute into the local SDP if there's an interesting RTCP transport component in the selected candidate
    
    
    20080516153534-5b6ca-3727ec4c1d73c7a46e0991032daa399622573e0c.gz

 src/sip-media-stream.c |   89 +++++++++++++++++++++++++++++++++--------------
 1 files changed, 62 insertions(+), 27 deletions(-)

commit 655f1b746c28a0842a351be27cffc98da79ce1c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 16 14:21:39 2008 +0000

    Trying to cover all RTCP-related bells and whistles we may meet in remote SDP
    
    
    20080516142139-5b6ca-708fdf2d8b6ba798dfb10e5ce973163fbe1759a7.gz

 src/sip-media-session.c |   44 ++++++++++++++++++++++++++
 src/sip-media-session.h |    2 +
 src/sip-media-stream.c  |   78 +++++++++++++++++++++++++++++++++-------------
 3 files changed, 102 insertions(+), 22 deletions(-)

commit caefdf396c4ab1d45cdac0ed03ba2b26d0a84cfe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 13 17:58:29 2008 +0000

    TpsipMediaSession: added a comment questioning the necessity of a large part of tpsip_media_session_terminate()
    
    
    20080513175829-5b6ca-5f10ee9b77a4b7960564a59120da13ca855108cc.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit e124f2be17c34c96bb0303d952a1810884f35363
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 13 17:56:17 2008 +0000

    TpsipMediaSession: ported the NUA handle disposal patch
    
    
    20080513175617-5b6ca-9511f8f57efad91927e6b17b1e737219e40fcb36.gz

 src/sip-media-session.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit abab4c94cdcec81da88a35edaf93e6f1fd87f813
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 13 17:48:24 2008 +0000

    SIPMediaSession: make sure to destroy the NUA handle on session end
    
    
    20080513174824-5b6ca-e5ffda8216c1d088227f14c89ecf5e7f23df2705.gz

 src/sip-media-session.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5e08b0cf082711cdcb183eafe25b89b00a8765be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 12 15:13:39 2008 +0000

    TpsipMediaChannel: ported the peer error termination fix to the trunk.
    
    A helper function was added that terminates the session locally.
    
    20080512151339-5b6ca-ade76c4124fc2b4b741ebf5a5463f655f23ab73d.gz

 src/sip-media-channel.c |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

commit c7e564328c29ddbded782de398ecd4e78c5cc966
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 12 14:34:39 2008 +0000

    SIPMediaChannel: cleaner termination on a peer error
    
    
    20080512143439-5b6ca-a94b16b02e70a140bcad9ff2608bf78d62c3c9a9.gz

 src/sip-media-channel.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8569d9ee2a08be6fb1468ca5b5abc1979e4654ad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 12 12:17:00 2008 +0000

    SIPMediaSession: restored priv_local_media_changed() in sip_media_session_request_streams().
    
    We need priv->pending_offer set early to avoid closing off newly created streams when
    the answer arrives.
    
    20080512121700-5b6ca-b8f0c3a3a15f8ba6b82774395aa465e7abbc2864.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 06a9e01ff2662ee4b189be7acfb13a559a3d297e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 12 11:57:24 2008 +0000

    SIPMediaChannel: be sure to close the channel when removing the remote member due to an error response to INVITE
    
    
    20080512115724-5b6ca-6598bbeef7e85abfa455b87357b881fbfb8a878c.gz

 src/sip-media-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 31239ee4b9f9765a67c5166861d19f82f4e1b7ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 8 14:47:58 2008 +0000

    TpsipMediaSession: tracing for hold implementation functions
    
    
    20080508144758-5b6ca-13314d7451d67bad069ae1d7e67495d70b6ce07a.gz

 src/sip-media-session.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 44b2989b13762d180fa7af056630cb5543da6d9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 7 15:20:27 2008 +0000

    TpsipMediaStream: don't push remote codecs to Telepathy if the codec list in SDP did not change
    
    
    20080507152027-5b6ca-4ad9a54ca4621a4914e0393941f9768b1a10ceaa.gz

 src/sip-media-stream.c |   50 ++++++++++++++++++++++++++++++++++-------------
 1 files changed, 36 insertions(+), 14 deletions(-)

commit 168acf1ba1a4c92b54342285a4916ad435b5134e
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon May 12 15:27:22 2008 +0000

    test-message.py: actually run the entire test
    
    
    20080512152722-01440-7c2ded9d15651fcdc5971980299e8c71aae667e6.gz

 tests/twisted/test-message.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 68db08025a1431f22ccc35289b60518fcb52818b
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 21:07:39 2008 +0000

    update existing tests to the new api
    
    
    20080429210739-01440-915ffebfab6052286e0e3bf691655378de47b06e.gz

 tests/twisted/test-handle-normalisation.py |    5 +-
 tests/twisted/test-message.py              |  127 ++++++++++------------------
 tests/twisted/test-register-fail.py        |   21 ++---
 tests/twisted/test-register.py             |   41 +++------
 4 files changed, 69 insertions(+), 125 deletions(-)

commit 3cf8990c378b30609b48cf71391e74cd245071bb
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 21:07:21 2008 +0000

    update sofiatest.py to the new test api
    
    
    20080429210721-01440-cd58247c56e835e0a22e86dbfaa30252cfc99e23.gz

 tests/twisted/sofiatest.py |   88 ++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 81 insertions(+), 7 deletions(-)

commit 782fe41582d640bc56271b1f4ff356705c580de5
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 17:03:20 2008 +0000

    updated servicetest.py from gabble (adds new test api)
    
    
    20080429170320-01440-4410abe44cef0cf58ae79bdaba48f9b56cee1bc9.gz

 tests/twisted/servicetest.py |  286 +++++++++++++++++++++++++++++++++++++-----
 1 files changed, 252 insertions(+), 34 deletions(-)

commit 5d2d9841d5cdd78366a31c966743466658df6bfb
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 16:59:40 2008 +0000

    ignore tp_caller for the time being
    
    
    20080429165940-01440-e4682591ede0a028fec442871498d0795abb52a5.gz

 tests/Makefile.am |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit 0e2f5d262b8bcca6b081780e99c57ed4cca26e27
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 16:59:22 2008 +0000

    added the two new Makefile.ams to configure.ac
    
    
    20080429165922-01440-531a22dbba5450df16bd4566861cab870d02a318.gz

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 290c32fb6b0d79ce157cd66c75f70257ba2d5b60
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 16:46:51 2008 +0000

    removed obsoleted test env scripts
    
    
    20080429164651-01440-0adb82f6afbad4e755c3f3b3fd0f05dbdbd3c69d.gz

 tests/exec-with-log.sh.in                          |    9 ----
 ...Telepathy.ConnectionManager.sofiasip.service.in |    3 -
 tests/run-with-tmp-session-bus.conf.in             |   30 ------------
 tests/run-with-tmp-session-bus.sh                  |   49 --------------------
 4 files changed, 0 insertions(+), 91 deletions(-)

commit 019335ef3ce5a519fb4dee929c95d98c0c8bd50a
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 16:45:34 2008 +0000

    enabled conditional use of twisted tests (ported from gabble); also compile tp_caller utility in tests
    
    
    20080429164534-01440-b7431f9559dce08c406ad62d42eec1ebaab42856.gz

 configure.ac      |   10 ++++++++
 tests/Makefile.am |   64 +++++++++++++++++++++++-----------------------------
 2 files changed, 38 insertions(+), 36 deletions(-)

commit 8f2dd1de48d445976cd52a35d2ca4cd4cc9d20b2
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 16:40:23 2008 +0000

    change check-coding-style.mk to allow for check-local override (port from gabble)
    
    
    20080429164023-01440-1559f8bf65cbc1b7c4283b9fde71f5e00227be1c.gz

 tools/check-coding-style.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit a9e34e5fc2dded884086b8f0629a8b75a511a445
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 16:39:22 2008 +0000

    moved twisted test scripts to tests/twisted
    
    
    20080429163922-01440-7fe3b1470c36c9012de622e95bbcb0e3cf4ba145.gz

 tests/servicetest.py                       |  253 ----------------------------
 tests/sofiatest.py                         |   53 ------
 tests/test-handle-normalisation.py         |   45 -----
 tests/test-message.py                      |  140 ---------------
 tests/test-register-fail.py                |   18 --
 tests/test-register.py                     |   32 ----
 tests/twisted/servicetest.py               |  253 ++++++++++++++++++++++++++++
 tests/twisted/sofiatest.py                 |   53 ++++++
 tests/twisted/test-handle-normalisation.py |   45 +++++
 tests/twisted/test-message.py              |  140 +++++++++++++++
 tests/twisted/test-register-fail.py        |   18 ++
 tests/twisted/test-register.py             |   32 ++++
 12 files changed, 541 insertions(+), 541 deletions(-)

commit 10ef616abd9c6d8573288af2f626da87647b2163
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Apr 29 16:32:17 2008 +0000

    creating new test tree and build system (ported from gabble)
    
    
    20080429163217-01440-82d94bbce112b4111874aeba860c21962ea0f8fd.gz

 tests/twisted/Makefile.am                   |   28 ++++++++++
 tests/twisted/tools/Makefile.am             |   32 ++++++++++++
 tests/twisted/tools/exec-with-log.sh.in     |   15 ++++++
 tests/twisted/tools/sofiasip.service.in     |    3 +
 tests/twisted/tools/tmp-session-bus.conf.in |   30 +++++++++++
 tests/twisted/tools/with-session-bus.sh     |   73 +++++++++++++++++++++++++++
 6 files changed, 181 insertions(+), 0 deletions(-)

commit ec814d20821bcad0eebef02693fbc7d5a9e0ea2f
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri May 9 15:15:56 2008 +0000

    Use tp-glib 0.7.8 for Hold in TpsipMediaSession too
    
    
    20080509151556-53eee-7351533b801e69c6663ad248de979ccbc46df84d.gz

 src/sip-media-session.c |   73 ++++++++++++++++++++++-------------------------
 src/sip-media-session.h |    5 +--
 2 files changed, 35 insertions(+), 43 deletions(-)

commit 3679d69b79128ef7d916913383d177a15902c49e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri May 9 15:09:34 2008 +0000

    Remove Hold interface from code generation, leaving code-gen machinery in place as a stub
    
    
    20080509150934-53eee-64666185d40b50daf27be9ab95f6e1c3b52d7ee9.gz

 tpsip-extensions/Channel_Interface_Hold.xml |  215 ---------------------------
 tpsip-extensions/Makefile.am                |    3 +-
 tpsip-extensions/channel.xml                |    2 -
 3 files changed, 1 insertions(+), 219 deletions(-)

commit 106b48aba6a946477e53b97f1951a8c357a83c23
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri May 9 15:08:09 2008 +0000

    Use telepathy-glib 0.7.8 for Hold
    
    
    20080509150809-53eee-b8b888e9c345e46891011cb79883903dd748ae6b.gz

 src/sip-media-channel.c |   34 +++++++++++++++-------------------
 1 files changed, 15 insertions(+), 19 deletions(-)

commit c3f92b4760cf042fb516c78a478a25c4d6210633
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri May 9 15:08:00 2008 +0000

    Require telepathy-glib 0.7.8 (for Hold)
    
    
    20080509150800-53eee-9b3c32e4f3445b55f50a2d5ce087b3b6d4c33735.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c3db928d11f9bf38aa1f1f0013b636f1ce96e679
Author: Olivier Crete <olivier.crete@collabora.co.uk>
Date:   Thu May 8 22:18:18 2008 +0000

    Put the proto subtype to RTCP so fs1 ignores it
    
    
    20080508221818-3e2dc-f2b88ff56259d960bb68152bb8c6dc0891d14fcc.gz

 src/sip-media-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7277ccf06b6ad9ebd5d6e39150599bc52d56cdf2
Author: Olivier Crete <olivier.crete@collabora.co.uk>
Date:   Mon Apr 21 21:38:48 2008 +0000

    Set a RTCP candidate at rtp+1
    
    
    20080421213848-3e2dc-33fb6f07030ce02b56b6e5429799770587846d36.gz

 src/sip-media-stream.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit 759accaa2c062dcaa08c1ce8f966ccb5bcb7aafe
Author: Olivier Crete <olivier.crete@collabora.co.uk>
Date:   Fri Apr 11 15:44:23 2008 +0000

    Don't ignore component number, 1 is RTP, 2 is RTCP
    
    
    20080411154423-3e2dc-e84f55cdac64f30dc02d849d98bf73e8b9d20b46.gz

 src/sip-media-stream.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 7be9f60844dabe5b9637bb07ba0fee49cd4a7abd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 2 13:48:50 2008 +0000

    version 0.5.8.1
    
    
    20080502134850-5b6ca-027c137197b12e850567cb5bb283c0bd8fd6593d.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a7893c89b48ec61014f8800b1198fc1b47fb098d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 2 13:44:14 2008 +0000

    version 0.5.8
    
    
    20080502134414-5b6ca-28d2eaaa615811e3d212fe6a8091adb0bf955e6e.gz

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 879ad035b2136e893283ee872d85d842954621c1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 21 15:27:32 2008 +0000

    Simplified log file diversion code on Simon's suggestions
    
    
    20080421152732-5b6ca-23582017e784b68e16f74764bed545e20d438d1f.gz

 src/debug.c              |    9 ---------
 src/debug.h              |    1 -
 src/telepathy-sofiasip.c |    3 ++-
 3 files changed, 2 insertions(+), 11 deletions(-)

commit 167df14589f90633b8d46f942f77471df44aefbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 21 15:16:27 2008 +0000

    Divert log messages to a file if the file name is provided in the environment variable TPSIP_LOGFILE.
    
    Fixes sf.net FR #1944067
    
    20080421151627-5b6ca-9a3982f6e4a751324210e4944e6ebea9b0aaec22.gz

 src/debug.c              |    9 +++++++++
 src/debug.h              |    1 +
 src/telepathy-sofiasip.c |    1 +
 3 files changed, 11 insertions(+), 0 deletions(-)

commit bd5411948269f027bc92828b9cd9e9021841890d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 16 16:34:00 2008 +0000

    Less cryptic comment for extra-realm auth parameters
    
    
    20080416163400-5b6ca-b2dcf601df2c3fae419100b5b85a4c3b3645b073.gz

 src/sip-connection-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 815f851e905823908599bad74c20891ff8656625
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 16 16:33:14 2008 +0000

    Erased the unimplemented CM parameter 'avoid-difficult'
    
    
    20080416163314-5b6ca-0434ff9aeb7a888574733fdb8b17b7419f8546b5.gz

 src/sip-connection-manager.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 9beb9f8df2f94268f9f4405538e0f3dc75077822
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 29 15:17:34 2008 +0000

    TpsipMediaStream: survive StreamHandler.Ready called with an empty list of codecs,
    
    preparing for recommended sequence of calls to Ready and SetLocalCodecs.
    
    20080429151734-5b6ca-0c30666e10c54188a6283bead622abad11646490.gz

 src/sip-media-stream.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a492a61679ebe0600b5fdb942287ad3f63938170
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 29 14:46:26 2008 +0000

    TpsipMediaSession: don't use an adapter callback for 'local-media-updated', use g_signal_connect_swapped() instead
    
    
    20080429144626-5b6ca-e6f9e76b588094a7e3e1df255bf2fe01ccd60412.gz

 src/sip-media-session.c |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

commit e14aac7e95a1676e18ff1a8f8e4611aae8899123
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 29 14:36:30 2008 +0000

    Provided a description comment to tpsip_media_stream_apply_pending_send()
    
    
    20080429143630-5b6ca-b4bf47873deadf27a1e29616cfadb9b853f379c0.gz

 src/sip-media-stream.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 291dd1bd421789e899b50b325fad7bc665d9e7a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 29 12:39:24 2008 +0000

    SIPMediaStream: signal actual pending send flags after applying some of them
    
    
    20080429123924-5b6ca-12fc65f395fb8b38e3b541f9746a633028ae3666.gz

 src/sip-media-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3e5cb0a356669b8eedb75968a58116b11c57edd4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 29 12:29:06 2008 +0000

    TpsipMediaSession: fix remote hold state updates for incoming streams
    
    
    20080429122906-5b6ca-b02c582cdd2c6eaca4fa2dc1bb938fc925ee5b1a.gz

 src/sip-media-session.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit a8a5667d9d578cfce78b550295f296b4c9087126
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 29 11:07:26 2008 +0000

    Corrected hold implementation up to the recent direction fix
    
    
    20080429110726-5b6ca-b2e3ba944985bc33bb7d3db16db77117b5213a99.gz

 src/sip-media-session.c |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

commit f7d5a4d079de5a00b22e81a04a78d14593f3157e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 29 10:50:13 2008 +0000

    Ported direction and pending send changes to the trunk
    
    
    20080429105013-5b6ca-b4f752d7d39bf2ef171e8196541fdba46fb8b045.gz

 src/sip-media-session.c |  129 +++++++++++++++++++++++++++++++++++++++--------
 src/sip-media-session.h |   22 +++++---
 src/sip-media-stream.c  |   91 ++++++++++++++++++++++-----------
 src/sip-media-stream.h  |   22 ++++----
 4 files changed, 196 insertions(+), 68 deletions(-)

commit 4b488097dbef43700a6331197568eb136acf51f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 28 13:49:41 2008 +0000

    Reworked behavior of direction and pending send flags to match the specification
    
    
    20080428134941-5b6ca-00274102002e5906a2d5922b7e2ac55e96f7c7fc.gz

 src/sip-media-session.c |  112 +++++++++++-----------------------------
 src/sip-media-session.h |    7 +--
 src/sip-media-stream.c  |  133 ++++++++++++++++++++++++++++++----------------
 src/sip-media-stream.h  |   16 +++---
 4 files changed, 126 insertions(+), 142 deletions(-)

commit 18a24fdc41fcd11f614696491b9d61432c20140a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 22 12:44:17 2008 +0000

    TpsipMediaSession: a remotely requested stream is always created with pending local send flag
    
    
    20080422124417-5b6ca-8a060a195d2c06d063266c2269705fd5a778da5c.gz

 src/sip-media-session.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 99ef1454d8159ab60579f4343696b74c31f223ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 21 13:00:06 2008 +0000

    TpsipMediaStream: implemented StreamHandler.SetLocalCodecs
    
    
    20080421130006-5b6ca-efaf0324c64efef9195c7e6c4f9d6bdd153cf522.gz

 src/sip-media-stream.c |   39 +++++++++++++++++++++++++++------------
 1 files changed, 27 insertions(+), 12 deletions(-)

commit dc6080ab2516db06b33c680181f7779a12a941e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 21 12:42:18 2008 +0000

    TpsipMediaSession: set all streams to playing whenever we're about to send an SDP offer or answer
    
    
    20080421124218-5b6ca-730f580f5d230c74d14fa75238e5b5e4facca77d.gz

 src/sip-media-session.c |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

commit 552f1097a886024c8709d590999b37d93a80fc2a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 17 15:18:15 2008 +0000

    TpsipMediaStream: on StreamHandler.Error, close only the stream rather than terminating the session.
    
    Fixes sf.net bug #1944820
    
    20080417151815-5b6ca-730bf11dad42159a5d59ae98190c61a21f66f17d.gz

 src/sip-media-stream.c |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

commit 0947739e69024e1cee7ff1725855bbe4a38dba0a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 17 11:52:41 2008 +0000

    TpsipMediaStream: check if StreamHandler.Ready is called more than once
    
    
    20080417115241-5b6ca-a847f656c336e3c3babb1e71936e6c11d6a99169.gz

 src/sip-media-stream.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit 7e21d72c921255ad550c1e952a77a0829784b15f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 17 11:52:03 2008 +0000

    TpsipMediaStream: remove redundant type assertions
    
    
    20080417115203-5b6ca-d762175897f1d94102194393dc2d32f4e20a70e3.gz

 src/sip-media-stream.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit a81536c7f66a6f099d2dd88eefdd4e53f64a6da9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 16 16:51:34 2008 +0000

    SIPMediaSession: fix the emission of HoldStateChanged
    
    
    20080416165134-5b6ca-831f7b374559504ea7d2b8cc61fffb698b97cb6d.gz

 src/sip-media-session.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f4623d7bcb6e0c9948bf69c5d1d8eed33acf457c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 9 15:27:54 2008 +0000

    version 0.5.7.1
    
    
    20080409152754-5b6ca-956afc9a0c29f62aef8e1bfb7a9514e7fc61d816.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a7d19d68e552626896c47185102b2a5eabd8a5fb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 9 15:17:42 2008 +0000

    version 0.5.7
    
    
    20080409151742-5b6ca-58d14a8ca3cb0c093525d95e1d92f0cc51fdc4d1.gz

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 95e8d77876a3c3144029cd875677fa1e6bf6f624
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 9 15:17:21 2008 +0000

    Added tpsip/signals-marshal.list to distributed files
    
    
    20080409151721-5b6ca-a000777d4562361a217756123f5cdc9a2582c3d7.gz

 tpsip/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 21cdac93da0d587c9398f6cc4dca6d46df93c768
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 9 12:49:09 2008 +0000

    version 0.5.6.1
    
    
    20080409124909-5b6ca-0131d06a113bf46a17bfdc98d8b3b3894907c265.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1ba168d56b3ce039fff046cdb99514764d942353
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 9 12:46:39 2008 +0000

    version 0.5.6
    
    
    20080409124639-5b6ca-eedefe0539f1bc3df3ed6d5c60da7174ecc5d38a.gz

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dcae8e19870d508fc8d4758c74eeff2beb645e81
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 9 12:44:40 2008 +0000

    tpsip: added -I$(top_builddir) -I$(top_srcdir) to preprocessor flags
    
    
    20080409124440-5b6ca-75648f9233456b61b01990295ee6bdf00e8d4c14.gz

 tpsip/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f04e01f380a41a858baa5ab7809e53631937e870
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 8 13:24:47 2008 +0000

    cosmetics
    
    
    20080408132447-5b6ca-230ba0aaa6d72e48acf7f43d6ba2b263742d2391.gz

 src/sip-media-session.c |   48 ++++++++++++++++++++++------------------------
 src/sip-media-stream.c  |   43 ++++++++++++++++++++---------------------
 2 files changed, 44 insertions(+), 47 deletions(-)

commit cf47fadccc5c6a12f58cfe43ceaacf4bcf160e99
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 8 15:07:24 2008 +0000

    Really implemented Hold.GetHoldState
    
    
    20080408150724-5b6ca-e85ea0e59ba2b005214445c3221a93f5dd480213.gz

 src/sip-media-channel.c |   20 ++++++++++++++++----
 src/sip-media-session.c |   34 +++++++++++++++++++++++++++++++++-
 2 files changed, 49 insertions(+), 5 deletions(-)

commit 5f8537ed04f66278cbf712f7c587fc08d5a5e185
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 8 14:36:00 2008 +0000

    SIPMediaSession: handle unexpected stream hold state changes gracefully
    
    
    20080408143600-5b6ca-f3c726f7abc24bdfa8627424adacf645523010c5.gz

 src/sip-media-session.c |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit 41abf3c96e526224a37309ff5746eec250e87eef
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 8 13:22:45 2008 +0000

    Add the missing G_PARAM_CONSTRUCT to a property defining the default value
    
    
    20080408132245-5b6ca-90f8c8843b641e2efb39244cb30617121c75dbb1.gz

 src/sip-media-stream.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 84abbcc334716b338b5a9818c0dba6585afe9171
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 8 13:15:22 2008 +0000

    SIPMediaSession: implemented stream hold requests through StreamHandler
    
    
    20080408131522-5b6ca-38a4e12a9ae3c61dcc251accd36c3b2f1b689518.gz

 src/sip-media-session.c |  171 ++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 162 insertions(+), 9 deletions(-)

commit 8a2e68678efe06cb2ea36507a92c5f31b6ab4acb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 7 15:03:11 2008 +0000

    Struck out the stream handler hold API.
    
    Introduced the 'hold-state' property and the 'unhold-failure' signal on TpsipMediaChannel.
    
    20080407150311-5b6ca-dadbc2ce6d3ae4e01063e92d12cec5ad869c2543.gz

 src/sip-media-session.c |    5 +++-
 src/sip-media-stream.c  |   49 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 1 deletions(-)

commit b10fe314452cb3cb6e076fef269e77f6ddeea730
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 4 15:20:21 2008 +0000

    Updated the media channel implementation to the reworked Hold and CallState APIs as of 0.17.3.1.
    
    The CallState interface helpers are provided by telepathy-glib as of 0.7.6.
    This patch does not implement the specified behavior for local hold.
    
    20080404152021-5b6ca-666f266095e8b6765e1f8917b26a8cf42292aa3c.gz

 configure.ac                                      |    2 +-
 src/sip-media-channel.c                           |   82 +++++++++--------
 src/sip-media-channel.h                           |    6 ++
 src/sip-media-session.c                           |   61 ++++++++-----
 src/sip-media-session.h                           |    4 +-
 tpsip-extensions/Channel_Interface_Call_State.xml |   99 ---------------------
 tpsip-extensions/Makefile.am                      |    1 -
 tpsip-extensions/channel.xml                      |    1 -
 8 files changed, 90 insertions(+), 166 deletions(-)

commit 8949826f048c6e75427940e2fbe4353613de5dd2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 4 15:16:12 2008 +0000

    Updated to the draft Hold interface as of telepathy spec 0.17.3.1
    
    
    20080404151612-5b6ca-a019004434d33a1ef8a8db64d94b7d4c8a72458f.gz

 tpsip-extensions/Channel_Interface_Hold.xml |  182 ++++++++++++++++++++-------
 1 files changed, 134 insertions(+), 48 deletions(-)

commit 22b2689625ab977b45d83b4516c239679f9bb19f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:29:43 2008 +0000

    version 0.5.5.2
    
    
    20080318162943-5b6ca-b0ed6799db52bedc37e46ee66d010ef49f30503f.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c5404a9009f4746df772a563d38eea25dd1443fb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 19 15:38:41 2008 +0000

    Backwards compatible use of environment variables SOFIASIP_PERSIST and SOFIASIP_DEBUG
    
    
    20080319153841-5b6ca-a5854ef3e6aa6c6240b33db37856373b4d303744.gz

 src/debug.c              |    4 +++-
 src/telepathy-sofiasip.c |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 0cd14962764121c7e412423c64b8f06081d2fc1b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:27:00 2008 +0000

    TpsipTextChannel: capitalized an error message
    
    
    20080318162700-5b6ca-5365373df38628fc5df5149c03da56f8feb2bf31.gz

 src/sip-text-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4ca3c719adf01bdddea5a4f8c507a34851bd12ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:26:04 2008 +0000

    TpsipConnection: commented out NUTAG_SIPS_URL assuming it's now rudimentary to NUTAG_URL
    
    
    20080318162604-5b6ca-838a2325499c55849168b9e9bebbd0028079ca7a.gz

 src/sip-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d6cffc04e04030f9eaa6ce83f796e0fa83e16bfd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:22:59 2008 +0000

    TpsipConnection: removed useles TPSIP_IS_CONNECTION assertions
    
    
    20080318162259-5b6ca-05b8c9f1e1d7197aa016b544fec334e1bc33f6c1.gz

 src/sip-connection.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit c5edd8a99e81964c669e36c553a6096fa3c6cc2c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:22:23 2008 +0000

    TpsipConnection: cosmetics in the class init function
    
    
    20080318162223-5b6ca-7aa7fcee379f3c7e3a46da6d5af60b95e1d5bf13.gz

 src/sip-connection.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit e1aa9a119bb4ddeed9df036d038ae77cebb1c27f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 1 12:29:30 2008 +0000

    test-message.py: Don't use character sets that are too exotic for Scratchbox.
    
    Use Unicode literals without unnecessary translation from UTF-8.
    
    20080401122930-5b6ca-c212bbd77404dc32f7f3b9e3a729b231d22c2f01.gz

 tests/test-message.py |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit 34da127f72f1acfc6cfa67e3e60fbdbcb99d3f00
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 1 13:06:04 2008 +0000

    TpsipConnection: handle the internal status code 904 that indicates a failed authentication
    
    
    20080401130604-5b6ca-540d8113892d857e237e5ccc0eb56167e6cf1c61.gz

 src/sip-connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6a82fd1a38695d393062e5169182cb5e00852119
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 17:22:09 2008 +0000

    TpsipConnection: erased the custom implementation of GetInterfaces, with the bogus Properties interface name it returned
    
    
    20080318172209-5b6ca-279bb5878c617f222dc726a547f9e42556f1a759.gz

 src/sip-connection.c |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

commit cc9ea218883cba698cdc22feb77153690dfd926e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:59:09 2008 +0000

    TpsipMediaChannel: handle session termination in a nua_i_terminated callback.
    
    This is to eliminate a warning about the event delivered for a retired NUA handle.
    
    20080318165909-5b6ca-29322f8b0593313b3b47e4888ae197e1b1471306.gz

 src/sip-media-channel.c |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

commit 7eb904a55c0a1c9439e27fc6f7595869aba6bf3f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:56:25 2008 +0000

    Unbreak tpsip_connection_get_interfaces()
    
    
    20080318165625-5b6ca-c47130895e496d78c5a890f23c6ee5cac9d5b801.gz

 src/sip-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f4ce746ec671843205cd2133e3d9a329e4d85041
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:24:34 2008 +0000

    TpsipConnection: debugging cleanups in ListInterfaces and the dispose function
    
    
    20080318162434-5b6ca-80a18a0e8a2461723093d236cacc3f6e0f25b8a6.gz

 src/sip-connection.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 4cddabd2ea0470a64c048b6a26be1e8ddf3f98c3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:29:21 2008 +0000

    TpsipTextChannel: debug logging for messages queued for delivery
    
    
    20080318162921-5b6ca-9322552180298f433ad305d995879d3f4fc25395.gz

 src/sip-text-channel.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit bded71d64527f52709ba6511f828d80e31a986ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:13:41 2008 +0000

    Added priv_handle_parse_from() missing for the incoming event handlers;
    
    removed the contact list handle repository.
    
    20080318161341-5b6ca-4db4dcfdf20f21c46eabd26796ef561718e90415.gz

 src/sip-connection.c |   40 ++++++++++++++++++++++------------------
 1 files changed, 22 insertions(+), 18 deletions(-)

commit 302b5417fdf8ab066e8fd33b0b6db4a8df642899
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 16:11:12 2008 +0000

    Removed the RequestHandles implementation, let the base class do it
    
    
    20080318161112-5b6ca-a2d1a32bb5cc353e6b1b1472144b757ed7284ec0.gz

 src/sip-connection.c |  105 --------------------------------------------------
 1 files changed, 0 insertions(+), 105 deletions(-)

commit 58ad259426f96c968df350c44a3125413e54a658
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 14:17:48 2008 +0000

    Refactored NUA callback handling to use GObject signal emission.
    
    Removed the TpsipConnectionSofia callback state adapter and simplified
    the stack destruction code.
    
    20080318141748-5b6ca-2654a6c422ffd518ba30a5277dd13997bb358c7a.gz

 src/Makefile.am              |    2 +-
 src/debug.c                  |    1 +
 src/debug.h                  |    1 +
 src/sip-connection-helpers.c |    7 +-
 src/sip-connection-helpers.h |    2 +-
 src/sip-connection-manager.c |   22 +-
 src/sip-connection-private.h |    5 +-
 src/sip-connection-sofia.c   |  926 +++---------------------------------------
 src/sip-connection-sofia.h   |   27 +-
 src/sip-connection.c         |  451 +++++++++++++++++++--
 src/sip-connection.h         |   21 +-
 src/sip-media-channel.c      |  202 +++++++---
 src/sip-media-channel.h      |   18 +-
 src/sip-media-session.c      |   20 +-
 src/sip-text-channel.c       |   89 +++--
 src/sip-text-channel.h       |   10 +-
 16 files changed, 738 insertions(+), 1066 deletions(-)

commit 0ad211d26d996833d8e7eb449e5d5ef7c0bbca22
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 18 14:16:14 2008 +0000

    Added TpsipEventTarget interface as a start for the Telepathy-SofiaSIP dynamic API under tpsip/
    
    
    20080318141614-5b6ca-d4293e6ac6cd5bd7a423e5a8ef08130f0d6ccbf3.gz

 Makefile.am                |    1 +
 configure.ac               |    1 +
 src/sip-sofia-decls.h      |   67 -----------
 tpsip/Makefile.am          |   36 ++++++
 tpsip/event-target.c       |  271 ++++++++++++++++++++++++++++++++++++++++++++
 tpsip/event-target.h       |   92 +++++++++++++++
 tpsip/signals-marshal.list |    1 +
 tpsip/sofia-decls.h        |   44 +++++++
 8 files changed, 446 insertions(+), 67 deletions(-)

commit 4e6d5da782064144a6b914fe0a396d293da0b3f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 13:44:06 2008 +0000

    Removed dead code
    
    
    20080307134406-5b6ca-ac2fff70bb3637659742b0b0f35954917a8532c1.gz

 src/sip-connection-sofia.c |   45 --------------------------------------------
 1 files changed, 0 insertions(+), 45 deletions(-)

commit d12af30e4e9a1a94d4a2529301c79be8393ec634
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 20 17:45:00 2008 +0000

    sofiatest.py: add 'proxy-host' to the default connection parameters, as 'port' does not work alone
    
    
    20080320174500-5b6ca-2135329f87a3a4f2f9765274869c006c1db51ac6.gz

 tests/sofiatest.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f68585b95b6c1dec3767a046c839ba300f2ab938
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 20 17:43:58 2008 +0000

    Use the value of PYTHON subst variable to run tests with
    
    
    20080320174358-5b6ca-1aeec78b75b124edc14b4efab0c78909e974e44c.gz

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4c629fc8bee2ca2c18a0fe071ef817fe778eddaf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 20 17:42:17 2008 +0000

    Check for versioned Python binary in descending order, to get the best available
    
    
    20080320174217-5b6ca-9e62ee39ed52de00e92d367908c1b4eab34bfde6.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d5e7f6b708210c074f29174055efd02f13951f24
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 17:03:36 2008 +0000

    Remove usage of AS_AC_EXPAND as a needless sophistication
    
    
    20080307170336-5b6ca-b4193817c9d6a8517be922398570a1c43ab3129b.gz

 configure.ac       |    5 -----
 data/Makefile.am   |    2 +-
 m4/Makefile.am     |    3 +--
 m4/as_ac_expand.m4 |   41 -----------------------------------------
 4 files changed, 2 insertions(+), 49 deletions(-)

commit 3397654f0be122b91a249c53ecfbd74d0a23c79d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 16:36:21 2008 +0000

    Removed the client-side stuff from tpsip-extensions
    
    
    20080307163621-5b6ca-58da21345e53808039c7c5fba46bc50ac3376aed.gz

 tpsip-extensions/Makefile.am      |   12 ------------
 tpsip-extensions/extensions-cli.c |   19 -------------------
 tpsip-extensions/extensions.h     |   11 ++++-------
 3 files changed, 4 insertions(+), 38 deletions(-)

commit 1658c240ac4537cf1c6537e8b06d866ea26b0010
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 16:35:34 2008 +0000

    Fixed the name of the _SOURCES Automake variable for libtpsip-extensions
    
    
    20080307163534-5b6ca-ac10f7b51767fdd723dd1583d14a048339f8ecd1.gz

 tpsip-extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fbf2aea948cb52cc4604c295427ca3b404f69c87
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 16:34:55 2008 +0000

    Unbreak the dist tarball name by removing quotes in AC_INIT
    
    
    20080307163455-5b6ca-5aef8376ddc8213d8b5602ae5cd6c5c761f84971.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fc98344a423c5a2e0d733be2cf7647c13c854e77
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 16:10:28 2008 +0000

    Removed another instance of DBUS_API_SUBJECT_TO_CHANGE inclusion, unnecessary after porting to telepathy-glib
    
    
    20080307161028-5b6ca-18ca0a41807663115d2270e68addde100d44ce6d.gz

 src/sip-media-channel.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 196d73563d96af5031ed969b1cd9d919fda3e054
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 16:09:14 2008 +0000

    Added m4/as_ac_expand.m4 to the distribution
    
    
    20080307160914-5b6ca-865e6ab9340a062d74fcf62466a2c791e615fb4e.gz

 m4/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 7982a7d2c4fdb06241ea0a8b2370cf20a9b77167
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 16:08:49 2008 +0000

    Makefile.am: updated copyright and contact
    
    
    20080307160849-5b6ca-7fc22e3d4a4ce42dd0c9c3968c3451ce9c5e245f.gz

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 15b3e5e0172f7e0c961a7b8618c5e8758ab729d5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 16:07:22 2008 +0000

    Renamed extensions subdirectory into tpsip-extensions
    
    
    20080307160722-5b6ca-75b2d2b88b26231bc9871c52fe7d0f17ad812e42.gz

 Makefile.am                                       |    2 +-
 configure.ac                                      |   20 ++--
 extensions/Channel_Interface_Call_State.xml       |   99 ---------------
 extensions/Channel_Interface_Hold.xml             |  129 --------------------
 extensions/Makefile.am                            |  134 ---------------------
 extensions/all.xml                                |   14 --
 extensions/channel.xml                            |   10 --
 extensions/extensions-cli.c                       |   19 ---
 extensions/extensions.c                           |    6 -
 extensions/extensions.h                           |   20 ---
 src/Makefile.am                                   |    2 +-
 src/sip-media-channel.c                           |    2 +-
 src/sip-media-session.h                           |    2 +-
 tpsip-extensions/Channel_Interface_Call_State.xml |   99 +++++++++++++++
 tpsip-extensions/Channel_Interface_Hold.xml       |  129 ++++++++++++++++++++
 tpsip-extensions/Makefile.am                      |  134 +++++++++++++++++++++
 tpsip-extensions/all.xml                          |   14 ++
 tpsip-extensions/channel.xml                      |   10 ++
 tpsip-extensions/extensions-cli.c                 |   19 +++
 tpsip-extensions/extensions.c                     |    6 +
 tpsip-extensions/extensions.h                     |   20 +++
 21 files changed, 446 insertions(+), 444 deletions(-)

commit 7c2c903e76a3dce01d732849546dca766d6826bb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 14:37:39 2008 +0000

    Used the occasion to update copyright notices in the code:
    
    added missing notices, updated Nokia copyright years, removed "this library"
    language, humbly added myself to the author lists.
    
    20080307143739-5b6ca-0a4e19949140f3fb974d6b0bff79debf76cf9f9c.gz

 src/debug.c                  |   19 +++++++++++++++++++
 src/debug.h                  |   18 ++++++++++++++++++
 src/media-factory.c          |   13 +++++++------
 src/media-factory.h          |   13 +++++++------
 src/sip-connection-helpers.c |   13 +++++++------
 src/sip-connection-helpers.h |   13 +++++++------
 src/sip-connection-manager.c |   14 ++++++++------
 src/sip-connection-manager.h |   13 +++++++------
 src/sip-connection-private.h |   13 +++++++------
 src/sip-connection-sofia.c   |   14 ++++++++------
 src/sip-connection-sofia.h   |   12 +++++++-----
 src/sip-connection.c         |   14 ++++++++------
 src/sip-connection.h         |   13 +++++++------
 src/sip-media-channel.c      |   12 +++++++-----
 src/sip-media-channel.h      |   13 +++++++------
 src/sip-media-session.c      |   15 ++++++++-------
 src/sip-media-session.h      |   13 +++++++------
 src/sip-media-stream.c       |   15 ++++++++-------
 src/sip-media-stream.h       |   13 +++++++------
 src/sip-sofia-decls.h        |   11 ++++++-----
 src/sip-text-channel.c       |   16 +++++++++-------
 src/sip-text-channel.h       |   13 +++++++------
 src/telepathy-sofiasip.c     |   15 ++++++++-------
 src/text-factory.c           |   13 +++++++------
 src/text-factory.h           |   13 +++++++------
 src/write-mgr-file.c         |    6 +++---
 tests/tp_caller.c            |   13 +++++++------
 27 files changed, 215 insertions(+), 148 deletions(-)

commit 2735429e13a7efb93a0b9cd13bfd0e898357e930
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Mar 7 13:42:21 2008 +0000

    Renamed things for Tpsip prefix all through the code
    
    
    20080307134221-5b6ca-70f7b26a7a0e3a78bb9717326ee65caff06b3797.gz

 src/debug.c                  |   36 ++--
 src/debug.h                  |   26 +-
 src/media-factory.c          |  112 ++++----
 src/media-factory.h          |   40 ++--
 src/sip-connection-helpers.c |  108 ++++----
 src/sip-connection-helpers.h |   38 ++--
 src/sip-connection-manager.c |  194 +++++++--------
 src/sip-connection-manager.h |   50 ++--
 src/sip-connection-private.h |   18 +-
 src/sip-connection-sofia.c   |  154 ++++++------
 src/sip-connection-sofia.h   |   24 +-
 src/sip-connection.c         |  203 +++++++--------
 src/sip-connection.h         |   46 ++--
 src/sip-media-channel.c      |  442 ++++++++++++++++----------------
 src/sip-media-channel.h      |   62 +++---
 src/sip-media-session.c      |  576 +++++++++++++++++++++---------------------
 src/sip-media-session.h      |  106 ++++----
 src/sip-media-stream.c       |  288 +++++++++++-----------
 src/sip-media-stream.h       |   70 +++---
 src/sip-sofia-decls.h        |   51 +++--
 src/sip-text-channel.c       |  241 +++++++++---------
 src/sip-text-channel.h       |   56 ++--
 src/telepathy-sofiasip.c     |    8 +-
 src/text-factory.c           |  124 +++++-----
 src/text-factory.h           |   42 ++--
 src/write-mgr-file.c         |    2 +-
 26 files changed, 1559 insertions(+), 1558 deletions(-)

commit c09a82a1756acc2be18d5d54ac6a212610cfc427
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 6 15:03:26 2008 +0000

    Removed the DBUS_API_SUBJECT_TO_CHANGE crack
    
    
    20080306150326-5b6ca-6eac3736bfd3e254e9fcb52ac799fb13989b3292.gz

 src/sip-connection-helpers.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 9c67dc297c0397306910b350e4299ec6fa55f2be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 6 15:01:54 2008 +0000

    Renamed the keepalive mechanism enum to the Tpsip prefix.
    
    WARNING: work in progress, breaks the build
    
    20080306150154-5b6ca-49ca9b908397fcd910338258dc714e8b7039e0d6.gz

 src/sip-connection.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit a8a9688fd33b59c78adccead7f53b9b7b86bcf0e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 6 14:59:49 2008 +0000

    Tpsip namespace for generated code in extensions
    
    
    20080306145949-5b6ca-1b18c499022b114855ba555564abab94a80aeb79.gz

 extensions/Makefile.am |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 4285304415f208f91fabf22c6413bc8ee340834b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 6 14:57:13 2008 +0000

    Renamed libsip-extensions.* to libtpsip-extensions.*
    
    
    20080306145713-5b6ca-a5d4927a2593b18cdbb08ed437a6a7f00eec5ec2.gz

 extensions/Makefile.am |    8 ++++----
 src/Makefile.am        |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit e9a1056e4da2e7cdf319eeea935e55522e40cd9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 6 13:32:09 2008 +0000

    Renamed source files consistently to the tpsip- prefix.
    
    Ditto the intermediate library for extensions.
    WARNING: This patch breaks the build. A followup patch
    is needed to unbreak it.
    
    20080306133209-5b6ca-82cc9b8b7f0da7113bb6cb7a9982b8353b5857fb.gz

 extensions/Makefile.am            |   16 +-
 extensions/extensions-cli.c       |   19 +
 extensions/extensions.c           |    6 +
 extensions/extensions.h           |   20 +
 extensions/tpsip-extensions-cli.c |   19 -
 extensions/tpsip-extensions.c     |    6 -
 extensions/tpsip-extensions.h     |   20 -
 src/Makefile.am                   |   54 +-
 src/debug.c                       |   60 ++
 src/debug.h                       |   51 +
 src/media-factory.c               |  408 ++++++++
 src/media-factory.h               |   68 ++
 src/sip-connection-helpers.c      |  904 ++++++++++++++++++
 src/sip-connection-helpers.h      |   69 ++
 src/sip-connection-manager.c      |  493 ++++++++++
 src/sip-connection-manager.h      |   62 ++
 src/sip-connection-private.h      |   69 ++
 src/sip-connection-sofia.c        | 1017 ++++++++++++++++++++
 src/sip-connection-sofia.h        |   51 +
 src/sip-connection.c              |  982 +++++++++++++++++++
 src/sip-connection.h              |   73 ++
 src/sip-media-channel.c           | 1598 +++++++++++++++++++++++++++++++
 src/sip-media-channel.h           |   91 ++
 src/sip-media-session.c           | 1874 +++++++++++++++++++++++++++++++++++++
 src/sip-media-session.h           |  131 +++
 src/sip-media-stream.c            | 1631 ++++++++++++++++++++++++++++++++
 src/sip-media-stream.h            |   81 ++
 src/sip-sofia-decls.h             |   47 +
 src/sip-text-channel.c            |  782 ++++++++++++++++
 src/sip-text-channel.h            |   74 ++
 src/text-factory.c                |  337 +++++++
 src/text-factory.h                |   65 ++
 src/tpsip-connection-helpers.c    |  904 ------------------
 src/tpsip-connection-helpers.h    |   69 --
 src/tpsip-connection-manager.c    |  493 ----------
 src/tpsip-connection-manager.h    |   62 --
 src/tpsip-connection-private.h    |   69 --
 src/tpsip-connection-sofia.c      | 1017 --------------------
 src/tpsip-connection-sofia.h      |   51 -
 src/tpsip-connection.c            |  982 -------------------
 src/tpsip-connection.h            |   73 --
 src/tpsip-debug.c                 |   60 --
 src/tpsip-debug.h                 |   51 -
 src/tpsip-media-channel.c         | 1598 -------------------------------
 src/tpsip-media-channel.h         |   91 --
 src/tpsip-media-factory.c         |  408 --------
 src/tpsip-media-factory.h         |   68 --
 src/tpsip-media-session.c         | 1874 -------------------------------------
 src/tpsip-media-session.h         |  131 ---
 src/tpsip-media-stream.c          | 1631 --------------------------------
 src/tpsip-media-stream.h          |   81 --
 src/tpsip-sofia-decls.h           |   47 -
 src/tpsip-text-channel.c          |  782 ----------------
 src/tpsip-text-channel.h          |   74 --
 src/tpsip-text-factory.c          |  337 -------
 src/tpsip-text-factory.h          |   65 --
 56 files changed, 11098 insertions(+), 11098 deletions(-)

commit 5a0004164c81f2743129328d2b266734b19c1a72
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 6 13:32:09 2008 +0000

    Renamed source files consistently to the tpsip- prefix.
    
    Ditto the intermediate library for extensions.
    WARNING: This patch breaks the build. A followup patch
    is needed to unbreak it.
    
    20080306133209-5b6ca-d5667bf6473efce0b6b8c8a45f19fa7505e026dd.gz

 extensions/Makefile.am            |   16 +-
 extensions/extensions-cli.c       |   19 -
 extensions/extensions.c           |    6 -
 extensions/extensions.h           |   20 -
 extensions/tpsip-extensions-cli.c |   19 +
 extensions/tpsip-extensions.c     |    6 +
 extensions/tpsip-extensions.h     |   20 +
 src/Makefile.am                   |   54 +-
 src/debug.c                       |   60 --
 src/debug.h                       |   51 -
 src/media-factory.c               |  408 --------
 src/media-factory.h               |   68 --
 src/sip-connection-helpers.c      |  904 ------------------
 src/sip-connection-helpers.h      |   69 --
 src/sip-connection-manager.c      |  493 ----------
 src/sip-connection-manager.h      |   62 --
 src/sip-connection-private.h      |   69 --
 src/sip-connection-sofia.c        | 1017 --------------------
 src/sip-connection-sofia.h        |   51 -
 src/sip-connection.c              |  982 -------------------
 src/sip-connection.h              |   73 --
 src/sip-media-channel.c           | 1598 -------------------------------
 src/sip-media-channel.h           |   91 --
 src/sip-media-session.c           | 1874 -------------------------------------
 src/sip-media-session.h           |  131 ---
 src/sip-media-stream.c            | 1631 --------------------------------
 src/sip-media-stream.h            |   81 --
 src/sip-sofia-decls.h             |   47 -
 src/sip-text-channel.c            |  782 ----------------
 src/sip-text-channel.h            |   74 --
 src/text-factory.c                |  337 -------
 src/text-factory.h                |   65 --
 src/tpsip-connection-helpers.c    |  904 ++++++++++++++++++
 src/tpsip-connection-helpers.h    |   69 ++
 src/tpsip-connection-manager.c    |  493 ++++++++++
 src/tpsip-connection-manager.h    |   62 ++
 src/tpsip-connection-private.h    |   69 ++
 src/tpsip-connection-sofia.c      | 1017 ++++++++++++++++++++
 src/tpsip-connection-sofia.h      |   51 +
 src/tpsip-connection.c            |  982 +++++++++++++++++++
 src/tpsip-connection.h            |   73 ++
 src/tpsip-debug.c                 |   60 ++
 src/tpsip-debug.h                 |   51 +
 src/tpsip-media-channel.c         | 1598 +++++++++++++++++++++++++++++++
 src/tpsip-media-channel.h         |   91 ++
 src/tpsip-media-factory.c         |  408 ++++++++
 src/tpsip-media-factory.h         |   68 ++
 src/tpsip-media-session.c         | 1874 +++++++++++++++++++++++++++++++++++++
 src/tpsip-media-session.h         |  131 +++
 src/tpsip-media-stream.c          | 1631 ++++++++++++++++++++++++++++++++
 src/tpsip-media-stream.h          |   81 ++
 src/tpsip-sofia-decls.h           |   47 +
 src/tpsip-text-channel.c          |  782 ++++++++++++++++
 src/tpsip-text-channel.h          |   74 ++
 src/tpsip-text-factory.c          |  337 +++++++
 src/tpsip-text-factory.h          |   65 ++
 56 files changed, 11098 insertions(+), 11098 deletions(-)

commit decaef04902795f8972cdea6700ff6ef15b59e25
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Mar 5 15:40:23 2008 +0000

    Copy m4_define magic from telepathy-glib/gabble/etc. to generate stable release tarballs with the right name
    
    
    20080305154023-53eee-5d4d25f5bd3f23c0179968aa4bdb9fe7e4182552.gz

 configure.ac |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 1af2898db5a789f5dce356b47da1aa141e2f2c35
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 5 15:31:30 2008 +0000

    version 0.5.5.1
    
    
    20080305153130-5b6ca-67b40e92ddd010af8ebd96aa902d555157593779.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 017a6cefb136ede3900392c36189d472dba3107b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 5 14:48:26 2008 +0000

    version 0.5.5
    
    
    20080305144826-5b6ca-d9bec2cefe61148adbf24e7ec2e869e83c60ed13.gz

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 37a8838f5176336ebd7c678a03f0207b0ae462c6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 5 14:40:06 2008 +0000

    SIPMediaChannel: use direct hash/compare for the call state hash table, fixes the stupid crash
    
    
    20080305144006-5b6ca-c8e08763a36966e048023a8948f7ae741897b502.gz

 src/sip-media-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b4a78a2ed4836dbefbead17d3b17d2a0bcc4f63
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 5 11:19:59 2008 +0000

    SIPMediaChannel: use Channel_Group_Change_Reason_Invited for INVITE-related call membership changes
    
    
    20080305111959-5b6ca-9f8ccd01e73a2d7028b2eb08c645e906c38b4397.gz

 src/sip-media-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5a300f16c2a130ce443ca47109df74e341b39e5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 5 07:53:11 2008 +0000

    'loose-routing' defaults to false.
    
    Reasons: 1) backwards compatibility with 0.4;
    2) Interoperability problems arise in practice when using initial Route,
    not the other way around.
    
    20080305075311-5b6ca-3aae92d0449052455e70147f76c2a07f3efe80d5.gz

 src/sip-connection-manager.c |    2 +-
 src/sip-connection.c         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 691b4c8e59f3749a9146b35f786ad3e83de39534
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 5 07:50:08 2008 +0000

    SIPMediaChannel: set the actor handle for incoming and outgoing calls
    
    
    20080305075008-5b6ca-ff6ada391ec3ee92f7a39eaf292701b6e05f1c3c.gz

 src/sip-media-channel.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit b8976253cfa05a6c9ddae4091d3827a06ec76a7b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Feb 27 16:45:34 2008 +0000

    SIPMediaChannel: updated to the latest CallState declaration changes, add support for the Queued flag
    
    
    20080227164534-5b6ca-56e93776986662bdeb1d56ac8dc965d48040cd35.gz

 src/sip-media-channel.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 784f626eef156ec70d4d3d774a66b6ea22649a42
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Feb 27 16:39:51 2008 +0000

    Updated the CallState interface specification to include the Queued flag
    
    
    20080227163951-5b6ca-89faaeb1d537400eaecad936b19fb8556710c9cf.gz

 extensions/Channel_Interface_Call_State.xml |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 468756fed5bc4cba93bb86ab862546c0337199aa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 26 16:37:57 2008 +0000

    SIPMediaChannel: implement the new behavior of RequestStreams and MembersChanged, as per Telepathy spec 0.17.1.1
    
    
    20080226163757-5b6ca-154975c52aaed53ffb5b0a6e4a3ac0704c93e9c6.gz

 src/sip-media-channel.c |  170 ++++++++++++++++++++++++-----------------------
 1 files changed, 88 insertions(+), 82 deletions(-)

commit aeef618369660dadc6d21e581325566944171693
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 17:58:02 2008 +0000

    SIPMediaChannel: added Hold and CallState to the list for GetInterfaces()
    
    
    20080225175802-5b6ca-3bab266d921e1d5248875804b688d658e328bf30.gz

 src/sip-media-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 96ff1cc99b4c8b56af8a366dcdc06fed7436aa8c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 17:57:15 2008 +0000

    SIPMediaChannel: staticized the dispose and finalize functions
    
    
    20080225175715-5b6ca-5ac102b45b522495e7e70a0a286b61e0fa5a965b.gz

 src/sip-media-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5fb276ead130888ddf1965c3dff86d740aaf9a41
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 17:54:55 2008 +0000

    Initial implementation of org.freedesktop.telepathy.Channel.Interface.CallState
    
    
    20080225175455-5b6ca-9eea9fa26e8e63cdd7e3d6bd573749fee1521384.gz

 src/sip-connection-sofia.c |   13 ++------
 src/sip-media-channel.c    |   76 +++++++++++++++++++++++++++++++++++++------
 src/sip-media-channel.h    |    6 ++--
 src/sip-media-session.c    |    7 ++++
 src/sip-media-session.h    |    1 +
 5 files changed, 79 insertions(+), 24 deletions(-)

commit cb45d86f6b0357fb94c967b7c879ddbaa022a7cd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 16:56:29 2008 +0000

    SIPMediaChannel: a stub implementation of the CallState interface
    
    
    20080225165629-5b6ca-765369cc9f7ea7afbc2954456470cd27f50be8f5.gz

 src/sip-media-channel.c |   38 +++++++++++++++++++++++++++++++++++---
 1 files changed, 35 insertions(+), 3 deletions(-)

commit 145e2474dc7505b7ca3a2d4ec0cfbb6cf0ca7116
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 16:34:39 2008 +0000

    Extensions: pulled in org.freedesktop.telepathy.Channel.Interface.CallState from telepathy spec 0.17.1.1
    
    
    20080225163439-5b6ca-43a0172a32fa17ae959955d559fb36c4d2c5884b.gz

 extensions/Channel_Interface_Call_State.xml |   97 +++++++++++++++++++++++++++
 extensions/Makefile.am                      |    1 +
 extensions/channel.xml                      |    1 +
 3 files changed, 99 insertions(+), 0 deletions(-)

commit f27567f22df76367f6b70a6c1b42d9e3ece9468d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 15:40:31 2008 +0000

    SIPMediaSession: stylistic nitpick
    
    
    20080225154031-5b6ca-90cc50bb62d65a4b036a58830156f19a97fdeb42.gz

 src/sip-media-session.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit ca01b63c53e95b07126858dead84ef715fff538a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 15:39:53 2008 +0000

    Reverted the premature optimization of checking old state before trying to add the peer to call members
    
    
    20080225153953-5b6ca-bc9183eb6f1b2d02b2fb8ebe695a0fc31959b258.gz

 src/sip-media-channel.c |   26 +++++++++++---------------
 1 files changed, 11 insertions(+), 15 deletions(-)

commit ed4a235e25a6e6ccae6c7edeb11c6ecd9f147c11
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 25 13:20:44 2008 +0000

    SIPMediaSession: validate media types for RequestStreams before creating any streams
    
    
    20080225132044-5b6ca-eda19f7b6da30f3c0994f340787bcdb544fbdd5e.gz

 src/sip-media-session.c |   30 +++++++++++++++++++++++++-----
 1 files changed, 25 insertions(+), 5 deletions(-)

commit 12259a462ea4d484665a14e597236d8905780fb3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 22 17:12:10 2008 +0000

    don't emit NewStreamHandler signals multiple times if Ready is called multiple times on the SessionHandler
    
    
    20080222171210-5b6ca-7caf64c37721e54711978e391444d5af90c04f47.gz

 src/sip-media-session.c |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

commit 6a4b2f4608f50a606160d98c969a7982bc954efd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 22 15:54:43 2008 +0000

    SIPMediaSession: added an XXX comment about non-transactional error raising behavior in RequestStreams
    
    
    20080222155443-5b6ca-2c1c7260333fbad80d4633292b1e6a08d72331c6.gz

 src/sip-media-session.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0b3647a8b639e8ccbbb9ed50dc38c915cfb8b08a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 22 15:38:44 2008 +0000

    Streamlined code for RequestStreams and ListStreams,
    
    allocating the result array in the same function where it gets freed.
    Gone are the remaining calls to sip_tp_stream_list_type(), replaced with
    TP_ARRAY_TYPE_MEDIA_STREAM_INFO_LIST.
    
    20080222153844-5b6ca-45bdbcb5ef89395c0d03612e7086895939b0c6cc.gz

 src/sip-media-channel.c |   27 +++++++++++++++------------
 src/sip-media-session.c |   30 ++++++++++++------------------
 src/sip-media-session.h |   10 +++-------
 3 files changed, 30 insertions(+), 37 deletions(-)

commit 8ee15ed08953e96ae88aed46ec1a9936a7654314
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 22 15:32:45 2008 +0000

    Removed the homegrown type helpers, switching to telepathy-glib type macros
    
    
    20080222153245-5b6ca-f233b00bae8f5a8367f59a96752da335aab2c500.gz

 src/Makefile.am         |    3 +-
 src/sip-media-channel.c |   12 +++----
 src/sip-media-session.c |   18 ++---------
 src/sip-media-stream.c  |   73 +++++++++++-----------------------------------
 src/sip-text-channel.c  |   21 ++-----------
 src/telepathy-helpers.h |   53 ----------------------------------
 6 files changed, 31 insertions(+), 149 deletions(-)

commit 9eb23a966d6d585bdd262260d4f14636e3b90d75
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Feb 21 15:03:44 2008 +0000

    SIPMediaSession: comment language
    
    
    20080221150344-5b6ca-08dbfee387525ecf81dcdddc06b388e627c9dd79.gz

 src/sip-media-session.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0c7aa4e869c8d402d041a33ef8119dc279b3297e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Feb 21 15:45:28 2008 +0000

    SIPMediaSession: create a new channel as send-only if the local hold state is in effect.
    
    This prevents remotely triggered overrides of local hold by offering a new stream.
    
    20080221154528-5b6ca-c004977b5037e305f39f7c268ab77a7d8ba2e307.gz

 src/sip-media-session.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 316289b8fea40144a46a07b27c9df21b6d24d460
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Feb 21 15:23:41 2008 +0000

    sip_media_session_request_hold() does not need the GError** parameter
    
    
    20080221152341-5b6ca-35cccca3551cd98cf4fdcf361b68646ee108596e.gz

 src/sip-media-channel.c |   19 +++++--------------
 src/sip-media-session.c |    3 +--
 src/sip-media-session.h |    3 +--
 3 files changed, 7 insertions(+), 18 deletions(-)

commit 388ebd0e4dab508015774c14040f70be3c9416b0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Feb 21 15:01:56 2008 +0000

    SIPMediaChannel: prettifying
    
    
    20080221150156-5b6ca-186ea6b784caec2279c1f023e59f8d277c71603e.gz

 src/sip-media-channel.c |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

commit db964bd87c1462ab2582b56865ea295ae23b9c9f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Feb 21 14:56:11 2008 +0000

    The initial implementation of (draft) org.freedesktop.telepathy.Channel.Interface.Hold
    
    
    20080221145611-5b6ca-526aa7a5c26aabb973d96967b664116f78a9002f.gz

 src/sip-media-channel.c |   82 +++++++++++++++++++++----------------
 src/sip-media-session.c |  104 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/sip-media-session.h |    9 ++++
 src/sip-media-stream.c  |    9 ++--
 src/sip-media-stream.h  |    2 +-
 5 files changed, 164 insertions(+), 42 deletions(-)

commit dec6ed8ccadcf369bd953bcddc20dc2594e9e6b8
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 20 18:24:52 2008 +0000

    Only require Automake 1.8
    
    
    20080220182452-53eee-636d8cb4e1cee1c5bf4697140556370f030064d4.gz

 README       |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 89abc47e38b5c68d808d86f3bf8c389ae4d1608e
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 20 17:01:33 2008 +0000

    Add a trivial stub implementation of the Hold interface
    
    
    20080220170133-53eee-5b82a27036995ed6f503241f678aa8853dcb3362.gz

 src/sip-media-channel.c |   57 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 55 insertions(+), 2 deletions(-)

commit 25e44f53f19fb8715a67a535ad100c4b8a20e03d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 20 17:01:05 2008 +0000

    Link against libsip-extensions.la
    
    
    20080220170105-53eee-f41dfe8f611aeec25c1b937ad56b916ed0b76a1a.gz

 src/Makefile.am |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 03c244ac6782b18de909cd66c2cdcd2b1717ed26
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 20 17:00:32 2008 +0000

    Include tools, extensions in build system. Check for mkdir -p, xsltproc, Python, telepathy-glib 0.7.3
    
    
    20080220170032-53eee-b091234e34ec0138213c2e88f2c0e21155deb463.gz

 Makefile.am  |   13 ++++++++-----
 configure.ac |   17 ++++++++++++++++-
 2 files changed, 24 insertions(+), 6 deletions(-)

commit 834d9b6c4207876decbc8ae9b19af2cf5495016a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 20 17:00:14 2008 +0000

    Add an extensions library containing the Hold interface
    
    
    20080220170014-53eee-e789fc709213482d7363fd95f750e6c237970b76.gz

 _boring                               |    2 +
 extensions/Channel_Interface_Hold.xml |  129 ++++++++++++++++++++++++++++++++
 extensions/Makefile.am                |  133 +++++++++++++++++++++++++++++++++
 extensions/all.xml                    |   14 ++++
 extensions/channel.xml                |    9 ++
 extensions/extensions-cli.c           |   19 +++++
 extensions/extensions.c               |    6 ++
 extensions/extensions.h               |   20 +++++
 8 files changed, 332 insertions(+), 0 deletions(-)

commit a6fb706d275cea39556157422da0035deac8234a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 20 16:37:58 2008 +0000

    Pull in code-generation tools from telepathy-glib 0.7.3
    
    
    20080220163758-53eee-36e5fe90491953e0f8d7fbfa2cdd8b3fc6a372c3.gz

 tools/Makefile.am                        |   41 ++
 tools/c-constants-generator.xsl          |  299 ++++++++
 tools/c-interfaces-generator.xsl         |   84 +++
 tools/check-c-style.sh                   |   36 +
 tools/check-coding-style.mk              |   17 +
 tools/check-misc.sh                      |   13 +
 tools/check-whitespace.sh                |   17 +
 tools/doc-generator.xsl                  |  689 ++++++++++++++++++
 tools/glib-client-gen.py                 | 1126 ++++++++++++++++++++++++++++++
 tools/glib-client-marshaller-gen.py      |   59 ++
 tools/glib-errors-enum-body.xsl          |   72 ++
 tools/glib-errors-enum-header.xsl        |   73 ++
 tools/glib-ginterface-gen.py             |  711 +++++++++++++++++++
 tools/glib-gtypes-generator.py           |  230 ++++++
 tools/glib-interfaces-body-generator.xsl |   47 ++
 tools/glib-interfaces-generator.xsl      |   55 ++
 tools/glib-signals-marshal-gen.py        |   55 ++
 tools/identity.xsl                       |    7 +
 tools/libglibcodegen.py                  |  320 +++++++++
 19 files changed, 3951 insertions(+), 0 deletions(-)

commit ab4e2c524746126bd86174a15dee96c02aefaf79
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Feb 20 16:37:02 2008 +0000

    Modernize autoconf/automake initialization. Explicitly require GNU make in README, and use automake -Wno-portability (fd.o #14020)
    
    
    20080220163702-53eee-d502e6fc1e6cb203d07c4ed5a79d2f87fea560b0.gz

 README       |    2 ++
 configure.ac |   13 ++++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

commit e50b130aa3891b6938d3615158092246cc0afffc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 19 16:34:14 2008 +0000

    Specify -1 (stack decides) as the default value for 'keepalive-interval'
    
    
    20080219163414-5b6ca-7e8f6b1b0129349c63c3bcb966fb470ce25d02db.gz

 src/sip-connection-manager.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 67f3e4c3f363282dee7322be27f5eaac5a3147d0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 19 16:34:14 2008 +0000

    Specify -1 (stack decides) as the default value for 'keepalive-interval'
    
    
    20080219163414-5b6ca-db47c1c873a6596e66e8b6a1f3c6b4b6b78e2515.gz

 src/sip-connection-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f756a78b55238a695c707815da201442fc5922e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 19 16:54:40 2008 +0000

    SIPConnection: corrected the description string for 'keepalive-interval' to match the implementation
    
    
    20080219165440-5b6ca-06048de014426b01e2b61fc9c5af52338d1b917e.gz

 src/sip-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e713aaa5a9cf46d67c0effaa0398e96690c1c619
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 19 16:05:30 2008 +0000

    Don't pass a negative 'keepalive-interval' value to the stack, making it really a way to use stack's own defaults
    
    
    20080219160530-5b6ca-f84280da059fedf9c48d3f4f6f630412f2f8dd0e.gz

 src/sip-connection-helpers.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit f310ec099900e55c00f44c73aa03b8daf85af990
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Fri Feb 15 18:25:18 2008 +0000

    SipMediaChannel: let ListStreams return an empty list if there is no session yet
    
    
    20080215182518-93b9a-798aa9ae8d2411baf0606f613b43d4a8f9f892f0.gz

 src/sip-media-channel.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3472cca844bbc54343882e484ba66a15278d30da
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 15 16:15:20 2008 +0000

    version 0.5.4.1
    
    
    20080215161520-5b6ca-1f64384df3040689ee0a4eb86d7cf77690458e7d.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 58043ebb666ace4fc69c380a5ef3ab7b73f18e25
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 15 15:58:01 2008 +0000

    version 0.5.4
    
    
    20080215155801-5b6ca-2cabbc70f7a577cf0754de24bd842283c16f842c.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 17f3c7e2052e0bb4d29e32f5b6c12082d90f8310
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 15 14:17:37 2008 +0000

    SIPMediaStream: removed a piece of dead code
    
    
    20080215141737-5b6ca-090d8bfea6f8b4487d758c80f3496d81d95e06a4.gz

 src/sip-media-stream.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 9d023d02fb47c79d7a8826c8b50a317576d71863
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 15 14:16:01 2008 +0000

    SIPMediaStream: converted a SESSION_DEBUG in anticipation of stream's own debug facility.
    
    Ideally, the stream object should not use the reference to the session object.
    
    20080215141601-5b6ca-16d57660ab427df8719ac9823a661a32f7eed3bc.gz

 src/sip-media-stream.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7b301fba0552269149299e85174b342dba6d4b4e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 15 14:13:43 2008 +0000

    SIPMediaStream: prevent a race condition between SupportedCodecs and emission of SetRemoteCodecs for a further intersection
    
    
    20080215141343-5b6ca-bb0201b8563953261e121569679b027d991f8ea6.gz

 src/sip-media-stream.c |   39 ++++++++++++++++++++++++++++++---------
 1 files changed, 30 insertions(+), 9 deletions(-)

commit ef3962dc2dc8f2eea6a70fb3672e45ba8ed0f8ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 15 14:11:04 2008 +0000

    SIPMediaStream: separate push_remote flags for candidates and codecs
    
    
    20080215141104-5b6ca-f851dcfd70ff3615efb6a018d64cd470718fa98e.gz

 src/sip-media-stream.c |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

commit 063d0d0530be3194cc9ce998501396cc881765e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 11 16:13:24 2008 +0000

    SIPConnection: removed a gratuitous log message
    
    
    20080211161324-5b6ca-1a88cfc540506e138bcb9d6548c6b364993912d6.gz

 src/sip-connection.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 3365d139fa1c1f368022cb213a42a51ed5f60bdf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 11 17:03:38 2008 +0000

    SIPConnectionManager: prettifying
    
    
    20080211170338-5b6ca-caf208acf65bbd9b26a1b3c9c6376a0cdf5e5477.gz

 src/sip-connection-manager.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 9c6f42bf2e111397a16df25f1d2398897c760fe7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 11 16:09:04 2008 +0000

    SIPConnection: flagged properties with non-trivial defaults with G_PARAM_CONSTRUCT.
    
    Removed or added /*default value*/ comments so as to actually make sense.
    'password' can be NULL because of the additional guarding logic in the auth code.
    
    20080211160904-5b6ca-f1d81301cc9c97185cfd382725de2cf2a30aa057.gz

 src/sip-connection.c |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

commit dbe1eed608f5d43a58674af1acc6b1343b077207
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 11 16:05:01 2008 +0000

    SIPConnectionManager: consistently nullify all parameter strings if empty
    
    
    20080211160501-5b6ca-625246c40f6e2a0fe60930b787da73d5f9d6256d.gz

 src/sip-connection-manager.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 971b1feaeb43406b91447ddd0d539f4ad06cc6b4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 11 15:56:49 2008 +0000

    Added connection parameter 'loose-routing' to allow for the legacy routing behavior,
    
    as implemented by Telepathy-SofiaSIP 0.4.x and earlier.
    The default is true, which means loose routing as recommended by RFC 3261.
    
    20080211155649-5b6ca-5ebacf522f3c4ef0e87a84cf00c878728c9006fb.gz

 src/sip-connection-helpers.c |   26 ++++++++++++++------------
 src/sip-connection-manager.c |    9 +++++++++
 src/sip-connection-private.h |    1 +
 src/sip-connection.c         |   27 +++++++++++++++++++++------
 4 files changed, 45 insertions(+), 18 deletions(-)

commit bf8683534db479ecff79c244a54845845cac5f75
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Feb 11 14:36:06 2008 +0000

    SIPConnectionManager: nullify string parameters if the value given is empty.
    
    The previous approach of returning a validation error is problematic with
    the Mission Control which has no other way to unset a value coming from the
    profile.
    
    20080211143606-5b6ca-0ea6e56a8d762402a65e2aebbfea4f1a72d767a6.gz

 src/sip-connection-manager.c |   25 ++++++++++---------------
 1 files changed, 10 insertions(+), 15 deletions(-)

commit f9856ec487da8222dd8fa6455577f5052524c086
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sat Feb 9 14:56:14 2008 +0000

    Override channel-type and object-path properties instead of redefining them
    
    
    20080209145614-93b9a-6390001c3ecc9a8d547d19f572222b96a9955e34.gz

 src/sip-media-channel.c |   23 ++++-------------------
 src/sip-text-channel.c  |   23 ++++-------------------
 2 files changed, 8 insertions(+), 38 deletions(-)

commit bf83c9c3250652a30e26c7a4dd20acb1d3aa0c4a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Feb 6 15:13:43 2008 +0000

    version 0.5.3.1
    
    
    20080206151343-5b6ca-cb7d53c5941af6d9ea94fca7fe82420e39995904.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ab854879225fd7a8740f4ed19a402ddbc86135e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Feb 6 15:02:24 2008 +0000

    version 0.5.3
    
    
    20080206150224-5b6ca-2e45dd74f384d16344042ae1dd92f13bcaeedf35.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 49eaa733c084353d9a46ed0a24736d1deca6857a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Feb 6 09:27:04 2008 +0000

    SIPMediaChannel: we want to add the peer after 'responce-received' -> 'active', of course
    
    
    20080206092704-5b6ca-c2d1c45f512b2d9fb465811c29f33bea746dcc40.gz

 src/sip-media-channel.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f410218d99c19532f86a86cee548e5c2b764580b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 5 17:21:49 2008 +0000

    SIPMediaChannel: avoid redundant calling of tp_group_mixin_change_members() on irrelevant state transitions
    
    
    20080205172149-5b6ca-b4b8bfbe89986131b1378dfc7d73760056e7e024.gz

 src/sip-media-channel.c |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

commit bbcc35ef2f42b88225002791cf10ece9ec6f8477
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 5 17:18:26 2008 +0000

    SIPMediaChannel: purified priv_create_session() by externalizing the reception of a remote INVITE
    
    
    20080205171826-5b6ca-b8c50d20acd2268757ff04c82e0d628658e2f3ec.gz

 src/sip-media-channel.c |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)

commit 01ebe81efc578aae521e8341fd681bfb02a32944
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 5 16:20:41 2008 +0000

    Removed the internal 'stream-added' signal, emit StreamedMedia.StreamAdded directly from SIPMediaSession code
    
    
    20080205162041-5b6ca-16baa96e56f40f9e24a0e1d57b1d0bbf4602889a.gz

 src/sip-media-channel.c |   21 ---------------------
 src/sip-media-session.c |   27 +++++++++------------------
 2 files changed, 9 insertions(+), 39 deletions(-)

commit 3d3755b973ba55ca67ddf5bafdffa9d620fbcbd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 5 15:59:20 2008 +0000

    SIPMediaSession: corrected the comment about session states
    
    
    20080205155920-5b6ca-5ecd0d64674d1fe0a7610fcf102f40d2bc80f234.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2be1ac4209aaa1e081b451b84ae8a6b80c9a9e80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 5 15:58:20 2008 +0000

    Renamed the ambiguously named priv_session_media_state() to priv_session_set_streams_playing()
    
    
    20080205155820-5b6ca-f335c3738dc906ba2fe3274e461a3be49ce0d96d.gz

 src/sip-media-session.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit e5c3eb266a6cf796ef65bd9b8bf1c429c89a8a6b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Feb 5 15:43:25 2008 +0000

    Removed the 'state' property on SIPMediaSession.
    
    Use function sip_media_session_change_state() as the way to
    change the session state.
    Instead of using detailed signal 'notify:state', use the
    newly introduced signal 'state-changed'; we get to control
    the moment of its emission, and the handling, with more precision.
    
    20080205154325-5b6ca-ef4cd28c8dad3860e1c471cde721d56b1d0fe2a3.gz

 TODO                    |    3 --
 src/sip-media-channel.c |   38 ++++++++++-----------
 src/sip-media-session.c |   87 ++++++++++++++++++++++-------------------------
 src/sip-media-session.h |    2 +
 4 files changed, 61 insertions(+), 69 deletions(-)

commit 99b4ff90ad0b4b484011b91bd11e1490318408c4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 1 18:00:19 2008 +0000

    SIPMediaSession: debug printout for clamping the number of streams in the response
    
    
    20080201180019-5b6ca-63274c77bfc925fd3e542c7244b2676ac719c090.gz

 src/sip-media-session.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0c1ea9e1d24403e9b0c59600c0c3284e7087d895
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 1 17:58:40 2008 +0000

    SIPMediaSession: always update the number of streams in the remote offer, even if the media didn't change
    
    
    20080201175840-5b6ca-33f31678d7032413b5d45bf18308680a87ace043.gz

 src/sip-media-session.c |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

commit 9bb6d2db194d763516522521349af5d378c501c8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 1 17:54:56 2008 +0000

    SIPMediaSession: smoother code for responding with NUTAG_WITH.
    
    In one instance, the saved event was leaked.
    
    20080201175456-5b6ca-b298c80802160fd0195b020758e32d45d5ecf491.gz

 src/sip-media-session.c |   39 +++++++++++++++++++--------------------
 1 files changed, 19 insertions(+), 20 deletions(-)

commit ec57eea8b7b4b2bda6552b8815c660cdc49f6a46
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Feb 1 17:52:26 2008 +0000

    SIPMediaStream: descriptive messages for call membership transitions
    
    
    20080201175226-5b6ca-f5f17f7a0aff77a202547f7d3e688e6af4379a53.gz

 src/sip-media-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 994e3ee02cb8255fd8e509353517aa1ed3d3d9af
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 31 16:35:09 2008 +0000

    version 0.5.2.1
    
    
    20080131163509-5b6ca-59a090187813535e0d12e8f0dbb8d270bd0f2bbc.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6c3612863d56896b9c16045f1a60eab0a77df0e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 31 16:31:04 2008 +0000

    version 0.5.2
    
    
    20080131163104-5b6ca-7d7605da5dfef0b503d905bd932a24c107206c09.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 65c0cb4cddd62eb90090067b2c4fb730b713535b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 31 14:17:22 2008 +0000

    Updated TODO with recent developments, added two new issues to keep track of
    
    
    20080131141722-5b6ca-a6ca6ddb655dbd482d2aa6eab6a2bb9e3a60cc12.gz

 TODO |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 544f7cafafa44a18fd10b3a8922d0cfff90245ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 31 16:02:42 2008 +0000

    Reverted a part of the last comment fix because it was a change to a worse English; I need some classes
    
    
    20080131160242-5b6ca-1afac001d76d8b3aa6ccbb5c7b3584436816ddd7.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 515771a6354089a0f8cc6b47f3e52d92622682e6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 31 14:24:44 2008 +0000

    SIPMediaSession: improved some comment language
    
    
    20080131142444-5b6ca-4cde6cc07d6308b09a242c4ed0d5133cae28a6c2.gz

 src/sip-media-session.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 1a5393a67cc615931f7aecb38c41a50386da94cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 31 14:23:30 2008 +0000

    SIPMediaSession: while processing a remote offer, mask locally requested direction changes with the direction as set by the offer
    
    
    20080131142330-5b6ca-2b46f614397cea7acf71fd5809c5f86e6d725f4a.gz

 src/sip-media-session.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 73ccb72ff709239b3ba746c1040ceb788b5ce842
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 31 14:19:52 2008 +0000

    SIPMediaSession: remember the number of streams in the last remote offer, and exclude possible streams added after that from the answer
    
    
    20080131141952-5b6ca-3be8ae548a658c47ce4394f36cc43cd7b364b654.gz

 src/sip-media-session.c |   36 ++++++++++++++++++++++++++++--------
 1 files changed, 28 insertions(+), 8 deletions(-)

commit 966ffccb4c0d8a9f3a2d49d21cc1fbb6c39aac12
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 22 17:31:57 2008 +0000

    SIPMediaSession: removed the unreachable state assertion in priv_request_response_step(),
    
    because stream additions requested by the user can trigger state machine processing.
    
    20080122173157-5b6ca-17f1158460ebb7cf2fe6a7eff9e4d4e91f5725ec.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1494cbe4732b869033e039317a081939eeb36f97
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 10 12:05:12 2008 +0000

    version 0.5.1.1
    
    
    20080110120512-5b6ca-8d27929ce6da8c525345b50bd34e715cdde761e1.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cd15c8c0841bf4a9d3f87ac78fcdde91683e75d4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jan 10 11:46:00 2008 +0000

    version 0.5.1
    
    
    20080110114600-5b6ca-61ece474d238268930017373e89205393f3e1f32.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8985dc0aa6e7a205aa72226c22967a5651b0bcd0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jan 9 16:47:39 2008 +0000

    SIPMediaSession: prevent a potential assertion failure if there are multiple streams with empty codec intersection
    
    
    20080109164739-5b6ca-0b369ba540f3f85d47a3ba08dfb20907faa95835.gz

 src/sip-media-session.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 400bd538fec72f853dc73003abd770e90a618314
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jan 9 16:35:32 2008 +0000

    Don't close off streams missing in the answer if there are local media changes pending negotiation.
    
    Added a comment describing the behavior in case of a stream number mismatch.
    
    20080109163532-5b6ca-e8944658abbbdc918db3dad7052beba6e9ed4a55.gz

 src/sip-media-session.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 99ee44e9b6e2968632a09a00b05cfbfc0a6dff5f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jan 9 16:04:53 2008 +0000

    Refactored stream direction and pending send flags.
    
    Pending send flag management is mostly internalized into the stream code.
    A check made against premature clearing of pending send flags for new streams
    that haven't been negotiated in an offer-answer exchange yet.
    
    20080109160453-5b6ca-8c8e4ae0b1a11511bf3df370e33c3c1fb529f700.gz

 src/sip-media-session.c |   36 ++++++++---------------------
 src/sip-media-stream.c  |   56 +++++++++++++++++++++++++++++++++-------------
 src/sip-media-stream.h  |    7 +++--
 3 files changed, 54 insertions(+), 45 deletions(-)

commit 3dd909a2a148af605d7e7ce5c2b96dd38d0c4b17
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jan 9 14:09:43 2008 +0000

    Renamed sip_media_stream_is_ready() sip_media_stream_is_local_ready() for clarity
    
    
    20080109140943-5b6ca-2c320550df267efe3155803eabc73e13fb77d14a.gz

 src/sip-media-session.c |    2 +-
 src/sip-media-stream.c  |    2 +-
 src/sip-media-stream.h  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit e5bd1f010ee216b93a9a869d464b9fa2d3c03d39
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jan 8 16:40:02 2008 +0000

    Fixed memory corruption due to an invalid g_object_set() parameter list
    
    
    20080108164002-5b6ca-7012b05581ef3c7124c42382586fa9ab62e842ac.gz

 src/sip-connection-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9592a7f2bcd0990ebfad843023a3a639efec2955
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Jan 4 12:50:29 2008 +0000

    Cope with TpChannelIface channel-type property becoming writeable in telepathy-glib > 0.7.0, avoiding warnings when channels are constructed (fd.o #13896).
    
    If telepathy-glib is <= 0.7.0, the added code will never execute, but is
    harmless.
    
    20080104125029-53eee-68ee29fb3dff0084e46adc863da812fa092b075b.gz

 src/sip-media-channel.c |    6 ++----
 src/sip-text-channel.c  |    1 +
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 712817301d839cf180def411d40253faaa58b9a1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Jan 4 12:44:32 2008 +0000

    Bump nano version to 1 to indicate post-0.5.0 development
    
    
    20080104124432-53eee-61331461c2621900cab438bae2cb230eeb8bace8.gz

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a2810d6402033f16b44bcc62b0b6d12a1e16de66
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Jan 4 12:38:01 2008 +0000

    Change behaviour of SOFIASIP_DEBUG and SOFIASIP_PERSIST to match recent Gabble.
    
    SOFIASIP_DEBUG now controls debug logging only, not persistence.
    SOFIASIP_PERSIST controls persistent mode but does not enable extra debug logs.
    Depend on telepathy-glib 0.6.1 to achieve this (it could be made conditional,
    like in Gabble, but 0.6.1 has been out for a while so I don't think it's
    necessary).
    
    20080104123801-53eee-5bff2c004f14d74059ef77e66cd253eac48d4598.gz

 configure.ac             |    2 +-
 src/debug.c              |    3 ++-
 src/telepathy-sofiasip.c |    3 +--
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 601cea86da16cc9fa37561eb6f0fe421bed36c26
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Dec 31 12:56:00 2007 +0000

    SIPMediaSession: postpone any request-response state machine action while local streams are not ready.
    
    This simplifies the state machine logic in priv_request_response_step(): there was
    need to guard against non-ready local streams in every state.
    
    20071231125600-5b6ca-4c5c6ab1c19f7d09fa1b4ca63eb5eb3a8ae3d6a0.gz

 src/sip-media-session.c |   33 +++++++++++++--------------------
 1 files changed, 13 insertions(+), 20 deletions(-)

commit a8aae129b5f9e578f2f1328ad2b63b30a9db7353
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Dec 3 15:01:05 2007 +0000

    Added coverage support.
    
    Patch by Dmitry Rozhkov.
    
    20071203150105-5b6ca-6ff7e2b4e90031e315f09443ec545632249f789a.gz

 configure.ac    |   10 ++++++++++
 src/Makefile.am |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit e649b82d50394453f30ca803212dc3679d67f9eb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Dec 19 13:05:34 2007 +0000

    SIPMediaChannel: cleanups
    
    
    20071219130534-5b6ca-3b489f71c03259dee4a69feae4e30e21f12d622e.gz

 src/sip-media-channel.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

commit ea2b518c836506654272363ef38266b7ad94d2d3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Dec 7 15:59:13 2007 +0000

    Don't leak a route URL parameter buffer into the connection's memory home
    
    
    20071207155913-5b6ca-61de6b74d01c7cecfbde318e1b8c967bf34bbae5.gz

 src/sip-connection-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c4f4f94184654d8b66bf2f65ec6e574b1327642b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 27 15:56:47 2007 +0000

    Use initial route set instead of NUTAG_PROXY.
    
    The transport preference is no longer encoded in the proxy URL.
    
    20071127155647-5b6ca-ed4e3fbd9e4f352b561ad0943630bced4edd1d9d.gz

 src/sip-connection-helpers.c |   53 +++++++++++++++++++++++------------------
 src/sip-connection-manager.c |   26 +++++++-------------
 src/sip-connection.c         |    4 ---
 3 files changed, 39 insertions(+), 44 deletions(-)

commit aae3449d8a0d95ff093decca3304a463fdc37157
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 27 15:53:11 2007 +0000

    SIPConnection: new dedicated parameter 'transport' for the SIP transport preference
    
    
    20071127155311-5b6ca-a08ff0bac30f1741718c39b28792672ed9190fc9.gz

 src/sip-connection-private.h |    1 +
 src/sip-connection.c         |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit c96f7b62cb1988a720b1b6be4c886a38a719f79b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 27 15:49:48 2007 +0000

    Bumped the minimal required sofia-sip version to 1.12.7
    
    
    20071127154948-5b6ca-1971a9173be9dc9cdf1c07baea33fdb7bfbfd342.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 000fb86083d8f210569f8eb42eb066064f8faa26
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 29 13:57:12 2007 +0000

    SIPMediaChannel: rescinding is meaningless for incoming calls, don't set the flag
    
    
    20071129135712-5b6ca-d90beebb62e691a5ae650663ab3ab6e090cf7290.gz

 src/sip-media-channel.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit d4a6903fa2df653cf298640c6961e81911a72974
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 29 13:44:24 2007 +0000

    Purged a meaningless channel group change that's been commented out for long
    
    
    20071129134424-5b6ca-9a1fb59efeaf28348c5548781ab79fba82369048.gz

 src/sip-media-channel.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit c2469c8f6978bd31b90557fc07c40aa7a46eea8c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 29 13:43:09 2007 +0000

    Disallow adding members to an incoming call channel (sf.net bug #1840543)
    
    
    20071129134309-5b6ca-ace04781958166a54d5f86fd1314373a0589b474.gz

 src/sip-media-channel.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 1fc0133091342468d806c50507e4d96862b21644
Author: Robert McQueen <robert.mcqueen@collabora.co.uk>
Date:   Wed Nov 28 02:19:20 2007 +0000

    correct FSF address and other LGPL 2.1 boilerplate
    
    
    20071128021920-418b8-41316311ee2ad7cb9089df8a30e21475ea4d753f.gz

 src/media-factory.c          |    7 +++----
 src/media-factory.h          |    7 +++----
 src/sip-connection-manager.c |    5 +++++
 src/sip-connection-private.h |   14 +++++++-------
 src/telepathy-helpers.h      |    5 ++---
 src/text-factory.c           |    5 ++---
 src/text-factory.h           |    7 +++----
 tests/tp_caller.c            |    7 +++----
 8 files changed, 28 insertions(+), 29 deletions(-)

commit 6a63c851e9602ee8124d3afebeec99f43327d1f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 27 16:01:12 2007 +0000

    Removed the dead remnant of http_proxy
    
    
    20071127160112-5b6ca-b21aa7bc2656753af940bdc7e4c80cdb4ca4b555.gz

 src/sip-connection-private.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 500e109e8a052eca132c0ecdd870c1fbf728d2a0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 16 12:48:35 2007 +0000

    Removed the bandwidth modifiers for RTCP (RFC 3556) from SDP,
    
    because of alleged iop problems with some Cisco gateways.
    
    20071116124835-5b6ca-851e71d63d540f6bc717c00b4ba38d47fca869c7.gz

 src/sip-media-stream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 69b36a624a740893c6e730be3161fcfb4da5f1fc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Sat Nov 24 15:06:17 2007 +0000

    Don't switch session state from 'response-received' to 'active' until the session has been accepted remotely
    
    
    20071124150617-5b6ca-9319d887210d631ee110f9023ee6fa50ecfb953b.gz

 src/sip-media-session.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2a31b33184d3d3a6fb82cfaf845bc88aba674e71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Nov 9 12:14:20 2007 +0000

    SIPMediaSession: forgot to free the value of 'local-ip-address' at finalize
    
    
    20071109121420-5b6ca-b5038479366e9cebcd9800bdd6ecee4f37328bb1.gz

 src/sip-media-session.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7f89d20396370161c34b36350de294527dcc2d96
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 8 17:56:26 2007 +0000

    Removed a couple of outdated comments
    
    
    20071108175626-5b6ca-e14c668a56ee3d717829a3c55c410fd196d5553d.gz

 src/sip-media-stream.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

commit 9cd7107ac902673619eabc5861324601066c794c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 8 17:56:04 2007 +0000

    sip_media_session_finalize() lacked static declaration
    
    
    20071108175604-5b6ca-f755597e4ab7a6baecbe19c1080f0caddcf1fa0b.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 920aa67f4195c4da106472efe34676d2283bd2ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 6 15:37:02 2007 +0000

    SIPMediaStream: moved a comment about two properties to its proper place
    
    
    20071106153702-5b6ca-0292f9b9534c33ff2ef3b08f8c82cb7bac4d0ad3.gz

 src/sip-media-stream.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 554c7b0e1f79dd4e120cdc44c0e8d8e128565cf1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 6 15:36:14 2007 +0000

    SIPMediaStream: don't perform class type retrieval repeatedly
    
    
    20071106153614-5b6ca-d14484a688a9f460305a8615babcb0c2869d61df.gz

 src/sip-media-stream.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 87a09419a5db1e0dffc42d37c7db110c033fd4ed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 6 15:19:59 2007 +0000

    SIPMediaSession: no need to free object_path before setting the construct-only property value
    
    
    20071106151959-5b6ca-d0be4a3269ce008dc3fa09f0c838466068312e35.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c5e64f704f44c07f2291e2f64b7f0769b9f7b93b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 6 15:19:00 2007 +0000

    SIPMediaSession: don't leak the object_path string
    
    
    20071106151900-5b6ca-7a71a7082baabbefcb30d7f4f5994792778b433d.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cc41e3e619065b69a7a3df34912895dc36b2b36f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 8 17:44:13 2007 +0000

    SIPMediaStream: use sip_media_session_rate_native_transport() to pick the preferred native candidate
    
    
    20071108174413-5b6ca-ddbeea4f5ebede5eab16631cb6847761c519562f.gz

 src/sip-media-stream.c |   55 +++++++++++++++++++++++++++++++++++++----------
 1 files changed, 43 insertions(+), 12 deletions(-)

commit a0508ed28c0e30bdbfc49e0f2b6d646cfb74edb1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 8 17:50:39 2007 +0000

    SIPMediaChannel: pass the 'local-ip-address' property down from the SIPConnection to a SIPMediaSession
    
    
    20071108175039-5b6ca-6d5d254e57164070fec1a7d1ee8a497c2392ea87.gz

 src/sip-media-channel.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 6ca102bd0b4dc7a2ab700de171f2779621ab62ed
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Nov 8 17:40:17 2007 +0000

    Added sip_media_session_rate_native_transport() to promote transports that match the 'local-ip-address' property
    
    
    20071108174017-5b6ca-33192107dd923ab8a2a177f93f5a609e14f2d10a.gz

 src/sip-media-session.c |   30 +++++++++++++++++++++++++++---
 src/sip-media-session.h |    3 +++
 2 files changed, 30 insertions(+), 3 deletions(-)

commit db1c11c9b213b58276d15e77df0e9109254291a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 6 15:16:47 2007 +0000

    Added property 'local-ip-address' to SIPMediaSession
    
    
    20071106151647-5b6ca-cb5361333afe6f5195de11376400b54d1e99650b.gz

 src/sip-media-session.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit bb81608d6e303354c75c408e06622db1357aa561
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 7 13:34:58 2007 +0000

    Perform more stringent sanity checks over the status messages and Reason: header text in CANCEL.
    
    Check if the string is a non-NULL UTF-8 nul-terminated string before sending it over DBus.
    
    20071107133458-5b6ca-f9b676b12d46d185272374808e12e6394aca77bf.gz

 src/sip-media-channel.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit a66e43b6636c4e11be7e2a66291b727557cb1e2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 7 12:49:25 2007 +0000

    When the call is terminated, drop the associated auth entry
    
    
    20071107124925-5b6ca-1acb96616fca23638b43edd5fe1ea932de195bae.gz

 src/sip-connection-sofia.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 05ba9f6f5a7a20703d7969c75854f1fde49c3076
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Nov 7 12:48:10 2007 +0000

    Don't tell the stack to BYE call handles that are terminating already
    
    
    20071107124810-5b6ca-36c2269706c97ec5bc4b2a548803d577c97b90c2.gz

 src/sip-connection-sofia.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

commit 668d21f8b2914707c3cbb34f425edc6d98021588
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Nov 6 17:32:56 2007 +0000

    Set transport parameter in the local binding URL when the same parameter is set in the outbound proxy URL
    
    
    20071106173256-5b6ca-758fcdb5c4765775d24b55e748c41b59aaca1359.gz

 src/sip-connection-helpers.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 4cf8bed29e49f7a997544437ee9030e2992ddd10
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Nov 5 14:24:02 2007 +0000

    Bumped version to 0.5.0 for the development branch
    
    
    20071105142402-5b6ca-a29263087eb2de54b8307fa1357401d030a79a4b.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9ffa010c148a442132e50c822dc0324bf5b20f9c
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Mon Nov 5 11:09:52 2007 +0000

    Add telepathy-sofiasip.8 man page
    
    
    20071105110952-53eee-86b57bc74b613171d0a8bfc571d2d4cd5838c28a.gz

 _boring                      |    1 +
 docs/Makefile.am             |    8 ++++++++
 docs/telepathy-sofiasip.8.in |   28 ++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

commit ce5a7fa68f17d1a09eb7c9a9085c5100048674ea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 15:51:02 2007 +0000

    SIPMediaSession: move parent finalize to be the last thing
    
    
    20071030155102-5b6ca-3d2ca6f77a43d04b38e5fcf7ac80a365a6e28253.gz

 src/sip-media-session.c |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

commit 3a2a822e0ad50c0be05f47874e71ea1a50329f32
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 15:49:28 2007 +0000

    Uniformly arranged finalization tracing for SIPMediaChannel and SIPMediaSession
    
    
    20071030154928-5b6ca-d2a14fb39ba71ce2ef75b91702405d079e9655f0.gz

 src/sip-media-channel.c |    8 ++++----
 src/sip-media-session.c |    4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 63d1b5c4332561d362b70ba29e7eacd6476b1857
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 15:20:43 2007 +0000

    SIPMediaSession: removed the dispose-time assertion about the back reference to the channel:
    
    a signal emission on session state changed to 'ended' causes the channel object to be finalized before
    the session object is disposed.
    
    20071030152043-5b6ca-4d58b69c544796f3cb2709e95c7796277b1eac2d.gz

 src/sip-media-session.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 4f4907ccf26245a0b3047de0f0e82e0158c5dee2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 14:18:24 2007 +0000

    SIPMediaSession: make the uplink pointer to SIPMediaChannel a weak reference.
    
    The "channel object is alive" assertion at dispose stage may fail due to refcounting in the g_object_set that
    triggers channel destruction in the 'state' property change handler.
    
    20071030141824-5b6ca-dfa06ceff6c2e8c981130f5f5dc4101ac4c195bc.gz

 src/sip-media-session.c |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

commit a1e944d583392f6fb7bad0d106a7a4d8ba5709e7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 14:28:32 2007 +0000

    XXX comment about a redundant closing round for all streams in the session
    
    
    20071030142832-5b6ca-01696179687cee9740e9f031a6c13b01ff93facc.gz

 src/sip-media-session.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c56f20ea491c0c7bc300f69971eee447b830a756
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 14:26:22 2007 +0000

    SIPMediaChannel: more tracing love in dispose
    
    
    20071030142622-5b6ca-d691fd902ba2bc99b37a315f67265cb1724cbff4.gz

 src/sip-media-channel.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 03b65e74ea0f652e8802c1a531c389697f265fd9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 14:25:52 2007 +0000

    Added a TODO item about session state implementation as a GObject property being too heavy and laden with hidden effects
    
    
    20071030142552-5b6ca-b675fb14530e959f093bb3f2cb74ca175c689f29.gz

 TODO |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 79db57ddb9c013e1839fcea10deb0b2d4c73d07d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 30 14:18:24 2007 +0000

    SIPMediaSession: make the uplink pointer to SIPMediaChannel a weak reference.
    
    The "channel object is alive" assertion at dispose stage may fail due to refcounting in the g_object_set that
    triggers channel destruction in the 'state' property change handler.
    
    20071030141824-5b6ca-1c2dce0e00734811ad2fb92620aa3661f2ed42f5.gz

 src/sip-media-session.c |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit 32a08ba9a478df0cb5cbb82e7f6dd592f583e9c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 29 16:05:43 2007 +0000

    SIPTextFactory: explicitly close channels in the implementation of close_all
    
    
    20071029160543-5b6ca-bfaa109114512213322ca31153b69da34a6f5a7b.gz

 src/text-factory.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 59390d716bf22d4d2367107673955edf9fd111a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 29 15:56:09 2007 +0000

    SIPMediaSession: don't reference count the pointer to SIPMediaChannel as the session is always contained by the channel
    
    
    20071029155609-5b6ca-f0566868a9881d6be035e618b998bf1e81a5e954.gz

 src/sip-media-session.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit ebd6a771dd5e224253ae3bfaf2739ec62187cb0b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Oct 29 15:54:55 2007 +0000

    SIPMediaFactory: explicitly close channels in the implementation of close_all
    
    
    20071029155455-5b6ca-0d86046815b5735438301fb86c5a4237f5530ab3.gz

 src/media-factory.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 0477e3e31af82d788d072997819547772e765c04
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Fri Oct 26 11:54:34 2007 +0000

    SIPConnection: call nua_shutdown only if neccessary, otherwise manually clean up sofia adapter
    
    
    20071026115434-01440-ed68cb851646dc334e5d756a56253addf0f73ab6.gz

 src/sip-connection-sofia.c |    8 +++++++-
 src/sip-connection-sofia.h |    1 +
 src/sip-connection.c       |   10 +++++++---
 3 files changed, 15 insertions(+), 4 deletions(-)

commit 5ec5fc6de5862aa512cb1147f8c71fa19818a220
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Fri Oct 26 11:12:16 2007 +0000

    SipConnection: don't overwrite error from tp_handle_ensure
    
    
    20071026111216-01440-0b4ce2e326febe3ee811ab56e158b147888ab614.gz

 src/sip-connection.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 50935454db0957f3a1f2291e550324f32613a852
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Fri Oct 26 11:11:25 2007 +0000

    SipConnection: NUA stack can be NULL at disconnect, if we aborted connecting before it was created
    
    
    20071026111125-01440-e002e7c738ccdd954da3621487c8f8ec32b1d1f1.gz

 src/sip-connection.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 221931d95f18ad07f1f92f2543fb621a621d94d0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Oct 26 11:18:02 2007 +0000

    Also update comment for bindir -> libexecdir
    
    
    20071026111802-53eee-46070fa71d846235eed910c14a121f70fd620e31.gz

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2e863be3132f1cf972d88087ba78a13379741303
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Oct 26 11:04:20 2007 +0000

    Move CM executable to $libexecdir, adjust .service accordingly
    
    
    20071026110420-53eee-b1366aba07f29da7ac1be834fbe58fcf6773c1ef.gz

 data/Makefile.am                                   |    2 +-
 ...Telepathy.ConnectionManager.sofiasip.service.in |    2 +-
 src/Makefile.am                                    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 64f1c767fb755d1d277a19b3db6e5e8649e42acd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 23 16:39:08 2007 +0000

    Fail gracefully in case the account URL could not be created from the string
    
    
    20071023163908-5b6ca-0f702e9904cccd31f315f18ef88a69cca0b75af9.gz

 src/sip-connection.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 37d11f10404c0f55a2bcfb4cba68be84b9f253f2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 23 16:33:33 2007 +0000

    Implemented connection manager parameters 'local-ip-address' and 'local-port', to enable fixation of the local socket binding in pathological IOP cases
    
    
    20071023163333-5b6ca-62363e3c4e67ab68eba94e728fe2886e2e914bdd.gz

 src/sip-connection-helpers.c |   45 +++++++++++++++++++----
 src/sip-connection-helpers.h |    1 +
 src/sip-connection-manager.c |   21 +++++++++++
 src/sip-connection-private.h |    2 +
 src/sip-connection.c         |   81 +++++++++++++++++++++++++++++++----------
 5 files changed, 122 insertions(+), 28 deletions(-)

commit 16ce552f468e5a8d53ce541aa02da535c24b40bf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 19 14:10:26 2007 +0000

    Removed an obsolete XXX comment
    
    
    20071019141026-5b6ca-a1e3b9cdba766ea44e52ecbe29b928c9df759179.gz

 src/sip-media-session.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 23f93ab5c441695244105c0c6edc48e0a0c8236d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 18 15:23:07 2007 +0000

    SIPMediaSession: added another state, 'response-received', to resolve some uncertainties and race conditions
    
    
    20071018152307-5b6ca-9be59df80bfd13eb3d45519620d1b5c1d6c3c7dc.gz

 src/sip-media-session.c |   34 ++++++++++++++++------------------
 src/sip-media-session.h |    1 +
 2 files changed, 17 insertions(+), 18 deletions(-)

commit 009a8e17740109344531dc992edd1df5826b9823
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 11 11:18:52 2007 +0000

    Bumped version to 0.4.1
    
    
    20071011111852-5b6ca-9f9f9c4f00d6f7648ae1431daf747b8b3417fa46.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit edc04299c6340c1684440a8e094f317b205bc998
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 11 11:16:35 2007 +0000

    Never destroy the register use handle the hard way,
    
    as it causes Sofia-SIP to crash in some cases.
    Also removed a race condition between a 200 response from the server
    and a disconnection operation that might skip the necessary un-REGISTER.
    
    20071011111635-5b6ca-9b8357f075b4838db59ef7ea0ea20edad2b6690f.gz

 src/sip-connection-private.h |    3 +--
 src/sip-connection-sofia.c   |    1 -
 src/sip-connection.c         |   11 +----------
 3 files changed, 2 insertions(+), 13 deletions(-)

commit de2cf324d9fa62752050168c875a5e8845a43e38
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 10 16:18:33 2007 +0000

    Bumped version to 0.4.0. Whopee!
    
    
    20071010161833-5b6ca-b135f15bb697c17a38a7a91ae4e168944cb43819.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8f8fd02ac6952beb939a3207677ab6746e24664a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 10 15:43:04 2007 +0000

    TODO: updated with recent developments
    
    
    20071010154304-5b6ca-8d3c37a9fef25a5c2039a0a1e0d478677ccc9e82.gz

 TODO |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

commit c0fd919bbfc4014166d82eec64a7f25bb9cd99ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 9 15:19:27 2007 +0000

    Erased the ugly session ID atavism inherited from Gabble
    
    
    20071009151927-5b6ca-2878603425680bd2f13303399b56952d74209c18.gz

 src/media-factory.c     |   78 -----------------------------------------------
 src/media-factory.h     |    6 ---
 src/sip-media-channel.c |   13 --------
 src/sip-media-session.c |   19 -----------
 4 files changed, 0 insertions(+), 116 deletions(-)

commit 054551061055b3ef7b680ad8ef83321554c05b69
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 9 12:58:25 2007 +0000

    Brushed up debug tracing in SIPMediaSession
    
    
    20071009125825-5b6ca-25fcc6456fc5813602732b321d78e4599a2adb82.gz

 src/media-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3bbbbaa1e6fdc084fc80c096cc5dc8b75846bdb8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 9 12:57:38 2007 +0000

    SIPMediaSession: don't assert in sip_media_factory_session_id_unregister() if the session_chans hash has been destroyed already
    
    
    20071009125738-5b6ca-119c9e58b481a494644841bfc550e685d6853006.gz

 src/media-factory.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8b976b83e1b94c6260d8716a7420e2a4ffa40fab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Oct 9 12:59:11 2007 +0000

    Bumped version to 0.3.31.1 for development
    
    
    20071009125911-5b6ca-0ae58bde11eff85e0589e3cb6a995a4993aa4a48.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0eda421a363c5395b6504987df074cca6ac6fb13
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 18:23:15 2007 +0000

    Bumped version to 0.3.31
    
    
    20071005182315-5b6ca-b6ebaab0dbd2edb7d22679dcc9b059a64a17b664.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 47b971909431556ba55bef4289386353407520f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 18:14:57 2007 +0000

    nitpick
    
    
    20071005181457-5b6ca-4a402153eee0c3882d7522e6c4dee314301fa40d.gz

 src/sip-connection-sofia.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fb3a35d7022ea814b97dfb493c1a0d95db24b14d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 17:44:50 2007 +0000

    Cache auth credentials by NUA handle.
    
    Unfortunately, good ref/unref management of NUA handles as keys in auth_table causes crashes, and I have no
    time to debug it now, so they are accounted as simple pointers.
    As the lifetime of each entry is normally limited by one request, this shouldn't cause problems bigger
    than the previous approach of matching against one connection-wide auth string had.
    
    20071005174450-5b6ca-ca1a336c645a4d2470e2384b9da37c569adb5916.gz

 src/sip-connection-private.h |    3 +-
 src/sip-connection-sofia.c   |   46 +++++++++++++++++++++++++++++++-----------
 src/sip-connection.c         |    8 ++++++-
 3 files changed, 43 insertions(+), 14 deletions(-)

commit 6be6a8d049e410f697880fb4d20f70f361a81d7c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 14:40:13 2007 +0000

    Remove the auth loop prevention kludge that came to bite us in the back.
    
    We rely on Sofia-SIP to avoid resubmissions of the same authentication response.
    
    20071005144013-5b6ca-17adec96c77f9139ec5efeba660a54eef7d183e3.gz

 src/sip-connection-private.h |    1 +
 src/sip-connection-sofia.c   |   35 +++++++++++++++++++++++++----------
 src/sip-connection.c         |    1 +
 3 files changed, 27 insertions(+), 10 deletions(-)

commit 3677dd9d34a2114face87183ebc22128ac207fc0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 14:48:53 2007 +0000

    Brushed up debug logging in sip-connection-sofia.c
    
    
    20071005144853-5b6ca-2c6c636ab8cb89ea80187fb49e52c11efb9b8dbd.gz

 src/sip-connection-sofia.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit cf012c4fc840b219c70be58b6e3ef647c1d91f2f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 14:47:52 2007 +0000

    Updated a comment in the nua_r_invite handler
    
    
    20071005144752-5b6ca-24d0ebb7073abe28f8a6cd76c3d874f5ff942bf6.gz

 src/sip-connection-sofia.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit d4eaf18f39ded9563e08e4f9c0b7aa244db133ff
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 14:47:03 2007 +0000

    Authenticate our BYE requests when challenged, to deal with the odd proxy that requires it
    
    
    20071005144703-5b6ca-e02748d3cefbd86e1acf73e69fdd289e37baa079.gz

 src/sip-connection-sofia.c |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

commit 577c35a24e7f11ee7f11dd3ef0e76749de2d32d0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 14:40:13 2007 +0000

    Remove the auth loop prevention kludge that came to bite us in the back.
    
    We rely on Sofia-SIP to avoid resubmissions of the same authentication response.
    
    20071005144013-5b6ca-92fb964f34c3a4eab1e08e2bada1357f568f05ae.gz

 src/sip-connection-private.h |    1 -
 src/sip-connection-sofia.c   |   35 ++++++++++-------------------------
 src/sip-connection.c         |    1 -
 3 files changed, 10 insertions(+), 27 deletions(-)

commit 6290d2fee9358f16d608d4acfa8cb1b988f898dd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 10:57:31 2007 +0000

    Debugging cosmetics
    
    
    20071005105731-5b6ca-47f54d78d3f67b70c891387f89dd5a64cf8dd9ba.gz

 src/sip-text-channel.c |    2 --
 src/text-factory.c     |    6 +++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 7dba0513e5ce0a817247114c5e721c6500194092
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 10:56:29 2007 +0000

    Declared some functions static as they should have been
    
    
    20071005105629-5b6ca-894d234675baca6adb2efd37e2d081aa23691d76.gz

 src/sip-text-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 946f10191b4e573f8778387bb7366f6e22dd9b03
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Oct 5 10:54:37 2007 +0000

    Emit Closed when a text channel is closed by the internal logic
    
    
    20071005105437-5b6ca-04a29d3a61540696bcaa3b675140b6ab91a4a224.gz

 src/sip-text-channel.c |   21 ++++++++++++++-------
 src/sip-text-channel.h |    2 ++
 src/text-factory.c     |    3 ++-
 3 files changed, 18 insertions(+), 8 deletions(-)

commit 584061138cc8ca82612c8750c2a1afbd576cb46c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 4 15:30:44 2007 +0000

    SIPTextChannel: received status codes 404, 480 emit Channel.Text.SendError.Offline; lump some obscure status codes under SendError.Unknown
    
    
    20071004153044-5b6ca-1385113b741ed34bc1caaf21e13391380a174d2f.gz

 src/sip-text-channel.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 612840946e6e0bcd903b1fb0bf85b895691b415e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 4 14:25:59 2007 +0000

    Fixed a bogus null check in priv_handle_auth(), check for the real thing
    
    
    20071004142559-5b6ca-2d2cfa93d8a1b22bba3d4c3591a098bd08251cbd.gz

 src/sip-connection-sofia.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d30f2588a16a357fc07488291cb2ac8151c5fe8d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 4 14:24:49 2007 +0000

    SIPMediaSession: emit StreamRemoved for the channel whenever a stream is closed
    
    
    20071004142449-5b6ca-2c8c0b30242b9d5c855fde338fb515bee4e322ba.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 77e4662e4b2c38daecc1c794f6887217fdf46e39
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Oct 4 13:29:20 2007 +0000

    Removed unused variables discovered by coverity
    
    
    20071004132920-5b6ca-0701bc09c2a8fcb5ffe7987438f4a0e90c069cfa.gz

 src/sip-connection.c    |    3 ---
 src/sip-media-channel.c |    7 -------
 2 files changed, 0 insertions(+), 10 deletions(-)

commit d7f6ecfdd4b6d9d85c80d3518ba8f662a21d2db0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Oct 3 14:54:33 2007 +0000

    Disable the 'natify' outbound option when 'discover-binding' connection parameter is disabled
    
    
    20071003145433-5b6ca-590a7e9d89851a976d79b14ad2dd386bcc2741a0.gz

 src/sip-connection-helpers.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit f27de415b54d8dc7c589e01be504fec3dede19d0
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Sep 25 16:02:09 2007 +0000

    sip_conn_create_register_handle.c: create a handle even if To: isn't used
    
    
    20070925160209-01440-e3ad5ee2d69a9597aa86d27a14d6f3b02247ec6a.gz

 src/sip-connection-helpers.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 7244ac95174557a44d6b7218f54059191f8dc77b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 26 10:42:42 2007 +0000

    SIPConnection: check for register handle creation failure
    
    
    20070926104242-5b6ca-5ad76de65eeb72c3d0d766585c46515b3d1b51da.gz

 src/sip-connection.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 7956a72cb09f28a8b73a0b6dcc39057366e5a397
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Sep 25 16:02:09 2007 +0000

    sip_conn_create_register_handle.c: create a handle even if To: isn't used
    
    
    20070925160209-01440-48685ad18c38efefc8df4d92da3f2274d74e4536.gz

 src/sip-connection-helpers.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 93eb1dea203acb3c58c73436e3d651bac90dd3cd
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon Sep 24 15:03:43 2007 +0000

    SipMediaSession: if invite was received, properly remove the caller from the members so that MC registers the missed call
    
    
    20070924150343-01440-5f61e0e329c556db7dd20f3a31c8fad0afd4e931.gz

 src/sip-media-session.c |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

commit 8595a7e7e4c53360f357fe6a34003c87d6999886
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 20 15:20:58 2007 +0000

    SIPMediaChannel: map a 404 status code to GroupChangeReason.Offline
    
    The reason is, many proxies return this status code for known user
    names which are currently offline.
    
    20070920152058-5b6ca-69e919c676d15eb2a3c0d349fd3297192f38c008.gz

 src/sip-media-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6b3e085ecda8003b9ffbc5b72d3f9625c28d66c4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 20 15:09:14 2007 +0000

    Bumped version to 0.3.30.1 for development
    
    
    20070920150914-5b6ca-416c580b6c42a6ab8b1a98ab36945a3ac736488c.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f674b9c1a62333fe39f344cc5d5b7c1762b99cd9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 20 15:03:27 2007 +0000

    Avoid using g_hash_table_remove_all() introduced only in glib 2.12
    
    
    20070920150327-5b6ca-4552a0f16244e01df704e2a19f042c734b74a60f.gz

 src/sip-media-stream.c |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit 571aa090797fbb3fa2fb8461995e13bf22d466ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 20 13:01:46 2007 +0000

    Bumped version to 0.3.30
    
    
    20070920130146-5b6ca-d0b532e1803ea597facbe0dfb039de62ad90ef2c.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit df80035e4ea4002a67efc4ef80390a782f0586f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 17 17:35:27 2007 +0000

    Don't let the client set the keepalive interval too low
    
    
    20070917173527-5b6ca-391b5c46349969ed5809e831db80abaeacb3ce27.gz

 src/sip-connection-helpers.c |   37 ++++++++++++++++++++++++++++++++++---
 1 files changed, 34 insertions(+), 3 deletions(-)

commit fc497a57d9907bb17b009eadd6251d9f5341eccd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 13 16:34:14 2007 +0000

    Don't feep at nua_i_options as an unknown event
    
    
    20070913163414-5b6ca-9cc4c4afc4dceb17d103495bdc8bcad859750d97.gz

 src/sip-connection-sofia.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 52dd7d6855f6a5ba230d23a32f863abad81ffb1b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 13 16:33:18 2007 +0000

    Track the handle of the event in the debug output of the NUA handler; NUA itself is not interesting
    
    
    20070913163318-5b6ca-36b7542d071e742d8e138f562892dbf5b832d9ba.gz

 src/sip-connection-sofia.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fc3d9deb071226e5ae7a6b7ef9664c8d8c45ae60
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 13 16:27:34 2007 +0000

    If a CANCEL request has the Reason header,
    
    recognize certain SIP cause codes as indications that the user
    has acted on the incoming call in another branch of the forked call,
    and set the actor handle on the MembersChanged signal accordingly.
    
    20070913162734-5b6ca-9b485df212953c520f3a7848e37c9f9b0a32f293.gz

 src/sip-connection-sofia.c |   19 ++++++++++++++++++-
 src/sip-media-channel.c    |   31 ++++++++++++++++++++++++++++---
 src/sip-media-channel.h    |    4 +++-
 3 files changed, 49 insertions(+), 5 deletions(-)

commit 23d7c16dca181ca004d4acb8fd18d6aa786d4985
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 13 16:23:43 2007 +0000

    Assorted string comparison fixes
    
    
    20070913162343-5b6ca-7611778d0e6bbefe93cb97258253319e2cd6d744.gz

 src/sip-connection-helpers.c |    4 ++--
 src/sip-connection-manager.c |    2 +-
 src/sip-connection-sofia.c   |    3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

commit a1678083b9b748d77008d1647cb3d8709bad9150
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 13 11:33:55 2007 +0000

    Erased the HTTP proxy parameter, we never came to use it
    
    
    20070913113355-5b6ca-d8a4c623aab85b09c8b7d4cd6e01da140f5f57fb.gz

 src/sip-connection-manager.c |   13 ++-----------
 src/sip-connection.c         |   22 ----------------------
 2 files changed, 2 insertions(+), 33 deletions(-)

commit d94fa9d3f33e050e3d168d11fcabc7f29c3bf1f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 13 11:20:56 2007 +0000

    When authenticating in 'foreign' domain, fall back to the primary auth username when 'extra-auth-user' is not set.
    
    Also use the URL user name in From: (but not To: anymore) as a fallback.
    
    20070913112056-5b6ca-540daab520621300f0c598968687be6964e178ff.gz

 src/sip-connection-sofia.c |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

commit 33d717dfe784f88f75838b58d4fa6f4a85a56d79
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 11 13:44:06 2007 +0000

    God rid of the unnecessary constructor and the redundant parent_class static variable
    
    
    20070911134406-5b6ca-de055fbac230cf1f04041cc6a12164a124298b70.gz

 src/sip-connection.c |   38 --------------------------------------
 1 files changed, 0 insertions(+), 38 deletions(-)

commit 68ef7645a2698c3dfe98fcd1c55b6b51d58b807e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 11 13:37:04 2007 +0000

    SIPConnection: set the error if the address handle is invalid
    
    
    20070911133704-5b6ca-059564df970a18b3cd04d65b83be865651198b85.gz

 src/sip-connection.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit ec825df5ff4e7ff05c11cfc9fab6bdffa0bba79e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 11 13:35:24 2007 +0000

    Static string flags for all SIPConnection properties
    
    
    20070911133524-5b6ca-2c55a6c41fe663e0314f4c72bf0c07f0ad30174d.gz

 src/sip-connection.c |   54 +++++++++++++++++++++++++++++++++++++------------
 1 files changed, 41 insertions(+), 13 deletions(-)

commit d5d786fdaa5660000c30887d70185e3960ebde59
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 11 13:34:06 2007 +0000

    Debugging cosmetics
    
    
    20070911133406-5b6ca-a8715d87d156c1b29987f3b3c5cd721020e3798d.gz

 src/sip-connection-sofia.c |   10 +++++-----
 src/sip-connection.c       |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 7aab378f5612188ba191a654b28a198849466d43
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 11 13:31:53 2007 +0000

    More robust extraction code for the default proxy URL
    
    
    20070911133153-5b6ca-4b21424b3ce7dde5fffde549f9ca3e39a8b79bb8.gz

 src/sip-connection-manager.c |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

commit a236ea6ee8ec8188fa31fa27baaa7a6b0d6e57f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 11 11:58:17 2007 +0000

    If the proxy URI nails the transport parameter, set it in Contact as well.
    
    Switched to keeping proxy and registrar URL properties as url_t structures, for easier access to
    the components and validation/normalization done by Sofia-SIP.
    
    20070911115817-5b6ca-333b9e3c5c8a87d3903e477538ce2b9b353dc895.gz

 src/sip-connection-helpers.c |   38 +++++++++++++++++++
 src/sip-connection-helpers.h |    1 +
 src/sip-connection-private.h |    4 +-
 src/sip-connection.c         |   85 +++++++++++++++++++----------------------
 4 files changed, 80 insertions(+), 48 deletions(-)

commit aaf15920b922955d87ab6f94335b6d7350754095
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 10 12:52:03 2007 +0000

    Always call nua_unregister() when disconnecting
    
    
    20070910125203-5b6ca-a407ce9f2cdd0f0c952bb8d3f918abdf48df1607.gz

 src/sip-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c781c523a56e3c9478420e33230d9a2f14b980dd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 10 12:50:37 2007 +0000

    Trigger successful call establishment handler with state change to nua_callstate_ready in nua_i_state, nua_r_register will again handle only errors and auth
    
    
    20070910125037-5b6ca-f189525038ac42261859ec64870563fdb5afa190.gz

 src/sip-connection-sofia.c |   15 ++++++++-------
 src/sip-media-channel.c    |   24 ++++++++++++------------
 src/sip-media-channel.h    |    7 ++++---
 3 files changed, 24 insertions(+), 22 deletions(-)

commit abc4353ccff9261953dd0994ad3f5608a5ef9984
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 10 12:46:02 2007 +0000

    Bumped version to 0.3.29.1 for development
    
    
    20070910124602-5b6ca-2ffb2dd5441d0a5c85c7e2d4a52b72e8575555c2.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7ef02681ee90acbde7dd0bf64460552517e0a447
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 6 13:34:22 2007 +0000

    Bumped to version 0.3.29
    
    
    20070906133422-5b6ca-ec67a22ce82d5dbbb2227e8690fcf2ef6dfc8387.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f409da22886dc386a75c05bf616ba562db26aa1e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 6 13:01:46 2007 +0000

    SIPMediaStream: don't declare boolean members as 1-bit fields
    
    
    20070906130146-5b6ca-6f773d6d1e7e6991092677be079ec7955a81eed6.gz

 src/sip-media-stream.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit a45e5b507bf0b250d23235ff9b2590c0263aa788
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 6 12:24:31 2007 +0000

    SIPMediaStream: work around the gotcha with comparison of two boolean expressions by their integer values, when setting sending/playing
    
    
    20070906122431-5b6ca-ef2d43218464634cbbd16bcaccf459d5ee9ebb8e.gz

 src/sip-media-stream.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 5a7850a974b88a47c3c47beda51814f05610327f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 6 12:21:42 2007 +0000

    SIPMediaSession: clear pending send flags whenever session comes to active state, not only when it's first accepted
    
    
    20070906122142-5b6ca-d28851d6131b47f46cb14fc3072fd63d15bad2c9.gz

 src/sip-media-session.c |   42 ++++++++++++++++++++++++++----------------
 1 files changed, 26 insertions(+), 16 deletions(-)

commit 3f1756181eef9497cdca3a434a074c0bb21159e5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 6 10:47:26 2007 +0000

    Removed inclusion of sofia-sip/stun_tag.h
    
    
    20070906104726-5b6ca-7719964d12d85ac5bf4fc63a1cf9f519708f314d.gz

 src/sip-sofia-decls.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 8a5210001baad7226b4290815f652ceaa610a4db
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Sep 6 07:23:22 2007 +0000

    Don't include port property in the default proxy URI derived from the account domain
    
    
    20070906072322-5b6ca-f09585097a2c69ecbee8caa0e5e06647071faad9.gz

 src/sip-connection-manager.c |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)

commit 189662c6e5dd825ab3e6cc6e5761c014e8caf5a6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 5 16:11:34 2007 +0000

    Use GroupChangeReason.Offline to signal the 480 status received for a call peer
    
    
    20070905161134-5b6ca-f6e63173d847afe06bc886291a56b713a678a586.gz

 src/sip-media-channel.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 72920d13c2a0ff0ccfa0cf26d01b060668588d31
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 5 15:32:59 2007 +0000

    SIPMediaStream: the avpair parser may terminate prematurely if there's a whitespace; instead of failing an assertion, pass the parameter string as is in this case
    
    
    20070905153259-5b6ca-f98df19ca499fd3f5abcd01fb0b81f75e2e3a601.gz

 src/sip-media-stream.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit be5ff88bb04a9159f9469c731aaadbb8543b8b09
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Sep 5 15:07:36 2007 +0000

    Bumped version to 0.3.28.1 for development
    
    
    20070905150736-5b6ca-ed3068a0b95192d5347e8e0c94561d75a7d9b120.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 873df5d4fa33690701b4a4304c97cb884bfe3264
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 4 14:52:36 2007 +0000

    Bumped version to 0.3.28
    
    
    20070904145236-5b6ca-0081473286b1d6c57df3ebfb1437f623e44398a4.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0b0416d7ca3cb6204c75af9b67848453b709d1f7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 4 08:17:47 2007 +0000

    Purged some unnecessary macro substitutions from configure.ac
    
    
    20070904081747-5b6ca-81df802eed51e25a71346fdf2c41c571680c711e.gz

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit bf524634025266394fc49535e821a8d39530ddc8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Sep 4 08:15:21 2007 +0000

    Added syslog handler for Sofia logs, configure option --enable-syslog
    
    
    20070904081521-5b6ca-127fe58519da795f8bdc3601e2c05f23516da587.gz

 configure.ac             |    9 ++++
 src/telepathy-sofiasip.c |  108 +++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 115 insertions(+), 2 deletions(-)

commit 6ff9d5cb493738364338b979f8de2c4aefaebe2b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 3 11:24:04 2007 +0000

    SIPMediaStream: avoid passing NULL as a hash key
    
    
    20070903112404-5b6ca-4d947c0caa61a94aa3b7f701088b1a67368bc2c2.gz

 src/sip-media-stream.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 1adce7a9552dc02ab9fd2d3991ce468bb292a4e9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 3 10:52:52 2007 +0000

    SIPMediaStream: handle the case of NULL codec parameter value, just in case (the fmtp line gets the bare name parameter)
    
    
    20070903105252-5b6ca-1aa7b6f5ef6e35ac96f10c83ebd2240245bfd75b.gz

 src/sip-media-stream.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit b1b0aff9af723666d6bb6826ff8c5a4efc83afae
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Sep 3 10:50:09 2007 +0000

    Implemented parsing of fmtp attribute into codec parameters
    
    
    20070903105009-5b6ca-0f24b4e3a229ebb771e0e3e0082f42947fc87c32.gz

 src/sip-media-stream.c |   63 +++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 60 insertions(+), 3 deletions(-)

commit de423eda22ab1ff458af1f545bdaebe64b78b84e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 30 16:50:15 2007 +0000

    Implemented marshaling of codec parameters into fmtp attribute line
    
    
    20070830165015-5b6ca-cff9999fc8ab7bbd1f4f4716c37e3964d725a0dd.gz

 src/sip-media-stream.c |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

commit 9c4cbddf1e131fe4d8816a2a08bcf901e3e7f24a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Aug 27 12:14:30 2007 +0000

    Don't retrieve the unused values from the transport structure
    
    
    20070827121430-5b6ca-f7101b946faa3badc92d93d1a35f32e07d1d4795.gz

 src/sip-media-stream.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit fd055a9613713e9f87b73a106322bd7494c7b91b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Aug 27 12:12:30 2007 +0000

    Don't copy the transports array from the candidate structure, traverse it in place
    
    
    20070827121230-5b6ca-aa0b96d16891cc7f241db5870e9cd52c295ff24a.gz

 src/sip-media-stream.c |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

commit 6628ed2a2551f23faf472cc1b05b6be4f9c4850d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Aug 27 12:11:16 2007 +0000

    Commented out debug strings which fell out of use
    
    
    20070827121116-5b6ca-8deb68058c1ff66369117f4b952df972796299c5.gz

 src/sip-media-stream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f4d9672172575a9792bc9b837f4f59ada27ea890
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Aug 27 11:38:07 2007 +0000

    SIPMediaChannel: taught the SDP generation routine to use GString and free the data acquired from dbus-glib
    
    
    20070827113807-5b6ca-a1460cc51124e44291ef9f9a168965831f1cbb93.gz

 src/sip-media-stream.c |  213 ++++++++++++++++++++++--------------------------
 1 files changed, 99 insertions(+), 114 deletions(-)

commit 3d2deec78ab1368619465c62c20e335c78c84ab9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 31 15:19:42 2007 +0000

    Always update the sending state in sip_media_stream_set_direction(),
    
    even if the direction and pending flags properties did not change.
    The reason is, we temporarily disable sending in sip_media_stream_set_remote_media() and call
    sip_media_stream_set_direction() at the end to finalize the properties and the sending state.
    In case the direction does not change, the sending state was left disabled.
    
    20070831151942-5b6ca-4d8b5daa30d8cc6599edd76d8094df05676e82a7.gz

 src/sip-media-stream.c |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

commit bf6ec334d25174da904768960aa6b9a52e9fb047
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 31 15:14:51 2007 +0000

    Don't do excess changes of sending state if there was no media yet
    
    
    20070831151451-5b6ca-ad0439bc501312f84181d012ec0e3d7e552853ac.gz

 src/sip-media-stream.c |   30 ++++++++++--------------------
 1 files changed, 10 insertions(+), 20 deletions(-)

commit 3fe1ce4c9441083cbe5de642b10702af451222f4
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Fri Aug 24 13:09:29 2007 +0000

    test-handle-normalisation.py: properly test space character encoding
    
    
    20070824130929-01440-25524c69e282c0cd9c20e8a28b05aaf012920a5b.gz

 tests/test-handle-normalisation.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e6c2a8eef09862e04a96de49d2189e362c5d135d
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Fri Aug 24 12:37:45 2007 +0000

     tests: upgraded to new refactored servicetest.py
    
    
    20070824123745-01440-6d79f3edd2bd8ee1af4a30ac2bbce009631f69c1.gz

 tests/servicetest.py |   82 +++++++++++++++++++++++++++----------------------
 tests/sofiatest.py   |    3 +-
 2 files changed, 47 insertions(+), 38 deletions(-)

commit b8c76d0b1f3c9244d15e2c50d04657933b377846
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 24 12:30:03 2007 +0000

    SIPMediaChannel: honor the remote pending send flag to prevent early media sending
    
    
    20070824123003-5b6ca-afb4e8d6b6cb3d40d35ce319bfd53c505e98f0e6.gz

 src/sip-media-stream.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 0c4314dfc6a277bd204113af8cbb709ef31cc4cd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 24 12:28:25 2007 +0000

    Don't set the outgoing session state to active until it has been accepted remotely
    
    
    20070824122825-5b6ca-41f85bdd881058038f2d67ca058ceae343c30bd0.gz

 src/sip-media-session.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 25a2f1e779dc7c2de31d7657a67f2b38a1d10db6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 24 12:25:22 2007 +0000

    Handle 200 responses to INVITE by clearing the pending remote send flag
    
    
    20070824122522-5b6ca-efcebcf7d251c718bd836b1e29ddbf2f03dce6df.gz

 src/sip-connection-sofia.c |   50 +++++++++++++++++--------------------------
 src/sip-media-channel.c    |   18 ++++++++++++---
 src/sip-media-channel.h    |    6 ++--
 3 files changed, 37 insertions(+), 37 deletions(-)

commit ec8ef7233b339d7dbfe8af8fc70a91a0eda2caf8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 23 14:42:17 2007 +0000

    Bumped nano version to 1 for development
    
    
    20070823144217-5b6ca-24dbc86e75f5f3c35617330149a8caa721d96897.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2ebdb8c7fffb64a59fa02d0bc1c5cb95ae0ee1b6
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Aug 7 11:52:54 2007 +0000

    sip_conn_normalize_uri(): removed useless assertion
    
    
    20070807115254-01440-db89fbfccd9ab88af08ee62134d9cc6be57ade5a.gz

 src/sip-connection-helpers.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 7a7a6f3216f9d59a3a6963cbc114226659934a53
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 3 13:28:48 2007 +0000

    Bumped version to 0.3.27
    
    
    20070803132848-5b6ca-f742fea6e3613fe003d83562f5dd1a2d004f72dd.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a97af486124b08d5d7336d043a1c664d6d979fb7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 3 13:21:05 2007 +0000

    Explicitly set the list of allowed methods
    
    
    20070803132105-5b6ca-6f5bafd1d088f17b91254380b23272de769f0ff1.gz

 src/sip-connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7a802d2b211a515f0d316c90ba677c7305791e15
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Aug 3 12:13:13 2007 +0000

    SIPMediaSession: cosmetized the main loop in priv_update_remote_media() to do away with goto
    
    
    20070803121313-5b6ca-44a17c633e50c66b210276b3b09aed961a8e7a64.gz

 src/sip-media-session.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit 59e6e6c0d645274414e818ff680b7c9da49e0d5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 2 14:02:49 2007 +0000

    Push the initial sending/playing stream state right after Ready is received
    
    
    20070802140249-5b6ca-5b0e55a977bc4ce64247289650bb450b4ad14c62.gz

 src/sip-media-stream.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit caa3a6d59d4ffb223d53865a31bfbb335fd223e3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Aug 2 11:14:30 2007 +0000

    SIPMediaSession: implemented rollback on failed incoming session offers
    
    
    20070802111430-5b6ca-f56a3e37aeb61ce992ef4525c73c3f4db0b9f39b.gz

 src/sip-media-session.c |  213 +++++++++++++++++++++++++----------------------
 1 files changed, 115 insertions(+), 98 deletions(-)

commit 3d71fae65429838368db892710d7c3cd517354cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Aug 1 14:43:13 2007 +0000

    Dereference the sip structure pointer after the check for appropriate status in priv_handle_auth()
    
    
    20070801144313-5b6ca-4d0978484586375137f4a1f32bd8aa1c121c678f.gz

 src/sip-connection-sofia.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 31f29db8f0b56412b1b34dbf5346d703c7370dc0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Aug 1 08:08:00 2007 +0000

    Removed a dead piece of code
    
    
    20070801080800-5b6ca-9cbe612d7c611e7edbb261ab8eae1eb258986339.gz

 src/media-factory.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

commit c1db37e685bead8a87b99de2ed3452c3d2dd312e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 31 14:57:37 2007 +0000

    Simplified the error message in the self-call case
    
    
    20070731145737-5b6ca-d1701498ab85d4e4bfa7b15fae465827207e76a8.gz

 src/sip-media-channel.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit f915a9e0cad575c56a54003b6a353950b10eebdc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 31 14:56:55 2007 +0000

    Report invalid handle when trying to call yourself
    
    
    20070731145655-5b6ca-30f9ffb82b60f6ffaaed12005113dff2a9e77e68.gz

 src/media-factory.c |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

commit 1461b036e2e59aef0d066faf28a92cf3d2d448b3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 31 14:36:49 2007 +0000

    Don't emit NewChannel if the requested peer handle is not valid (e.g. when attempting to call self)
    
    
    20070731143649-5b6ca-7326ac288c67349e86ecd02bc1e45eed65a224c8.gz

 src/media-factory.c        |   81 +++++++++++++++++++++++++------------------
 src/media-factory.h        |    7 +++-
 src/sip-connection-sofia.c |   10 ++++-
 3 files changed, 60 insertions(+), 38 deletions(-)

commit 04910194ccad741db0fc67717006170d01280565
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 31 11:30:37 2007 +0000

    Removed public declaration of sip_media_channel_add_member()
    
    
    20070731113037-5b6ca-4288af75eae478c362c45e254e39d545d52f560a.gz

 src/sip-media-channel.c |   10 +++++-----
 src/sip-media-channel.h |    3 ---
 2 files changed, 5 insertions(+), 8 deletions(-)

commit ae0e8822f5aefb2a88e54b96be7dac5ae4c07ce3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 31 11:28:32 2007 +0000

    SIPMediaFactory: use tp_group_mixin_add_members() instead of calling sip_media_channel_add_member() directly
    
    
    20070731112832-5b6ca-f06feec7322b3ee386f0661ae6236fcbe399f841.gz

 src/media-factory.c |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

commit fdde8667422ba3f6fc90d313212d0d7fdbffe9f8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 30 15:55:23 2007 +0000

    Bumped nano version to 1 to fix the public release
    
    
    20070730155523-5b6ca-b25b8f634676b5849c2b6c89b4f15eb79a057d27.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f00a4194e8bda91625132b7d96f3c88b810b2e68
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 30 15:46:07 2007 +0000

    Use tp_debug_set_persistent() to implement SOFIASIP_PERSIST behavior, not yet committed in telepathy-glib
    
    
    20070730154607-5b6ca-8eff49579e0a8a2227ddac84229f4cc539a1453c.gz

 src/telepathy-sofiasip.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 4a7b96fbbf25e980f7fd5925d75459578238d51b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 30 15:46:07 2007 +0000

    Use tp_debug_set_persistent() to implement SOFIASIP_PERSIST behavior, not yet committed in telepathy-glib
    
    
    20070730154607-5b6ca-7d8aa8d2c5c9cf02462ffc9d6f8d0f8d50b8c647.gz

 src/telepathy-sofiasip.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 555fcaa42f546dd4458feb9606842e08813afd2a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 26 11:22:34 2007 +0000

    Bumped version to 0.3.26
    
    
    20070726112234-5b6ca-6e3b72e1371b28d8b35c1805aab6706f424138a0.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a36f7898f52ffd97286aad80a32a790d2034db0e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 25 14:53:40 2007 +0000

    SIPMediaSession: commuted an assertion in SOA code, which in't always true, to a runtime check
    
    
    20070725145340-5b6ca-8fee533b8ce4735cb771c50693d778dddbb3bf4e.gz

 src/sip-media-session.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit df3f82e47c302f8caa04b604c420ecbab91a1354
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 25 12:49:58 2007 +0000

    Added 'discover-stun' parameter with the default of TRUE
    
    
    20070725124958-5b6ca-bc221fb2df4c0c4ed88af742fa56b93729b9a091.gz

 src/sip-connection-manager.c |    9 +++++++++
 src/sip-connection-private.h |    1 +
 src/sip-connection.c         |   20 +++++++++++++++++---
 3 files changed, 27 insertions(+), 3 deletions(-)

commit f00e3fffdbb00577e121a72ab7fe794c18e44cd7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 25 12:14:15 2007 +0000

    Static string flags the for 'stun-server' property
    
    
    20070725121415-5b6ca-82fae9b1d495374f250aabb721b8542234ca314f.gz

 src/sip-connection.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 564357068084851cdfd49409948733f41f4441fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 24 13:23:44 2007 +0000

    Avoid mixing STUN host name and IP address in the same private data member
    
    
    20070724132344-5b6ca-1a1d72270a0142c7e5221281c2d4df635ca878d1.gz

 src/sip-connection-helpers.c |   19 +++++++++++--------
 src/sip-connection-helpers.h |    2 +-
 src/sip-connection-private.h |    2 +-
 src/sip-connection.c         |   12 ++++++------
 4 files changed, 19 insertions(+), 16 deletions(-)

commit 782750acfd5f6ba6a4453242b4945edf7a3555fa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 24 13:20:10 2007 +0000

    Made 'stun-server' and 'stun-port' settable properties of the media factory
    
    
    20070724132010-5b6ca-084c6ac96d5f7b8fcee4eea6b8130c7e4551ecb8.gz

 src/media-factory.c |   48 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 31 insertions(+), 17 deletions(-)

commit 435d5ae06a2f9137f239569174151c0e56a44fa8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 24 11:49:22 2007 +0000

    Removed the useless STUNTAG_SERVER update
    
    
    20070724114922-5b6ca-350741f435a857a0b941eb51f9cfbe4d1a21e6a9.gz

 src/sip-connection-helpers.c |   31 -------------------------------
 src/sip-connection.c         |    1 -
 2 files changed, 0 insertions(+), 32 deletions(-)

commit 8ba562a9d6d06d5efb13938703ae8d6bb1ac151c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 24 13:09:53 2007 +0000

    Bumped version to 0.3.25.1 for development
    
    
    20070724130953-5b6ca-74e6c6adc5767982b8673b8e1b94b6f43702e094.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0e40a99ebe06f0859b20d8f720107739be646af5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 12 14:33:25 2007 +0000

    Bumped version to 0.3.25
    
    
    20070712143325-5b6ca-3c0ef8cf71711b3c05b8df9b1364919feb11490c.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit eda91e857d8d81a3397eaaf6ba0fe62ab37b1798
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 12 14:32:44 2007 +0000

    Bumped Sofia-SIP version dependency to 1.12.5 to reflect the tag usage
    
    
    20070712143244-5b6ca-a7ff3d17bef278f32fe92ed33c31a3c7c05a77b3.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6920a9e21c0bb6cd79ca51e8ffb7557df8a80802
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 12 14:06:06 2007 +0000

    Form destination URLs with user=phone parameter when our phone heuristic fires up
    
    
    20070712140606-5b6ca-efd05c7c0e01496012da29d9eba5adad54a706ad.gz

 src/sip-connection-helpers.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 57aa0b306ed14ee2c8a5531173a54587cfc7cc6e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 12 13:25:22 2007 +0000

    Tighen the heuristic on telephone numbers:
    
    allow only the delimiters accepted in the tel: URI spec and inline whitespace,
    also '+' can be the leading character.
    
    20070712132522-5b6ca-5ad5fd18f2d2624062ae059447ea230b64c352e2.gz

 src/sip-connection-helpers.c |   88 +++++++++++++++++++++++-------------------
 1 files changed, 48 insertions(+), 40 deletions(-)

commit c7b57ba340e86a33727c878175e61dffa7a5dacd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 12 11:50:05 2007 +0000

    Refactored out the remote non ready counter, which has become brittle and ugly
    
    
    20070712115005-5b6ca-13d4d0be9b07f895b53a25030fd4e63e46e70a2d.gz

 src/sip-media-session.c |   58 +++++++++++++++++++++++-----------------------
 src/sip-media-stream.c  |   18 ++++++--------
 src/sip-media-stream.h  |    6 ++--
 3 files changed, 40 insertions(+), 42 deletions(-)

commit c161b8560a9ecf6b351e48d0bf81009f7edd73ce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 12 11:35:02 2007 +0000

    Ifdefed out an unused variable to build with -Werror
    
    
    20070712113502-5b6ca-b294ea16433cc9e82948981fac201e477908403f.gz

 src/sip-media-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 145db18107b12d07f8869ef11021bd164040df80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 17:37:04 2007 +0000

    Bumped development version 0.3.24.1
    
    
    20070711173704-5b6ca-157fbd78c93d2c19e7c064e83a6b4fb35280407e.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 193937fb8f27054cd02766a27684136fa0a7e44f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 17:23:27 2007 +0000

    Allow updates to remote media while the stream handlers are still pondering a previous update
    
    This implementation is quick and ugly
    
    20070711172327-5b6ca-19b56657c96e06dcc88761943c4f9eae84055ed3.gz

 src/sip-media-session.c |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

commit 7e80dee15860f4930da0bc9e39def98c36f9ee20
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 17:20:54 2007 +0000

    Comment out the custom AddMembers implementation because it doesn't seem to help
    
    
    20070711172054-5b6ca-5e2d952aea10db331c622e5615bfff2479c11de0.gz

 src/sip-media-channel.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 78f28cc181a3d4ea52506e933b0abde5207403dc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 17:20:09 2007 +0000

    SIPMediaChannel: really handle the case of calling to ourself
    
    
    20070711172009-5b6ca-105098ee742e8f81907e241857d51f1392b9ff6a.gz

 src/sip-media-channel.c |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 684512b807f313970e4757948be371d868e282b3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 16:31:55 2007 +0000

    Handle nua_r_cancel by ignoring it
    
    
    20070711163155-5b6ca-00710d83a6eba143647bf127573d269095b3c27b.gz

 src/sip-connection-sofia.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 807cf344119a453b8c3beb1ec7868d9d9a81e74c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 16:31:08 2007 +0000

    Reference the NUA handle we don't own prior to destroying it
    
    
    20070711163108-5b6ca-ec8037fb2e7ecae9c6c18971f5d1f8bc89dfa7af.gz

 src/sip-connection-sofia.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit cb06ceb04f0a42a2ec84a3a9454f785626e5cb6a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 16:26:19 2007 +0000

    Send BYE to the call handles for which we have destroyed the channel, but still get call state updates
    
    
    20070711162619-5b6ca-6395ee89a3660ccc1ab2f42a19d2ed7fc2983a71.gz

 src/sip-connection-sofia.c |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit 850d85150cd2735d72dc48b3152d9cb53469386b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 11 16:24:11 2007 +0000

    Maintain those commented out responses to CANCEL we don't get to use
    
    
    20070711162411-5b6ca-e1e1f8e4f103cc9a20f5fb2ce78026dffcfb5060.gz

 src/sip-connection-sofia.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit b7f52a7fcd19a623eb24e29d890d93f8d6cefa5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 10 16:04:09 2007 +0000

    Bumped version 0.3.24
    
    
    20070710160409-5b6ca-686301113a532313e942bfa58f298613ad7fce77.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d237b5bbdc35b0284422a2ec83ec5b6c2bab5013
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 10 15:33:58 2007 +0000

    Changed the placeholder m= line for a rejected stream to satisfy the SDP parser in Sofia
    
    
    20070710153358-5b6ca-b0a9721553a15ba739b265bd7de07c310e11f241.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3b65f108f1b70686587d6739da776c0268c52e2a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 17:40:23 2007 +0000

    Bumped version 0.3.23
    
    
    20070709174023-5b6ca-264bf62052feb9386f27e97dd49a6e3a49b7088d.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6091abff780459c7391a56b50b88972db3b892be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 17:22:03 2007 +0000

    Fix an assertion about pending intersection
    
    
    20070709172203-5b6ca-e5cb6defc19d1130cd7cfd7bc1dc66e760a11f2c.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ffd29303c6dcfd2b97141673d72ff450f481032e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 16:44:52 2007 +0000

    Track pending codec intersections in streams to accurately update the remote_non_ready counter in the session
    
    
    20070709164452-5b6ca-7845a744c00876462f0d83368174366441ac1ca0.gz

 src/sip-media-session.c |   10 ++++++++++
 src/sip-media-stream.c  |   19 +++++++++++++++----
 src/sip-media-stream.h  |    1 +
 3 files changed, 26 insertions(+), 4 deletions(-)

commit a74c91c9c4dcabb02b275d25d8fbfc7c2fccd3ff
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 16:43:30 2007 +0000

    SIPMediaStream: grouped the boolean properties to 1 bit fields
    
    
    20070709164330-5b6ca-09d4e915bcee8c933fb76640c9c955522c470535.gz

 src/sip-media-stream.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit dc5ad95e0db806b0e437fa047bc813d8c8ea2ba1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 15:15:46 2007 +0000

    Debug output tweaks
    
    
    20070709151546-5b6ca-f615aa8161ceb328a6b77d611df7dab486dd7071.gz

 src/sip-media-session.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 9773c5d6b082c41fa11becf633430d32f6e8a900
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 15:15:16 2007 +0000

    SIPMediaSession: when local media change due to request from the client, check if the moment has come to send an INVITE or a response
    
    
    20070709151516-5b6ca-a21aa262ea6fec404c608e746ba417479d07234a.gz

 src/sip-media-session.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 83a432a789697711a8848cb070f24c4a338188f7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 11:25:32 2007 +0000

    Don't get stuck with no answer when a stream has been closed due to locally unsupported codecs
    
    
    20070709112532-5b6ca-81505af7036a138113885391038d7bc2b97886a3.gz

 src/sip-media-session.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 433d779088aa2b5e957417940ce9131610ec5072
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 10:26:42 2007 +0000

    Enabled mtrace for debug builds
    
    
    20070709102642-5b6ca-e3c0a148fec91912f910a79319c24b5e43052571.gz

 src/telepathy-sofiasip.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 0fa66aea5c3aa418f03e6cad5e584123ead90a69
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 10:26:42 2007 +0000

    Enabled mtrace for debug builds
    
    
    20070709102642-5b6ca-917a95509b98cafa1d23125317f1e73d138baaac.gz

 src/telepathy-sofiasip.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 83238f7fd59e7acbf8ae33e69ff39cb5115def8a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 9 10:25:48 2007 +0000

    Enable custom handling of MESSAGE requests, allowing us to respond with status codes at our discretion
    
    
    20070709102548-5b6ca-5b831141e58290a34e79292564a8e87b21d6eee1.gz

 src/sip-connection-sofia.c |   14 +++++++++++---
 src/sip-connection.c       |    3 ++-
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 36c005c3541a3a0d2742b17af966495648a32068
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 6 18:00:42 2007 +0000

    SIPMediaSession: removed a state case not expected to be reachable
    
    
    20070706180042-5b6ca-692a17ab111cad1c37bda21a29e1f13b0c21f8d1.gz

 src/sip-media-session.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit ec1c82ed0dc954add5e9972cba9ba2c947fe948d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 6 17:59:54 2007 +0000

    SIPMediaSession: would like to see more debugging output on an empty SupportedCodecs
    
    
    20070706175954-5b6ca-0fca7e029893769e47517f7b01ef918ce93a39ab.gz

 src/sip-media-session.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 71feabeb846083fb075c068d4c61190a8e15d8b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 6 17:56:23 2007 +0000

    SIPMediaSession: allow direct state transition from '[re]invite-sent' to 'reinvite-received',
    
    in case we receive another INVITE before the stream handlers cope with media changes in the response
    
    20070706175623-5b6ca-690385bba4a4d999a69a78dc028c4048432afa9d.gz

 src/sip-media-session.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit e76b92ee7ad5d9c2e6c3ead9e29fe9da15fc3135
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 6 17:53:35 2007 +0000

    SIPMediaSession: don't destroy the call handle, only unref it; this softens the effect of some alleged Sofia-SIP problems
    
    
    20070706175335-5b6ca-8fea3e0a0898c429a1368269ff37d9cf9f663218.gz

 src/sip-media-session.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit de6eb24e127994fc46c1b2e660ea4fdf0c1babd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 6 17:50:25 2007 +0000

    Don't create and destroy an intset on every session state change
    
    
    20070706175025-5b6ca-cc54ecc44317a1e1837b35c128b68190bd6d7c7b.gz

 src/sip-media-channel.c |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit c46185c138e653f96ec51f6c7e3fdcca27bfd013
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 6 14:40:13 2007 +0000

    Bumped development version 0.3.22.1
    
    
    20070706144013-5b6ca-37f2d676cba461dd8c104847d93f6df2a8c687ec.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit af857afd14d9988f055f00df6c9c056853f9cef1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jul 6 14:30:41 2007 +0000

    Prevent excessive re-INVITEs on RequestStreamDirection if the direction does not really change
    
    
    20070706143041-5b6ca-b6b76df64cd7abb1a6793c25d4a7b0d9e3d32056.gz

 src/sip-media-session.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ab1d44c5f9dbd70f33f99050400ac8bc89049e51
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 15:43:11 2007 +0000

    Bumped version 0.3.22
    
    
    20070705154311-5b6ca-e7ce69b139ad29cafd9e664e224424375d3eef6a.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 475f3c2697b538c656042ce7759fc83c939daf93
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 13:46:37 2007 +0000

    sip-connection-helpers.c: cosmetics to priv_user_encode()
    
    
    20070705134637-5b6ca-f4882ca22ea20cb242b7a65bd37986375bc186d3.gz

 src/sip-connection-helpers.c |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)

commit 1936cb8a475a39b353f4524655eac3c0c0773d83
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 14:17:01 2007 +0000

    Don't lose the local pending send flag on requested direction changes
    
    
    20070705141701-5b6ca-9f9417533cd9ed035adcb7125578b0bb0e740463.gz

 src/sip-media-session.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 5c5552e08fd0187499e37f433165b6640c3019e8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 13:50:07 2007 +0000

    Comprehensive implementation of local and remote pending send flags
    
    
    20070705135007-5b6ca-6bd2784e10fb7b07199b599b100e0ac2d0baf4e7.gz

 src/sip-media-session.c |   51 ++++++++++++++++++++++++++++++++++++----------
 src/sip-media-stream.c  |   11 +++++++--
 2 files changed, 48 insertions(+), 14 deletions(-)

commit 53b3dd8ac81dd37f010212e5cb8c8f7393991be4
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed Jul 4 16:36:28 2007 +0000

    priv_stun_resolver_cb: examine all answers, if more than one A-type record is given, randomly pick one
    
    
    20070704163628-01440-230d09d42f9891b7955ec52cdd485e35b4d5b7ac.gz

 src/sip-connection-helpers.c |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

commit cddb3382661abcf241984cddd70d5400c6f02dd3
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed Jul 4 16:35:38 2007 +0000

    SIPConnection: don't perform STUN SRV discovery if use supplied stun-server param
    
    
    20070704163538-01440-310020d37464dc912f66592322aceed1af6dfafe.gz

 src/sip-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b27354061e89602ce91871d4261176810a669d20
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed Jul 4 12:41:11 2007 +0000

    Using auth-user only in nua_authenticate; modified register-test.py to test auth-user feature
    
    
    20070704124111-01440-69c7c360486021c71c86505b6e6baa04c59d1067.gz

 src/sip-connection-helpers.c |    6 ------
 src/sip-connection-sofia.c   |   18 +++++++++++-------
 src/sip-connection.c         |    2 ++
 tests/test-register.py       |   15 ++++++++++++---
 4 files changed, 25 insertions(+), 16 deletions(-)

commit 441a065f7d8a38086e933f386bd7fa1909a646df
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Thu Jun 28 16:17:14 2007 +0000

    SIPConnection: properly setting userinfo in Contact: header; new param auth-user can be used if registration username is different than in public account uri; store account uri details as uri_t stucture instead of saving just domain part
    
    
    20070628161714-01440-826a97b26c92dea2406b0ba569b3ba0bc4720eb5.gz

 src/sip-connection-helpers.c |   37 +++++++++++++------------------------
 src/sip-connection-helpers.h |    1 -
 src/sip-connection-manager.c |    9 +++++++++
 src/sip-connection-private.h |    3 ++-
 src/sip-connection.c         |   24 ++++++++++++++++++++++--
 5 files changed, 46 insertions(+), 28 deletions(-)

commit 07288e053cf61c64faf805ecb0d2195079dd4eba
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Thu Jun 28 15:22:29 2007 +0000

    sip-connection-helpers.c: fixed a typo and a warning message in priv_user_encode
    
    
    20070628152229-01440-5cc191dafe276c8519e036a07f2b08783ee484c1.gz

 src/sip-connection-helpers.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1200d6102032d5b971c75b7a453fc784bbf90786
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 10:47:41 2007 +0000

    Better debugging in sip_media_stream_set_direction()
    
    
    20070705104741-5b6ca-fe1688ec21b89f8de6d35aaa80060aeb03113594.gz

 src/sip-media-stream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 4f9cc69513f910d4f492f265584158119f3b506a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 10:47:07 2007 +0000

    Made sip_media_channel_set_remote_media() less spammy and stricter about the session check
    
    
    20070705104707-5b6ca-db92b63fe263b5317ab4b6644e9d09e2e3b558ba.gz

 src/sip-media-channel.c |   11 ++---------
 src/sip-media-stream.c  |    2 --
 2 files changed, 2 insertions(+), 11 deletions(-)

commit 46730f8f966c376b5738555584ec8df815e5faf4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 10:44:10 2007 +0000

    When updating remote direction for stream sending state, consider the effective direction
    
    
    20070705104410-5b6ca-9384de905ed67a32f056f138b30add006649877c.gz

 src/sip-media-stream.c |   28 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)

commit 1919113898bd5b2bbbed151886bf21b09553ca91
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 10:41:11 2007 +0000

    Renamed sip_media_channel_set_remote_info() to sip_media_channel_set_remote_media()
    
    
    20070705104111-5b6ca-72a76535b55f4165f67c0c07d836ef297469545e.gz

 src/sip-connection-sofia.c |    2 +-
 src/sip-media-channel.c    |    4 ++--
 src/sip-media-channel.h    |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit fe100d06124429218f4918127b6a644c2f1bac29
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jul 5 10:41:06 2007 +0000

    Bumped version 0.3.21 for development
    
    
    20070705104106-5b6ca-988aac1fbdfbc7292235c0a43ca688a145317766.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3b796e530b4b915615db5e1282c56d3d4ae01073
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jul 4 11:54:22 2007 +0000

    Bumped version 0.3.21
    
    
    20070704115422-5b6ca-e77a08074ca607da5bd546e6904a1f0e3181cb7d.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0214ef5f4d7bfedb62e0ba612728eb77a696d835
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 29 17:24:57 2007 +0000

    Updated Nokia copyright years in src/sip-connection-helpers.c
    
    
    20070629172457-5b6ca-bf4bf3b7a8e2bcc88b2b40a507a639f910d052ce.gz

 src/sip-connection-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c36825da5fd721fa77a9a7bea993244b830af535
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 3 13:36:49 2007 +0000

    Fix a crash in sip_media_stream_set_remote_media by always updating the pointer to the current remote media description structure
    
    
    20070703133649-5b6ca-05b9273711b93b558249b19c974c61a32f66ef10.gz

 src/sip-media-stream.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 76d8ed668eea938174390edcd69e9088fa51f456
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 3 12:30:55 2007 +0000

    Untested implementation of RemoveStreams
    
    
    20070703123055-5b6ca-71093bc18d9b5dc0d4ab0cd5a2d524dd3ab6bf34.gz

 src/sip-media-channel.c |   28 ++++++++++++++++++++++++++--
 src/sip-media-session.c |   25 +++++++++++++++++++++++++
 src/sip-media-session.h |    3 +++
 3 files changed, 54 insertions(+), 2 deletions(-)

commit b7fe516b35ef194141714b1c19f3021c3b44a056
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 3 11:56:52 2007 +0000

    Removed an outdated TODO comment
    
    
    20070703115652-5b6ca-66a12b1410aabf54ef02bb7fc23b97f42c856647.gz

 src/sip-media-stream.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit c22272896e22a3b830741a27ecc6358cf6e7db9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jul 3 11:56:32 2007 +0000

    Dump the generated SDP in one place for the whole session
    
    
    20070703115632-5b6ca-13df26c38c5a25eb9a38bac346b2af4f4e1078af.gz

 src/sip-media-session.c |    4 ++--
 src/sip-media-stream.c  |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 4678ef2741098a3a307164c04a661f1702d190e2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 2 16:57:52 2007 +0000

    Fix SDP generation goofs, and reverse a recently added assertion
    
    
    20070702165752-5b6ca-299af769a6fe62f04f24df33df04794f4a23be33.gz

 src/sip-media-session.c |    6 ++++--
 src/sip-media-stream.c  |    4 +---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit e2d2a73208399d4214e22e83d2a4fe162cc36933
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jul 2 16:52:15 2007 +0000

    Mask remote stream direction changes with local direction when it's not an offer, to thwart remote violations of the SOA spec
    
    Use the occasion to rename _set_remote_info functions to _set_remote_media
    
    20070702165215-5b6ca-4d5a7105f96bfe6c85bd34e394b243b9581be076.gz

 src/sip-media-channel.c |    4 ++--
 src/sip-media-session.c |   12 +++++++++---
 src/sip-media-session.h |    2 +-
 src/sip-media-stream.c  |   13 ++++++++-----
 src/sip-media-stream.h  |    5 +++--
 5 files changed, 23 insertions(+), 13 deletions(-)

commit 93500623cbde7bc5df25bc6b5b57e8c09157e978
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 29 17:26:33 2007 +0000

    Don't set the stream to sending if the local pending send flag is set
    
    
    20070629172633-5b6ca-156b4709aabaa59c4538fc2ff0604309a20a4d37.gz

 src/sip-media-stream.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 2f6c50b7dfa9b38271784e54eb9d5c57476c2902
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 29 17:25:54 2007 +0000

    Emit SetStreamSending in the (improbable) case the sending flag is set at the time of Ready
    
    
    20070629172554-5b6ca-896ad30f3830541a8493f5198aedaff2d5d0c741.gz

 src/sip-media-stream.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 3c303d110b59674e6d9d804b0329f5450cc831d1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 29 17:22:24 2007 +0000

    Implemented locally issued re-INVITEs on stream direction changes. Also do on stream addition in the middle of the session
    
    
    20070629172224-5b6ca-11bb665ae3d38e3b0bd5e6bda06eeeb62a7c37ee.gz

 src/sip-media-channel.c |   32 +++++++++++---
 src/sip-media-session.c |  107 +++++++++++++++++++++++++++++++++++++++++++----
 src/sip-media-session.h |    5 ++
 src/sip-media-stream.c  |    8 +++-
 4 files changed, 136 insertions(+), 16 deletions(-)

commit cd7e63d758cc5fadcf6277129487ab8b1fac0687
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 28 13:01:33 2007 +0000

    small cleanups and improvements in SRV discovery code: no sorting required, more sanity checks
    
    
    20070628130133-5b6ca-586cdef91f51a18aabb167a679526b57fda6136f.gz

 src/sip-connection-helpers.c |  127 ++++++++++++++++++++++-------------------
 1 files changed, 68 insertions(+), 59 deletions(-)

commit f3968b539bd3947c729e64a86ea0b0ad782c2cc1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 28 09:01:15 2007 +0000

    Cosmetics in URI helpers
    
    
    20070628090115-5b6ca-e598ec730bba2f2197e0cf0d646e20bd5351c529.gz

 src/sip-connection-helpers.c |   75 +++++++++++++++++++++++++-----------------
 1 files changed, 45 insertions(+), 30 deletions(-)

commit 4a3373a3157839980e7b9040f3ebe10c1f7672fc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 27 13:36:44 2007 +0000

    Bumped version 0.3.20.1 for development
    
    
    20070627133644-5b6ca-91cc60ce8291a5224fd293e967d5eb96d3be638e.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d975481b42913666ec1e6100963c4d7e5f86d6e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 11:16:26 2007 +0000

    Bumped version 0.3.20
    
    
    20070626111626-5b6ca-b99347ed7f542b0e79ad24524ee95967fcbdb6c6.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 10f96dd957d0c3758d20f057aee243596f5742a3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 11:16:13 2007 +0000

    Removed done TODO items for messaging
    
    
    20070626111613-5b6ca-edbc2e639a8b81515a9ddfc17a7d7561ba2908ad.gz

 TODO |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit fd3f05cedf16f03e8a36177140b41c0cf1d6cf5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 11:11:26 2007 +0000

    If the message text is not going to be converted, validate it to be proper UTF-8
    
    
    20070626111126-5b6ca-dbc4f81ed46f2fc295e43df852a74beb5862f88e.gz

 src/sip-connection-sofia.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 71f5631ae0a519a66e37378bfd72c3ca3499b211
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 11:07:45 2007 +0000

    Don't leak the converted body text even if it's gone wrong
    
    
    20070626110745-5b6ca-1c3b6d3aa6ad1e2188cfc914dc0b2e92106136cc.gz

 src/sip-connection-sofia.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3aafffc97f5b796d28da8b81e2206908b2214a5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 09:05:11 2007 +0000

    cosmetics
    
    
    20070626090511-5b6ca-987300745f1d3acc65bbebb49b98b463fbfd4628.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a4574fe6a4ca207277f416b4608b18224dded629
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 09:04:58 2007 +0000

    Verbose member change signals on member addition, better comments too
    
    
    20070626090458-5b6ca-88adb92b9440c0c1c39fb5a034109e56f6e8a56c.gz

 src/sip-media-channel.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 6f4f4c137cae2687d8dd0f0695b3394c155d1158
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 08:33:44 2007 +0000

    Removed property 'creator' off SIPMediaChannel, makes for less redundancy
    
    
    20070626083344-5b6ca-2463b715caf9547c5f7e0feaad7c1a886fbf4f8e.gz

 src/media-factory.c        |   11 +----
 src/media-factory.h        |    2 +-
 src/sip-connection-sofia.c |    6 +--
 src/sip-media-channel.c    |   91 ++++++++++++-------------------------------
 4 files changed, 31 insertions(+), 79 deletions(-)

commit 9d5041ccdd86397358cb8f08a579c1da4bb234b6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 26 07:45:37 2007 +0000

    Found the cause of the refcounting problem and fixed it
    
    
    20070626074537-5b6ca-6c3f0bb8dd7f6562fe20b8f7b98217b76710269c.gz

 src/sip-media-channel.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

commit 0fd54b05240393134facd51df0769a1bcacc3bbd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 25 17:20:27 2007 +0000

    Keep references to Telepathy handles SIPMediaChannel or the session owns
    
    
    20070625172027-5b6ca-9481cdf7440ab27be081ce92d34fad24dafd7892.gz

 src/sip-media-channel.c |   42 +++++++++++++++++++++++++++++++++++-------
 1 files changed, 35 insertions(+), 7 deletions(-)

commit 44f15301d662ebfbcf130b79e80ffbf8291f770f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 25 17:16:50 2007 +0000

    Handle nua_i_cancel by emitting MembersChanged removing both call members with the peer as an actor
    
    
    20070625171650-5b6ca-abdf6e1a23dbdf2ecfff4b8b6b0ac01f52df5762.gz

 src/sip-connection-sofia.c |   27 +++++++++++++++++++++++++--
 src/sip-media-channel.c    |   20 ++++++++++++++++++++
 src/sip-media-channel.h    |    1 +
 3 files changed, 46 insertions(+), 2 deletions(-)

commit 319c81e0bdb3f203ad0b1a9ee138a85b5ca2595e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 21 15:45:04 2007 +0000

    debug log cosmetics
    
    
    20070621154504-5b6ca-333a4946a9ede2e6e60d8ba8437b51821a915dc3.gz

 src/sip-connection-sofia.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7732f7d7613fe52fccd1d1dacf5162a7b4e03c5a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 21 15:42:19 2007 +0000

    Provide error responses on various error conditions in the nua_i_message handler
    
    
    20070621154219-5b6ca-49f75c68b04981c4ccd212d88681e5e8e351bef1.gz

 src/sip-connection-sofia.c |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

commit e4c882cb4715b23311c431415a35d630b195874b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 21 15:09:42 2007 +0000

    Removed the unused sip-connection-helpers.h inclusion
    
    
    20070621150942-5b6ca-f1236fb908b01d5046ab2b536cff1e55fc9799c5.gz

 src/sip-connection-sofia.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit af6b90ebc5ae4807a1bd58265e27af08b81f0178
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 21 14:59:30 2007 +0000

    debugging cosmetics in sip_media_channel_peer_error
    
    
    20070621145930-5b6ca-b4791bd2296949aaa68d4c0fdc243b8963b18e59.gz

 src/sip-media-channel.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 09eadce40230e7f5cd151b2e2114559876c70914
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 21 14:57:53 2007 +0000

    When the call is signalled terminated by the Sofia stack, call the new function sip_media_channel_terminated() bypassing the hangup code
    
    
    20070621145753-5b6ca-1da6be109048c675f7e038147d71f98851bcd32e.gz

 src/sip-connection-sofia.c |   10 +++++-----
 src/sip-media-channel.c    |   16 ++++++++++++++++
 src/sip-media-channel.h    |    1 +
 3 files changed, 22 insertions(+), 5 deletions(-)

commit a375e696d0705b39bd5730b98712ae4875eb9e28
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 21 14:55:46 2007 +0000

    SIPMediaSession: moved state change reactive code to from sip_media_session_terminate() to the state change routine
    
    
    20070621145546-5b6ca-12cb070a44f9baaae707f6f74b2fd2e21730eb1c.gz

 src/sip-media-session.c |   38 ++++++++++++++++++++++++--------------
 1 files changed, 24 insertions(+), 14 deletions(-)

commit c8040230bc3673c4ea6c1f8dbb3e6e01800390b4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 21 14:50:55 2007 +0000

    Better debugging of the nua_i_state handler
    
    
    20070621145055-5b6ca-09d8a26096b393739a8772c0237692553f04bf3f.gz

 src/sip-connection-sofia.c |   41 ++++++++++++++++++++---------------------
 1 files changed, 20 insertions(+), 21 deletions(-)

commit 6c281542b08a3592d3183076f73183f259f48c38
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Thu Jun 21 11:59:35 2007 +0000

    cosmetics, and a check that all input bytes have been processed
    
    
    20070621115935-01440-d845e8e7d9238282487577797a7cf277162f4e46.gz

 src/sip-connection-helpers.c |    2 --
 src/sip-connection-sofia.c   |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)

commit e24920fa45d189f3f5b3ca04f544cd0a87ac4edc
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Thu Jun 21 11:19:42 2007 +0000

    Use available GLib and Sofia functions in detecting and converting message charsets
    
    
    20070621111942-01440-2d4d44afda1dfebfc1011ebc1cf243060d46e78e.gz

 src/sip-connection-helpers.c |   38 --------------------------------------
 src/sip-connection-helpers.h |    4 ----
 src/sip-connection-sofia.c   |   18 ++++++------------
 3 files changed, 6 insertions(+), 54 deletions(-)

commit 6347720105ccdfc99d6b72d76658c0267c05008d
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Thu Jun 21 10:41:42 2007 +0000

    SIPConnection: if incoming MESSAGE is not in utf-8, attempt to convert it
    
    
    20070621104142-01440-cd2e033cb8b79798f731c5e288a5b1f0770e05d0.gz

 src/sip-connection-helpers.c |   39 ++++++++++++++++++++++++++
 src/sip-connection-helpers.h |    4 ++
 src/sip-connection-sofia.c   |   53 ++++++++++++++++++++++++++++------
 tests/test-message.py        |   63 +++++++++++++++++++++++++++++++----------
 4 files changed, 133 insertions(+), 26 deletions(-)

commit ef12dd7dc1a3cb265ff50fe48ad7f298fc18e88d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 16:35:25 2007 +0000

    Temporarily enabled short session timers to test non-modifying re-INVITEs
    
    
    20070619163525-5b6ca-b785ea80cea96a3dbec9d05279b2a732e4b5c513.gz

 src/sip-media-session.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit aa35d4d77927de88ce5cdd6037941fad38fa09db
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 16:35:25 2007 +0000

    Temporarily enabled short session timers to test non-modifying re-INVITEs
    
    
    20070619163525-5b6ca-1948468898dc6102c7c1560916b8cd46b5d129d1.gz

 src/sip-media-session.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 3a5dc1530f73709791e3e6fdc2eb5f299f2c0a57
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 16:33:43 2007 +0000

    fixed a warning printout
    
    
    20070619163343-5b6ca-88287bdfa391060dbe18dc2dd7c209b9a582af97.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3ae9e5875e336c8a60ca17b783be44dc1b754ef1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 16:33:00 2007 +0000

    Restore SOATAG_RTP_SORT/SOATAG_RTP_SELECT on the initial nua_invite() because it influences subsequent automatic re-INVITEs
    
    
    20070619163300-5b6ca-a61cbbf233985f2243a827fa61da64c08c1e42b2.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c81358f688a825721e148ffcc387d27e75f82529
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 16:30:00 2007 +0000

    SIPMediaSession: don't leak a SIPConnection reference in priv_save_event()
    
    
    20070619163000-5b6ca-6769570af23c87063ae05c54ba409271f635564a.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cc29fa0481b642ffe09183b9b0d127088a3aff5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 16:28:12 2007 +0000

    It turns out we do receive nua_i_state with a re-INVITE even if the SDP hasn't changed
    
    
    20070619162812-5b6ca-2e0a39bf860841062d50ec3c0a3178fbae2d2be2.gz

 src/sip-media-session.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 14c5c38f0d4933480c39555959cb498308ed5f76
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 16:25:40 2007 +0000

    Respond with 180 Ringing only on the initial INVITE
    
    
    20070619162540-5b6ca-3b5a6564e29de454b1d99b43fb3d9b05c4bb2546.gz

 src/sip-connection-sofia.c |    6 +-----
 src/sip-media-session.c    |    3 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 57f215026ac87860facb550a335de9dcbab074f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 15:03:01 2007 +0000

    no need to go so far for the peer property
    
    
    20070619150301-5b6ca-a5a18f54c3b8ee61982eb2e53134fcfe03a4fc46.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0017052a0fe01c9dddf6de23749b0e6698c5804a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 15:02:35 2007 +0000

    Added a TODO comment about 3pcc
    
    
    20070619150235-5b6ca-ffc912fb1a785bed85878d4829462c6f3d457ef9.gz

 src/sip-media-session.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 03eeecf8c42e646356cb78093f10bea37895a4d8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 14:52:52 2007 +0000

    SIPMediaSession: implement an idle catcher function to work around the case when we receive nua_i_invite but no nua_i_state because no session change was detected
    
    
    20070619145252-5b6ca-4a7fb5d90685678cf06d421baaf17a75a9d6e8b7.gz

 src/sip-media-session.c |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

commit 6a1afe935593507eaa6f895920f3e6ed734ea969
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 14:19:16 2007 +0000

    Renamed sip_media_session_set_state() to priv_session_state_changed() to highlight that the function should not be called directly
    
    
    20070619141916-5b6ca-5d5079133500dd715901d6fc3cda7db96933ba58.gz

 src/sip-media-session.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 212d6d39ffc0c94329cb329451cef1d2b3e4514e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 14:09:57 2007 +0000

    SIPMediaSession: more informative debug logging for native candidates
    
    
    20070619140957-5b6ca-a8c3c3b7737a523e1ed96195433a5689b51f2106.gz

 src/sip-media-stream.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e62c9820df1b65ed4d4b9213f33cbffbe885bf34
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 14:08:56 2007 +0000

    SIPMediaSession: removed an outdated oa_pending property
    
    
    20070619140856-5b6ca-ed176192007232fa8b5a2e44aeb09bc72821f92d.gz

 src/sip-media-session.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 9af3864169026a39eac8047ba83cd2dd18dad55e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 13:52:50 2007 +0000

    SIPMediaSession: removed a huge block of dead legacy code in priv_request_response_step()
    
    
    20070619135250-5b6ca-d1f1337f793d13eff6cda2e73961969000079596.gz

 src/sip-media-session.c |   63 -----------------------------------------------
 1 files changed, 0 insertions(+), 63 deletions(-)

commit a80ddf4f48164c4da8b83bf1f7de6044d07f32c3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 13:51:27 2007 +0000

    Removed outdated information on priv_create_session comment
    
    
    20070619135127-5b6ca-3b722cc9ddf0f765c52725b6d264068497d4a110.gz

 src/sip-media-channel.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

commit 2855af12ff85d1c9d1c2467990fe828ecc79ec8d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 13:49:49 2007 +0000

    Removed 'initiator' SIPMediaSession property, unused now
    
    
    20070619134949-5b6ca-ca2566ddaf6e53ff8ed6a2ae83be82403d40ae28.gz

 src/sip-media-channel.c |    6 +-----
 src/sip-media-session.c |   18 ------------------
 2 files changed, 1 insertions(+), 23 deletions(-)

commit 76ca2d11915a930fb0ab02102e4bdb927f2c3486
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 19 13:33:59 2007 +0000

    SIPMediaStream: flag sdp_generated was redundant, use stream_sdp pointer itself
    
    
    20070619133359-5b6ca-0868989f9cfe4e6437765a2b31af181edcd064a3.gz

 src/sip-media-stream.c |   20 ++++++--------------
 1 files changed, 6 insertions(+), 14 deletions(-)

commit 5cb8c74ce4c275963bc3181b2e15b352935115a8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 18:13:11 2007 +0000

    redundant assertion
    
    
    20070618181311-5b6ca-7017f1e390b695c01ae601d50c27e1586479ff2e.gz

 src/sip-media-stream.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 7608f09f22f374fbe5cfc6bf0e0a0d6a81d9346e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 18:12:36 2007 +0000

    sip_media_stream_is_ready(): turned a check for priv->ready_received into an assertion because it should be true whenever SDP is generated
    
    
    20070618181236-5b6ca-716b2d3035021e71cb96facb91d47b5dc3d01068.gz

 src/sip-media-stream.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 60c2f60502c4736f48fc7eba48cc54a30007438e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 18:10:32 2007 +0000

    Removed a misplaced obsolete state check
    
    
    20070618181032-5b6ca-47f8b1d1846cb9f4e4c375c13db75410ae89cf55.gz

 src/sip-media-stream.c |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

commit 99bf10b7a71e2e4eda7685dd064bd82a5f8d1228
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 18:07:24 2007 +0000

    SIPMediaStream: emit SetActiveCandidatePair only when all native candidates have been discovered, as opposed to every time a new native candidate is added
    
    
    20070618180724-5b6ca-5e1842a236b1f50cb1637e2877f619d0fde0dd46.gz

 src/sip-media-stream.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit e6396d5169e8812b98baf0ab3c3960485f8863e4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 18:01:22 2007 +0000

    Avoid sending 'ready' more than once from a SIPMediaStream
    
    
    20070618180122-5b6ca-ecabdaa3bb7b802b79243ab862fffc354c852149.gz

 src/sip-media-stream.c |   29 +++++++++++------------------
 1 files changed, 11 insertions(+), 18 deletions(-)

commit 0ce08f7771711a12509ec9a3d45a5183993bbd13
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 17:11:33 2007 +0000

    cosmetics
    
    
    20070618171133-5b6ca-f5936e081acf9be844662edf45c1059fbf09425d.gz

 src/sip-media-channel.c |    6 +++---
 src/sip-media-session.c |    7 +++----
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 90290166a19e8f8be508034358029089fcd548b9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 17:10:21 2007 +0000

    Respond with appropriate SIP error codes on various error conditions while handling nua_i_invite
    
    
    20070618171021-5b6ca-06b3769eb0cc2c8a262589c6cbcfc394532c8f31.gz

 src/sip-connection-sofia.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 2b166ee5ae7577f34ad62eacbea5199032a8cabd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 17:08:36 2007 +0000

    Unused codecs variable removed
    
    
    20070618170836-5b6ca-e7b45a35009d0415e04a795bbc1b31a795137c81.gz

 src/sip-media-stream.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 756c860d9074fdde31a2916261a329391e293d3d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 18 16:53:54 2007 +0000

    Reworked SIPMediaSession states to handle re-INVITEs with NUTAG_AUTOANSWER disabled
    
    
    20070618165354-5b6ca-95eb583ea15cb6829f00650b794a9ce2f7061c1d.gz

 src/sip-connection-helpers.c |    8 +
 src/sip-connection-helpers.h |   15 ++-
 src/sip-connection-sofia.c   |    4 +-
 src/sip-media-channel.c      |   27 ++-
 src/sip-media-channel.h      |    7 +-
 src/sip-media-session.c      |  456 +++++++++++++++++++++++++++++++++++-------
 src/sip-media-session.h      |    8 +-
 src/sip-media-stream.c       |   26 ++-
 src/sip-media-stream.h       |    4 +-
 9 files changed, 457 insertions(+), 98 deletions(-)

commit 60173b005571754352ad7a399c24c1c5f1f97a8a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 14 13:51:07 2007 +0000

    Corrected the SIPMediaStream 'pending-send-flags' property description
    
    
    20070614135107-5b6ca-2b5783fc6fa4f37cba11ebe779ec2691e479fc8b.gz

 src/sip-media-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 09028f857b7ee27c6bd77e9519a80da708ff7e17
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 14 13:49:37 2007 +0000

    Implemented stream state property to correctly include it in the stream lists
    
    
    20070614134937-5b6ca-e4c07e01dc725bd1b286bd8b2ac9e47e7e4a131c.gz

 src/sip-media-session.c |    2 +-
 src/sip-media-stream.c  |   42 ++++++++++++++++++++++++++----------------
 2 files changed, 27 insertions(+), 17 deletions(-)

commit 7d59d1eec0b2e6ccb8c22cfd5358b5c78d71baab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 17:29:35 2007 +0000

    SIPMediaStream: emit SetRemoteCandidateList with the single candidate instead of AddRemoteCandidate
    
    
    20070613172935-5b6ca-021c53b05f23d19d88536c2ab60f818aa49cf27d.gz

 src/sip-media-stream.c |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)

commit 72989ac0233f531c9eb2ac59a8aa5d4c9855af8e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 17:27:02 2007 +0000

    SIPMediaStream: emit SetActiveCandidatePair also after the native candidate becomes available
    
    
    20070613172702-5b6ca-8400c24c6395a8522fe426afa98743ac3e370dec.gz

 src/sip-media-stream.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cac094db3bd624d0495763d083982c109a41a617
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 16:41:14 2007 +0000

    SIPMediaStream: validate the remote candidate ID announced in NewActiveCandidatePair against the locally stored value
    
    
    20070613164114-5b6ca-e2f326d7c8e7f0eec58a2507d156bb4ebb11c967.gz

 src/sip-media-stream.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 02fc12f8996fdb561ffad8867c7076d32a9b0c05
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 13:38:44 2007 +0000

    Ifdefed out an unnecessary change of group flags just before the channel is closed
    
    
    20070613133844-5b6ca-03f41cac66c322daf1e4e65ed29b07ed5e94745a.gz

 src/sip-media-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit d2e2d6d98b3649e482477c4df3857efea0f0206a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 13:36:46 2007 +0000

    SIPMediaSession: keep one backup copy of the previous remote SDP structure, because streams still use it in sip_media_stream_set_remote_info()
    
    
    20070613133646-5b6ca-829662eb6d79ecfbf7129f78549949b6da07fcb8.gz

 src/sip-media-session.c |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

commit 96d06b8ce6f3bf4c1d562de38def75fa3f7b71d7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 11:05:14 2007 +0000

    Added myself to authors in source file comments
    
    
    20070613110514-5b6ca-1c0278b808d6273aea57010b0891dd95d19314d9.gz

 src/sip-media-session.c |    1 +
 src/sip-media-stream.c  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 074317cd16024db986283578b93f52837be4add9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 11:04:38 2007 +0000

    Updated Nokia copyright years
    
    
    20070613110438-5b6ca-7aa1f478f83ed4c29e18176ae8267de417cc7829.gz

 src/sip-media-session.c |    2 +-
 src/sip-media-stream.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9fee7ba12f75cfd9c47747b5b23f1b5bda8db09a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 11 12:21:57 2007 +0000

    No, better make it an assertion because it carries some performance cost
    
    
    20070611122157-5b6ca-5a3b336e25caad233cdb7e1a760c38682afc7d77.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 61806eea4f058818cba6b99b28beb12373cb2aaa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 11 12:20:17 2007 +0000

    SIPMediaSession: restore the check about the remote SDP having to be modified in sip_media_session_set_remote_info(), but make it a GLib check to raise enough hell
    
    
    20070611122017-5b6ca-d3342919bcf4fb86825ff26ba8ae2f159ac64e13.gz

 src/sip-media-session.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 254228741ac5e0436c0de730d74bb19699d9fb25
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Jun 19 11:42:28 2007 +0000

    Ignoring non A-type results in STUN resolver query
    
    
    20070619114228-01440-c20522413515177b9987faadb9548281f4dd15ab.gz

 src/sip-connection-helpers.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 7e94b2b2fe212e736350d02b0a9a3604c5145d8b
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Thu Jun 14 11:57:32 2007 +0000

    added test for outgoing and incoming text messages
    
    
    20070614115732-01440-e7ee2d788e9ffebdc251f683e3b5dc88a777d6ce.gz

 tests/Makefile.am     |    3 +-
 tests/sofiatest.py    |    8 ++++
 tests/test-message.py |  107 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 117 insertions(+), 1 deletions(-)

commit 497cd634f55be8caaa6fe4f8b64ec8dbf42efaa7
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed Jun 13 11:17:58 2007 +0000

    synced testing framework with gabble's version and updated tests to use the new @match() feature
    
    
    20070613111758-01440-d42134a2d485b8585f8266287a209717a556b445.gz

 tests/servicetest.py               |   83 ++++++++++++++++++++++++------------
 tests/sofiatest.py                 |   10 ++--
 tests/test-handle-normalisation.py |   20 ++------
 tests/test-register-fail.py        |   11 +---
 tests/test-register.py             |   18 ++------
 5 files changed, 73 insertions(+), 69 deletions(-)

commit a56e844bd4430209b3a7a7ae61f193a979ebcbb0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 13 16:18:01 2007 +0000

    Fix a debug printout of discovered STUN port
    
    
    20070613161801-5b6ca-12bcb31ff1d85b12d37a7ef0e18a4a37f7648e6a.gz

 src/sip-connection-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5a90c006f438e3443fb29fb0d100599df5c8ded6
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed Jun 13 14:25:50 2007 +0000

    properly choose between SRV records for STUN server if several records have the same priority
    
    
    20070613142550-01440-8c019eb4a6a07e495aea5e0c9a71eca65a49ab04.gz

 src/sip-connection-helpers.c |   58 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 57 insertions(+), 1 deletions(-)

commit 867d94a5fb9204b70c68bec9d035c10dcb001125
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue Jun 12 16:22:28 2007 +0000

    SIPConnection: if stun server address is not given, do a SRV request on the sip account domain
    
    
    20070612162228-01440-ccde62d0fc607c768001eec365061d23f36a7ceb.gz

 src/sip-connection-helpers.c |   70 ++++++++++++++++++++++++++++++++++++++++--
 src/sip-connection-helpers.h |    1 +
 src/sip-connection.c         |    5 ++-
 3 files changed, 72 insertions(+), 4 deletions(-)

commit aad32e38df20bfdabcc57e824973ff4e7fb3e0f1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 7 10:30:06 2007 +0000

    Close media channels before sending BYE when terminating a session
    
    
    20070607103006-5b6ca-6ac8a3098a7a86e6944086c57c195a19ab375a88.gz

 src/sip-media-session.c |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

commit d310105301ed45b4f31a9c0c44f8464a54b6915f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 7 09:24:08 2007 +0000

    SIPMediaSession: reap the stream objects consistently in the 'close' signal handler from streams
    
    
    20070607092408-5b6ca-825672f2a34807b5a382bb98586247d2603ecfc6.gz

 src/sip-media-session.c |   27 +++++++++++++++++++++++----
 src/sip-media-stream.c  |    2 +-
 2 files changed, 24 insertions(+), 5 deletions(-)

commit 43d733808d5a4f5b57b0523cf531a1001e80af8b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 7 08:30:38 2007 +0000

    Shut down the streams that were not matched by the same number of lines in a session answer or update
    
    
    20070607083038-5b6ca-21804a1b3ddacf28aabf660840fccdf98f5a2e9b.gz

 src/sip-media-session.c |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit 4911b447dfe9e37b20146bac3d51aec250ddc9f6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Jun 7 08:27:58 2007 +0000

    Don't check if the whole session is not modified, as we shouldn't get a nua_i_state in this case
    
    
    20070607082758-5b6ca-49a7b2937022e612b29339fc7d28a831127daf31.gz

 src/sip-media-session.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 401a7f9cd735b87a522951a6200c90025386cfb9
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon Jun 11 09:30:58 2007 +0000

    sip-connection-helpers.c: added missing user-unreserved character for handle normalization
    
    
    20070611093058-01440-0587715e59c4d5604cb990e23f58b89d28cd91a9.gz

 src/sip-connection-helpers.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f92c2e1af5102f9e32c8c83141cd2b4b11f455f7
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Fri Jun 8 11:45:37 2007 +0000

    sip-connection-helpers.c: improvements to handle normalization
    
    
    20070608114537-01440-ed753f3481b258791d61d5a373bb6db58de812e3.gz

 src/sip-connection-helpers.c       |   94 +++++++++++++++++++++++++++++------
 tests/test-handle-normalisation.py |   23 ++++++---
 2 files changed, 93 insertions(+), 24 deletions(-)

commit 189fb26c43a25c4d4db636b721d5363e3ac7302e
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed Jun 6 11:27:53 2007 +0000

    SIPMediaChannel: cosmetics
    
    
    20070606112753-01440-bb5837d439e53478c9853675eb59efb5b79f4d27.gz

 src/sip-media-channel.c |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit 7a8cb9aca063862e96b66081676bd0feb1693ba9
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed Jun 6 10:58:31 2007 +0000

    SIPMediaChannel: improved self-calling check by moving it to overridden add_members function
    
    
    20070606105831-01440-34ead70ee199bdc007bac48b6f84692dd7f775ee.gz

 src/sip-media-channel.c |   67 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 57 insertions(+), 10 deletions(-)

commit 0ae9e3408d8dd3713d4fc9dfd72a69bd9a0a244c
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon Jun 4 13:33:53 2007 +0000

    sip-connection-helpers.c: unescaping characters in valid sip uri's that don't need escaping
    
    
    20070604133353-01440-01dce49da630c1cc00beecdd6657d9a2facdf12f.gz

 src/sip-connection-helpers.c       |   71 ++++++++++++++++++++++++++----------
 tests/test-handle-normalisation.py |    5 ++-
 2 files changed, 55 insertions(+), 21 deletions(-)

commit a820001a73ae3171437aa95244c68991cbfc5896
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon Jun 4 13:18:29 2007 +0000

    SIPMediaChannel: guard against calling ourselves
    
    
    20070604131829-01440-1c837c18940767c7e5539c78ae8499374b2e79bd.gz

 src/media-factory.c     |   11 -----------
 src/sip-media-channel.c |   10 ++++++++++
 2 files changed, 10 insertions(+), 11 deletions(-)

commit 98320abb309e222d01d2fd5e60acc8d284fe4b5d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 15:54:51 2007 +0000

    Bumped development version 0.3.19.1
    
    
    20070606155451-5b6ca-e097dca2b754c7a9915fbd245029461356b567b2.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3bac48f594647ddb1a4ecd12f55d307d16118326
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 13:19:02 2007 +0000

    Removed a call to g_hash_table_remove_all() not implemented in the old GLib
    
    
    20070606131902-5b6ca-9f54b6674ac6f1377865ee874132964a334b8537.gz

 src/sip-media-stream.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit f601e202dfb4208f3d686c2d55f60ed3e793c8a2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 11:09:57 2007 +0000

    Bumped version 0.3.19
    
    
    20070606110957-5b6ca-41077c55b7c41caf0b6c26d14c223122f519a604.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ba566d73f75d8679fbb52c69c3ed463e96825761
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 08:33:43 2007 +0000

    Updated TODO with recent developments
    
    
    20070606083343-5b6ca-d50c25f0ac5989a20ce5a22d481ab699cb060efd.gz

 TODO |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 8bcaafd00c840eaba4b14e7c1e1f5a24b40b70c6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 08:31:13 2007 +0000

    Added TWISTED_TESTS to the distribution
    
    
    20070606083113-5b6ca-5d18b9ba1483ab4af6afe18c6ccf11198926d2ec.gz

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3678eb66e938f580e53322aaab66adb62e54aa92
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 08:30:30 2007 +0000

    Fixed name of sip-sofia-decls.h in the sources list
    
    
    20070606083030-5b6ca-6bb8b17ca26452241324330858830d9435daeab1.gz

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 64bb26b114a3e23ebea014b0a1320f3ebec0d546
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 08:23:46 2007 +0000

    Dropped configure check for libtelepathy
    
    
    20070606082346-5b6ca-5176d52d53bdf7dd1e303b1487855f41b5bdb1d5.gz

 configure.ac |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit c4c7683da293ae06ec478321af79668f5ef35dbb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Jun 6 08:22:43 2007 +0000

    Don't build or distribute tp_caller as part of the test suite
    
    
    20070606082243-5b6ca-c2dafd82b51c4d04e55253692ff14763b5783d31.gz

 configure.ac      |    1 -
 tests/Makefile.am |   19 -------------------
 2 files changed, 0 insertions(+), 20 deletions(-)

commit 14ab663a2b669c3e7df8b3eefe91a67146c41f8b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 11:08:18 2007 +0000

    Don't add sip: scheme if the proxy URI contains any colons, just to be sure
    
    
    20070529110818-5b6ca-b4c7e3a97849fd4e109e7bf6c1dc37bd36bbafca.gz

 src/sip-connection.c |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

commit 05d7a2f5bfc0ab72f2fd024e2b72220cd51c4d14
Author: Onne Gorter <onne.gorter@nokia.com>
Date:   Tue May 29 09:33:07 2007 +0000

    make more uri schemas pass
    
    Add checks for gt:, skype:, tel: ... extendably
    However, this should turn into /[a-zA-Z0-9\-\+]+:.*/ regex check
    
    20070529093307-a0bdd-c4f052b24d06e8270c426112852642cacdca61d7.gz

 src/sip-connection.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit adee62ec3f6bc88fe932e1d3f45ce2414eb3f920
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 31 13:23:07 2007 +0000

    Set NUTAG_URL("sip:*:*") to enable randomly assigned local ports, per suggestion of Kai Vehmanen
    
    
    20070531132307-5b6ca-ee8040b715d91847dd4d1343f4fca3c054102d20.gz

 src/sip-connection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 6aeb5d547fe003c0a374c3354233c584c1ef6276
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 15:12:28 2007 +0000

    Don't accumulate allocations of SDP data for remote info updates
    
    
    20070605151228-5b6ca-727916d06b92ccb462ede4989a1fd40da66e1525.gz

 src/sip-media-session.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit c5ccb7f495d042f2fb9e754fc38ed19f857f624d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 13:49:34 2007 +0000

    g_assert_not_reached() to alert on unimplemented channel member changes
    
    
    20070605134934-5b6ca-c86dc22b24c1598c83c8144f2f527a22847ead4a.gz

 src/sip-media-channel.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a0c8b34d27785ec5201d35531a240396640302f5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 13:29:57 2007 +0000

    Signal zero bandwidth for RTCP (RFC3556) until RTCP is supported in Farsight
    
    
    20070605132957-5b6ca-1edf7f1bb0cfbedb2cf349ec300ba3d1cf68a420.gz

 src/sip-media-stream.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 14ec5094e5ebeb38748e83685a32df8fe07cf7ef
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 13:02:47 2007 +0000

    SIPMediaSession: more robust destruction of the NUA op handle
    
    
    20070605130247-5b6ca-0c6849724977dd3f116897ed21f2dc0b47bf7820.gz

 src/sip-media-session.c |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

commit 2e17db2d9e3ef56d3046365879c953693851ba35
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 12:17:39 2007 +0000

    SIPMediaStream: generate a direction attribute in the SDP
    
    
    20070605121739-5b6ca-68dd28b713ca1c138f619e89cbf9d65b42234e71.gz

 src/sip-media-stream.c |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

commit 492e1081aceaaa4940d5c8b6ce1074e160ea87a9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 12:16:28 2007 +0000

    Really static and const arrays for constant strings
    
    
    20070605121628-5b6ca-0dcf44d991fd83002440e8c8d525b934d64678a2.gz

 src/sip-media-stream.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 6756cf71628b8d1c4f52521fbb520b46cd169256
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 11:22:21 2007 +0000

    Removed the useless parameter for sip_media_session_accept()
    
    
    20070605112221-5b6ca-3b7291f34f8e142adae47b2769c6ac3f329ce269.gz

 src/sip-media-channel.c |    2 +-
 src/sip-media-session.c |   15 ++++++++-------
 src/sip-media-session.h |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)

commit c52eb3494d9b69a7c872734c0c41dddbd7e1dbc2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 11:10:41 2007 +0000

    Removed the outdated declaration of sip_media_factory_get_only_channel()
    
    
    20070605111041-5b6ca-185fd5110a6332873b5bb34e223cc5f04f12d14a.gz

 src/media-factory.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 82cf556a7d3cc6b116bdc424903782bd77616c62
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 11:02:31 2007 +0000

    Migrated the NUA operation handle ownership from SIPMediaChannel to SIPMediaSession
    
    
    20070605110231-5b6ca-26d07880accc474d84a3a80c15b1bf350514d508.gz

 src/media-factory.c        |   25 +++-----
 src/media-factory.h        |    4 +-
 src/sip-connection-sofia.c |    6 +-
 src/sip-media-channel.c    |   75 +++++------------------
 src/sip-media-channel.h    |    6 ++-
 src/sip-media-session.c    |  142 +++++++++++++++++++++++---------------------
 6 files changed, 111 insertions(+), 147 deletions(-)

commit a8a4cd669c563ba0cab4ab0bf1b042df2998c4d4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Jun 5 07:25:29 2007 +0000

    SIPMediaChannel: the remove_member vtable method must not be set when remove_with_reason is set
    
    
    20070605072529-5b6ca-4663221f628e20954e198bfa5f24b4fab87e9966.gz

 src/sip-media-channel.c |   34 ++++++++--------------------------
 1 files changed, 8 insertions(+), 26 deletions(-)

commit 92f806ab3c566cfd6195f5f5a28d64677a35cbc4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 17:23:28 2007 +0000

    SIPMediaChannel: AddMembers will now return the error 'not implemented' if requested changes aren't handled
    
    
    20070604172328-5b6ca-1f7189bf83cf90fece6d0e89447352e2c26f2988.gz

 src/sip-media-channel.c |   60 +++++++++++++++++++++++++----------------------
 1 files changed, 32 insertions(+), 28 deletions(-)

commit e7e3282ca4a191c3703429de7f548ec34542484d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 17:19:56 2007 +0000

    Use member change reason _PERMISSION_DENIED instead of _BANNED to signal authorization failures
    
    
    20070604171956-5b6ca-ee29f450bec6efad011bddbe2f2b0659a7254866.gz

 src/sip-media-channel.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 466e549ca55b37ba7ee6bede740d1c8707b1c4f9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 17:11:46 2007 +0000

    SIPMediaChannel: implemented RemoveMembers and RemoveMembersWithReason for the Group interface
    
    
    20070604171146-5b6ca-2c4c87f2967ea39c9d4c56dae0e2d911306d64ce.gz

 src/sip-media-channel.c |  105 ++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 94 insertions(+), 11 deletions(-)

commit 93485bf47563a2fb6409d9149c180822b5aeaf94
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 17:10:01 2007 +0000

    Bump dependency on telepathy-glib to version 0.5.13
    
    
    20070604171001-5b6ca-228fdbf230f1120f32c7ad01977a2397255f6af8.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f1524aae105f5c43481adf7ade988c5554faff0e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 17:07:36 2007 +0000

    New method sip_media_session_reject() to reject incoming requests
    
    
    20070604170736-5b6ca-a960f92fc1c79e49fc0d5ed999e44971782ee54a.gz

 src/sip-media-session.c |   17 +++++++++++++++++
 src/sip-media-session.h |    3 +++
 2 files changed, 20 insertions(+), 0 deletions(-)

commit 8a4940bf95f45f929a887a55f807b154a82194f4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 12:10:51 2007 +0000

    Purged the unused signatures from signals-marshal.list
    
    
    20070604121051-5b6ca-9af26e45ec37d0865d39a8418ba1a245b04b2008.gz

 src/signals-marshal.list |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit b9a3b2be3537c0f5c7311f95e8c802cfb4e158fe
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 12:09:12 2007 +0000

    Less expensive signatures for 'ready' and 'supported-codecs', as the codec list is not used in the handlers
    
    
    20070604120912-5b6ca-6290b7ca05f78bc60cb0a1c76c11950fc1c15b85.gz

 src/sip-media-session.c |    3 +--
 src/sip-media-stream.c  |   14 +++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)

commit 7a24b1b11b539146ed0785a08fcd1605caf0182a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 11:39:28 2007 +0000

    Removed the 'new-active-candidate-pair' signal, useless until ICE is implemented
    
    
    20070604113928-5b6ca-3bcc167b93821c5076158500cfbd1e462ecd9425.gz

 src/sip-media-session.c |   25 -------------------------
 src/sip-media-stream.c  |   21 ++-------------------
 2 files changed, 2 insertions(+), 44 deletions(-)

commit 6c45d355baa3e07c47e0484ac8ae807ee2703fe5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 11:31:26 2007 +0000

    Removed the last remnants of legacy GObject signals on SIPMediaChannel
    
    
    20070604113126-5b6ca-f9d1507e9a6b8f1b289b0a827343338a706a7f26.gz

 src/sip-media-channel.c |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

commit 981737a4eba1bc8665a36de7308a36f31bfdbf79
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Jun 4 11:24:09 2007 +0000

    Removed unnecessary SOA tags on the initial nua_invite()
    
    
    20070604112409-5b6ca-f9f4fb58ade063a3b37b3b01aa293a8b5f76b447.gz

 src/sip-media-session.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 5134a85393748ed6218800326351109d1d9c66cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 16:24:36 2007 +0000

    SIPMediaSession: unref the temporary SIPConnection reference after use
    
    
    20070601162436-5b6ca-7b1b119359899fbf3a79903d40d7826b490ace58.gz

 src/sip-media-session.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 41ae77d90bde9098f0d9fbea9683035daf6814c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 14:44:21 2007 +0000

    Unified stream -> channel signal bubbling for StreamStateChanged and StreamDirectionChanged
    
    
    20070601144421-5b6ca-030937fb20fb1c6facda7815320c4851475e75f3.gz

 src/sip-media-channel.c |    8 --------
 src/sip-media-channel.h |    3 ---
 src/sip-media-session.c |   34 ++++++++++++++++++----------------
 src/sip-media-session.h |    3 ---
 src/sip-media-stream.c  |   12 +++++++++++-
 5 files changed, 29 insertions(+), 31 deletions(-)

commit 3b63d4b02d3ab9f7c4e62cebcae11918cf8ec82b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 13:44:39 2007 +0000

    Corrected the printf format to get the object path in SIPMediaStream
    
    
    20070601134439-5b6ca-db54fc21a60203650f8ae7614f9b89c77f068955.gz

 src/sip-media-session.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 62023b19bbc86d530573e3ea87cd4b279e3fa652
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 13:43:17 2007 +0000

    Removed a hunk of obsolete code, already ifdefed out
    
    
    20070601134317-5b6ca-02c45cc2a38cd2508c8a4f59c47cdb8c9675f8dd.gz

 src/sip-media-session.c |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

commit 9454d86edd086843d6271735b83f2031a2533d9a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 13:39:36 2007 +0000

    Use the stream direction property to emit NewStreamHandler
    
    
    20070601133936-5b6ca-5fd901b08a3b72e044b3198052553dc77c1be031.gz

 src/sip-media-session.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 0162188576e127fc65717b5282d32120f5c47581
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 13:35:57 2007 +0000

    Handle 'direction-changed' signal from a SIPMediaStream, emitting the Telepathy signal StreamDirectionChanged
    
    
    20070601133557-5b6ca-fb128354cd7f4dac85130d1c84ecb2657817f5df.gz

 src/sip-media-session.c |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 9f999ae477e8bb7487af63600363ac53f786626d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 13:35:24 2007 +0000

    Implemented utility method sip_media_stream_get_id()
    
    
    20070601133524-5b6ca-4e350042da4ed9f7336ba3009a2e68a5c6353dd6.gz

 src/sip-media-stream.c |    7 +++++++
 src/sip-media-stream.h |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

commit f6cf7e3ff483f83c46c82b52668164e06f84585a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 11:51:00 2007 +0000

    Changed the default stream direction value to bidirectional, reflecting the default and legacy behavior
    
    
    20070601115100-5b6ca-727815035556bd24a0810ea093305192219e9d03.gz

 src/sip-media-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0341349ab8eeb2eabec9a5acae229147ad00a412
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 11:49:55 2007 +0000

    cosmetics
    
    
    20070601114955-5b6ca-e5873d9fe903cdc1c13b9dc30b5f639354e2fd79.gz

 src/sip-media-session.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit a3888b2125cea7aaa2c8060afb2170f1390fb3c9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 11:48:54 2007 +0000

    List channels with actual values of direction and pending send flags
    
    
    20070601114854-5b6ca-f7b0ccfb968d80a6f7787f0b56ada471f9161c0b.gz

 src/sip-media-session.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 75f81b85135d61e05bcf3217de00c12dc6ae9f2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 11:45:42 2007 +0000

    Properly keep object references from SIPMediaSession to the SIPMediaChannel, and from SIPMediaChannel to the SIPConnection and the media factory. Remove the SIPConnection reference in SIPMediaSession
    
    
    20070601114542-5b6ca-fd176eb37579d4b83f92fac5f7e58377c1b695ff.gz

 src/sip-media-channel.c |   10 ++++++++--
 src/sip-media-session.c |   25 +++++++++++--------------
 2 files changed, 19 insertions(+), 16 deletions(-)

commit 71a393c9f39e4897e4e4202581dc9feebe551194
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 10:40:33 2007 +0000

    SIPMediaStream: init non-property values in the init routine rather than the constructor
    
    
    20070601104033-5b6ca-bdb7bdbf05977e0a2701ff408e407ece7b9dbcaa.gz

 src/sip-media-stream.c |   31 ++++++++++++++-----------------
 1 files changed, 14 insertions(+), 17 deletions(-)

commit 8d10434fc8ba720667a0c9926fea37ea67c32e1f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 09:44:05 2007 +0000

    Implemented signal 'direction-changed', emitted when direction or pending send flags change
    
    
    20070601094405-5b6ca-a13d5bb1db08daae1f56cd8be57c38b98b9b8305.gz

 src/signals-marshal.list |    1 +
 src/sip-media-stream.c   |   13 ++++++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 495409dd4d8e70083bf7dab934aca1c6e189fed5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Jun 1 09:39:10 2007 +0000

    Implemented properties 'direction' and 'pending-send-flags' on SIPMediaStream
    
    
    20070601093910-5b6ca-8f43c5634770ed23b0c24c64d46eb995ad13d0be.gz

 src/sip-media-stream.c |   70 +++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 64 insertions(+), 6 deletions(-)

commit a0683c2c2487f647d7790f06c852a23a686bcfce
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 31 13:45:33 2007 +0000

    cosmetics
    
    
    20070531134533-5b6ca-374087cb7a58b5d010c978188e0c0c375bdca39f.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dd83a67bd83f3d01715bbf96f0123252eac00a62
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 31 13:45:11 2007 +0000

    Removed an unused variable
    
    
    20070531134511-5b6ca-f85c021eaaadb4453fc6d788679f710ab2595ee7.gz

 src/sip-media-stream.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b424ce79e297e7a3cf6aabd557e79272ce2a4d75
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 31 13:23:53 2007 +0000

    Reworked processing of remote stream media and candidates:
    
    - Don't keep Telepathy data structures for remote information, store it on the session using an sdp_media_t structure.
    - Properly generate and retrieve candidate IDs for native and remote candidates, respectively.
    - Detect non-modifying remote session updates for the session, individual streams, and connection lines
      to prevent emission of bogus DBus signals.
    - Carefully ordered updates of candidates and codecs, in order to prevent sending wrong payloads or, as much as possible, receiving unknown payloads.
    
    20070531132353-5b6ca-598a211599a151e0a1827dd399c93b5b387c3492.gz

 src/sip-media-session.c |   28 ++-
 src/sip-media-stream.c  |  508 ++++++++++++++++++++++++++---------------------
 src/sip-media-stream.h  |    4 +
 3 files changed, 312 insertions(+), 228 deletions(-)

commit bd8c2e4a2ffb1e2471bda4aeed11c2663262a24c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 30 13:29:56 2007 +0000

    SIPMediaStream: remote media sanity checks moved to sip_media_stream_set_remote_info()
    
    
    20070530132956-5b6ca-71acbd952783199a9c0f43ea02d446909d580fae.gz

 src/sip-media-stream.c |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

commit 84ca9c9626b45f9cd69954a29157ca878dfeef80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 30 12:39:52 2007 +0000

    Removed the signal new-native-candidate on SIPMediaStream because the callback did nothing
    
    
    20070530123952-5b6ca-f0a3242822531177ed5b54750a7df5971b34298b.gz

 src/sip-media-session.c |   10 ----------
 src/sip-media-stream.c  |   13 -------------
 2 files changed, 0 insertions(+), 23 deletions(-)

commit b404f2089fc208471d12bf06d30a8a6ad354ef5e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 30 12:31:11 2007 +0000

    Don't check for a 127.0.0.1 local candidate because it's a bug to get one anyway
    
    
    20070530123111-5b6ca-ee236340e9386c61353157402fa7e50e7ea89270.gz

 src/sip-media-stream.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

commit 375d97c4014efe17503986e6b1dde1f31ed4e3a6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 30 12:18:32 2007 +0000

    Added an XXX comment about the corner case when the remote peer changes the stream media type on us
    
    
    20070530121832-5b6ca-229d7c0b30b2674f5df2e24cc99bc425c8324f16.gz

 src/sip-media-session.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4b58d0c4727e3c5b6a4d235dc0541ef0dd7ebfb4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 30 12:17:01 2007 +0000

    Clear the cached list of remote codecs before populating it from SDP
    
    
    20070530121701-5b6ca-f5a738a529c5b231a7dc4c5f187da32fd0c1482a.gz

 src/sip-media-stream.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit a588efed1141742412f37d998c6a9a5549ec04bd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 30 11:46:42 2007 +0000

    Reused the Sofia -> Telepathy media stream type conversion as sip_tp_media_type()
    
    
    20070530114642-5b6ca-68843d739702ac239eb0813d77f494165b83354b.gz

 src/sip-media-session.c |   20 +-------------------
 src/sip-media-stream.c  |   37 +++++++++++++++++++++----------------
 src/sip-media-stream.h  |    2 ++
 3 files changed, 24 insertions(+), 35 deletions(-)

commit d44a3b07a25da2866343ad8628c08eeb588f31cc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 15:14:19 2007 +0000

    Stick to one media description in priv_set_local_codecs():
    
    - don't run away to subsequent media descriptions if this media type is not good, return FALSE instead;
    - do early sanity checks and debugging for media type.
    
    20070529151419-5b6ca-e3a3de56b72c555552769795e30704e232261ff0.gz

 src/sip-media-stream.c |  103 ++++++++++++++++++++++++++----------------------
 1 files changed, 56 insertions(+), 47 deletions(-)

commit 4ddeae8b8917b064dcc8f0dced643ec1636e464c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 14:29:04 2007 +0000

    sip_media_stream_set_playing(): more reasonable debugging
    
    
    20070529142904-5b6ca-d81c64d37144ddbc65c4b60f9e37937b3da4527e.gz

 src/sip-media-stream.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 24ad28fbd3c67b22da8d5659dbd175a3fdae99ad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 14:13:31 2007 +0000

    priv_set_remote_codecs(): reuse the optional parameters hash table between iterations, only emptying the hash at the end of each one
    
    
    20070529141331-5b6ca-3f5dd85665d2386f41968ee8776a4749793dd466.gz

 src/sip-media-stream.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit 6eafedfd3f63b818c6b11e3a782b289c5dcdc696
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 14:02:06 2007 +0000

    Store the D-Bus struct type in a variable instead of calling a function in loops
    
    
    20070529140206-5b6ca-ccc7d370f862106df2b9ed05e011b71b45cddf54.gz

 src/sip-media-stream.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit c296509ad01256deebabf95dad7bcc646f5ab847
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 13:34:05 2007 +0000

    Don't leak the optional parameters hash table; added a FIXME comment to populate it
    
    
    20070529133405-5b6ca-4b85111a50669c736b01c01622e3b6075a47afcf.gz

 src/sip-media-stream.c |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit 093f0d9356303b0c55f7a36f807779b9193f9e9d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 13:09:46 2007 +0000

    Pass exact types of values for transport structure members.
    
    Use Telepathy constants for the initializers where appropriate.
    Check the protocol type to exclude any non-RTP streams, lest we lie to the client.
    
    20070529130946-5b6ca-e578589ed4f72b61d11d54eabfe604e0a5daf3f1.gz

 src/sip-media-stream.c |   32 +++++++++++++++++++++++---------
 1 files changed, 23 insertions(+), 9 deletions(-)

commit 1b44a45e8f466d4530df58b8cbbf0820be6859c2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 12:30:27 2007 +0000

    SIPMediaStream: factored priv_set_remote_candidates() out of sip_media_stream_set_remote_info()
    
    
    20070529123027-5b6ca-d9dbc2b6450bc3ebc0b8635bbe536a4f268deb1f.gz

 src/sip-media-stream.c |  119 +++++++++++++++++++++++++++---------------------
 1 files changed, 67 insertions(+), 52 deletions(-)

commit be57c49183ac86d496fd6064bd10549eaea2de48
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 29 14:37:44 2007 +0000

    Declare the DBus-GLib type helpers with G_GNUC_CONST
    
    
    20070529143744-5b6ca-214afa58866653f6134495bd4004f3c937936e80.gz

 src/telepathy-helpers.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit c8af644b96dd34a5a331398e728d2efcd16ee7b1
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed May 30 14:40:27 2007 +0000

    sip-connection-helpers.c: minor fix in temp home creation
    
    
    20070530144027-01440-b41f1624cf204e30da728c572cdcb18c68cbc319.gz

 src/sip-connection-helpers.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 47e6bed36b7b79069a864b87d93c1e56c6efb56d
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed May 30 14:21:15 2007 +0000

    SIPConnection: minor fixes to handle normalization code and the corresponding test code
    
    
    20070530142115-01440-92ca50ec4eae86fb873d1405be77cca86adb2b4e.gz

 src/sip-connection-helpers.c       |   22 +++++++++++-----------
 tests/test-handle-normalisation.py |    5 +++--
 2 files changed, 14 insertions(+), 13 deletions(-)

commit 3832ec7650411a97ded94e3dd3ca776ffe577502
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed May 30 13:33:22 2007 +0000

    Added a test for the handle normalisation code
    
    
    20070530133322-01440-19493ac0a7654503a63c094ff05a019684f4ae41.gz

 tests/Makefile.am                  |    3 +-
 tests/sofiatest.py                 |   11 +++++---
 tests/test-handle-normalisation.py |   46 ++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+), 5 deletions(-)

commit d251cb000d866164a7d7043ed63ad4d2b68d82c2
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed May 30 13:30:05 2007 +0000

    SIPConnection: moved handle normalization logic to sip-connection-helpers.c, made a few modification, and introduced a new private variable domain storing our local domain
    
    
    20070530133005-01440-915d3ab0087b13508ba1cb9dfef4192a01c3c331.gz

 src/sip-connection-helpers.c |  146 ++++++++++++++++++++++++++++++++++++++++++
 src/sip-connection-helpers.h |    5 ++
 src/sip-connection-private.h |    1 +
 src/sip-connection.c         |  128 +++----------------------------------
 4 files changed, 161 insertions(+), 119 deletions(-)

commit 9102a06eaae6a628e21eff7d8a1aaf2c812c6b05
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Wed May 30 11:45:08 2007 +0000

    Improving handle normalization and converting of plain usernames and phone numbers into SIP URLs
    
    
    20070530114508-01440-d3fd9e1ce97ded708192e32a7fe4f7a61e195a98.gz

 src/sip-connection.c |  129 ++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 110 insertions(+), 19 deletions(-)

commit 79218372398c5b0878703a1437ec203197856c10
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue May 29 09:28:07 2007 +0000

    Fixed servicetest lazy test decorator name, properly making the test scripts executable
    
    
    20070529092807-01440-aa0d14cca1584906b05da36774184552a48de926.gz

 tests/Makefile.am    |    1 +
 tests/servicetest.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit fa3260ae71afd99907e864553aff2decd2c70548
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Tue May 29 08:58:57 2007 +0000

    Added twisted-python based test suite, modelled after gabble's
    
    
    20070529085857-01440-de376e60e4e00fbafc49e2a237569750a7bc9bac.gz

 tests/Makefile.am                                  |   35 +++
 tests/exec-with-log.sh.in                          |    9 +
 ...Telepathy.ConnectionManager.sofiasip.service.in |    3 +
 tests/run-with-tmp-session-bus.conf.in             |   30 +++
 tests/run-with-tmp-session-bus.sh                  |   49 +++++
 tests/servicetest.py                               |  218 ++++++++++++++++++++
 tests/sofiatest.py                                 |   40 ++++
 tests/test-register-fail.py                        |   23 ++
 tests/test-register.py                             |   31 +++
 9 files changed, 438 insertions(+), 0 deletions(-)

commit 766bc6443a2b114e74d69993a4ce66246d97931e
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon May 28 15:35:33 2007 +0000

    Don't try to unset GValue's without a type
    
    
    20070528153533-b58c9-6f6e0399caea538e27762127d16f809c2f837303.gz

 src/sip-media-channel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 55d00ae438afc250e960dd5dca40fa89b5f692eb
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon May 28 14:44:14 2007 +0000

    Don't override GetParameters and ListProtocols. tp-glibs base connection manager handles these just fine
    
    
    20070528144414-b58c9-2e539b9576a03242be72fb2965039227cb579ee5.gz

 src/sip-connection-manager.c |   54 +----------------------------------------
 1 files changed, 2 insertions(+), 52 deletions(-)

commit 2107af36cee530d92d4d21f1759455ee296dd398
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 28 13:10:50 2007 +0000

    Further reduced unnecessary inclusion of sip-sofia-decls.h
    
    
    20070528131050-5b6ca-f3cd51b38a5b478d3539af08cdfd4e88d55b13f8.gz

 src/sip-connection-helpers.h |    1 +
 src/sip-connection-manager.c |    7 ++++---
 src/sip-connection-manager.h |    2 --
 src/sip-connection.h         |    1 -
 src/sip-sofia-decls.h        |    2 --
 5 files changed, 5 insertions(+), 8 deletions(-)

commit ff01c899c9e60347d10b914c481c30fa185ece56
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 28 13:03:38 2007 +0000

    Another cosmetic inclusion reordering
    
    
    20070528130338-5b6ca-bb0bd50f57de7b46057021a09262554080401ec0.gz

 src/sip-connection-helpers.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 0a2d1f08be4437728785d5e42cd091d557dc3862
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 28 12:55:00 2007 +0000

    Removed outdated definitions of _TP_CM_UPDATED_FOR_0_5_7
    
    
    20070528125500-5b6ca-f00556e8e7a4f3dd9801f0d4d5e36b9a9db515ad.gz

 src/media-factory.c     |    4 ----
 src/sip-media-channel.c |    4 ----
 2 files changed, 0 insertions(+), 8 deletions(-)

commit 7a9e05ff97943e714cec5cdf8a8dc6dce905eef7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 28 12:50:59 2007 +0000

    Spring header cleaning: shipped all Sofia header customization stuff into new file sip-sofia-decls.h; cleaned up inclusions everywhere
    
    
    20070528125059-5b6ca-f217322012f9671b82ba4977b137f21d04f91c94.gz

 src/Makefile.am              |    1 +
 src/sip-connection-helpers.c |    7 +----
 src/sip-connection-helpers.h |   40 ---------------------------------
 src/sip-connection-manager.c |    5 +---
 src/sip-connection-manager.h |    2 +
 src/sip-connection-sofia.h   |    2 +-
 src/sip-connection.c         |    2 -
 src/sip-connection.h         |    7 +-----
 src/sip-media-channel.c      |    7 +----
 src/sip-media-channel.h      |    3 ++
 src/sip-media-session.c      |    7 ++---
 src/sip-media-session.h      |    2 +
 src/sip-media-stream.c       |    6 +----
 src/sip-sofia-decls.h        |   50 ++++++++++++++++++++++++++++++++++++++++++
 src/sip-text-channel.c       |    6 +---
 src/sip-text-channel.h       |    4 +++
 16 files changed, 75 insertions(+), 76 deletions(-)

commit 43cfbd52b4ed21cdbb1bcc93c2776ae33e25f008
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 28 12:40:06 2007 +0000

    SIPMediaStream: removed the unused SIPConnection reference
    
    
    20070528124006-5b6ca-48db1f57aeb1324ad2c390c8b3f8cf3bf359b83f.gz

 src/sip-media-stream.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit 822154f0aa637b8bd96fed6c9fd16591ec595708
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 28 11:42:42 2007 +0000

    Added some missing header inclusions, removed some redundant ones
    
    
    20070528114242-5b6ca-c27e8f33aa20f8704ca92aece27a9ab43ba8379c.gz

 src/media-factory.c          |    1 +
 src/sip-connection-helpers.c |    2 --
 src/sip-connection-helpers.h |    1 -
 src/text-factory.c           |    1 +
 4 files changed, 2 insertions(+), 3 deletions(-)

commit c0f22bb57c2db7c03aedf33942ade91da88b6009
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 28 11:39:30 2007 +0000

    Don't (re)parse the SDP from NUA, retrieve the parsed data structures from the stack
    
    
    20070528113930-5b6ca-2463b4b4d09e2e7a8ae8949c7f777c7b21562df7.gz

 src/sip-connection-helpers.c |    1 +
 src/sip-connection-helpers.h |    1 +
 src/sip-connection-sofia.c   |   15 +++--------
 src/sip-media-channel.c      |    3 +-
 src/sip-media-channel.h      |    2 +-
 src/sip-media-session.c      |   57 ++++++++++++++++-------------------------
 src/sip-media-session.h      |    2 +-
 7 files changed, 32 insertions(+), 49 deletions(-)

commit 244d9dc8ba147b38c6f261617ad5818c70654e71
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 25 15:22:47 2007 +0000

    Deleted another piece of code that's been ifdefed out
    
    
    20070525152247-5b6ca-437c381144d267f8df1db7827be1b8220ec7240b.gz

 src/sip-media-stream.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 773dd9b66d01ae927c68cdd6aea8a872d79c80b1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 25 15:19:32 2007 +0000

    Eliminated the freeing functions because D-Bus already knows how to free its collection types
    
    
    20070525151932-5b6ca-173a0fe4d13f9838c07bfad49079ebd10573019f.gz

 src/sip-media-channel.c |    4 ++--
 src/sip-media-session.c |    9 +++++----
 src/sip-media-session.h |    5 ++++-
 src/sip-text-channel.c  |    8 ++++----
 src/telepathy-helpers.h |   11 -----------
 5 files changed, 15 insertions(+), 22 deletions(-)

commit 4ac9c29202d067aa2dc71ec7498b1343602f8d01
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 25 10:57:01 2007 +0000

    Added missing telepathy-helpers.h inclusion
    
    
    20070525105701-5b6ca-ce9f6c5a7dac102e3a45034da05623bde6e5db34.gz

 src/sip-media-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 52ace9e4ee2638cc8e757db9761a85e78ad3cd18
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 23 15:58:57 2007 +0000

    Don't compose a proxy URI if it was not provided in the parameters. Let the stack do it better with regard to route headers.
    
    
    20070523155857-5b6ca-a252ae6390732eed3b62c9753f7ea131492cd799.gz

 src/sip-connection-manager.c |   75 +++++++++++++++++++++++++++++++++++++-----
 1 files changed, 66 insertions(+), 9 deletions(-)

commit 25f6ca2a294ccdf5817a01613a829530047177dd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 23 15:58:57 2007 +0000

    Don't compose a proxy URI if it was not provided in the parameters. Let the stack do it better with regard to route headers.
    
    
    20070523155857-5b6ca-2d5dbd771db2622930b1b67ca24df081dc35b98e.gz

 src/sip-connection-manager.c |   75 +++++-------------------------------------
 1 files changed, 9 insertions(+), 66 deletions(-)

commit c7ab5457045e3d68cfa04752e180c09ced2a87d2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 25 10:33:02 2007 +0000

    Macroized sip_session_handler_type()
    
    
    20070525103302-5b6ca-0010d581d29174e346dc0a11e27dc3f02be01584.gz

 src/sip-media-channel.c |   20 +++-----------------
 1 files changed, 3 insertions(+), 17 deletions(-)

commit 0844f9b30271166e043dfa46e99de1089fe63d7d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 18:20:03 2007 +0000

    Properly namespaced the Telepathy pending message list free function because it's public now
    
    
    20070524182003-5b6ca-430c88598f357cf40d6eb23eac5b499a6ebafe07.gz

 src/sip-text-channel.c |   25 ++++++++-----------------
 1 files changed, 8 insertions(+), 17 deletions(-)

commit 36ba610d37b060b57ca03c4660cc6354d24fb20b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 18:18:05 2007 +0000

    Define the DBus type functions as public
    
    
    20070524181805-5b6ca-31b95f0fdba972a2192d9294adb59601263e7d08.gz

 src/telepathy-helpers.h |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 07afc6c1b1db534b9a163407209de75d75ba1635
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 18:17:07 2007 +0000

    SIPMediaSession: macroized the DBus type functions
    
    
    20070524181707-5b6ca-01798f9e44977c421e45d09461b0a6d55e0db308.gz

 src/sip-media-session.c |   42 +++++++++++-------------------------------
 1 files changed, 11 insertions(+), 31 deletions(-)

commit c2521bf18249b12364062f16dec0f45a26f1f82b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 18:15:43 2007 +0000

    Added macro DEFINE_TP_LIST_FREE to easily define destruction functions for Telepathy DBus array types
    
    
    20070524181543-5b6ca-247762918d9eb59f79bc774a7119f47be0e1de64.gz

 src/telepathy-helpers.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 7e437ca73faaf6d6b4ff818ffae85f5c19972106
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 17:47:19 2007 +0000

    Better iface casting in sip_text_channel_list_pending_messages()
    
    
    20070524174719-5b6ca-6611025c81b766e9b4e66adf624a6a3cadeffbac.gz

 src/sip-text-channel.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a37294bb2fbfb1f52c4cdd09a6b7b793817289b2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 17:45:54 2007 +0000

    More readable looping in sip_text_channel_list_pending_messages()
    
    
    20070524174554-5b6ca-fbc74f123d78ae617c668d51442ed9951514a8c7.gz

 src/sip-text-channel.c |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

commit 6ae567a12fc487bd2d1f4225b11c7cf6650ef974
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 17:26:44 2007 +0000

    Refactored management of DBus pending message list into separate functions
    
    
    20070524172644-5b6ca-1f6d56b303e1b3f2d1962ea1277ce5cc0aa30c91.gz

 src/sip-text-channel.c |   59 +++++++++++++++++++++++++++++------------------
 1 files changed, 36 insertions(+), 23 deletions(-)

commit fcc7fe9d4c4e7167c87184661260672dc6ed3d48
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 17:14:31 2007 +0000

    SIPTextChannel: don't leak the pending message structures after pushing them to the client
    
    
    20070524171431-5b6ca-b04b5fecafede436bcf4267fd5824febb50d8f93.gz

 src/sip-text-channel.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 0eb6cfe30efc4ff3c1395179b6e3c30ac0f5f81a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 17:07:35 2007 +0000

    Added a comment about dubious use of GValue assignment
    
    
    20070524170735-5b6ca-650001b72bc1d72166954d1338abf93dc5563714.gz

 src/sip-media-stream.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit dd57c26c0aaa64150dcab43881d36c519c57c8cf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 17:06:20 2007 +0000

    Removed an earlier ifdefed out piece of code
    
    
    20070524170620-5b6ca-e69f35a065f29a0564619b14f5bb73f1c6548cf8.gz

 src/sip-media-stream.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 457470c1784ba672e4ea9006e1cdff61f54649b4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 17:04:39 2007 +0000

    Removed obsolete stuff from telepathy-helpers.h and its implementation with the whole of telepathy-helpers.c
    
    
    20070524170439-5b6ca-5b2c01c9153dde7281de9bcd7bb6302e654723de.gz

 src/Makefile.am         |    3 +-
 src/telepathy-helpers.c |   60 -----------------------------------------------
 src/telepathy-helpers.h |   13 ----------
 3 files changed, 1 insertions(+), 75 deletions(-)

commit 6dd6854ee071c75ff161c1b7900b9c5fa552e491
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 16:53:48 2007 +0000

    Replaced type macros mapping to expensive D-Bus calls with macroized caching type functions
    
    
    20070524165348-5b6ca-0af4cbc9092ef4de14e3167cc5ed837d0900bdd3.gz

 src/sip-media-stream.c  |   89 +++++++++++++++++++++++++++++++++-------------
 src/sip-media-stream.h  |   32 -----------------
 src/sip-text-channel.c  |   25 +++++++------
 src/telepathy-helpers.h |   25 +++++++++++++
 4 files changed, 103 insertions(+), 68 deletions(-)

commit c3657e683ce08cc6000d055380cd096f5ca7f901
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 14:10:54 2007 +0000

    Stream list processing fixes:
    
    - Use fast local type-caching functions for stream lists and session handler lists instead of macros
    expanding to slow DBus functions.
    - Don't create an intermediate list for stream objects in the SIPMediaSession, create the D-Bus structure list
    directly.
    - Don't leak boxed values in stream lists and session handler lists after they have been used.
    
    20070524141054-5b6ca-3d822620dfa1e936f0d679a5c754d7323e58c747.gz

 src/sip-media-channel.c |  180 +++++++++++++++--------------------------------
 src/sip-media-session.c |   76 +++++++++++++++++++-
 src/sip-media-session.h |    1 +
 3 files changed, 131 insertions(+), 126 deletions(-)

commit 7bc58d5f15d2f4dddef4f4d022b9d6036c9843fd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 24 07:48:05 2007 +0000

    Bumped version 0.3.18.1 for development
    
    
    20070524074805-5b6ca-9dde44c763ecf51d9c63d1a33de2ee9f9f6f1584.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 581dc087cd761ea567ca43b3850de013493fbdcb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 16:51:15 2007 +0000

    Bumped version to 0.3.18
    
    
    20070521165115-5b6ca-ff4469013c31db7914a1b41abd2ee8e162bab8ae.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1582222c41281e8d9da6f4fd1c917b8d4a4df1ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 18:14:20 2007 +0000

    Better debugging in sip_conn_resolv_stun_server()
    
    
    20070521181420-5b6ca-83726a2fbfb35cc5a373de5f6d07098c0866e2df.gz

 src/sip-connection-helpers.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d51ca926b63c9aa37f0a1f48b81a796d3e9805f0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 18:13:09 2007 +0000

    Refactored common code in STUN server property setting
    
    
    20070521181309-5b6ca-4dd012a3f8ba25024f696b9bcd0f6ef7774ef894.gz

 src/sip-connection-helpers.c |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

commit 9e97db2d12c306a461dc63b4c2ca8c7f20dc23e1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 17:51:01 2007 +0000

    SIPConnection: properly handle NULL value for stun-server
    
    
    20070521175101-5b6ca-0a176664af9642081c10c895eea538c55f48100d.gz

 src/sip-connection-helpers.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 040ff02a6a57902de1a9b49bc843f330840be33a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 17:50:13 2007 +0000

    DNS query type is a constant, no need for a variable
    
    
    20070521175013-5b6ca-e48b603c21ec21dbaf87d68d16e42b9726797cf4.gz

 src/sip-connection-helpers.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 23255201eac3552245848f039fe97e204bdcc462
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 17:49:34 2007 +0000

    Redundant inclusion of sofia-sip/sresolv.h
    
    
    20070521174934-5b6ca-a84383b3b0dbaebece7d76a1d7b8a2705423624c.gz

 src/sip-connection-helpers.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 4cca6a9ec81723c9829b71f762a3e95860008ef3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 17:44:34 2007 +0000

    Enhanced debugging in sip_conn_update_stun_server(); cosmetic changes
    
    
    20070521174434-5b6ca-9d9b0745fc79566d75e266d88bc1fb8dd8e714b5.gz

 src/sip-connection-helpers.c |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

commit a0e0b07f7d0394e57a8d1e8a443883e78ae7c738
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 16:37:10 2007 +0000

    Do nothing in sip_conn_update_stun_server() if the STUN server property is NULL
    
    
    20070521163710-5b6ca-998fffd6c0fd04f4ed087b135ab8ef1f70e1dad6.gz

 src/sip-connection-helpers.c |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

commit eca90e14aae4298b538dd1da2a3db3a6a720fbcc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 16:37:10 2007 +0000

    Do nothing in sip_conn_update_stun_server() if the STUN server property is NULL
    
    
    20070521163710-5b6ca-a09dee1712ca2276ac410a0d9d28a6fc4b7f0848.gz

 src/sip-connection-helpers.c |   21 ++++++---------------
 1 files changed, 6 insertions(+), 15 deletions(-)

commit 9c43bba8911dfec44d6bf390f8098a509057fba9
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon May 21 17:15:27 2007 +0000

    SIPConnection: a small fix in stun server address free
    
    
    20070521171527-01440-a7e38349cbcf3782bce0aef3f11b8a9bbfbf2948.gz

 src/sip-connection-helpers.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 88019e55022c00d2a2a14b723205b4960e0cd982
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon May 21 17:02:24 2007 +0000

    SIPConnection: don't try to resolve stun address if it's already an IP address
    
    
    20070521170224-01440-49840c33d15efc2d4b30001518333083d5d87a73.gz

 src/sip-connection-helpers.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit f0df7328e5ad7dc65d60dfc64dede1448a97fdc1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 15:39:31 2007 +0000

    Added Senko Rasic to the AUTHORS
    
    
    20070521153931-5b6ca-9ad71bd3ddddbfde2dafaf8b9599c04b1c36be0e.gz

 AUTHORS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 30136f45c2c76e633fa0be21f608ef15a7682ccb
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 21 12:22:08 2007 +0000

    Set proxy-related tags only if the proxy URI is set.
    
    If proxy is unset but the registration SIP address is SIPS, mandate the SIPS contact.
    
    20070521122208-5b6ca-b25baa4273aa24317712f1f7e3c09a7a7f80b9d4.gz

 src/sip-connection.c |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

commit 2062ae80d01190b7eb0914ca8c55267d42bac33d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 18 12:57:48 2007 +0000

    More DEBUGification, removed some trailing newlines in debug strings
    
    
    20070518125748-5b6ca-33de3034cb8c1d6d557b0a55719724f9a1431c4d.gz

 src/sip-connection.c    |    4 ++--
 src/sip-media-channel.c |    2 +-
 src/sip-media-session.c |    6 ++----
 src/sip-media-stream.c  |    4 ++--
 4 files changed, 7 insertions(+), 9 deletions(-)

commit e709062437979ded95c4c9bb0297f545c0e42690
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Mon May 21 09:51:32 2007 +0000

    SIPConnection: improvements to stun address resolver
    
    
    20070521095132-01440-448456f367bb3d08c1dab861e474e9c46f7930fd.gz

 src/sip-connection-helpers.c |   20 ++++++--------------
 src/sip-connection-private.h |    1 +
 src/sip-connection-sofia.c   |    7 -------
 src/sip-connection-sofia.h   |    1 -
 src/sip-connection.c         |    7 +++++++
 5 files changed, 14 insertions(+), 22 deletions(-)

commit 62aec6cbf564f4a321f049af774e43120fe090ed
Author: Senko Rasic <senko.rasic@collabora.co.uk>
Date:   Thu May 17 15:52:35 2007 +0000

    SIPConnection: use sofiasip resolver to async resolv stun server address
    
    
    20070517155235-01440-7b30a673d534df254edcd02a4cdd62aa93af456b.gz

 src/sip-connection-helpers.c |   49 ++++++++++++++++++++++++++++++++++++++++++
 src/sip-connection-helpers.h |    2 +
 src/sip-connection-sofia.c   |    7 ++++++
 src/sip-connection-sofia.h   |    1 +
 src/sip-connection.c         |    4 +--
 5 files changed, 60 insertions(+), 3 deletions(-)

commit e4697dc7109fa7dc123da5ecdeb82ad0007a5b4b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 18 12:50:41 2007 +0000

    Replaced a printf with DEBUG macro
    
    
    20070518125041-5b6ca-d134b8cba5072cba2d8c8fb389e65e76921c835e.gz

 src/sip-media-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b8182c4eeb9156602ce8590459f32156e547c3d1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 18 11:43:46 2007 +0000

    Don't use -1 as the default value for keepalive interval
    
    
    20070518114346-5b6ca-ab15d97ed94b387c5f7b214e530c750c12938a40.gz

 src/sip-connection-helpers.c |    2 +-
 src/sip-connection.c         |    3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)

commit 567d491e250fc09ed373a363b05fd22b5957c535
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 18 11:42:35 2007 +0000

    Bumped version 0.3.17.1 for development
    
    
    20070518114235-5b6ca-e3b718ec9be520ddf47dea1bb485e55de0e852ce.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 23d9b9ebca476ea66e11a3dd0075a4978efa3a5b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 16 09:15:33 2007 +0000

    Bumped version 0.3.17
    
    
    20070516091533-5b6ca-9e835e9f4877e66eba86e4e3757c89eefbd8b9c6.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b9fc4048254e5e490cae595a586c3c254a3a6f1d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 16 09:11:34 2007 +0000

    Unbreak the temphome code in sip_conn_create_*_handle()
    
    
    20070516091134-5b6ca-0aa404eef9b43f5e5a59fcc4ce40ec15c8a88e70.gz

 src/sip-connection-helpers.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 641bcba506ceb3e4f6e8947be3a1f1fcc31cd7be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 13:18:36 2007 +0000

    Reuse TP_CHANNEL_GROUP_CHANGE_REASON_BANNED as the indication of a call rejected due to not having proper auth credentials
    
    
    20070515131836-5b6ca-3a6a76a0584738258f77207248f9d8bc7dcbc881.gz

 src/sip-media-channel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 27d7c0efcd88215aacf26860cdaa0e71a1632c0a
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 13:11:23 2007 +0000

    Set the peer as the actor in MembersChanged emitted on the peer's call error
    
    
    20070515131123-5b6ca-b93d919c0f40255d255edeb58c07e8a2bb1e0fbe.gz

 src/sip-media-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f198b32ef54f92e202b518ff798ad8d988c3dbd4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 15:46:15 2007 +0000

    Create the temporary Sofia homes on stack
    
    
    20070515154615-5b6ca-24f0d500eca17485c9e180123c0e35d194b7593b.gz

 src/sip-connection-helpers.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit a45fd0614f583507596eb4a073f866095aa93c78
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 15:20:48 2007 +0000

    More sensible debugging of sending BYE
    
    
    20070515152048-5b6ca-60155e5a0fff5569b5eb0274013a72c683c406ec.gz

 src/sip-media-session.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit e6d598a1abb4a2cf299cc4fa03e1183178e59231
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 15:18:17 2007 +0000

    Remove a disastrous usage of an uninitialized outdated variable
    
    
    20070515151817-5b6ca-f067945b3c1818b62e4230e4f4cda18261f346c9.gz

 src/sip-media-session.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 53b57a3ed090b7996860ff279940a7bb94036061
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 15:14:49 2007 +0000

    Rely on reference counting to track the call handle without leaking it
    
    
    20070515151449-5b6ca-09c3036ac41be7e8520f756d94288ac6d8110cd9.gz

 src/sip-connection-sofia.c |    1 -
 src/sip-media-channel.c    |   14 +++++++++-----
 src/sip-media-session.c    |    3 +++
 3 files changed, 12 insertions(+), 6 deletions(-)

commit 82cde52e91606f6bf093ad6d79e28e03b54eb1df
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 10:58:26 2007 +0000

    Clarified the description for the discover-binding parameter
    
    
    20070515105826-5b6ca-34a59fd4cc54a0a666e31db432dbd3db4f86a5d3.gz

 src/sip-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ccd2dd0cf1345f08fb4d5af92b08ced3a85aefbf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 15 10:26:46 2007 +0000

    Pass Telepathy handles to the helpers creating NUA handles.
    
    An attempt to resolve the requested_address/address debacle by using tp_handle_inspect() where appropriate.
    Deallocate the header structures allocated for SIPTAG_TO values.
    
    20070515102646-5b6ca-2367286df051f0d4284de9e2a3084465b32b5b6f.gz

 src/sip-connection-helpers.c |   48 +++++++++++++++-----
 src/sip-connection-helpers.h |    4 +-
 src/sip-connection-private.h |    2 -
 src/sip-connection-sofia.c   |   19 +--------
 src/sip-connection.c         |  100 ++++++++++++++++++------------------------
 src/sip-media-session.c      |   10 +---
 src/sip-text-channel.c       |   16 +++----
 7 files changed, 92 insertions(+), 107 deletions(-)

commit e70adc503deb2e2adb2092a0d839a39f05b85863
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 17:40:37 2007 +0000

    Fixed up a string leak in priv_r_get_params, added a WTF comment about the piece of code containing it
    
    
    20070514174037-5b6ca-4f8e0155a1f4ab7635ceb09a0aa00d1716d26a06.gz

 src/sip-connection-sofia.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 973ecf0f960fdd4b074ce74130784a8436b1e986
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 17:38:48 2007 +0000

    Fixed a lurking bug in error rollback code in sip_connection_request_handles()
    
    
    20070514173848-5b6ca-d6dded2a5b35cba844f121b86e5eac510c1c99c1.gz

 src/sip-connection.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 9a017890701eb03425ebd170d25c006b2ea715de
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 17:27:55 2007 +0000

    Consistently unreference the Telepathy handle we acquire with priv_handle_parse_*()
    
    
    20070514172755-5b6ca-cf00a42a7242fcc2f120be4912d69865a0301d93.gz

 src/sip-connection-sofia.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 00955eb371d307fe4d7092dce5835b0ebf1f34ab
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 17:07:30 2007 +0000

    sip_conn_sofia_nua(), sip_conn_sofia_home() are no longer used anywhere, removing
    
    
    20070514170730-5b6ca-544b5a0a10d8482348ab1d9b0488e0ece65ffec4.gz

 src/sip-connection-helpers.c |   14 --------------
 src/sip-connection-helpers.h |    3 ---
 2 files changed, 0 insertions(+), 17 deletions(-)

commit 4e88f3d86f9f3b85af6baba733fe49c0519e7f5c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 16:59:36 2007 +0000

    Handle creation helpers got SIPConnection* parameter instead of a NUA and a home which are always taken from the connection
    
    
    20070514165936-5b6ca-9c6eb8f454c48006a327f41b738beecb559fb881.gz

 src/sip-connection-helpers.c |   32 ++++++++++++++++++++------------
 src/sip-connection-helpers.h |    4 ++--
 src/sip-connection.c         |    3 +--
 src/sip-media-session.c      |    5 +----
 src/sip-text-channel.c       |   12 +-----------
 5 files changed, 25 insertions(+), 31 deletions(-)

commit 4d8ce9fd63511b1bc13d9e72438a09886e1f5e14
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 16:34:19 2007 +0000

    trailing whitespace
    
    
    20070514163419-5b6ca-67682824a2a7350596d170776405f5f4d0f2047e.gz

 src/sip-connection-sofia.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 34876fe1c6d3d9dba15a0e44a4f40c248c0d7c6b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 16:26:12 2007 +0000

    Refactored code retrieving addressing information from SIP headers. Now the helper functions return handles, which in future will have qdata with a display name. We don't need Subject header content anywhere, dropped that.
    
    
    20070514162612-5b6ca-4c6eba44ccd908db728418d137d52bc9d67e32cd.gz

 src/sip-connection-sofia.c |  199 ++++++++++++++++++++++---------------------
 1 files changed, 102 insertions(+), 97 deletions(-)

commit 0eca98f13fda31faf7fdca3470e534c585c46502
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 12:27:18 2007 +0000

    small debugging improvements in sip-connection-sofia.c
    
    
    20070514122718-5b6ca-941a571d97fae4d324bf671795d517b21a459d8e.gz

 src/sip-connection-sofia.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 92799167e26d2a28ed14d1ec844c4fafeb1503f3
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 12:25:29 2007 +0000

    Moved header parsing and related resource use closer to the handle work in priv_i_invite(), to clarify further refactoring
    
    
    20070514122529-5b6ca-596d68d87a9fcf3faf349621db608cff3bef2313.gz

 src/sip-connection-sofia.c |   45 +++++++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 21 deletions(-)

commit 0bb29c8caeadaf6d1b2aeea6ff0291751ae214ca
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 11 14:57:32 2007 +0000

    Don't need remote URL to create a session, certainly not as a session ID
    
    
    20070511145732-5b6ca-747aa10cc792082dff2467adaa7c0be1c09a9086.gz

 src/sip-connection-sofia.c |    4 +--
 src/sip-media-channel.c    |   46 ++++++++++++++++++++-----------------------
 src/sip-media-channel.h    |    3 +-
 3 files changed, 23 insertions(+), 30 deletions(-)

commit 183ae55c0f364dd0284f2c09040cf122f1207d68
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 11 14:02:26 2007 +0000

    Removed the unused subject_str parameter for sip_media_channel_respond_to_invite()
    
    
    20070511140226-5b6ca-2407d796d09a5a4b0bbd777a8c2715e09254b88e.gz

 src/sip-connection-sofia.c |    1 -
 src/sip-media-channel.c    |    1 -
 src/sip-media-channel.h    |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

commit 9d41bc26907b0f21bf4beca481f9e720bd6e1f65
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 11 13:59:29 2007 +0000

    Use a plain C string instead of a GString for message text
    
    
    20070511135929-5b6ca-c293d4d25264fb6bb053048ac06f1b9dca80bc5a.gz

 src/sip-connection-sofia.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 80f1d50a8b959bdf780a23cf078f6f217aeca2c4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 11 13:54:44 2007 +0000

    Removed an unused GObject* variable
    
    
    20070511135444-5b6ca-a42411373d01cccdd287140971d088f12b9717bf.gz

 src/sip-text-channel.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 2114fca192763e8507d4cd92bcf221bf3420efd7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 11 13:53:49 2007 +0000

    Removed irrelevant parameters for sip_text_channel_receive()
    
    
    20070511135349-5b6ca-95a907e93e88bdf1c8293303a7b9b5e474b9beba.gz

 src/sip-connection-sofia.c |    3 +--
 src/sip-text-channel.c     |    3 ---
 src/sip-text-channel.h     |    6 +++---
 3 files changed, 4 insertions(+), 8 deletions(-)

commit 49eaf2a07749b7fd72b24d3f7e865e4a0faecc80
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 16:34:01 2007 +0000

    _LIBADD is redundant for libtpsip-convenience
    
    
    20070514163401-5b6ca-7f3ee4ab8d54719341cd6eb72933e3f67dd70f6a.gz

 src/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit ede30daf8accd108ec63af81e82880ee8df24464
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 14 16:07:31 2007 +0000

    Corrected linkage of telepathy-glib
    
    
    20070514160731-5b6ca-e868115029bb27609c33c1eb9467becf11f8bb3f.gz

 src/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 79b865799d2a0e32ef84f749733837b31c308514
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 12:53:12 2007 +0000

    Removed irrelevant D-Bus signature comment
    
    
    20070510125312-5b6ca-8024d2927f91be1d64754904fb4afe4e14c986b5.gz

 src/sip-text-channel.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

commit df75e167a3ebb1a59ccb0d1d56cd2a0655111024
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 12:52:25 2007 +0000

    Don't leak message data if it has been successfully delivered
    
    
    20070510125225-5b6ca-7aa097f46dd57478b4219f31f1df075114dedcad.gz

 src/sip-text-channel.c |   81 ++++++++++++++++++++++++-----------------------
 1 files changed, 41 insertions(+), 40 deletions(-)

commit 02086266d48cc4b864ac0ab5ab7239ff8acbc019
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 12:51:12 2007 +0000

    compact, silent body for a comparison function
    
    
    20070510125112-5b6ca-91cc8170d9773e362ea1fdf2df59e4b1f980fa84.gz

 src/sip-text-channel.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 28ae0a60bee409cfec43c6d8a62c8824e78f399d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 12:44:32 2007 +0000

    Object path is not settable after construction, hence no need to free it before setting
    
    
    20070510124432-5b6ca-a59c3b83ce265abf2ff7ded8d185278311dcfd1a.gz

 src/sip-text-channel.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit aab1f39923b6dd09f27d8a0bf86c151eb9a609b7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 12:40:31 2007 +0000

    Consistent debug logging in sip-text-channel.c using the SIP_DEBUG_IM flag; purged excessive debug printouts, improved others
    
    
    20070510124031-5b6ca-83b002848c9f631a613aea87332b87be9f113c8a.gz

 src/sip-text-channel.c |   73 ++++++++++++++++--------------------------------
 1 files changed, 24 insertions(+), 49 deletions(-)

commit 41763e28cb7416b7c06857c2935d28a910009f6b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 11:33:07 2007 +0000

    Unbreak freeing code for the object path
    
    
    20070510113307-5b6ca-e6eadc0ff0e6dac7449ece70b1da2cb16b9344f4.gz

 src/sip-media-channel.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 8be8b4770436f0273cb528740e85e0e9c3c1cb16
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 11:31:19 2007 +0000

    Do not leak queues of pending incoming and outgoing messages, the associated NUA handles, and the object path on destruction of SIPTextChannel
    
    
    20070510113119-5b6ca-528217dc9928007216f6ea060280a76950cf15ae.gz

 src/sip-text-channel.c |   45 +++++++++++++++++++++++++++++----------------
 1 files changed, 29 insertions(+), 16 deletions(-)

commit 7a397d6e08f3b674cb033a971ddb587d74a38742
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 10 08:58:34 2007 +0000

    Don't leak the object path on destruction of SIPMediaChannel
    
    
    20070510085834-5b6ca-772f3b5a7b40e964b282f63656963b6f6e81e528.gz

 src/sip-media-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1f79a967602527c29fefb6da4958baebcde4e182
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 9 14:20:33 2007 +0000

    Destroy the session_chans hash table after disposing of the channels, to avoid crashing
    
    
    20070509142033-5b6ca-488c5983d3b82c3d9e31e697250b3f2a0345c27f.gz

 src/media-factory.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 27a2d88bc3eb76a30f4d72c385354591e48a7d33
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 9 13:22:29 2007 +0000

    Emit MembersChanged with reason _NO_ANSWER if the media session times out
    
    
    20070509132229-5b6ca-66d9c02e70faf5906cc33266f60932a37e8cb248.gz

 src/sip-media-session.c |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

commit 3723739939a2bc3758954919d87758aec96a4306
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 8 14:33:27 2007 +0000

    humbly added myself as an author
    
    
    20070508143327-5b6ca-c64280700e67972f6721aee9117c0a1807aba046.gz

 src/telepathy-sofiasip.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 39b4632d713d2aba82233f17ea6f7a01ba6c8f73
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 9 09:11:57 2007 +0000

    Renamings to get rid of Jingle and GMS namespaces
    
    
    20070509091157-5b6ca-4ab42a48364f88fa197fce335284df028a4620f9.gz

 src/sip-media-channel.c |    6 +++---
 src/sip-media-session.c |   34 +++++++++++++++++-----------------
 src/sip-media-session.h |   10 +++++-----
 src/sip-media-stream.c  |   22 +++++++++++-----------
 4 files changed, 36 insertions(+), 36 deletions(-)

commit 58a1c6c3994aa3636e6ef94b01e05cf4008ab4d0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed May 9 08:58:16 2007 +0000

    Removed the custom ANSI-colored debugging crack, use the regular debug logger
    
    
    20070509085816-5b6ca-18f33934f6c462c23aabd7fa025785c15a502f76.gz

 src/sip-media-session.c |   88 +++++++++++++---------------------------------
 src/sip-media-session.h |   53 ++--------------------------
 src/sip-media-stream.c  |   43 +++++++++++------------
 3 files changed, 49 insertions(+), 135 deletions(-)

commit 43d5d198b51054dfb702c808a0554da5d3db2dd8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 8 12:40:24 2007 +0000

    More elaborate names for global debug identifiers
    
    
    20070508124024-5b6ca-1038822f92a138277f0556721f7da7aff2cad97f.gz

 src/debug.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 9d2524f7a262f0496f7757eae15aad5daddd4bb6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 8 12:39:33 2007 +0000

    Size of the keys array is known at compile time, use it
    
    
    20070508123933-5b6ca-4e4fb77163b1ae86431990e401a80aa61b291e59.gz

 src/debug.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 29e071137d9cdf3a0a3272a588c1270d57ec0e58
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 8 12:25:50 2007 +0000

    Constified the debug keys array
    
    
    20070508122550-5b6ca-8af36b8e65a6482f56bf7ecca945ef8a4c890535.gz

 src/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1acc64051f788c187f9e7438315b32aac3239399
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 8 11:07:36 2007 +0000

    Removed the useless SIP_DEBUG_PERSIST flag, as "persist" is taken care of by telepathy-glib; rearranged the rest of the flags for nicety
    
    
    20070508110736-5b6ca-f8b18a94366f5411745449edd1c351c075ff703b.gz

 src/debug.c |    1 -
 src/debug.h |    5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 380ac71ee58afbf752d5290c0e52f11f4e0310ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 8 10:49:57 2007 +0000

    Removed an outdated DIE_TIME macro definition
    
    
    20070508104957-5b6ca-feb55f5078ade49395d2ac265429496a1ce30756.gz

 src/telepathy-sofiasip.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit a2cdbe90027eb6ca7c842f6548b6e6f158e741b7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue May 8 08:05:28 2007 +0000

    Bumped development version 0.3.16.1
    
    
    20070508080528-5b6ca-2ed02a2e1442aec689cbbd6a482fd194a45889cb.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 41dee50685459dad84c1d9eaa2034c61b5c0e3f4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 15:40:52 2007 +0000

    Bumped version to 0.3.16
    
    
    20070507154052-5b6ca-41a6b40c1449d9825c22ae314fba2b76e214c536.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6315beb6bf19b09bb896915fa978688abc3abbad
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 4 12:56:29 2007 +0000

    enabled threading in Sofia-SIP
    
    
    20070504125629-5b6ca-65a7a08fdeaa17616a70603bb1fc837d239ff926.gz

 configure.ac                 |    2 +-
 src/sip-connection-manager.c |    1 +
 src/telepathy-sofiasip.c     |    2 --
 3 files changed, 2 insertions(+), 3 deletions(-)

commit 9294b194f73cbb11b6bc70ff6e8347369e0b4575
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 4 12:56:29 2007 +0000

    enabled threading in Sofia-SIP
    
    
    20070504125629-5b6ca-397aaf12dcded20ed22d0b0c66688215b9ba97be.gz

 configure.ac                 |    2 +-
 src/sip-connection-manager.c |    1 -
 src/telepathy-sofiasip.c     |    2 ++
 3 files changed, 3 insertions(+), 2 deletions(-)

commit e2df0db7f9b3651d5ca7691ae4689f50769620ac
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 12:30:22 2007 +0000

    More meaningful debugging of shutdown and destruction
    
    
    20070507123022-5b6ca-43490b702bce28f35e65e9c81c1821c50bfde974.gz

 src/sip-connection-sofia.c |    1 +
 src/sip-connection.c       |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 3a0d3ae6886efee91f0b791f4002eeedefbc7b2e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 12:23:05 2007 +0000

    Retire priv_disconnect() as the register op handle is taken care of in the disconnected method and there is nothing more to do except changing the status
    
    
    20070507122305-5b6ca-c61363fd0c94d8900d462dddc4a912f09e5524f1.gz

 src/sip-connection-sofia.c |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

commit d0a7d5ee4dd4f3e21c45a54aab923500b8d8abe2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 09:25:04 2007 +0000

    Destroy the register op handle before shutdown if REGISTER has not succeeded, to avoid lingering REGISTER retransmissions
    
    
    20070507092504-5b6ca-58c88f8162304e8f3b855cf73e2261468c4cb9be.gz

 src/sip-connection-private.h |    3 ++-
 src/sip-connection-sofia.c   |    1 +
 src/sip-connection.c         |   25 ++++++++++++++++---------
 3 files changed, 19 insertions(+), 10 deletions(-)

commit 1d9463a4de07ae269487b604c59a3773cd73bdb9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 08:51:33 2007 +0000

    Better thing to dispose of the register op handle may be to unref it and let the stack to unwind the remaining state
    
    
    20070507085133-5b6ca-3accf98c8a9e1e90a5f2e22f860405a0d65fb3c2.gz

 src/sip-connection-sofia.c |    3 ---
 src/sip-connection.c       |   13 ++++++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit bdbd2e85a7dff42a17d786925d6d9bb24c5c1b3d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 4 15:40:39 2007 +0000

    Moved the register op handle to NUA stack state, so we can always reap the handle after stack shutdown with no race conditions
    
    
    20070504154039-5b6ca-4f08a8cf1e98f4567a8fc08b50495695ff49d90f.gz

 src/sip-connection-private.h |    1 +
 src/sip-connection-sofia.c   |   16 ++++++----------
 src/sip-connection-sofia.h   |    2 --
 src/sip-connection.c         |   15 ++++++++-------
 4 files changed, 15 insertions(+), 19 deletions(-)

commit af1f239f28426274883ce49ad6e8ba6c70cd6a1e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 4 15:40:39 2007 +0000

    Moved the register op handle to NUA stack state, so we can always reap the handle after stack shutdown with no race conditions
    
    
    20070504154039-5b6ca-5361bed2aa8501f0cb10ad1aaf84ca06640d9402.gz

 src/sip-connection-private.h |    1 -
 src/sip-connection-sofia.c   |   16 ++++++++++------
 src/sip-connection-sofia.h   |    2 ++
 src/sip-connection.c         |   15 +++++++--------
 4 files changed, 19 insertions(+), 15 deletions(-)

commit 61fd17638827ba0d3a67573b8906c889a9721db8
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 3 13:14:59 2007 +0000

    debug the exit of start_connecting
    
    
    20070503131459-5b6ca-824eec29f76822ea21411cef37285d0de5b74508.gz

 src/sip-connection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 882d44241a0257bf7e5cdf4b3d6d741d3d29c4d7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 09:18:03 2007 +0000

    put a boolean structure member to the end
    
    
    20070507091803-5b6ca-f58cc0c726febd8df1c6ab7cf8b72cfabe0ea7f7.gz

 src/sip-connection-private.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 7685637220d2912e8b182ef5a6ce1f63cc9f3b8c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 4 14:54:07 2007 +0000

    Remove a race condition by putting the register op handle deallocation to the nua_r_unregister handler, which is made possible to call post-shutdown
    
    
    20070504145407-5b6ca-1eba9a878ba6b1c091872e7532ba6fad1d534bf3.gz

 src/sip-connection-sofia.c |   26 +++++++++-----------------
 src/sip-connection.c       |   20 ++++++++++----------
 2 files changed, 19 insertions(+), 27 deletions(-)

commit 9377162c8308897c7c73be826a63a386ede53c29
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri May 4 11:07:24 2007 +0000

    More elaborate warning when a NUA event arrives for a connection that has been shut down
    
    
    20070504110724-5b6ca-ed48ff87ffabeb1f7e3b740a1a64cfad633ec3e4.gz

 src/sip-connection-sofia.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 4b1427d641fe9ca32664a8628fb3309cdb3b3cc0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 13:17:14 2007 +0000

    Added recent TODO items
    
    
    20070507131714-5b6ca-3de4830dc57664cab1723d8e77b6822dcccadcce.gz

 TODO |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 7d3e26eebb335feea1b0321449e5cd6644faaffc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon May 7 13:15:33 2007 +0000

    Purge done and outdated TODO items
    
    
    20070507131533-5b6ca-17d26682459d4eba0570aeda43f553de2a919a3a.gz

 TODO |   83 +++--------------------------------------------------------------
 1 files changed, 4 insertions(+), 79 deletions(-)

commit 1f1260ce93e053d051880722e795963d6163a25e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 3 15:28:00 2007 +0000

    Moved the disposal of the register handle after the stack shutdown, brings back the final un-REGISTER with Sofia-SIP 1.12.6
    
    
    20070503152800-5b6ca-20dccaee8665e04013322639bfadbd15327adcfc.gz

 src/sip-connection.c |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 668bf96ffcc50dcf3daf06a7d4bce43b754384be
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu May 3 08:53:04 2007 +0000

    get the home only where it's needed
    
    
    20070503085304-5b6ca-8c736655ab34466336f66eb724a2e859a8c26046.gz

 src/sip-media-session.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e4a497451bb6dc96aed399a76cea7dfbb90fcadd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 24 09:29:22 2007 +0000

    Provide the sips: contact URI when the proxy URI is sips:
    
    
    20070424092922-5b6ca-72a3bd5de488cf344b466b8583febe7ed6304a94.gz

 src/sip-connection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5da9be3047544db841d944d7b4a22ff52ac79dea
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 27 14:17:15 2007 +0000

    Don't log the channel pointer which is normally NULL at the call termination event
    
    
    20070427141715-5b6ca-17ef915ddb7c665cf8ed0ff2ffbefe5d1ec590d5.gz

 src/sip-connection-sofia.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 31ff3142cb6ba44e0756cbe3b48ae40c0710955c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 27 13:20:25 2007 +0000

    Remove an unnecessary runtime check that should have been an assertion
    
    
    20070427132025-5b6ca-360feeb98003e6db913b2ed0fd18e196dd83f110.gz

 src/sip-media-channel.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 62bc27d870ecd67ea12b62cd41c727b787d63b31
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 27 13:19:01 2007 +0000

    Assertion to verify that the session is terminated when closing a media channel
    
    
    20070427131901-5b6ca-46cc4968a77a1860b06b7a86d0d58e49daa1cef7.gz

 src/sip-media-channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a83498322556221067c23e1bc374f770d5e12523
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 27 13:13:59 2007 +0000

    eliminated the "terminated" signal on SIPMediaSession; the callback code for SIPMediaChannel moved to priv_destroy_session(), which is the new name for priv_release_session()
    
    
    20070427131359-5b6ca-af0556fbe705de205764d4bde51b2764e8476ba8.gz

 src/sip-media-channel.c |   63 ++++++++++++++++++----------------------------
 src/sip-media-session.c |   12 ---------
 2 files changed, 25 insertions(+), 50 deletions(-)

commit c5048097bd289958ec63c5db4d0f665829ceaf37
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 24 16:54:00 2007 +0000

    Do list the DTMF interface for a channel
    
    
    20070424165400-5b6ca-6722f3d30c8b289824d9fbb325e95c3976908fb3.gz

 src/sip-media-channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e21ebf2bc7d7de4b4b86c19e6f0e86460bac0741
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 18:45:09 2007 +0000

    Don't leak the streams array buffer
    
    
    20070413184509-5b6ca-1f1033915f42f6cd6e33c23596cd93e5bbc69b1c.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5d17b65379524d539871d6fdcaeb8f307382bf3f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 18:44:39 2007 +0000

    Bumped the version to 0.3.15.1 for development
    
    
    20070413184439-5b6ca-5bb43873ffac471142e30fb12c7763f3f2315350.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e61600be95551e81b495c36dd4c25efddc8349d6
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 18:30:33 2007 +0000

    Bumped version to 0.3.15
    
    
    20070413183033-5b6ca-f765a3fbb08b075b8635a3927b4642ac84cca433.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0580e8265b1f7c4952b51763c2e4a117d805bd06
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 18:07:40 2007 +0000

    Attempt at a more robust handling of rejected media streams and unexpected media type changes
    
    
    20070413180740-5b6ca-9df4d1ef81bf8ecbd5471725f30d6d089956b0a9.gz

 src/sip-media-session.c |   34 +++++++++++++++++++++++++---------
 1 files changed, 25 insertions(+), 9 deletions(-)

commit 797db6e0844264f75e439d21fce2586acf3e19e0
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 18:04:03 2007 +0000

    Implemented sip_media_stream_close() emitting the appropriate signal
    
    
    20070413180403-5b6ca-8a92d3e3681ad2fbfa0be882d0b4f7ca1c8b87f4.gz

 src/sip-media-stream.c |    6 ++++++
 src/sip-media-stream.h |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 914cd66615f14396d9622b51489c6b2d02225033
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 17:57:30 2007 +0000

    Implemented sip_media_stream_get_media_type() as a useful shortcut
    
    
    20070413175730-5b6ca-e138352c2c6d1fa4b837b87f489f988e7a7bc876.gz

 src/sip-media-session.c |   12 ++----------
 src/sip-media-stream.c  |    7 +++++++
 src/sip-media-stream.h  |    1 +
 3 files changed, 10 insertions(+), 10 deletions(-)

commit a2932ca71ba71a308548663d73b564be37ae9fe2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 17:21:31 2007 +0000

    Validate the stream type on stop telephony event, too
    
    
    20070413172131-5b6ca-7935a3171a04eb4baf483dea21e32d3ad8857410.gz

 src/sip-media-session.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 5ff1c3837087e9bd6b65ba1e6b4804bd8ea6808f
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 17:20:24 2007 +0000

    initialize the audio type variable to fail gracefully
    
    
    20070413172024-5b6ca-ade346a9f2d118f4fd3085010e1e780b852c9e71.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8db7f410de3dc9f7146548e1e35afc335193a9d4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 17:13:52 2007 +0000

    Validate the stream type to be audio before playing telephony events on the stream
    
    
    20070413171352-5b6ca-d5dcc77dbf98c9d65eb862503421581391b1fe01.gz

 src/sip-media-session.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 61ce50d822baf160a5ada49b13315d5a10a1e7f1
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 16:47:41 2007 +0000

    Validate the DTMF event argument against NUM_TP_DTMF_EVENTS
    
    
    20070413164741-5b6ca-0e8b6a2e03bddb75734a5057794daf51c8c67911.gz

 src/sip-media-channel.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 4c96238bd0730b97ea85f161a1d04d0b303616f4
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 15:32:00 2007 +0000

    Bumped dependency version on telepathy-glib to 0.5.9
    
    
    20070413153200-5b6ca-6c51c5d03b5f4d6c31ee4d08a78f7a3cb732ddce.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 05f104460f8e0a6dd7be3908e99819677e2a4b45
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 15:12:49 2007 +0000

    The NUA pointer was unused in sip_media_session_terminate()
    
    
    20070413151249-5b6ca-59577bdd431f1f849c3f6e84ed8a460470f44aee.gz

 src/sip-media-session.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit dd78e689e1edffb1cbbbc69187243e9bbb8e99e7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 14:58:30 2007 +0000

    Implemented emission of telephony event signals
    
    
    20070413145830-5b6ca-2ed0fb6ce0c409e398e49a87365b036f1b9f8ba5.gz

 src/sip-media-stream.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit a7c8a5c41e4ca8b06feba8b20b5c40d4973dd387
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 14:57:05 2007 +0000

    Changed the DTMF parameter type to guchar as per spec version 0.15.2
    
    
    20070413145705-5b6ca-c2a806c13da45560be3bc66ff599b1277db95914.gz

 src/sip-media-channel.c |    2 +-
 src/sip-media-session.c |    4 ++--
 src/sip-media-session.h |    2 +-
 src/sip-media-stream.c  |    2 +-
 src/sip-media-stream.h  |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

commit f7f5f12b743b00c1b4266b7156606a2754e24101
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 13:42:54 2007 +0000

    Stubbed out telephony event methods on media stream
    
    
    20070413134254-5b6ca-95b5f39e40c8334e8c463dd6c83cf00b1310876f.gz

 src/sip-media-session.c |    4 ++++
 src/sip-media-stream.c  |   12 ++++++++++++
 src/sip-media-stream.h  |    2 ++
 3 files changed, 18 insertions(+), 0 deletions(-)

commit df286d9fc462198ea46e3c6b0fa2a9be3bf61e5c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 13:27:44 2007 +0000

    Changed signatures on session telephony event methods to raise errors
    
    
    20070413132744-5b6ca-a0038528ad4b74387e877a96ae786144ff7cd03c.gz

 src/sip-media-channel.c |   21 ++++++++++++++-
 src/sip-media-session.c |   61 +++++++++++++++++++++++++++++++++++++++++++----
 src/sip-media-session.h |   12 +++++----
 3 files changed, 82 insertions(+), 12 deletions(-)

commit efcce9db41a13792ca39a0b51bdd4a60fc6073fa
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 12:06:33 2007 +0000

    Stubbed out telephony event methods on the session, implemented the channel's DTMF interface with these
    
    
    20070413120633-5b6ca-855109084fc515f51f3e95eed4dc08dec8cd7fc9.gz

 src/sip-media-channel.c |   22 ++++++++++++++++++++--
 src/sip-media-session.c |   11 +++++++++++
 src/sip-media-session.h |    5 +++++
 3 files changed, 36 insertions(+), 2 deletions(-)

commit 2a844249fb7a5e9b3f445915b1b1f76b5e24456b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Fri Apr 13 11:56:45 2007 +0000

    Stubbed out the Channel.Interface.DTMF implementation
    
    
    20070413115645-5b6ca-89f7bbcfeef7f55c8df49d69b18f19ec19ba7038.gz

 src/sip-media-channel.c |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

commit 03c96f1db6f3ab0f2b4095bc89e2f25aa65c5a2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 17:41:22 2007 +0000

    Mark version 0.3.14.1 for further development
    
    
    20070411174122-5b6ca-d6aa2dee2e74c072aac05d7ea7dd947286d7c6ee.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e7b17c39a6cc2a23a2be1fe378aaee4c96be6c9b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Apr 11 16:32:58 2007 +0000

    Resolve conflict with upstream
    
    
    20070411163258-53eee-3d7450314db6909f9454fca54bf44db1603661a8.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9a81253525c080b5560f6b564f927105bcc5933f
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Apr 11 16:22:42 2007 +0000

    Validate that string parameters aren't empty if they shouldn't be, because from 0.5.8 onwards, telepathy-glib won't do that for us
    
    
    20070411162242-53eee-2a7e9b4f14a938950af9b853cae254863d91b943.gz

 src/sip-connection-manager.c |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

commit 587bc64be174b6d88b0a0a8327266790bd6f37c9
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Apr 11 16:18:55 2007 +0000

    Switch group mixin API to be compatible with telepathy-glib >= 0.5.7 rather than <= 0.5.7
    
    
    20070411161855-53eee-1a21495b201db41e7cd40baa589676b170907417.gz

 configure.ac            |    2 +-
 src/media-factory.c     |    6 +++++-
 src/sip-media-channel.c |   44 ++++++++++++++++++++++++--------------------
 src/sip-media-channel.h |    4 ++--
 4 files changed, 32 insertions(+), 24 deletions(-)

commit c806e086e5b9c06d138422b45887336b2f1d2c9e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 16:57:26 2007 +0000

    Releasing as 0.3.14
    
    
    20070411165726-5b6ca-faebbe7f5167bd09ff2e33f34658a64ec347dd2d.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 71334b173e21fabd239ad8f785087eb7fda56e85
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Apr 11 16:23:30 2007 +0000

    Don't use LAST_TP_HANDLE_TYPE, use NUM_TP_HANDLE_TYPES instead (telepathy-glib 0.5.7 removes the former)
    
    
    20070411162330-53eee-c751684e7df19c7c175e07d90c2a3eb35b7d0376.gz

 src/sip-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3cf068a15bb366895c5efe59534208f8a4219bbf
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 14:47:15 2007 +0000

    Avoid calling a type registration function under TP_CHANNEL_STREAM_TYPE repeatedly in a loop
    
    
    20070411144715-5b6ca-b6e1896ab3be03d44c62e62ac69ec808ecda83e1.gz

 src/sip-media-channel.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 09ff405c6458b745401bc98bdc25c218a264fc77
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 14:44:12 2007 +0000

    Fixed memory leaks in sip_media_channel_list_streams()
    
    
    20070411144412-5b6ca-22b4e68deb30352070c4af4ddd44fb9545f94946.gz

 src/sip-media-channel.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 46ae138f060be5c2a214382abdac0d6f4290c091
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 13:05:40 2007 +0000

    Removed return code weirdness from sip_media_session_list_streams()
    
    
    20070411130540-5b6ca-48c3a82d4b45279d97d3c004531a8f199a309696.gz

 src/sip-media-session.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit c9cfc737e12eeaaa2578cdf1c0bd27f14fcd7b98
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 12:44:51 2007 +0000

    ifdefed out priv_session_stream_state_changed_cb()
    
    
    20070411124451-5b6ca-e0806c482fd9ae7de7682fd5efa0698e78b845c7.gz

 src/sip-media-stream.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 93656fbd25573be37ba611f1b73e41eb4bc1c7a5
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 12:20:03 2007 +0000

    rearranged init closer to use for sdp_conns
    
    
    20070411122003-5b6ca-bd6316712fbb2ba07baed1cb5267ac64c2246248.gz

 src/sip-media-stream.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5bf68f15c9a0e5da5bf5d0ffff634808ed155182
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 12:15:07 2007 +0000

    Constified the sdp_media_t parameter
    
    
    20070411121507-5b6ca-99e81c4439a36ad9d12b5d3db6047ce0ece4cc32.gz

 src/sip-connection-sofia.c |    3 ++-
 src/sip-media-session.c    |    2 +-
 src/sip-media-stream.c     |    9 ++++++---
 src/sip-media-stream.h     |    2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)

commit 9d3a9456df1041f2e8ee1c43bfc74257400d542b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 08:40:44 2007 +0000

    Changed return type and values of _set_remote_info methods to gboolean for consistency
    
    
    20070411084044-5b6ca-519c5ba2e17ff0d7510e316e7d320cdb573367e6.gz

 src/sip-connection-sofia.c |    3 +--
 src/sip-media-channel.c    |    5 +++--
 src/sip-media-channel.h    |    3 ++-
 src/sip-media-session.c    |    9 +++++----
 src/sip-media-session.h    |    3 ++-
 5 files changed, 13 insertions(+), 10 deletions(-)

commit 628e574869119a6385a4ede4a98b93b23b66c331
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 11 08:38:49 2007 +0000

    indentation
    
    
    20070411083849-5b6ca-30f5b56c150b2bd9ba2dc6b1ebc3d0855fa501a7.gz

 src/sip-media-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0dacf285f5939c8f89e5df2354090defd2aa5cdd
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 10 16:22:50 2007 +0000

    Removed unused candates variable, put initialization for others close to usage in priv_generate_sdp()
    
    
    20070410162250-5b6ca-4fe8b2379096105ef81768fe7e3d466cd81f209e.gz

 src/sip-media-stream.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 246caa6ad3ba60168aadc59cc6b364fd01178674
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 10 16:10:37 2007 +0000

    sip_media_stream_set_remote_info() does not need the sdp_session_t argument
    
    
    20070410161037-5b6ca-f6c8b41a1adeb1b3d46d9085c76e9df290c44e7a.gz

 src/sip-media-session.c |    2 +-
 src/sip-media-stream.c  |    3 ++-
 src/sip-media-stream.h  |    3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 03e18ffd469a25e5e9c21329150d86a92a834f62
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 10 16:07:33 2007 +0000

    Removed the jingle leftovers in sip_media_stream_set_remote_info()
    
    
    20070410160733-5b6ca-4e27adec59078f30be96413da978773156b9c877.gz

 src/sip-media-stream.c |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)

commit d218265945d79c91fd05fb43f977522238427776
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 10 15:56:20 2007 +0000

    No need to double-check a pointer
    
    
    20070410155620-5b6ca-f0531c1e9f2ac903dc6433fca4ee3f9526a0f8e1.gz

 src/sip-connection-sofia.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ed92178ee1a34c0c8b9206f538e6a8aa76ea9a2d
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 10 15:17:08 2007 +0000

    Provide a customized User-Agent string, to distinguish ourselves
    
    
    20070410151708-5b6ca-4031f4a4e1eae24bb01e10d4d1568dbfa53d61ea.gz

 src/sip-connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9f1bef2372603ce0ed74a8d544501b0bc6b9eeb2
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 5 16:15:16 2007 +0000

    Provide a SIPConnectionSofia state adapter with the minimum necessary data for the NUA callback, to untie the SIPConnection D-Bus object lifetime from the NUA stack shutdown
    
    
    20070405161516-5b6ca-a84798e5c01bf11d762c10c14ffd6f20e5bc5bb6.gz

 src/sip-connection-private.h |   12 +----
 src/sip-connection-sofia.c   |   93 ++++++++++++++++++++++++++---------------
 src/sip-connection-sofia.h   |   11 ++++-
 src/sip-connection.c         |   94 +++++++++++++----------------------------
 4 files changed, 101 insertions(+), 109 deletions(-)

commit 9f24eff4cab99cd1409012dcece17034815549f7
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 5 16:11:48 2007 +0000

    Cleaned up header inclusions and magic type macro definitions; introducing SIPConnectionSofia as the NUA magic
    
    
    20070405161148-5b6ca-1580eed309986368f5567daf8bde8ee571a10591.gz

 src/sip-connection-helpers.h |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

commit 267a57b6f344cdab5e34575827bf21caccb99f1b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Apr 5 11:37:00 2007 +0000

    removed an outdated media channel header inclusion in sip-connection-private.h
    
    
    20070405113700-5b6ca-20ac81af2d0cd2b01d2a2e3cc28e5ffba5ccef3d.gz

 src/sip-connection-private.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit f7c5d08ba69720c936eeac3e223fe4a769e63096
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 4 13:06:57 2007 +0000

    priv_free_nua() does not need the SIPConnection self pointer
    
    
    20070404130657-5b6ca-832f6dfa0720331443f4b87ffb542f9d450e0b4c.gz

 src/sip-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c73b785ded97edafbb277ff92db473e91b21005b
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 4 12:46:31 2007 +0000

    Properly declared the shutdown states enum and its usage
    
    
    20070404124631-5b6ca-59998f6e83ad11ee191a26216f7c67eb6fd13870.gz

 src/sip-connection-private.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 306df9fbfb45c755978999dbbf2d8d75f2869233
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 4 11:02:11 2007 +0000

    Removed vestigal GObject signals on SIPConnection
    
    
    20070404110211-5b6ca-7c0c01e543b6d20309d5b9a6b9cfc07cb1da7996.gz

 src/sip-connection-private.h |    9 ---------
 src/sip-connection.c         |   11 -----------
 2 files changed, 0 insertions(+), 20 deletions(-)

commit 5766e8fb0ace5715fc64ed5b4ca7ddbe41d7a4af
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Apr 4 07:49:32 2007 +0000

    bumped libtelepathy-glib required version to 0.5.6
    
    
    20070404074932-5b6ca-53d06959b33b6889e4d0099e694294697d923297.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b4335a60e7db1f29d80803dce964cd8489847c34
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 3 11:29:04 2007 +0000

    Renamed disable-difficult connection parameter to avoid-difficult; not used anywhere so far
    
    
    20070403112904-5b6ca-dab9615b8b84b0babc2a00eecd8c08447a1606e0.gz

 src/sip-connection-manager.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit ebb565f9e579da3dff9bd5c06935b0e697bb1c6b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Apr 3 17:38:53 2007 +0000

    Increment version to 0.3.13.1 after release
    
    
    20070403173853-53eee-c10bc7b72bf0009e3d094b7042a34be1b098c19a.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2d4f05acd3c4d2eb965f824ba07cca894aaec62e
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Apr 3 08:02:55 2007 +0000

    Bumped version to 0.3.13
    
    
    20070403080255-5b6ca-7bfe9daec31fd58c6fbfb8808c825c02d7c3e1b2.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit db468f9822ed701583acc7800fddbbd4ef0f6595
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 2 16:35:22 2007 +0000

    Pass factory, not the connection, to the handler of text channel's Closed signal
    
    
    20070402163522-5b6ca-2992c4fd7b66b6c95f8f52c0175a9d699c87f21c.gz

 src/text-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4e65d0014aa6312223a941682a68249c50530175
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 2 16:29:33 2007 +0000

    Emit Closed in the implementation of SIPTextChannel.Close
    
    
    20070402162933-5b6ca-61487cea3315f05ad0c32701ae1b483b00ef0c19.gz

 src/sip-text-channel.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 2d10b53fae269734cfa5175e722c87bd2e6ecfef
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Apr 2 11:28:08 2007 +0000

    Removed the empty nua_authenticate() workaround, does not work all that well
    
    
    20070402112808-5b6ca-b31131639b88654c8797481fa716cdcc6a7ddaa5.gz

 src/sip-connection-sofia.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit c1366ea9e5cfb13e788efb833dc1e5a6c1d68044
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 29 08:06:57 2007 +0000

    Added a debug printout
    
    
    20070329080657-5b6ca-7f9d1a0cc903379fa9f562e4e6754675624b40aa.gz

 src/sip-connection-helpers.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit bcb83cfd2cd44cdc45d5ae965a5746bb3f15ff27
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 28 14:21:36 2007 +0000

    Remove all mentions of the unsupported outbound stack option "use-stun"
    
    
    20070328142136-5b6ca-cde9d006e716e2a7dad953cbe62d95a42cdf5409.gz

 src/sip-connection-helpers.c |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

commit 54bb735b7a969d8a335ee36764ddf838bfb5cfbc
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 28 13:40:02 2007 +0000

    Moved the STUN server updater function to other NUA helpers
    
    
    20070328134002-5b6ca-70f5b2186d24d11237e2915280b357facc308100.gz

 src/sip-connection-helpers.c |   32 ++++++++++++++++++++++++++++++++
 src/sip-connection-helpers.h |    4 +++-
 src/sip-connection.c         |   38 +++-----------------------------------
 3 files changed, 38 insertions(+), 36 deletions(-)

commit 9773d09b20f95e05b91ea3f040d33566977c5096
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Wed Mar 28 09:13:54 2007 +0000

    Remove ChangeLog.old entries that are present in the ChangeLog generated by Darcs
    
    
    20070328091354-5b6ca-e9a1c92c484d49ed2b59b68b7085f1a462a65631.gz

 ChangeLog.old |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

commit dd36083e039c2dbd0b030743249bd45fe6ffbe32
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 30 13:20:58 2007 +0000

    Correct sense of assertions when setting SIPMediaChannel's nua-handle property
    
    
    20070330132058-53eee-30d3e0cb912f4b73573bbb72ba59781073267b78.gz

 src/sip-media-channel.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 95824e37667a912c4bf01c4fb9e6a53cb4c5083d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 30 13:19:28 2007 +0000

    Don't try to unref the self_handle on disconnect, the base class is responsible for that
    
    
    20070330131928-53eee-b7c560d10ddc72956974be57f334602467e4867a.gz

 src/sip-connection.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit ba6ff96f98b9eb1106685ec90d68b7a0e0367af0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 30 13:18:30 2007 +0000

    Don't bind Tp handles when creating NH handles
    
    
    20070330131830-53eee-d0d0802b291eed06a6d8283810a2de3c72706287.gz

 src/sip-connection-helpers.c |   21 +++++++++++++--------
 src/sip-connection-helpers.h |    6 ++++--
 src/sip-connection.c         |    2 +-
 src/sip-media-session.c      |    3 +--
 src/sip-text-channel.c       |    5 +++--
 5 files changed, 22 insertions(+), 15 deletions(-)

commit 667149dc0244bc05a89782055cd51ecd123cc46a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 30 13:18:19 2007 +0000

    Close parenthesis in debug messages
    
    
    20070330131819-53eee-1efd2f41837740a0c83eb64917d245d85ea8573e.gz

 src/media-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 23f509f8e5cc688f4f4710309683b2b3fbf61f20
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 30 13:17:48 2007 +0000

    When closing channels, use the copy of the pointer we made, not the struct member we just NULLed
    
    
    20070330131748-53eee-83fda2d6727978b882252896bac2d629dc94203f.gz

 src/media-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 35427c75fe34e53de05c75258269c32428dd1349
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Mar 29 16:17:19 2007 +0000

    Support multiple media channels.
    
    The "hmagic" associated with the NUA handles of calls is now a SIPMediaChannel*.
    We avoid losing references by the Sofia stack not referencing the
    SIPMediaChannel at all - instead the SIPMediaChannel unbinds itself from the
    NUA handle, and marks it as expired, when it's closed or freed.
    
    20070329161719-53eee-606286bc100aa0924c529b1a2b998be6ebf66324.gz

 src/media-factory.c          |  106 +++++++----------------------
 src/sip-connection-helpers.c |    3 +
 src/sip-connection-helpers.h |    6 ++-
 src/sip-connection-sofia.c   |  152 +++++++++++++++++++++--------------------
 src/sip-media-channel.c      |   13 ++--
 5 files changed, 118 insertions(+), 162 deletions(-)

commit 6eb60014934ab21488173c2643dd3ce06c65d7f0
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Mar 27 16:04:19 2007 +0000

    Bind SIPMediaChannel pointers to NUA handles. Make sure we dissociate the media channel from the NUA handle when the channel closes
    
    
    20070327160419-53eee-b3f11509c1358f6825c001766dd3a61a8c756813.gz

 src/sip-connection-helpers.h |   25 +++++++++++++++++++------
 src/sip-media-channel.c      |   34 ++++++++++++++++++++++++++++++++--
 src/sip-media-session.c      |    7 +++----
 3 files changed, 54 insertions(+), 12 deletions(-)

commit a2842048c0de883f6c771f9dc5b4ca3382bfd3e1
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Mar 27 14:41:49 2007 +0000

    Compile with debug by default
    
    
    20070327144149-53eee-c18689718171eeef722eda8dc2a69bf94a89eb96.gz

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4b466d3283008e861ecb8558dbfcc171ce46b50d
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Mar 27 14:37:43 2007 +0000

    Bump version to 0.3.12.1 after release
    
    
    20070327143743-53eee-420d1dc8087d64f5f497905dfac6d0593999a831.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1c7ff08b39875d875f243158cd7b20f0adffec2c
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Tue Mar 27 10:58:34 2007 +0000

    Bumping version to 0.3.12
    
    
    20070327105834-5b6ca-5c3bf88d19b5d3835797250a94886d7f2befaf7d.gz

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 126cf072cf6cb496829f7247bc38ead5df843917
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Mon Mar 26 09:08:14 2007 +0000

    Less promiscuous access mode for autogenerated ChangeLog
    
    
    20070326090814-5b6ca-e719801d317f84332603e1c2bb790066eeaa8976.gz

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d862861b7003ccedf0e6cce64a353a757c540cb9
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 22 16:08:11 2007 +0000

    untabify the recent changes
    
    
    20070322160811-5b6ca-a2afc59c505a620167a40c26b0e3ade2dacc5cd0.gz

 src/sip-connection-sofia.c |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit d39baa49926757aceb0153c5dc3e4507c1757938
Author: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
Date:   Thu Mar 22 11:39:53 2007 +0000

    Better implementation of authentication, always using the primary credentials for the registrar realm
    
    
    20070322113953-5b6ca-4eb4c7c634b798d11bfe0f045c119ed7d60ac633.gz

 ChangeLog.old                |   30 ++++++
 src/sip-connection-private.h |    3 +
 src/sip-connection-sofia.c   |  208 ++++++++++++++++++++++++-----------------
 src/sip-connection.c         |    5 +
 4 files changed, 160 insertions(+), 86 deletions(-)

commit aacb9142089e598d2e8954d8677d024bd110a7a5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 23 18:41:54 2007 +0000

    Actually pass arguments to the g_warning
    
    
    20070323184154-53eee-93c42893d40fdb9a45c226eb4500fbc00868dce4.gz

 src/sip-media-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9e6edc3eb9a63cd61d54376c06f6e487ab372e51
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 23 18:27:44 2007 +0000

    If the number of m-lines differs from our number of streams, just warn rather than aborting
    
    
    20070323182744-53eee-192ed5695a9b184bb7cb367479af253ff31dc741.gz

 src/sip-media-session.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit b48ece096c1c173406f920f848f8413feb4c77b2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 23 17:41:04 2007 +0000

    Port telepathy-sofiasip to telepathy-glib 0.5.6 handle API.
    
    This patch stops associating Telepathy handles with NUA handles using the
    "hmagic" mechanism, because I can't see how to tell when SofiaSIP has finished
    with a particular NUA handle (and hence how to not leak references to the
    Telepathy handles). Instead I find out the Telepathy handle for text messages
    or incoming events using the SIP headers, and find out whether a media channel
    is the one we want by using the NUA handle as a unique key.
    
    20070323174104-53eee-8906a0fe3be387b7d5e9a9f59b9cacae9b2696b4.gz

 src/sip-connection-sofia.c |  303 +++++++++++++++++++++++--------------------
 src/sip-connection.c       |  209 +++++++++++++++---------------
 src/sip-media-channel.c    |   19 ++-
 src/sip-media-session.c    |    6 +-
 src/sip-text-channel.c     |   22 ++--
 5 files changed, 290 insertions(+), 269 deletions(-)

commit 6ed25a5f9e06895c70678b60cc0b3133ca7d2bd5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Fri Mar 23 17:19:55 2007 +0000

    When emitting a media channel error, verify that the channel is the one we think it is
    
    
    20070323171955-53eee-0d94c1e7ceb4a4ce8efef9ee7bff177e4bc9abdb.gz

 src/sip-connection-sofia.c |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

commit 42162f84ac2d24cb6b425c180fe385aa3269cb9b
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Thu Mar 22 16:27:39 2007 +0000

    Move ChangeLog to ChangeLog.old. Generate ChangeLog from Darcs history at dist time
    
    
    20070322162739-53eee-aec0cf2879807832c35ed3df8808333191e8a61d.gz

 ChangeLog     | 1167 ---------------------------------------------------------
 ChangeLog.old | 1167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am   |    3 +
 3 files changed, 1170 insertions(+), 1167 deletions(-)

commit 0e3ae6bedfc791a1e766c0f8aff9348fd5e2a6cc
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Mar 21 15:59:36 2007 +0000

    Remove untrue "not used" comments - we now have extra auth
    
    
    20070321155936-53eee-c5284e59cff7a3c270d8ee0aeba052050b42ca2c.gz

 src/sip-connection-manager.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit c1fdcd362d90449b2f8d6619f27cb2f21f02d8a6
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Mar 21 15:56:27 2007 +0000

    Transfer STUN port number from RequestConnection to the new connection
    
    
    20070321155627-53eee-e58fdc039ab06e60115f95cdb3d95d256c96d12d.gz

 src/sip-connection-manager.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 9859e6d07e5fd9259ef347f9413b2bbc337ebfc8
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Mar 21 14:45:22 2007 +0000

    Add forgotten property_get case for PROP_STUN_PORT
    
    
    20070321144522-53eee-309cfb0659b70475ef7a5b32a857cf88dd83ddd6.gz

 src/sip-connection.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 40d5dd8a0a9234447ef0f38cf370ffebb56b873a
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Mar 21 14:26:29 2007 +0000

    Add STUN server and port Tp properties to media channels. Copy them from the media factory on construction.
    
    
    20070321142629-53eee-aa60d52de840e41ee638d1ee8655594a65a85cd6.gz

 src/media-factory.c     |   14 ++++++++++++++
 src/sip-media-channel.c |   27 ++++++++++++++++++++++++++-
 2 files changed, 40 insertions(+), 1 deletions(-)

commit e47837c8877080a989b857842ffcf03772c066f2
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Mar 21 14:24:52 2007 +0000

    Copy STUN server/port from connection to media factory
    
    
    20070321142452-53eee-0cfb25422c245c68240b3618c9fd9a86da376476.gz

 src/media-factory.c |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit 367a7ccd088c00b8910e9dc4b4da85301920f6a6
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Wed Mar 21 14:19:20 2007 +0000

    Redefine stun-server connection parameter to be IP or FQDN rather than IP:port or FQDN:port. Add stun-port connection parameter. Glue the two together when passing them to the Sofia stack.
    
    
    20070321141920-53eee-58ccb12c60a8f3b4ebf4b37daee76b3676df9a86.gz

 src/sip-connection-private.h |    1 +
 src/sip-connection.c         |   54 +++++++++++++++++++++++++++++++++++++++--
 src/sip-connection.h         |    2 +
 3 files changed, 54 insertions(+), 3 deletions(-)

commit 1431f88a75a044752e4a51b7ef7d448b30844ef5
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date:   Tue Mar 20 19:51:59 2007 +0000

    Add _boring file listing generated files
    
    
    20070320195159-53eee-db5ffe57421c94cf9f4de2f5a4917e9717642dd9.gz

 _boring |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

commit f2023e2dc5d41d3d41cf6ab3329cd787a2ec756b
Author: mzabaluev <>
Date:   Fri Mar 16 09:53:51 2007 +0000

    [svn-to-darcs @ 6]
    
    Emit more elaborate message sending errors for text channels
    
    20070316095351-22f61-93d08f38c21f801dde5186f32bbf86ee6323f889.gz

 ChangeLog                  |    9 +++++++
 src/sip-connection-sofia.c |    2 +-
 src/sip-text-channel.c     |   53 ++++++++++++++++++++++++++++++++++++-------
 src/sip-text-channel.h     |    4 ++-
 4 files changed, 57 insertions(+), 11 deletions(-)

commit 2d59cf3fe0131ca6bb193af7b9d2b1bbe2d835ba
Author: mzabaluev <>
Date:   Fri Mar 16 09:38:55 2007 +0000

    [svn-to-darcs @ 5]
    
    Better handling of missing auth credentials
    
    20070316093855-22f61-41269cdee13c9f2dec9ec5925819449b95b1da6f.gz

 ChangeLog                  |   11 ++++++
 src/sip-connection-sofia.c |   84 +++++++++++++++++++++++++++-----------------
 src/sip-media-channel.c    |    2 +
 3 files changed, 65 insertions(+), 32 deletions(-)

commit dd33d8268ab22add4e1adfc111136f924f760c35
Author: mzabaluev <>
Date:   Fri Mar 16 09:11:50 2007 +0000

    [svn-to-darcs @ 4]
    
    Implemented extra auth properties.
    
    20070316091150-22f61-bb2c83015613dd9a8effe943196818206cb0eb13.gz

 ChangeLog                    |   17 ++++++-
 src/sip-connection-manager.c |    5 ++
 src/sip-connection-private.h |    2 +
 src/sip-connection-sofia.c   |  107 ++++++++++++++++++++++++++++++------------
 src/sip-connection.c         |   26 ++++++++++
 5 files changed, 125 insertions(+), 32 deletions(-)

commit 868dd2a46dd28b49eb2f8bfa521e5c615f594bc3
Author: robot101 <>
Date:   Thu Mar 8 17:28:17 2007 +0000

    [svn-to-darcs @ 3]
    
    Initial import.
    
    20070308172817-9b33b-67cd56c0fd9ed7be56f874da659e87cbac239c81.gz

 AUTHORS                                            |   10 +
 COPYING                                            |  504 ++++++++
 ChangeLog                                          | 1132 +++++++++++++++++
 Makefile.am                                        |   22 +
 NEWS                                               |   12 +
 README                                             |   56 +
 TODO                                               |  163 +++
 configure.ac                                       |   93 ++
 data/Makefile.am                                   |   13 +
 ...Telepathy.ConnectionManager.sofiasip.service.in |    4 +
 docs/Makefile.am                                   |   79 ++
 docs/design.txt                                    |   83 ++
 m4/Makefile.am                                     |    3 +
 m4/as-compiler-flag.m4                             |   33 +
 m4/as-version.m4                                   |   66 +
 m4/as_ac_expand.m4                                 |   41 +
 src/Makefile.am                                    |  118 ++
 src/debug.c                                        |   62 +
 src/debug.h                                        |   52 +
 src/media-factory.c                                |  472 ++++++++
 src/media-factory.h                                |   80 ++
 src/signals-marshal.list                           |    4 +
 src/sip-connection-helpers.c                       |  304 +++++
 src/sip-connection-helpers.h                       |   77 ++
 src/sip-connection-manager.c                       |  475 ++++++++
 src/sip-connection-manager.h                       |   62 +
 src/sip-connection-private.h                       |   73 ++
 src/sip-connection-sofia.c                         |  743 ++++++++++++
 src/sip-connection-sofia.h                         |   41 +
 src/sip-connection.c                               |  901 ++++++++++++++
 src/sip-connection.h                               |   77 ++
 src/sip-media-channel.c                            | 1254 +++++++++++++++++++
 src/sip-media-channel.h                            |   85 ++
 src/sip-media-session.c                            | 1049 ++++++++++++++++
 src/sip-media-session.h                            |  141 +++
 src/sip-media-stream.c                             | 1266 ++++++++++++++++++++
 src/sip-media-stream.h                             |   98 ++
 src/sip-text-channel.c                             |  787 ++++++++++++
 src/sip-text-channel.h                             |   66 +
 src/telepathy-helpers.c                            |   60 +
 src/telepathy-helpers.h                            |   42 +
 src/telepathy-sofiasip.c                           |   55 +
 src/text-factory.c                                 |  322 +++++
 src/text-factory.h                                 |   66 +
 src/write-mgr-file.c                               |  112 ++
 tests/Makefile.am                                  |   17 +
 tests/tp_caller.c                                  |  564 +++++++++
 47 files changed, 11839 insertions(+), 0 deletions(-)

commit 36e7ba52d4397763aca609c368bc6f2472b644a1
Author: git-darcs-import <>
Date:   Thu Jan 1 00:00:00 1970 +0000

    New empty repository
