summaryrefslogtreecommitdiff
path: root/rest
Commit message (Expand)AuthorAgeFilesLines
...
* RestProxyCall: Remove unused structTimm Bäder2016-07-191-6/+0
* proxy: Remove use of libsoup-gnomeChristophe Fergeau2016-07-191-8/+0
* oauth-proxy: Add docs for request_token_finishwip/baedert/gtask2Timm Bäder2016-07-141-0/+11
* Add more missing precondition checksTimm Bäder2016-07-143-2/+14
* rest-param: Add missing preconditionsTimm Bäder2016-07-141-2/+22
* oauth-proxy: Fix some gtkdoc errorsTimm Bäder2016-07-141-8/+0
* oauth-proxy-call: Remove an unnecessary castTimm Bäder2016-07-141-1/+1
* rest-proxy: Fix precondition in new_callTimm Bäder2016-07-141-1/+5
* rest-proxy: Add some missing preconditionsTimm Bäder2016-07-141-2/+9
* oauth2: Fix SoupUri leak in oauth2_proxy_extract_access_token()wip/teuf/gtaskChristophe Fergeau2016-06-201-0/+1
* xml-node: Use GString in rest_xml_node_print()Christophe Fergeau2016-06-201-9/+12
* build: Fix "intospection" typoChristophe Fergeau2016-06-201-1/+1
* OAuthProxy: g_free is NULL-safeTimm Bäder2016-06-201-3/+1
* RestProxy(Call): Simplify _disposeTimm Bäder2016-06-202-28/+5
* RestProxyCall: Use G_DEFINE_TYPE_WITH_PRIVATETimm Bäder2016-06-202-97/+30
* rest-proxy: Use G_DEFINE_TYPE_WITH_PRIVATETimm Bäder2016-06-202-29/+16
* RestProxyCall: Prevent segfault in prepare_messageTimm Bäder2016-06-201-0/+4
* RestProxy: Remove SoupSession[A]sync usageTimm Bäder2016-06-201-29/+2
* RestProxyCall: Use GTaskTimm Bäder2016-06-204-228/+37
* OAuthProxy: Use GTaskChristophe Fergeau2016-06-202-74/+82
* rest-proxy: Port _invoke_async to GTaskTimm Bäder2016-06-202-32/+19
* Remove glib-compat.{c,h}Timm Bäder2016-06-164-161/+0
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-162-4/+1
* oauth-proxy: Remove deprecated APITimm Bäder2016-06-162-118/+0
* xml-node: Remove deprecated APITimm Bäder2016-06-162-8/+0
* oauth-proxy-call: Remove _parse_token_reponseTimm Bäder2016-06-162-12/+0
* sha: Use GHmacTimm Bäder2015-10-051-63/+7
* oauth: Don't leak temp data in steal_oauth_paramsChristophe Fergeau2015-07-301-0/+1
* rest-xml-parser: Ignore text content at the top-level of a documentPhilip Withnall2015-04-141-3/+9
* rest-proxy-auth: Add rest_proxy_auth_cancel for cancelling authenticationPavel Grunt2015-04-082-0/+18
* 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