summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Add rest_proxy_add_soup_feature()Christophe Fergeau2014-08-251-0/+36
* Fix annotationsEmmanuele Bassi2014-03-101-3/+4
* Attach SoupLogger after SoupCookieJarChristophe Fergeau2013-11-141-10/+10
* Add RestProxy::ssl-ca-file propertyyChristophe Fergeau2013-09-201-1/+27
* Add marshaller for RestProxy::authenticate signalChristophe Fergeau2013-07-051-1/+3
* 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-281-6/+21
* Add RestProxy::authenticate signalChristophe Fergeau2012-06-281-5/+50
* 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-031-1/+1
* rest-proxy: add some basic documentationRoss Burton2012-03-271-0/+9
* add username/password supportMarc-André Lureau2011-12-081-3/+89
* proxy: Force all SSL certificates to be trustedlibrest-0.7.12Rob Bradford2011-11-101-0/+10
* Add "disable-cookies" construction property to RestProxy.librest-0.7.9Eitan Isaacson2011-03-291-7/+33
* proxy: Fix compiler warningRob Bradford2010-09-061-1/+1
* Fix code formattingRoss Burton2010-09-011-1/+2
* Add cookie support to rest-proxyGary Ching-Pang Lin2010-09-011-0/+5
* Minor documentation fixesRoss Burton2010-08-041-1/+1
* Fix leak of soup logger instancesJonathon Jongsma2010-05-281-4/+7
* Use the session callback instead of finished (BMC#842)Ross Burton2010-05-141-4/+6
* Don't check for dispose or finalize when chaining upRoss Burton2010-05-141-5/+3
* proxy/proxy-call/xml-parser: Guard public function entry pointsRob Bradford2010-04-151-8/+40
* Enable soup debugging on synchronous callsMatt Wood2009-06-291-0/+2
* Add a sync SoupSession to RestProxy and expose _send_messageRoss Burton2009-05-291-0/+19
* If PROXY debugging is on, turn on full soup debuggingRoss Burton2009-05-151-0/+7
* Enable the GNOME proxy resolver feature if building WITH_GNOMERoss Burton2009-02-111-2/+10
* Add rest_proxy_get_user_agentRoss Burton2009-02-101-0/+8
* Add a user-agent property and rest_proxy_set_user_agentRoss Burton2009-02-101-1/+26
* Add license header.Rob Bradford2009-01-151-0/+22
* Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford2008-11-201-0/+11
* Remove deprecated functionsRob Bradford2008-11-201-323/+0
* Fix leak of url in rest_proxy_call_raw_async_valistRob Bradford2008-11-181-0/+1
* Document rest_proxy_newRoss Burton2008-09-191-0/+14
* Merge branch 'master' into rossRoss Burton2008-09-171-107/+115
|\
| * Add start of infrastructure for error handlingRob Bradford2008-09-161-0/+6
| * Reformat source and header filesRob Bradford2008-09-151-107/+109
* | Free url and url_format in RestProxy finalizeRoss Burton2008-09-171-0/+5
|/
* Replace _rest_proxy_call_set_proxy with a GObject propertyRob Bradford2008-09-151-2/+3
* Abstract the public functionality behind class vfuncsRob Bradford2008-09-111-11/+53
* Add a rest_proxy_simple_run_valist that does the real work.Rob Bradford2008-09-111-8/+29
* Add a rest_proxy_bind_valist that does the real work of bindingRob Bradford2008-09-111-4/+16
* Add rest_proxy_simple_runRoss Burton2008-09-051-0/+33
* Remove JSON wrappers & tests.Rob Bradford2008-09-051-111/+0
* Expose _rest_proxy_call_set_proxy to rest-proxy.cRob Bradford2008-09-041-0/+1
* Add some implementations to the RestProxyCall objectRob Bradford2008-09-041-0/+45
* Make rest_proxy_bind by fixing the sanity check and fixing the va_args useRoss Burton2008-09-041-4/+3
* Use goffset instead of gssize for payload lengthsRoss Burton2008-09-041-4/+4
* Make the hash table populate function void (Ross Burton)Rob Bradford2008-09-031-3/+1