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