summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add -Wall to build flags and fix errors.Rob Bradford2008-09-011-4/+17
* Unref the headers hash table when we've finished with it.Rob Bradford2008-08-201-0/+3
* Add functions to parse data using json-glib before handing it to the userRob Bradford2008-08-201-0/+106
* Rename callback to make more flexibleRob Bradford2008-08-201-9/+9
* Add a rest_proxy_run_raw () function that spins a main loop until completionRob Bradford2008-08-201-0/+90
* Set the userdata into the closureRob Bradford2008-08-201-0/+1
* Split off the work into a separate rest_proxy_call_raw_async_valist functionRob Bradford2008-08-201-12/+36
* Correctly hand parameters over to soupRob Bradford2008-08-191-4/+44
* GError * should be GError **Rob Bradford2008-08-191-1/+1
* Unref the session in dispose.Rob Bradford2008-08-191-0/+8