summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
Commit message (Expand)AuthorAgeFilesLines
* auth: remove auth from proxy and callGünther Wagner2022-02-011-64/+9
* rest-proxy: modernized and alignedGünther Wagner2022-01-121-32/+37
* OAuth2 Pkce WorkflowGünther Wagner2022-01-121-2/+2
* Port to libsoup3Carlos Garcia Campos2021-11-041-18/+191
* RestProxy: Remove unused session_syncTimm Bäder2016-07-191-1/+0
* proxy: Remove use of libsoup-gnomeChristophe Fergeau2016-07-191-8/+0
* Add more missing precondition checksTimm Bäder2016-07-141-0/+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
* RestProxy(Call): Simplify _disposeTimm Bäder2016-06-201-5/+1
* rest-proxy: Use G_DEFINE_TYPE_WITH_PRIVATETimm Bäder2016-06-201-24/+11
* RestProxy: Remove SoupSession[A]sync usageTimm Bäder2016-06-201-29/+2
* RestProxyCall: Use GTaskTimm Bäder2016-06-201-1/+1
* 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