index
:
~jonny/telepathy-rakia
debug
master
next
telepathy-sofiasip-0.4
telepathy-sofiasip-0.6
le rakia
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sip-media-session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-02
sip-media-session: use TpsipBaseConnection
Pekka Pessi
1
-3
/
+4
2010-11-18
fd.o #31720: use TpDBusDaemon to export media streams
Simon McVittie
1
-0
/
+1
2010-11-18
fd.o #31720: use TpDBusDaemon to export media sessions
Simon McVittie
1
-5
/
+22
2010-04-01
Don't remove the local pending send flag when holding the call
Mikhail Zabaluev
1
-2
/
+3
2010-02-15
Updated Nokia copyright years in source files
Mikhail Zabaluev
1
-1
/
+1
2010-02-08
Implemented DBus properties for Media.StreamHandler
Mikhail Zabaluev
1
-0
/
+47
2010-02-08
Changed a parameter in tpsip_media_session_add_stream()
Mikhail Zabaluev
1
-8
/
+12
2010-02-08
Merge branch 'total-immutability'
Mikhail Zabaluev
1
-0
/
+12
2010-02-02
Add a new MESSAGE macro and use it instead of g_message.
Jonny Lamb
1
-4
/
+4
2010-02-02
Add a WARNING macro and use that instead of g_warning.
Jonny Lamb
1
-5
/
+5
2010-02-02
Replace tpsip_debug with tpsip_log, but keep DEBUG doing the same thing.
Jonny Lamb
1
-3
/
+2
2010-01-29
Disable locally-originated re-INVITES when 'immutable-streams' parameter is set
Mikhail Zabaluev
1
-0
/
+12
2010-01-29
Fix the condition for initial emit of StreamDirectionChanged
Mikhail Zabaluev
1
-1
/
+1
2010-01-22
Create remotely added streams with the direction they have as per SDP
Mikhail Zabaluev
1
-15
/
+10
2010-01-22
More renaming for pending direction stuff
Mikhail Zabaluev
1
-9
/
+9
2010-01-22
Block the stream from sending until negotiated with the remote party
Mikhail Zabaluev
1
-1
/
+1
2010-01-21
I don't think Pending_Remote_Send means what this code thinks it means
Mikhail Zabaluev
1
-11
/
+17
2010-01-08
Merge branch 'initial-av'
Mikhail Zabaluev
1
-11
/
+7
2010-01-04
Regard per-media ptime attributes as well
Mikhail Zabaluev
1
-21
/
+20
2009-12-18
Create initial streams accordingly to the media channel properties
Mikhail Zabaluev
1
-11
/
+7
2009-12-01
Turned the ptime properties into strings
Mikhail Zabaluev
1
-10
/
+12
2009-12-01
Implemented TpsipMediaSession properties 'remote-ptime' and 'remote-max-ptime'
Mikhail Zabaluev
1
-2
/
+46
2009-09-04
Restore the code to follow unexpected hold changes, and make it work for real
Mikhail Zabaluev
1
-8
/
+31
2009-09-02
Removed some race conditions in call holding
Mikhail Zabaluev
1
-18
/
+8
2008-10-20
Pretty-formatted and optimized SESSION_DEBUG
Mikhail Zabaluev
1
-17
/
+17
2008-10-16
Removed the idle catcher for a missing nua_i_state event
Mikhail Zabaluev
1
-48
/
+11
2008-10-16
The hardcoded request timeout is bad, removed
Mikhail Zabaluev
1
-57
/
+7
2008-10-15
Renamed tpsip_media_session_reject to tpsip_media_session_respond
Mikhail Zabaluev
1
-5
/
+5
2008-07-08
Reformatted the rest of param specs.
Mikhail Zabaluev
1
-59
/
+30
2008-06-03
Ported the glare fix to trunk
Mikhail Zabaluev
1
-21
/
+101
2008-06-03
Introduced a new session state, 'reinvite-pending', as the way to resolve gla...
Mikhail Zabaluev
1
-26
/
+25
2008-05-21
TpsipMediaSession: added debug tracing for remote hold status update
Mikhail Zabaluev
1
-0
/
+2
2008-05-20
Ported the pending offer/pending remote send state interaction fix to the trunk
Mikhail Zabaluev
1
-8
/
+34
2008-05-20
Don't remove or apply the remote pending send flag if there is a pending SDP ...
Mikhail Zabaluev
1
-21
/
+6
2008-05-19
TpsipMediaSession: renamed the label epilog to finally, to align with a conve...
Mikhail Zabaluev
1
-2
/
+2
2008-05-19
TpsipMediaSession: SDP media line loop condition beautified
Mikhail Zabaluev
1
-1
/
+1
2008-05-19
TpsipMediaSession: make sure state transitions after a remote media update ar...
Mikhail Zabaluev
1
-10
/
+13
2008-05-16
Trying to cover all RTCP-related bells and whistles we may meet in remote SDP
Mikhail Zabaluev
1
-0
/
+44
2008-05-13
TpsipMediaSession: added a comment questioning the necessity of a large part ...
Mikhail Zabaluev
1
-0
/
+2
2008-05-13
TpsipMediaSession: ported the NUA handle disposal patch
Mikhail Zabaluev
1
-3
/
+2
2008-05-13
SIPMediaSession: make sure to destroy the NUA handle on session end
Mikhail Zabaluev
1
-1
/
+2
2008-05-12
SIPMediaSession: restored priv_local_media_changed() in sip_media_session_req...
Mikhail Zabaluev
1
-0
/
+2
2008-05-08
TpsipMediaSession: tracing for hold implementation functions
Mikhail Zabaluev
1
-0
/
+4
2008-05-09
Use tp-glib 0.7.8 for Hold in TpsipMediaSession too
Simon McVittie
1
-39
/
+34
2008-04-29
TpsipMediaSession: don't use an adapter callback for 'local-media-updated', u...
Mikhail Zabaluev
1
-10
/
+3
2008-04-29
TpsipMediaSession: fix remote hold state updates for incoming streams
Mikhail Zabaluev
1
-4
/
+2
2008-04-29
Corrected hold implementation up to the recent direction fix
Mikhail Zabaluev
1
-11
/
+4
2008-04-29
Ported direction and pending send changes to the trunk
Mikhail Zabaluev
1
-21
/
+108
2008-04-28
Reworked behavior of direction and pending send flags to match the specification
Mikhail Zabaluev
1
-82
/
+30
2008-04-22
TpsipMediaSession: a remotely requested stream is always created with pending...
Mikhail Zabaluev
1
-2
/
+1
[next]