summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
Commit message (Expand)AuthorAgeFilesLines
* Move RestProxyCallPrivate to rest-proxy-call.cChristophe Fergeau2014-09-031-5/+32
* oauth: Make sure RestProxyCall::url is set before using itChristophe Fergeau2014-09-031-0/+11
* More improvements to rest_proxy_call_get_params API docChristophe Fergeau2014-09-021-2/+2
* Allow to modify REST function in serialize_params vfuncChristophe Fergeau2014-08-251-13/+47
* Add rest_proxy_call_get_function()Christophe Fergeau2014-08-251-0/+23
* Ignore '/' at beginning of REST functionChristophe Fergeau2014-08-251-1/+2
* RestProxyCall: Handle soup_error_new() failuresChristophe Fergeau2014-08-251-0/+9
* docs: Add missing gtk-doc annotationsEmmanuele Bassi2014-03-101-2/+2
* Further annotation fixesEmmanuele Bassi2014-03-101-5/+5
* Fix annotationsEmmanuele Bassi2014-03-101-2/+2
* Fix rest_proxy_call_get_params() API docChristophe Fergeau2013-09-201-3/+4
* rest-proxy-call: Include the zero byte added by soup to the payloadRob Bradford2013-07-101-1/+2
* rest-proxy-call: Use memdup, not strdup, as HTTP response data might be binaryJasper St. Pierre2013-07-091-1/+1
* call: disconnect GCancellable 'cancel' signalAlban Crequy2013-06-171-4/+17
* Don't leak RestProxyCall::urlChristophe Fergeau2012-06-131-0/+2
* assorted introspection fixesEvan Nemerson2012-05-031-3/+3
* rest-proxy-call: enforce one-shot use, clean up memory lifecycleRoss Burton2012-03-271-36/+15
* Rename rest_proxy_call_call_async to rest_proxy_call_invoke_asyncRoss Burton2012-03-271-11/+11
* rest-proxy-call: add rest_proxy_call_call_async()Danielle Madeley2012-03-271-2/+114
* Don't leak ->url in rest_proxy_call_sync (#669764)Ross Burton2012-02-241-0/+3
* Added documentation to rest_proxy_call_upload.Eitan Isaacson2011-04-131-0/+22
* Introduce rest_proxy_call_upload to provide progress feedback.Eitan Isaacson2011-04-131-0/+129
* proxy-call: Allow customisation of data serialization (BMC#13746)Michal Mhr2011-04-131-1/+51
* proxy-call: Fix memory leaks in multipart form REST calls.Eitan Isaacson2011-02-221-0/+4
* proxy-call: Use g_error_set_literal for content from the web serverRob Bradford2010-09-131-5/+5
* proxy-call: The status code for the request is fetched from the messageRob Bradford2010-09-061-2/+1
* proxy-call: Remove unused code post refactoringRob Bradford2010-09-061-4/+0
* proxy-call: Fix compiler warning with storing call closureRob Bradford2010-09-021-1/+1
* proxy-call: Turn off body buffer accumulation for continuous callRob Bradford2010-09-021-0/+3
* proxy-call: Add documentation for rest_proxy_call_continuousRob Bradford2010-09-021-0/+23
* proxy-call: Enhance documentation for rest_proxy_call_asyncRob Bradford2010-09-021-1/+5
* proxy-call: Add first pass at continuous call modeRob Bradford2010-09-021-0/+129
* proxy-call: Adjust to the new callback always fired invariant (since d7d4d52)Rob Bradford2010-08-121-16/+9
* Small documentation fixesRoss Burton2010-08-111-5/+5
* Minor documentation fixesRoss Burton2010-08-041-2/+0
* Port the proxies to use RestParamRoss Burton2010-07-081-25/+74
* rest: small prototype fixes to clean up docsRoss Burton2010-05-171-3/+3
* Use the session callback instead of finished (BMC#842)Ross Burton2010-05-141-8/+8
* Don't check for dispose or finalize when chaining upRoss Burton2010-05-141-4/+2
* proxy/proxy-call/xml-parser: Guard public function entry pointsRob Bradford2010-04-151-16/+91
* Mark GErrors which shouldn't be freed as constRoss Burton2009-10-121-1/+1
* Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2009-08-111-12/+2
* Add rest_proxy_call_sync, for threaded appsRoss Burton2009-05-291-0/+24
* Factor out the message result handlingRoss Burton2009-05-291-9/+21
* Split out the message creation when callingRoss Burton2009-05-291-30/+47
* Document RestProxyCallRoss Burton2009-05-151-0/+38
* Delete trailing whitespaceRoss Burton2009-05-151-19/+19
* Fix call cleanup which was causing invalid writesRoss Burton2009-05-151-1/+1
* Fix incorrect logic in conditional check.Rob Bradford2009-04-141-1/+1
* Move the call's URL to the private struct so that subclasses can see it in pr...Ross Burton2009-04-081-7/+8