summaryrefslogtreecommitdiff
path: root/src/sip-connection-helpers.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-16use TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes1-5/+1
2013-06-05Stop using handle qdataSimon McVittie1-1/+2
2012-05-10Enable warnings about suspicious signed/unsigned comparisons, and fix themSimon McVittie1-2/+2
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-3/+3
2011-05-31Merge remote-tracking branch 'zabaluev/debug-lite' into test-debugDavid Laban1-2/+2
2011-05-30s/TPSIP/RAKIA/gDavid Laban1-35/+35
2011-05-26Merge branch 'iphb-system-sync' into masterMikhail Zabaluev1-23/+50
2011-05-23Synchronise the heartbeat wakeups with other applicationsMarco Barisione1-23/+50
2011-03-03Improved a few debug messagesMikhail Zabaluev1-1/+1
2011-02-15Fix up a merge omissionMikhail Zabaluev1-0/+1
2011-02-15Merge branch 'stunning-fixes'Mikhail Zabaluev1-3/+16
2011-02-14Don't do STUN SRV lookup on the IP address-based account URIMikhail Zabaluev1-3/+17
2011-02-12Rename project to telepathy-rakiaDavid Laban1-52/+52
2011-02-07tpsip_conn_heartbeat_init: use "sofia-root" propertyPekka Pessi1-2/+8
2011-02-07Move src/media-factory to tpsip/media-managerPekka Pessi1-2/+2
2011-02-07Move src/debug to tpsip/debugPekka Pessi1-1/+1
2011-02-02sip-connection: remove functionality copied to TpsipBaseConnectionPekka Pessi1-8/+0
2011-02-02sip-connection-helpers: remove tpsip/handles functionalityPekka Pessi1-73/+2
2011-02-02Derive TpsipConnection from TpsipBaseConnectionPekka Pessi1-7/+14
2011-02-02tpsip/handles: addPekka Pessi1-202/+0
2010-11-18tpsip_normalize_contact: add connection-independent normalizationSimon McVittie1-9/+19
2010-02-19tpsip_conn_get_local_url: explicitly bind to IPv4 for better interoperabilitySimon McVittie1-1/+1
2010-02-15Updated Nokia copyright years in source filesMikhail Zabaluev1-1/+1
2010-02-02Use tpsip_log instead of g_critical.Jonny Lamb1-1/+2
2010-02-02Add a WARNING macro and use that instead of g_warning.Jonny Lamb1-7/+7
2010-02-02Replace g_debug calls with DEBUG.Jonny Lamb1-3/+3
2009-11-05Use the utility function tpsip_quote_string() to format the display nameMikhail Zabaluev1-14/+6
2009-09-28RFC-compliant escaping of alias charactersMikhail Zabaluev1-1/+2
2009-09-25Properly quote and escape an alias into the From header's display nameMikhail Zabaluev1-1/+23
2009-09-16More robustness to the heartbeat codeMikhail Zabaluev1-7/+18
2009-09-14Refactored heartbeat to work per connectionMikhail Zabaluev1-0/+96
2009-08-27Prevent an assertion when no transport is selectedMikhail Zabaluev1-1/+2
2009-08-26Support the SIPS scheme in handle normalizationMikhail Zabaluev1-2/+21
2009-06-27Enabled TCP whitespace keepalivesMikhail Zabaluev1-0/+2
2009-06-18Make keepalive-interval parameter a uint32 with saner semanticsMikhail Zabaluev1-11/+8
2009-04-07Merge branch 'master' of git+ssh://git.collabora.co.uk/git/telepathy-sofiasip...Mikhail Zabaluev1-1/+26
2009-01-16tpsip_handle_normalize: raise InvalidHandle on errorSimon McVittie1-1/+1
2008-10-28Merge branch 'master' into no-user-phone-in-urlMikhail Zabaluev1-197/+189
2008-10-18Moved incoming INVITE and MESSAGE handlers to their respective factoriesMikhail Zabaluev1-0/+25
2008-10-14...and yet moreMikhail Zabaluev1-1/+1
2008-10-13Optimized URL part lowercasing a bit moreMikhail Zabaluev1-8/+6
2008-10-08Alignment fixMikhail Zabaluev1-2/+2
2008-10-08Use explicit ASCII character ranges in regular expressionsMikhail Zabaluev1-7/+7
2008-10-08Lowercase the URL schemaMikhail Zabaluev1-0/+35
2008-10-08Reverted the normalize context to be TpsipConnectionMikhail Zabaluev1-1/+3
2008-10-07Interpret the context pointer in tpsip_handle_normalize as the base URIMikhail Zabaluev1-3/+1
2008-10-07Put the self alias in From headers of outbound requests.Mikhail Zabaluev1-6/+27
2008-10-07Use the URL contact helper when creating To: headers in requestsMikhail Zabaluev1-22/+7
2008-10-07Implemented the Aliasing interface on TpsipConnectionMikhail Zabaluev1-0/+47
2008-10-07WIP: reimplemented URI normalization with use of GRegexMikhail Zabaluev1-175/+82