summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add async OAuth test suiteRoss Burton2009-08-033-1/+131
* Port the oauth test to the new APIRoss Burton2009-08-031-2/+2
* Add async forms of oauth_proxy_request_token and _access_tokenRoss Burton2009-08-033-1/+118
* Fix typo in oauth_proxy_request_token documentationRoss Burton2009-08-031-1/+1
* Rename callback to callback_uri in request_tokenRoss Burton2009-08-032-5/+5
* Add more documentation to OAuthProxyRoss Burton2009-08-032-72/+175
* Add new symbols to the API docsRoss Burton2009-08-031-83/+87
* Use the new APIs and clean up get-fireeagle-locationRoss Burton2009-08-031-13/+29
* Rename test-oauth to get-fireeage-locationRoss Burton2009-08-033-3/+3
* Update post-twitter to reflect the new APIRoss Burton2009-08-031-3/+1
* Move the verifier into _access_tokenRoss Burton2009-08-032-15/+4
* Add an example which posts to Twitter (OAuth 1.0a)Ross Burton2009-07-313-1/+86
* Add some new API to support OAuth 1.0a easilyRoss Burton2009-07-314-3/+108
* When constructing the OAuth header, steal any oauth params that have been setRoss Burton2009-07-311-0/+24
* Don't use localhost for the test, that can resolve to IPv6Ross Burton2009-07-311-1/+1
* Delete trailing whitespaceRoss Burton2009-07-314-17/+17
* Handle NULL frob correctly when constructing URLsRoss Burton2009-07-311-2/+2
* Version 0.5librest-0.5Ross Burton2009-07-101-1/+1
* Fixed Authorization header to only include oauth parametersMatt Wood2009-06-291-19/+23