summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix rest_proxy_call_get_params() API docChristophe Fergeau2013-09-201-3/+4
* Add RestProxy::ssl-ca-file propertyyChristophe Fergeau2013-09-201-1/+27
* Detect /etc/ssl/ca-bundle.pem for openSUSE at configure timeChristophe Fergeau2013-09-191-1/+2
* rest-proxy-call: Include the zero byte added by soup to the payloadRob Bradford2013-07-101-1/+2
* rest-proxy-call: Use memdup, not strdup, as HTTP response data might be binaryJasper St. Pierre2013-07-091-1/+1
* Add marshaller for RestProxy::authenticate signalChristophe Fergeau2013-07-053-2/+21
* Fix compilation with older glibsChristophe Fergeau2013-06-285-0/+162
* call: disconnect GCancellable 'cancel' signalAlban Crequy2013-06-172-4/+20
* Add example for twitter image uploadTimm Bäder2013-02-194-1/+106
* Support multipart/form-data requests in OAuthProxyCallTimm Bäder2013-02-191-2/+23
* oauth: fix typo in method nameRoss Burton2012-12-024-6/+18
* 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
* build: minor version bump to .90 to reflect beta status0.7.90Ross Burton2012-08-141-1/+1
* Propagate RestProxyAuth object in ::authenticate signalChristophe Fergeau2012-06-282-7/+23
* Add rest_proxy_auth_[un]pauseChristophe Fergeau2012-06-283-0/+42
* Introduce RestProxyAuth typeChristophe Fergeau2012-06-284-0/+199
* Add RestProxy::authenticate signalChristophe Fergeau2012-06-282-6/+52
* Revert "Use HMAC glib implementation instead of rolling our own"Christophe Fergeau2012-06-288-5/+140
* Use HMAC glib implementation instead of rolling our ownChristophe Fergeau2012-06-178-140/+5
* Accept -1 len in rest_xml_parser_parse_from_dataChristophe Fergeau2012-06-171-1/+5
* introspection: add info about C headers to useChristophe Fergeau2012-06-162-0/+5
* Drop obsolete g_thread_init()Martin Pitt2012-06-1618-18/+1
* autogen.sh: support calling from out of treeChristophe Fergeau2012-06-161-3/+12
* Don't leak RestProxyCall::urlChristophe Fergeau2012-06-131-0/+2
* Allow to disable libsoup strict SSL checkChristophe Fergeau2012-06-081-1/+27
* Avoid infinite loop with wrong HTTP credentialsChristophe Fergeau2012-06-071-1/+2
* rest-extras: various introspection fixesEvan Nemerson2012-05-284-6/+28
* assorted introspection fixesEvan Nemerson2012-05-036-13/+29
* rest-param: register RestParam as boxed type.Evan Nemerson2012-05-032-0/+6
* rest-xml-node: skip ref/unref() methods in introspectionDanielle Madeley2012-03-271-2/+2
* rest-proxy-call: enforce one-shot use, clean up memory lifecycleRoss Burton2012-03-271-36/+15
* rest-proxy: add some basic documentationRoss Burton2012-03-271-0/+9
* Rename rest_proxy_call_call_async to rest_proxy_call_invoke_asyncRoss Burton2012-03-272-18/+18
* rest-proxy-call: add rest_proxy_call_call_async()Danielle Madeley2012-03-273-4/+124
* Don't leak ->url in rest_proxy_call_sync (#669764)Ross Burton2012-02-241-0/+3
* build: generate .pc files at build timeRob Staudinger2012-02-101-0/+2
* autogen.sh: Honor NOCONFIGURE=1Colin Walters2012-01-181-1/+5
* add username/password supportMarc-André Lureau2011-12-082-3/+95
* build: Post-release version bumpRob Bradford2011-11-101-1/+1
* proxy: Force all SSL certificates to be trustedlibrest-0.7.12Rob Bradford2011-11-101-0/+10
* build: Detect CA file locationRob Bradford2011-11-101-0/+24
* Fix source URL in configure.acRoss Burton2011-11-041-1/+1
* build: Post-release version bumpRob Bradford2011-10-271-1/+1
* misc: Remove NEWS file - we don't use itlibrest-0.7.11Rob Bradford2011-10-271-6/+0
* build: Link examples against gthread explicitlyEmmanuele Bassi2011-10-261-2/+2
* gitignore: Ignore glib-mkenums generated filesDamien Lespiau2011-09-051-0/+3
* build: Make libtool generate DLLs on windowsDamien Lespiau2011-09-052-0/+2
* build: Make it possible to autogen without gtk-docDamien Lespiau2011-09-052-1/+14
* build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGSDamien Lespiau2011-09-051-1/+1