summaryrefslogtreecommitdiff
path: root/rest/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add libsoup to gir includesChristophe Fergeau2014-09-021-1/+1
* Turn on introspection scanner warningsEmmanuele Bassi2014-03-101-1/+1
* Add marshaller for RestProxy::authenticate signalChristophe Fergeau2013-07-051-1/+17
* Fix compilation with older glibsChristophe Fergeau2013-06-281-0/+2
* Introduce RestProxyAuth typeChristophe Fergeau2012-06-281-0/+3
* Revert "Use HMAC glib implementation instead of rolling our own"Christophe Fergeau2012-06-281-1/+3
* Use HMAC glib implementation instead of rolling our ownChristophe Fergeau2012-06-171-3/+1
* introspection: add info about C headers to useChristophe Fergeau2012-06-161-0/+2
* rest-proxy-call: add rest_proxy_call_call_async()Danielle Madeley2012-03-271-2/+2
* build: Make libtool generate DLLs on windowsDamien Lespiau2011-09-051-0/+1
* build: Generate GLib enum typesRoss Burton2011-07-111-1/+33
* Fix a few introspection issuesMichal Hruby2011-02-231-1/+5
* xml-node: API for manually constructing and outputting XMLTomas Frydrych2011-02-101-0/+2
* build: Don't include Soup and libxml in includes for GIRRob Bradford2010-09-071-1/+1
* build: Enable test code coverage analysisRob Bradford2010-09-021-4/+5
* build: Update the build systemlibrest-0.7.2Emmanuele Bassi2010-08-201-32/+16
* rest: add RestParam and RestParams typesRoss Burton2010-07-081-1/+6
* Add a oauth2 proxyJonathon Jongsma2010-05-261-0/+5
* Fix introspection generation in distchecklibrest-0.6.3Ross Burton2010-04-151-2/+2
* Fix rest/Rest-0.6.gir generationRoss Burton2009-11-111-1/+1
* Use AM_V_GEN not QUIET_GENRoss Burton2009-11-111-2/+2
* Fix soup pkgconfig name when building introspection dataRoss Burton2009-11-111-1/+1
* Add build machinery for GObject introspection generationJoshua Lock2009-11-101-0/+43
* Fix makefilelibrest-0.6.1MOBLIN-2-1Ross Burton2009-10-091-1/+1
* Split the Facebook and Flickr backends to librest-extrasRoss Burton2009-10-081-31/+25
* Version the library and headerRoss Burton2009-10-081-6/+6
* Add initial facebook proxyRoss Burton2009-05-241-0/+5
* Add initial Flickr proxyRoss Burton2009-05-191-0/+5
* Remove test-runner.h as it doesn't existlibrest-0.3Ross Burton2009-05-071-1/+1
* Add test suite for encode_paramsRoss Burton2009-04-151-0/+11
* Add HMAC-SHA1 implementationRoss Burton2009-04-081-0/+2
* Split the RestProxyCall private struct into a separate header for subclassesRoss Burton2009-04-081-0/+1
* Add SOUP_GNOME flags to the buildRoss Burton2009-02-111-2/+4
* Link against gthreadJoshua Lock2008-12-091-2/+3
* Fix whitespaceRoss Burton2008-09-181-5/+5
* Merge branch 'ross' into oauthRoss Burton2008-09-181-1/+1
|\
| * Add top_srcdir to the include path to fix distcheckRoss Burton2008-09-181-1/+1
* | Initial addition of the OAuthProxyRoss Burton2008-09-181-1/+7
|/
* Remove JSON wrappers & tests.Rob Bradford2008-09-051-2/+2
* Add first phase of cairoficiation of the API.Rob Bradford2008-09-041-2/+8
* Add a debugging macro that can output debugging conditional on an env. var.Rob Bradford2008-09-011-2/+3
* Add -Wall to build flags and fix errors.Rob Bradford2008-09-011-1/+1
* Add an XML parser that parses XML into a simple structureRob Bradford2008-08-221-4/+4
* Add functions to parse data using json-glib before handing it to the userRob Bradford2008-08-201-2/+2
* Initial commitRob Bradford2008-08-181-0/+7