summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Update for the versioned libraryRoss Burton2-2/+2
2009-10-08Version the library and headerRoss Burton2-10/+10
2009-10-08Install a versioned pkg-config fileRoss Burton1-1/+4
2009-10-08Define the API versionRoss Burton1-1/+4
2009-08-11Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2-14/+3
2009-08-05Pre-emptive version bump to 0.6Ross Burton1-1/+1
2009-08-05Add oauth_proxy_is_oauth10a()Ross Burton4-15/+95
2009-08-04Fix formatting and style for the twitter testRoss Burton1-5/+4
2009-08-04Clarify API documentation for the oauth_verifier parameterRoss Burton1-4/+4
2009-08-04Clarify API documentation for the oauth_callback parameterRoss Burton1-8/+6
2009-08-04Fix formattingRoss Burton1-2/+1
2009-08-04Add flickr_proxy_is_successful to the API docsRoss Burton1-0/+2
2009-08-04Use flickr_proxy_is_successful in the flickr exampleRoss Burton1-12/+3
2009-08-04Add test suite for flickr_proxy_is_successfulRoss Burton2-0/+39
2009-08-04Add flickr_proxy_is_successfulRoss Burton2-0/+39
2009-08-04Add a FlickrProxy error quarkRoss Burton2-0/+8
2009-08-04Add better Flickr exampleRoss Burton3-30/+79
2009-08-04Destroy a hash instead of unreffing to show that we want it really goneRoss Burton1-1/+1
2009-08-04Free the param list when signing Flickr callsRoss Burton1-1/+1
2009-08-04Add TODOsRoss Burton1-0/+9
2009-08-03Add async OAuth test suiteRoss Burton3-1/+131
2009-08-03Port the oauth test to the new APIRoss Burton1-2/+2
2009-08-03Add async forms of oauth_proxy_request_token and _access_tokenRoss Burton3-1/+118
2009-08-03Fix typo in oauth_proxy_request_token documentationRoss Burton1-1/+1
2009-08-03Rename callback to callback_uri in request_tokenRoss Burton2-5/+5
2009-08-03Add more documentation to OAuthProxyRoss Burton2-72/+175
2009-08-03Add new symbols to the API docsRoss Burton1-83/+87
2009-08-03Use the new APIs and clean up get-fireeagle-locationRoss Burton1-13/+29
2009-08-03Rename test-oauth to get-fireeage-locationRoss Burton3-3/+3
2009-08-03Update post-twitter to reflect the new APIRoss Burton1-3/+1
2009-08-03Move the verifier into _access_tokenRoss Burton2-15/+4
2009-07-31Add an example which posts to Twitter (OAuth 1.0a)Ross Burton3-1/+86
2009-07-31Add some new API to support OAuth 1.0a easilyRoss Burton4-3/+108
2009-07-31When constructing the OAuth header, steal any oauth params that have been setRoss Burton1-0/+24
2009-07-31Don't use localhost for the test, that can resolve to IPv6Ross Burton1-1/+1
2009-07-31Delete trailing whitespaceRoss Burton4-17/+17
2009-07-31Handle NULL frob correctly when constructing URLsRoss Burton1-2/+2
2009-07-10Version 0.5librest-0.5Ross Burton1-1/+1
2009-06-29Fixed Authorization header to only include oauth parametersMatt Wood1-19/+23
2009-06-29Enable soup debugging on synchronous callsMatt Wood1-0/+2
2009-06-18Exit the server first, to avoid ORBit concurrency issuesRoss Burton1-0/+1
2009-06-18Use 127.0.0.1 instead of localhost because we're using IPv4Ross Burton1-1/+1
2009-05-29Add basic test case for threaded opsRoss Burton3-1/+112
2009-05-29Add rest_proxy_call_sync, for threaded appsRoss Burton2-0/+26
2009-05-29Add a sync SoupSession to RestProxy and expose _send_messageRoss Burton2-0/+21
2009-05-29Factor out the message result handlingRoss Burton1-9/+21
2009-05-29Split out the message creation when callingRoss Burton1-30/+47
2009-05-29Add facebook_proxy_build_permission_urlRoss Burton2-0/+28
2009-05-29Add Facebook symbols to the API docsRoss Burton3-0/+44
2009-05-24Use https instead of http when talking to FacebookRoss Burton1-1/+1