summaryrefslogtreecommitdiff
path: root/telepathy-farstream
Commit message (Expand)AuthorAgeFilesLines
* Remove the (skip) annotations as they confuse gtk-docOlivier Crête2012-03-201-3/+3
* Don't segfault if there is no error setEmanuele Aina2012-03-201-1/+1
* Fix build (missing '\' at EOL in header list)Emanuele Aina2012-03-201-1/+1
* Release resources when destroying TfCallStreamOlivier Crête2012-03-181-1/+14
* Split _destroy() and _dispose() and call _destroy() manuallyOlivier Crête2012-03-185-29/+91
* Make sure all TfCallStream are disposed before their contentOlivier Crête2012-03-141-1/+7
* CallStream: Protect against early disposeOlivier Crête2012-03-141-1/+39
* CallStream: Split finalize from disposeOlivier Crête2012-03-141-8/+21
* Don't ignore MediaDescription offer if the answer is the same as the previous...Olivier Crête2012-03-141-7/+1
* Don't try to start receiving if one can't get the receive resourceOlivier Crête2012-03-141-3/+5
* Set stored remote candidatesOlivier Crête2012-03-121-31/+40
* Add component to the endpoint state debug messageOlivier Crête2012-03-121-2/+2
* Add annotations to tell bindings to use _literal versions of the functions.Olivier Crête2012-03-121-3/+9
* Use the generic marshallerNicolas Dufresne2012-03-0910-93/+28
* Don't access fsstream if it doesn't existOlivier Crête2012-03-081-1/+1
* Make it just a warning on Content errorOlivier Crête2012-03-071-1/+1
* CallContent: Guard against early dispose in some callbacksOlivier Crête2012-03-071-7/+19
* Add finish function to the async newOlivier Crête2012-03-062-1/+26
* Fix small bugOlivier Crête2012-03-061-1/+1
* Make it possible to remove a endpointOlivier Crête2012-03-051-7/+43
* Factor out setting the FsStream direction to/from sendingOlivier Crête2012-03-051-7/+31
* Factor out endpoint disposalOlivier Crête2012-03-051-10/+26
* Put all setting of the endpoint path at the same placeOlivier Crête2012-03-051-5/+5
* include missing config.hGuillaume Desmottes2012-02-293-1/+4
* Fix errors in doc buildingOlivier Crête2012-02-202-4/+4
* Also cast the correct objectOlivier Crête2012-02-201-5/+5
* Connect to correct objectOlivier Crête2012-02-201-2/+2
* Merge branch 'call1'Olivier Crête2012-02-2021-1207/+2238
|\
| * Remove mute as it has been removed from the specOlivier Crête2012-02-155-73/+20
| * Add a reason when rejecting invalid codecsOlivier Crête2012-02-091-1/+11
| * Return not-implemented if more than one endpointOlivier Crête2012-02-091-2/+2
| * Use fs_*_destroy methodsOlivier Crête2012-02-092-4/+4
| * Set self->contents to NULL in disposeXavier Claessens2012-01-121-0/+1
| * Keep a ref on stream proxyXavier Claessens2012-01-121-1/+1
| * Fix refcounting of TfContentXavier Claessens2012-01-021-1/+1
| * Use the contact handle from inside a MediaDescriptionOlivier Crête2011-12-231-6/+17
| * Update to the newest specOlivier Crête2011-12-236-46/+48
| * The "streams-removed" signal has a reason argument nowOlivier Crête2011-12-221-0/+1
| * Ignore remote candidates before the initials credentials are inOlivier Crête2011-12-222-0/+5
| * Use tp_value_array_build() correctlyOlivier Crête2011-12-222-3/+13
| * Add debug prints to TfCallStreamOlivier Crête2011-12-221-4/+42
| * Read the Sending/Receiving states in the GetAllOlivier Crête2011-12-221-0/+16
| * Keep ref to content proxyOlivier Crête2011-12-121-1/+1
| * Delay stream creation until the user has had a chance to connect the src-pad-...Olivier Crête2011-12-121-72/+53
| * Start receiving from the stream's creation if possible and requestedOlivier Crête2011-12-123-25/+39
| * Tell the application if a pause is temporary or permanentOlivier Crête2011-12-126-22/+74
| * Change the stream directionis as requestedOlivier Crête2011-12-122-38/+48
| * Correctly ignore the updated flag in the telepathy codecsOlivier Crête2011-12-121-4/+6
| * Fix refcounting of TfContentXavier Claessens2011-12-081-1/+0
| * Actually complete the async init operation on successSjoerd Simons2011-12-071-7/+3