summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-19TpsipMediaStream: removed an outdated comment about implementation gaps in SD...Mikhail Zabaluev1-5/+0
2008-05-19TpsipMediaSession: SDP media line loop condition beautifiedMikhail Zabaluev1-1/+1
2008-05-19TpsipMediaSession: make sure state transitions after a remote media update ar...Mikhail Zabaluev1-10/+13
2008-05-16Don't use locale-dependent strtoul() to decode URL escapesMikhail Zabaluev1-2/+2
2008-05-16Removed obsolete _tpsip_nh_expired anchorMikhail Zabaluev1-4/+0
2008-05-16TpsipMediaStream: refactored priv_append_rtpmaps() out of priv_update_local_s...Mikhail Zabaluev1-50/+62
2008-05-16TpsipMediaStream: emit a=rtcp ahead of rtpmap lines for aesthetical reasonsMikhail Zabaluev1-20/+20
2008-05-16TpsipMediaStream: put a=rtcp attribute into the local SDP if there's an inter...Mikhail Zabaluev1-27/+62
2008-05-16Trying to cover all RTCP-related bells and whistles we may meet in remote SDPMikhail Zabaluev3-22/+102
2008-05-13TpsipMediaSession: added a comment questioning the necessity of a large part ...Mikhail Zabaluev1-0/+2
2008-05-13TpsipMediaSession: ported the NUA handle disposal patchMikhail Zabaluev1-3/+2
2008-05-13SIPMediaSession: make sure to destroy the NUA handle on session endMikhail Zabaluev1-1/+2
2008-05-12TpsipMediaChannel: ported the peer error termination fix to the trunk.Mikhail Zabaluev1-9/+14
2008-05-12SIPMediaChannel: cleaner termination on a peer errorMikhail Zabaluev1-1/+2
2008-05-12SIPMediaSession: restored priv_local_media_changed() in sip_media_session_req...Mikhail Zabaluev1-0/+2
2008-05-12SIPMediaChannel: be sure to close the channel when removing the remote member...Mikhail Zabaluev1-0/+2
2008-05-08TpsipMediaSession: tracing for hold implementation functionsMikhail Zabaluev1-0/+4
2008-05-07TpsipMediaStream: don't push remote codecs to Telepathy if the codec list in ...Mikhail Zabaluev1-14/+36
2008-05-09Use tp-glib 0.7.8 for Hold in TpsipMediaSession tooSimon McVittie2-43/+35
2008-05-09Use telepathy-glib 0.7.8 for HoldSimon McVittie1-19/+15
2008-05-08Put the proto subtype to RTCP so fs1 ignores itOlivier Crete1-1/+1
2008-04-21Set a RTCP candidate at rtp+1Olivier Crete1-0/+19
2008-04-11Don't ignore component number, 1 is RTP, 2 is RTCPOlivier Crete1-3/+9
2008-04-21Simplified log file diversion code on Simon's suggestionsMikhail Zabaluev3-11/+2
2008-04-21Divert log messages to a file if the file name is provided in the environment...Mikhail Zabaluev3-0/+11
2008-04-16Less cryptic comment for extra-realm auth parametersMikhail Zabaluev1-1/+1
2008-04-16Erased the unimplemented CM parameter 'avoid-difficult'Mikhail Zabaluev1-6/+0
2008-04-29TpsipMediaStream: survive StreamHandler.Ready called with an empty list of co...Mikhail Zabaluev1-1/+2
2008-04-29TpsipMediaSession: don't use an adapter callback for 'local-media-updated', u...Mikhail Zabaluev1-10/+3
2008-04-29Provided a description comment to tpsip_media_stream_apply_pending_send()Mikhail Zabaluev1-0/+5
2008-04-29SIPMediaStream: signal actual pending send flags after applying some of themMikhail Zabaluev1-1/+1
2008-04-29TpsipMediaSession: fix remote hold state updates for incoming streamsMikhail Zabaluev1-4/+2
2008-04-29Corrected hold implementation up to the recent direction fixMikhail Zabaluev1-11/+4
2008-04-29Ported direction and pending send changes to the trunkMikhail Zabaluev4-68/+196
2008-04-28Reworked behavior of direction and pending send flags to match the specificationMikhail Zabaluev4-142/+126
2008-04-22TpsipMediaSession: a remotely requested stream is always created with pending...Mikhail Zabaluev1-2/+1
2008-04-21TpsipMediaStream: implemented StreamHandler.SetLocalCodecsMikhail Zabaluev1-12/+27
2008-04-21TpsipMediaSession: set all streams to playing whenever we're about to send an...Mikhail Zabaluev1-10/+12
2008-04-17TpsipMediaStream: on StreamHandler.Error, close only the stream rather than t...Mikhail Zabaluev1-13/+5
2008-04-17TpsipMediaStream: check if StreamHandler.Ready is called more than onceMikhail Zabaluev1-2/+9
2008-04-17TpsipMediaStream: remove redundant type assertionsMikhail Zabaluev1-7/+0
2008-04-16SIPMediaSession: fix the emission of HoldStateChangedMikhail Zabaluev1-2/+2
2008-04-08cosmeticsMikhail Zabaluev2-47/+44
2008-04-08Really implemented Hold.GetHoldStateMikhail Zabaluev2-5/+49
2008-04-08SIPMediaSession: handle unexpected stream hold state changes gracefullyMikhail Zabaluev1-7/+9
2008-04-08Add the missing G_PARAM_CONSTRUCT to a property defining the default valueMikhail Zabaluev1-0/+1
2008-04-08SIPMediaSession: implemented stream hold requests through StreamHandlerMikhail Zabaluev1-9/+162
2008-04-07Struck out the stream handler hold API.Mikhail Zabaluev2-1/+53
2008-04-04Updated the media channel implementation to the reworked Hold and CallState A...Mikhail Zabaluev4-64/+89
2008-03-19Backwards compatible use of environment variables SOFIASIP_PERSIST and SOFIAS...Mikhail Zabaluev2-2/+4