summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-09-21GabbleMediaSession: fix hypothetical memory leak in code path that can't happ...Robert McQueen1-1/+4
2006-09-21GabbleMediaSession: make the Error method call Error on each stream, or just ...Robert McQueen1-2/+42
2006-09-21GabbleMediaStream: mark the stream closed *before* emitting the signalRobert McQueen1-1/+1
2006-09-21GabbleMediaSession: close all of the streams when the session is terminatedRobert McQueen1-0/+10
2006-09-21GabbleMediaChannel: remove the stream from the session after it's given us an...Robert McQueen1-1/+11
2006-09-21GabbleMediaSession: tweak indentation in remove streams functionRobert McQueen1-4/+4
2006-09-21GabbleMediaChannel: emit StreamError when a stream emits the error signalRobert McQueen1-0/+15
2006-09-21GabbleMediaStream: emit an ERROR signal when Error is calledRobert McQueen2-4/+13
2006-09-21GabbleMediaChannel: add StreamError signalRobert McQueen2-0/+11
2006-09-21remove Name field from [ConnectionManager] section in .manager fileRobert McQueen1-4/+2
2006-09-20GabbleMediaSession: name stream objects as MediaStream instead of IceStreamRobert McQueen1-1/+1
2006-09-20GabbleMediaStream: emit CLOSE when we /intend/ to close (which can be due to ...Robert McQueen3-14/+23
2006-09-20s/block/deny/ in name of contact list handle for blocked contact, to match th...Robert McQueen4-29/+29
2006-09-18GabbleMediaChannel: add missing signal details on StreamAdded/StreamRemoved s...Robert McQueen1-2/+2
2006-09-14GabbleMediaChannel: catch missing s/state/connection-state/ in a few placesRobert McQueen1-7/+7
2006-09-13GabbleMediaSession: clarify use of the word "acceptance" in a few placesRobert McQueen1-2/+2
2006-09-13GabbleMediaSession: fix code to match comment (when we set the timer on incom...Robert McQueen1-1/+1
2006-09-13GabbleMediaStream: clarify debug message when emitting SetStreamPlayingRobert McQueen1-2/+2
2006-09-13GabbleMediaSession: rename session-reduce action to content-removeRobert McQueen1-10/+11
2006-09-13GabbleMedia{Session,Stream}: rename state property on stream to connection-stateRobert McQueen2-26/+26
2006-09-12GabbleMedia{Session,Stream}: s/got-codecs/got-local-codecs/Robert McQueen2-31/+33
2006-09-11GabbleMediaSession: emit StreamAdded when the stream is created, rather than ...Robert McQueen1-2/+2
2006-09-11GabbleMediaSession: rename _find_unacceptable_stream -> _stream_not_ready_for...Robert McQueen1-9/+9
2006-09-11GabbleMediaChannel: drop references to streams in priv->streams before unreff...Robert McQueen1-12/+13
2006-09-11GabbleMediaSession: set PRE_ACCEPTED on locally-created streams so that we se...Robert McQueen1-0/+2
2006-09-11GabbleMedia{Session,Stream}: merge in changes from Ole's branch, use g_hash_t...Robert McQueen4-101/+464
2006-09-10GabbleMediaStream: s/voip-engine/stream-engine/1-5/+5
2006-09-10hook in _handle_accept in GabbleMediaSession and remove an unused variable fr...2-2/+1
2006-09-10GabbleMedia{Session,Stream}: add per-stream state and clean up the interactio...3-180/+125
2006-09-10GabbleMediaChannel: fix a minor coding style inconsistency1-1/+1
2006-09-10GabbleMedia{Channel,Session,Stream}: implement RemoveStreams6-151/+143
2006-09-10GabbleMedia{Session,Stream}: add another state to Session and use this to set...3-7/+44
2006-09-10GabbleMediaSession: change initiator to an enum to make the logic clearer2-12/+17
2006-09-11GabbleMediaStream: only set stream playing after Ready is called if we're set...Robert McQueen1-1/+2
2006-09-11GabbleMedia*: regenerate with spec 0.13.5, update RequestStreams to return th...Robert McQueen5-41/+101
2006-09-10GabbleMedia{Channel,Session,Stream}: merge ListStreams/StreamAdded/StreamStat...Robert McQueen4-13/+47
2006-09-10GabbleMediaChannel: fix up crashing by moving the ptr array of streams aside ...Robert McQueen1-3/+16
2006-09-08GabbleMediaChannel: fix a stupid g_signal_emit so that StreamStateChanged get...1-1/+1
2006-09-05GabbleMediaChannel: added a missing check in dispose (doh)1-1/+2
2006-09-04GabbleMediaChannel: implement ListStreams (directionality TBD) and emit Strea...4-106/+114
2006-09-10GabbleMedia{Channel,Session,Stream}: regenerate with spec 0.13.4 to rename Ic...Robert McQueen6-30/+78
2006-09-10s/occured/occurred/Robert McQueen11-104/+104
2006-09-10Gabble*: regenerate with gengobject.py from spec 0.13.4Robert McQueen31-870/+1726
2006-09-10GabbleConnection: edit method order to help resolve conflictsRobert McQueen1-28/+28
2006-09-06Handle contact caps disco errors by trying to request the same information fr...Olli Salli1-5/+45
2006-09-06GabbleMediaChannel: s/clear/free/ (the session ID)Robert McQueen1-1/+1
2006-09-05GabbleConnection: only unref our self_handle if we're being disconnected from...Robert McQueen1-7/+15
2006-09-05GabbleMedia{Session,Stream}: remove g_object_unref of priv->conn because we n...Robert McQueen2-4/+0
2006-09-04GabbleMuc{Channel,Factory}: avoid passing handle from MUC factory to channel ...Robert McQueen3-18/+27
2006-09-04GabbleMediaSession: fix assertionRobert McQueen1-1/+1