summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
Commit message (Expand)AuthorAgeFilesLines
* auth: remove auth from proxy and callGünther Wagner2022-02-011-15/+9
* proxy-call: prevent message form if no params availableGünther Wagner2022-02-011-6/+12
* params: reworked to boxed and listGünther Wagner2022-01-121-1/+1
* OAuth2 Pkce WorkflowGünther Wagner2022-01-121-7/+11
* Port to libsoup3Carlos Garcia Campos2021-11-041-57/+239
* Add several missing annotationstintou/annotations-fixesCorentin Noël2020-10-151-4/+14
* proxycall: remove double-assign to status_{code,message}Timm Bäder2017-10-171-3/+0
* RestProxy: Set the payload after _uploadTimm Bäder2017-10-171-1/+1
* RestProxyCall: Add documentation for _syncTimm Bäder2016-07-191-0/+14
* RestProxyCall: Make sure _sync reliably sets error_outTimm Bäder2016-07-191-2/+20
* RestProxyCall: Remove unused structTimm Bäder2016-07-191-6/+0
* RestProxy(Call): Simplify _disposeTimm Bäder2016-06-201-23/+4
* RestProxyCall: Use G_DEFINE_TYPE_WITH_PRIVATETimm Bäder2016-06-201-95/+30
* RestProxyCall: Prevent segfault in prepare_messageTimm Bäder2016-06-201-0/+4
* RestProxyCall: Use GTaskTimm Bäder2016-06-201-177/+3
* rest-proxy: Port _invoke_async to GTaskTimm Bäder2016-06-201-32/+18
* 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