summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable soup debugging on synchronous callsMatt Wood2009-06-291-0/+2
* Exit the server first, to avoid ORBit concurrency issuesRoss Burton2009-06-181-0/+1
* Use 127.0.0.1 instead of localhost because we're using IPv4Ross Burton2009-06-181-1/+1
* Add basic test case for threaded opsRoss Burton2009-05-293-1/+112
* Add rest_proxy_call_sync, for threaded appsRoss Burton2009-05-292-0/+26
* Add a sync SoupSession to RestProxy and expose _send_messageRoss Burton2009-05-292-0/+21
* Factor out the message result handlingRoss Burton2009-05-291-9/+21
* Split out the message creation when callingRoss Burton2009-05-291-30/+47
* Add facebook_proxy_build_permission_urlRoss Burton2009-05-292-0/+28
* Add Facebook symbols to the API docsRoss Burton2009-05-293-0/+44
* Use https instead of http when talking to FacebookRoss Burton2009-05-241-1/+1
* Fetch the URL from the proxy when resetting itRoss Burton2009-05-241-1/+1
* Display the friend's status updatesRoss Burton2009-05-241-11/+86
* Fetch status updates in the facebook testRoss Burton2009-05-241-4/+26
* Set the call_id parameterRoss Burton2009-05-241-3/+8