summaryrefslogtreecommitdiff
path: root/rest/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2010-09-07build: Don't include Soup and libxml in includes for GIRRob Bradford1-1/+1
2010-09-02build: Enable test code coverage analysisRob Bradford1-4/+5
2010-08-20build: Update the build systemlibrest-0.7.2Emmanuele Bassi1-32/+16
2010-07-08rest: add RestParam and RestParams typesRoss Burton1-1/+6
2010-05-26Add a oauth2 proxyJonathon Jongsma1-0/+5
2010-04-15Fix introspection generation in distchecklibrest-0.6.3Ross Burton1-2/+2
2009-11-11Fix rest/Rest-0.6.gir generationRoss Burton1-1/+1
2009-11-11Use AM_V_GEN not QUIET_GENRoss Burton1-2/+2
2009-11-11Fix soup pkgconfig name when building introspection dataRoss Burton1-1/+1
2009-11-10Add build machinery for GObject introspection generationJoshua Lock1-0/+43
2009-10-09Fix makefilelibrest-0.6.1MOBLIN-2-1Ross Burton1-1/+1
2009-10-08Split the Facebook and Flickr backends to librest-extrasRoss Burton1-31/+25
2009-10-08Version the library and headerRoss Burton1-6/+6
2009-05-24Add initial facebook proxyRoss Burton1-0/+5
2009-05-19Add initial Flickr proxyRoss Burton1-0/+5
2009-05-07Remove test-runner.h as it doesn't existlibrest-0.3Ross Burton1-1/+1
2009-04-15Add test suite for encode_paramsRoss Burton1-0/+11
2009-04-08Add HMAC-SHA1 implementationRoss Burton1-0/+2
2009-04-08Split the RestProxyCall private struct into a separate header for subclassesRoss Burton1-0/+1
2009-02-11Add SOUP_GNOME flags to the buildRoss Burton1-2/+4
2008-12-09Link against gthreadJoshua Lock1-2/+3
2008-09-18Fix whitespaceRoss Burton1-5/+5
2008-09-18Merge branch 'ross' into oauthRoss Burton1-1/+1
2008-09-18Add top_srcdir to the include path to fix distcheckRoss Burton1-1/+1
2008-09-18Initial addition of the OAuthProxyRoss Burton1-1/+7
2008-09-05Remove JSON wrappers & tests.Rob Bradford1-2/+2
2008-09-04Add first phase of cairoficiation of the API.Rob Bradford1-2/+8
2008-09-01Add a debugging macro that can output debugging conditional on an env. var.Rob Bradford1-2/+3
2008-09-01Add -Wall to build flags and fix errors.Rob Bradford1-1/+1
2008-08-22Add an XML parser that parses XML into a simple structureRob Bradford1-4/+4
2008-08-20Add functions to parse data using json-glib before handing it to the userRob Bradford1-2/+2
2008-08-18Initial commitRob Bradford1-0/+7