summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-05Add marshaller for RestProxy::authenticate signalChristophe Fergeau3-2/+21
2013-06-28Fix compilation with older glibsChristophe Fergeau5-0/+162
2013-06-17call: disconnect GCancellable 'cancel' signalAlban Crequy2-4/+20
2013-02-19Add example for twitter image uploadTimm Bäder4-1/+106
2013-02-19Support multipart/form-data requests in OAuthProxyCallTimm Bäder1-2/+23
2012-12-02oauth: fix typo in method nameRoss Burton4-6/+18
2012-08-22build: Fix previous commitColin Walters1-1/+1
2012-08-22Do not set REST_SYSTEM_CA_FILE session attribute while building with --withou...Javier Hernández1-0/+2
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
2011-09-05build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGSDamien Lespiau1-1/+1
2011-09-05oauth-proxy: Fix format string warningDamien Lespiau1-1/+1
2011-07-11oauth: Add property for signature typeRoss Burton1-1/+14
2011-07-11oauth: Add GType for OAuthSignatureMethod enumRoss Burton2-0/+21
2011-07-11build: Generate GLib enum typesRoss Burton1-1/+33
2011-07-11build: Check for glib-mkenumsRoss Burton1-0/+2