summaryrefslogtreecommitdiff
path: root/rest
Commit message (Expand)AuthorAgeFilesLines
* Don't dump XML parsing errors to stderr/stdout by defaultChristophe Fergeau2015-03-161-0/+10
* xml-parser: Add missing break in switch statementRob Bradford2014-09-191-0/+1
* oauth: Add missing includeChristophe Fergeau2014-09-031-0/+1
* oauth: Don't leak RestProxyCall::token{_secret}Christophe Fergeau2014-09-031-0/+2
* tests: Don't call g_type_init() on newer glibChristophe Fergeau2014-09-031-0/+2
* Move RestProxyCallPrivate to rest-proxy-call.cChristophe Fergeau2014-09-033-32/+32
* oauth: Remove direct access to RestProxyCallPrivateChristophe Fergeau2014-09-031-6/+6
* oauth: Make sure RestProxyCall::url is set before using itChristophe Fergeau2014-09-033-2/+17
* More improvements to rest_proxy_call_get_params API docChristophe Fergeau2014-09-021-2/+2
* Add libsoup to gir includesChristophe Fergeau2014-09-021-1/+1
* Add rest_proxy_add_soup_feature()Christophe Fergeau2014-08-252-0/+40
* Allow to modify REST function in serialize_params vfuncChristophe Fergeau2014-08-251-13/+47
* Add rest_proxy_call_get_function()Christophe Fergeau2014-08-252-0/+25
* Fix rest_xml_node_print name in gtk-doc annotationChristophe Fergeau2014-08-251-1/+1
* Ignore '/' at beginning of REST functionChristophe Fergeau2014-08-251-1/+2
* Use g_hash_table_replace() in rest_params_add()Christophe Fergeau2014-08-251-1/+1
* RestProxyCall: Handle soup_error_new() failuresChristophe Fergeau2014-08-251-0/+9
* docs: Add annotations to RestProxyAuth pausing methodsEmmanuele Bassi2014-03-101-0/+15
* docs: Add missing gtk-doc annotationsEmmanuele Bassi2014-03-102-2/+41
* Further annotation fixesEmmanuele Bassi2014-03-102-8/+8
* Turn on introspection scanner warningsEmmanuele Bassi2014-03-101-1/+1
* Fix annotationsEmmanuele Bassi2014-03-103-8/+9
* Fix the expansion of the REST_TYPE_PARAM macroEmmanuele Bassi2014-03-101-1/+1
* Attach SoupLogger after SoupCookieJarChristophe Fergeau2013-11-141-10/+10
* Fix rest_proxy_call_get_params() API docChristophe Fergeau2013-09-201-3/+4
* Add RestProxy::ssl-ca-file propertyyChristophe Fergeau2013-09-201-1/+27
* 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
* Add marshaller for RestProxy::authenticate signalChristophe Fergeau2013-07-053-2/+21
* Fix compilation with older glibsChristophe Fergeau2013-06-285-0/+162
* call: disconnect GCancellable 'cancel' signalAlban Crequy2013-06-172-4/+20
* Support multipart/form-data requests in OAuthProxyCallTimm Bäder2013-02-191-2/+23
* oauth: fix typo in method nameRoss Burton2012-12-023-5/+17
* build: Fix previous commitColin Walters2012-08-221-1/+1
* Do not set REST_SYSTEM_CA_FILE session attribute while building with --withou...Javier Hernández2012-08-221-0/+2
* Propagate RestProxyAuth object in ::authenticate signalChristophe Fergeau2012-06-282-7/+23
* Add rest_proxy_auth_[un]pauseChristophe Fergeau2012-06-283-0/+42
* Introduce RestProxyAuth typeChristophe Fergeau2012-06-284-0/+199
* Add RestProxy::authenticate signalChristophe Fergeau2012-06-282-6/+52
* Revert "Use HMAC glib implementation instead of rolling our own"Christophe Fergeau2012-06-285-4/+137
* Use HMAC glib implementation instead of rolling our ownChristophe Fergeau2012-06-175-137/+4
* Accept -1 len in rest_xml_parser_parse_from_dataChristophe Fergeau2012-06-171-1/+5
* introspection: add info about C headers to useChristophe Fergeau2012-06-161-0/+2
* Don't leak RestProxyCall::urlChristophe Fergeau2012-06-131-0/+2
* Allow to disable libsoup strict SSL checkChristophe Fergeau2012-06-081-1/+27
* Avoid infinite loop with wrong HTTP credentialsChristophe Fergeau2012-06-071-1/+2
* assorted introspection fixesEvan Nemerson2012-05-036-13/+29
* rest-param: register RestParam as boxed type.Evan Nemerson2012-05-032-0/+6
* rest-xml-node: skip ref/unref() methods in introspectionDanielle Madeley2012-03-271-2/+2
* rest-proxy-call: enforce one-shot use, clean up memory lifecycleRoss Burton2012-03-271-36/+15