summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-03oauth: Add missing includeHEADmasterChristophe Fergeau1-0/+1
2014-09-03Post-release version bump to 0.7.93Christophe Fergeau1-1/+1
2014-09-03build-sys: Generate xz tarballs0.7.92Christophe Fergeau1-1/+1
2014-09-03oauth: Don't leak RestProxyCall::token{_secret}Christophe Fergeau1-0/+2
2014-09-03tests/proxy: Make sure GError is unset when call succeedsChristophe Fergeau1-0/+5
2014-09-03tests/proxy: Fix memory leaksChristophe Fergeau1-2/+17
2014-09-03tests/lastfm: Fix memory leakChristophe Fergeau1-0/+1
2014-09-03tests/oauth: Use oauthbin.com as the test serverChristophe Fergeau2-12/+12
2014-09-03tests: Remove more unused variables/codeChristophe Fergeau3-9/+0
2014-09-03tests: Remove unused 'session' variableChristophe Fergeau4-12/+0
2014-09-03tests: Don't call soup_message_headers_get with newer libsoupChristophe Fergeau1-0/+5
2014-09-03tests: Don't call g_type_init() on newer glibChristophe Fergeau21-0/+42
2014-09-03Fix URL used for flickr rest callsChristophe Fergeau2-3/+3
2014-09-03Move RestProxyCallPrivate to rest-proxy-call.cChristophe Fergeau3-32/+32
2014-09-03lastfm: Remove direct access to RestProxyCallPrivateChristophe Fergeau1-6/+2
2014-09-03flickr: Remove direct access to RestProxyCallPrivateChristophe Fergeau1-5/+1
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-02lastfm: Fix function setting regressionChristophe Fergeau1-2/+3
2014-09-02flickr: Fix function setting regressionChristophe Fergeau2-6/+10
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 Fergeau3-0/+41
2014-08-25Allow to modify REST function in serialize_params vfuncChristophe Fergeau2-14/+49
2014-08-25Add rest_proxy_call_get_function()Christophe Fergeau3-0/+26
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-08-01doap: add <programming-language>Andre Klapper1-0/+1
2014-07-30doap category coreOlav Vitters1-0/+1
2014-03-10Post-release version bump to 0.7.92Emmanuele Bassi1-1/+1
2014-03-10Release librest 0.7.910.7.91Emmanuele Bassi1-1/+1
2014-03-10tests/oauth: Bail out if we cannot connectEmmanuele Bassi2-0/+9
2014-03-10docs: Add annotations to RestProxyAuth pausing methodsEmmanuele Bassi1-0/+15
2014-03-10docs: Add missing gtk-doc annotationsEmmanuele Bassi3-3/+42
2014-03-10Add indices and annotation glossaryEmmanuele Bassi1-0/+15
2014-03-10Rename rest-docs from SGML to XMLEmmanuele Bassi2-1/+1
2014-03-10Further annotation fixesEmmanuele Bassi2-8/+8
2014-03-10Update the ignore fileEmmanuele Bassi1-0/+2
2014-03-10Turn on introspection scanner warningsEmmanuele Bassi2-2/+2
2014-03-10Fix annotationsEmmanuele Bassi3-8/+9
2014-03-10Fix the expansion of the REST_TYPE_PARAM macroEmmanuele Bassi1-1/+1
2014-03-10build: Replace INCLUDES with AM_CPPFLAGSEmmanuele 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-09-19Detect /etc/ssl/ca-bundle.pem for openSUSE at configure timeChristophe Fergeau1-1/+2
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