summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-03tests/oauth: Use oauthbin.com as the test serverrhel-7.1Christophe Fergeau2-12/+12
2014-09-03Fix URL used for flickr rest callsChristophe Fergeau2-3/+3
2014-09-03oauth: Make sure RestProxyCall::url is set before using itChristophe Fergeau3-2/+17
2014-09-03lastfm: Fix function setting regressionChristophe Fergeau1-2/+3
2014-09-03flickr: Fix function setting regressionChristophe Fergeau2-6/+10
2014-09-03Add libsoup to gir includesChristophe Fergeau1-1/+1
2014-09-03Add rest_proxy_add_soup_feature()Christophe Fergeau3-0/+41
2014-09-03Allow to modify REST function in serialize_params vfuncChristophe Fergeau2-14/+49
2014-09-03Add rest_proxy_call_get_function()Christophe Fergeau3-0/+26
2014-08-27Ignore '/' at beginning of REST functionChristophe Fergeau1-1/+2
2014-08-27Use g_hash_table_replace() in rest_params_add()Christophe Fergeau1-1/+1
2014-08-27RestProxyCall: Handle soup_error_new() failuresChristophe Fergeau1-0/+9
2014-08-27Attach SoupLogger after SoupCookieJarChristophe Fergeau1-10/+10
2014-08-27Add RestProxy::ssl-ca-file propertyyChristophe Fergeau1-1/+27
2012-08-14build: minor version bump to .90 to reflect beta status0.7.90Ross Burton1-1/+1
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 Fergeau8-5/+140
2012-06-17Use HMAC glib implementation instead of rolling our ownChristophe Fergeau8-140/+5
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 Fergeau2-0/+5
2012-06-16Drop obsolete g_thread_init()Martin Pitt18-18/+1
2012-06-16autogen.sh: support calling from out of treeChristophe Fergeau1-3/+12
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-28rest-extras: various introspection fixesEvan Nemerson4-6/+28
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
2012-03-27rest-proxy-call: add rest_proxy_call_call_async()Danielle Madeley3-4/+124
2012-02-24Don't leak ->url in rest_proxy_call_sync (#669764)Ross Burton1-0/+3
2012-02-10build: generate .pc files at build timeRob Staudinger1-0/+2
2012-01-18autogen.sh: Honor NOCONFIGURE=1Colin Walters1-1/+5
2011-12-08add username/password supportMarc-André Lureau2-3/+95
2011-11-10build: Post-release version bumpRob Bradford1-1/+1
2011-11-10proxy: Force all SSL certificates to be trustedlibrest-0.7.12Rob Bradford1-0/+10
2011-11-10build: Detect CA file locationRob Bradford1-0/+24
2011-11-04Fix source URL in configure.acRoss Burton1-1/+1
2011-10-27build: Post-release version bumpRob Bradford1-1/+1
2011-10-27misc: Remove NEWS file - we don't use itlibrest-0.7.11Rob Bradford1-6/+0
2011-10-26build: Link examples against gthread explicitlyEmmanuele Bassi1-2/+2
2011-09-05gitignore: Ignore glib-mkenums generated filesDamien Lespiau1-0/+3
2011-09-05build: Make libtool generate DLLs on windowsDamien Lespiau2-0/+2
2011-09-05build: Make it possible to autogen without gtk-docDamien Lespiau2-1/+14