index
:
delta/telepathy-gabble.git
baserock/telepathy-gabble-0.18.3
call1
master
next
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.18
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
gitlab.freedesktop.org: telepathy/telepathy-gabble.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
call-stream.c
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Don't unref an object that isn't owned.
Mike Ruprecht
2010-01-05
1
-4
/
+0
|
*
misc tweaks
Sjoerd Simons
2009-12-24
1
-2
/
+1
|
*
SendersChanged should only have updates not the full set
Sjoerd Simons
2009-12-24
1
-7
/
+19
|
*
Implement SetSending and ensure the Senders property stays in sync
Sjoerd Simons
2009-12-24
1
-2
/
+35
|
*
No need to get the GabbleConnection from the JingleContent anymore
Sjoerd Simons
2009-12-24
1
-9
/
+1
|
*
Update the sender states whenever the content state changes
Sjoerd Simons
2009-12-24
1
-0
/
+12
|
*
Slightly simplify determining the transport type
Sjoerd Simons
2009-12-24
1
-3
/
+3
|
*
Basic implementation of the Senders property
Sjoerd Simons
2009-12-24
1
-0
/
+94
|
*
Pass the GabbleConnection on to CallStream objects
Sjoerd Simons
2009-12-24
1
-0
/
+20
|
*
Use G_PARAM_STATIC_STRINGS where applicable
Sjoerd Simons
2009-12-24
1
-8
/
+2
|
*
Fix various coding style and types, also remove some dead code
Sjoerd Simons
2009-12-24
1
-2
/
+0
|
*
Emit GabbleCallStream's LocalCandidatesAdded signal.
Mike Ruprecht
2009-12-22
1
-0
/
+3
|
*
No need to do a runtime check and cast as it's already a GabbleCallStream.
Mike Ruprecht
2009-12-08
1
-1
/
+1
|
*
If one block in an if/else has {} then all of them should have it.
Mike Ruprecht
2009-12-08
1
-1
/
+3
|
*
Refer to the got_relay_info boolean for the RetrievedServerInfo property.
Mike Ruprecht
2009-12-08
1
-23
/
+1
|
*
Emit ServerInfoRetrieved based on the got_relay_info boolean.
Mike Ruprecht
2009-12-08
1
-5
/
+1
|
*
Add a boolean to keep track of whether or not relay info has been retrieved.
Mike Ruprecht
2009-12-08
1
-1
/
+9
|
*
Emit the ServerInfoRetrieved signal.
Mike Ruprecht
2009-12-08
1
-0
/
+13
|
*
Add the RetrievedServerInfo property to GabbleCallStream.
Mike Ruprecht
2009-12-08
1
-0
/
+38
|
*
Skip candidates with unhandled candidate types.
Mike Ruprecht
2009-12-08
1
-1
/
+2
|
*
Translate candidate types between the D-Bus AddCandidate message and Jingle.
Mike Ruprecht
2009-12-08
1
-1
/
+21
|
|
|
|
|
|
At the time of this commit there is no defined standard for candidate types. Here I'm using values of FsCandidateType since that's what the new-call-demo is passing it.
*
If the call is using Gtalk P2P, retrieve relay-info data.
Mike Ruprecht
2009-12-08
1
-0
/
+32
|
*
Add the RelayInfo property to GabbleCallStream.
Mike Ruprecht
2009-12-08
1
-0
/
+26
|
*
Use gabble_value_array_build instead of manually building the ValueArray.
Mike Ruprecht
2009-12-07
1
-8
/
+6
|
*
Add the STUNServers property to call-stream.c.
Mike Ruprecht
2009-12-07
1
-0
/
+44
|
*
Implement CandidatesPrepared
Sjoerd Simons
2009-12-07
1
-0
/
+10
|
|
|
|
|
For jingle candidates prepared is basically meaningless, so the implementation just returns successfully right away
*
Implement the Transport property
Sjoerd Simons
2009-12-07
1
-2
/
+41
|
*
Add a utility function to convert a list of candidates to the a GPtrArray
Sjoerd Simons
2009-12-07
1
-29
/
+2
|
*
Add a basic endpoint object
Sjoerd Simons
2009-12-07
1
-0
/
+39
|
*
Use constructed instead of constructor
Sjoerd Simons
2009-12-07
1
-10
/
+5
|
*
Add initial implementation of Call.Stream objects
Sjoerd Simons
2009-12-07
1
-0
/
+372
[prev]