summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pull version back to 0.6.2librest-0.6.2Ross Burton2010-03-191-2/+2
* Revert "Remove oauth_proxy_auth_step"Ross Burton2010-03-192-0/+117
* Bump version to 0.7Ross Burton2010-03-191-2/+2
* Add aclocal flags, so build will work under jhbuild (and still work normally ...Smith, Elliot2010-03-181-1/+1
* Add AC_CONFIG_MACRO_DIR([.]) to configure.acElliot Smith2010-03-131-0/+1
* Remove oauth_proxy_auth_stepRoss Burton2010-03-092-117/+0
* Use oauth_proxy_call_parse_token_reponse in request_token/access_tokenRoss Burton2010-03-091-29/+4
* Add oauth_proxy_call_parse_token_reponse to parse token responsesRoss Burton2010-03-092-0/+25
* Remove stale TODORoss Burton2010-03-091-2/+0
* flickr: remove stale TODORoss Burton2010-03-061-2/+0
* Change struct definition to please GIR parser (MB#9674)Ross Burton2010-03-021-4/+7
* Fix rest-extras.gir generationRoss Burton2009-11-111-0/+1
* Fix rest/Rest-0.6.gir generationRoss Burton2009-11-111-1/+1
* Use AM_V_GEN not QUIET_GENRoss Burton2009-11-112-4/+4
* Fix soup pkgconfig name when building introspection dataRoss Burton2009-11-112-2/+2
* Define ACLOCAL_AMFLAGS so that introspection.m4 is foundRoss Burton2009-11-111-0/+2
* Add build machinery for GObject introspection generationJoshua Lock2009-11-104-0/+187
* Fix compile warnings with const errorRoss Burton2009-10-124-15/+17
* Mark GErrors which shouldn't be freed as constRoss Burton2009-10-124-6/+6
* Fix makefilelibrest-0.6.1MOBLIN-2-1Ross Burton2009-10-091-1/+1
* Bump version to 0.6.1Ross Burton2009-10-091-1/+1
* Fix rest-extras pkg-config fileRoss Burton2009-10-081-1/+1
* Fix the default function when calling access_tokenRoss Burton2009-10-081-1/+1
* Fix the endpoint in the oauth testRoss Burton2009-10-081-1/+1
* Split the Facebook and Flickr backends to librest-extrasRoss Burton2009-10-0823-46/+124
* Fix oauth-async endpointRoss Burton2009-10-081-1/+1
* Add more class paddingRoss Burton2009-10-086-0/+18
* Enable silent rules if it's availableRoss Burton2009-10-082-1/+3
* Add 8 padding pointers for future use to the core class structsRoss Burton2009-10-082-1/+10
* Version the API documentationRoss Burton2009-10-081-0/+1
* Update for the versioned libraryRoss Burton2009-10-082-2/+2
* Version the library and headerRoss Burton2009-10-082-10/+10
* Install a versioned pkg-config fileRoss Burton2009-10-081-1/+4
* Define the API versionRoss Burton2009-10-081-1/+4
* Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2009-08-112-14/+3
* Pre-emptive version bump to 0.6Ross Burton2009-08-051-1/+1
* Add oauth_proxy_is_oauth10a()Ross Burton2009-08-054-15/+95
* Fix formatting and style for the twitter testRoss Burton2009-08-041-5/+4
* Clarify API documentation for the oauth_verifier parameterRoss Burton2009-08-041-4/+4
* Clarify API documentation for the oauth_callback parameterRoss Burton2009-08-041-8/+6
* Fix formattingRoss Burton2009-08-041-2/+1
* Add flickr_proxy_is_successful to the API docsRoss Burton2009-08-041-0/+2
* Use flickr_proxy_is_successful in the flickr exampleRoss Burton2009-08-041-12/+3
* Add test suite for flickr_proxy_is_successfulRoss Burton2009-08-042-0/+39
* Add flickr_proxy_is_successfulRoss Burton2009-08-042-0/+39
* Add a FlickrProxy error quarkRoss Burton2009-08-042-0/+8
* Add better Flickr exampleRoss Burton2009-08-043-30/+79
* Destroy a hash instead of unreffing to show that we want it really goneRoss Burton2009-08-041-1/+1
* Free the param list when signing Flickr callsRoss Burton2009-08-041-1/+1
* Add TODOsRoss Burton2009-08-041-0/+9