summaryrefslogtreecommitdiff
path: root/rest
AgeCommit message (Expand)AuthorFilesLines
2014-09-03oauth: Add missing includeHEADmasterChristophe Fergeau1-0/+1
2014-09-03oauth: Don't leak RestProxyCall::token{_secret}Christophe Fergeau1-0/+2
2014-09-03tests: Don't call g_type_init() on newer glibChristophe Fergeau1-0/+2
2014-09-03Move RestProxyCallPrivate to rest-proxy-call.cChristophe Fergeau3-32/+32
2014-09-03oauth: Remove direct access to RestProxyCallPrivateChristophe Fergeau1-6/+6
2014-09-03oauth: Make sure RestProxyCall::url is set before using itChristophe Fergeau3-2/+17
2014-09-02More improvements to rest_proxy_call_get_params API docChristophe Fergeau1-2/+2
2014-09-02Add libsoup to gir includesChristophe Fergeau1-1/+1
2014-08-25Add rest_proxy_add_soup_feature()Christophe Fergeau2-0/+40
2014-08-25Allow to modify REST function in serialize_params vfuncChristophe Fergeau1-13/+47
2014-08-25Add rest_proxy_call_get_function()Christophe Fergeau2-0/+25
2014-08-25Fix rest_xml_node_print name in gtk-doc annotationChristophe Fergeau1-1/+1
2014-08-25Ignore '/' at beginning of REST functionChristophe Fergeau1-1/+2
2014-08-25Use g_hash_table_replace() in rest_params_add()Christophe Fergeau1-1/+1
2014-08-25RestProxyCall: Handle soup_error_new() failuresChristophe Fergeau1-0/+9
2014-03-10docs: Add annotations to RestProxyAuth pausing methodsEmmanuele Bassi1-0/+15
2014-03-10docs: Add missing gtk-doc annotationsEmmanuele Bassi2-2/+41
2014-03-10Further annotation fixesEmmanuele Bassi2-8/+8
2014-03-10Turn on introspection scanner warningsEmmanuele Bassi1-1/+1
2014-03-10Fix annotationsEmmanuele Bassi3-8/+9
2014-03-10Fix the expansion of the REST_TYPE_PARAM macroEmmanuele Bassi1-1/+1
2013-11-14Attach SoupLogger after SoupCookieJarChristophe Fergeau1-10/+10
2013-09-20Fix rest_proxy_call_get_params() API docChristophe Fergeau1-3/+4
2013-09-20Add RestProxy::ssl-ca-file propertyyChristophe Fergeau1-1/+27
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-07-05Add marshaller for RestProxy::authenticate signalChristophe Fergeau3-2/+21
2013-06-28Fix compilation with older glibsChristophe Fergeau5-0/+162
2013-06-17call: disconnect GCancellable 'cancel' signalAlban Crequy2-4/+20
2013-02-19Support multipart/form-data requests in OAuthProxyCallTimm Bäder1-2/+23
2012-12-02oauth: fix typo in method nameRoss Burton3-5/+17
2012-08-22build: Fix previous commitColin Walters1-1/+1
2012-08-22Do not set REST_SYSTEM_CA_FILE session attribute while building with --withou...Javier Hernández1-0/+2
2012-06-28Propagate RestProxyAuth object in ::authenticate signalChristophe Fergeau2-7/+23
2012-06-28Add rest_proxy_auth_[un]pauseChristophe Fergeau3-0/+42
2012-06-28Introduce RestProxyAuth typeChristophe Fergeau4-0/+199
2012-06-28Add RestProxy::authenticate signalChristophe Fergeau2-6/+52
2012-06-28Revert "Use HMAC glib implementation instead of rolling our own"Christophe Fergeau5-4/+137
2012-06-17Use HMAC glib implementation instead of rolling our ownChristophe Fergeau5-137/+4
2012-06-17Accept -1 len in rest_xml_parser_parse_from_dataChristophe Fergeau1-1/+5
2012-06-16introspection: add info about C headers to useChristophe Fergeau1-0/+2
2012-06-13Don't leak RestProxyCall::urlChristophe Fergeau1-0/+2
2012-06-08Allow to disable libsoup strict SSL checkChristophe Fergeau1-1/+27
2012-06-07Avoid infinite loop with wrong HTTP credentialsChristophe Fergeau1-1/+2
2012-05-03assorted introspection fixesEvan Nemerson6-13/+29
2012-05-03rest-param: register RestParam as boxed type.Evan Nemerson2-0/+6
2012-03-27rest-xml-node: skip ref/unref() methods in introspectionDanielle Madeley1-2/+2
2012-03-27rest-proxy-call: enforce one-shot use, clean up memory lifecycleRoss Burton1-36/+15
2012-03-27rest-proxy: add some basic documentationRoss Burton1-0/+9
2012-03-27Rename rest_proxy_call_call_async to rest_proxy_call_invoke_asyncRoss Burton2-18/+18