summaryrefslogtreecommitdiff
path: root/rest/oauth-proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Further annotation fixesEmmanuele Bassi2014-03-101-3/+3
* oauth: fix typo in method nameRoss Burton2012-12-021-4/+4
* assorted introspection fixesEvan Nemerson2012-05-031-0/+13
* oauth: Add property for signature typeRoss Burton2011-07-111-1/+14
* oauth: Add GType for OAuthSignatureMethod enumRoss Burton2011-07-111-0/+18
* oauth-proxy: Added 'signature-host' property.Eitan Isaacson2011-03-071-1/+58
* oauth-proxy: Use POST method doe OAuth 1.0 authentication.Eitan Isaacson2011-03-071-0/+4
* Minor documentation fixesRoss Burton2010-08-041-6/+9
* oauth: add constructor for OAuth Echo proxiesRoss Burton2010-07-081-2/+35
* Revert "Remove oauth_proxy_auth_step"Ross Burton2010-03-191-0/+103
* Remove oauth_proxy_auth_stepRoss Burton2010-03-091-103/+0
* Use oauth_proxy_call_parse_token_reponse in request_token/access_tokenRoss Burton2010-03-091-29/+4
* Mark GErrors which shouldn't be freed as constRoss Burton2009-10-121-3/+3
* Fix the default function when calling access_tokenRoss Burton2009-10-081-1/+1
* Add oauth_proxy_is_oauth10a()Ross Burton2009-08-051-15/+91
* 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
* Add async forms of oauth_proxy_request_token and _access_tokenRoss Burton2009-08-031-0/+98
* Fix typo in oauth_proxy_request_token documentationRoss Burton2009-08-031-1/+1
* Rename callback to callback_uri in request_tokenRoss Burton2009-08-031-4/+4
* Add more documentation to OAuthProxyRoss Burton2009-08-031-69/+158
* Move the verifier into _access_tokenRoss Burton2009-08-031-13/+3
* Add some new API to support OAuth 1.0a easilyRoss Burton2009-07-311-0/+80
* Delete trailing whitespaceRoss Burton2009-07-311-14/+14
* Document some parametersRoss Burton2009-05-151-6/+6
* Better error handling on oauth_proxy_auth_step, inspired by Matthew Wood <mat...Ross Burton2009-04-271-14/+15
* Change oauth_proxy_auth_step to use _set_functionRoss Burton2009-04-271-6/+19
* Make the key and token OAuth properties read/writeRoss Burton2009-04-161-4/+29
* Add oauth_proxy_set_token and _token_secretRoss Burton2009-04-161-0/+42
* Default the signature method to HMACRoss Burton2009-04-081-0/+2
* Support creating OAuth proxy with consumer and access tokens.Matthew Wood2009-03-021-1/+62
* Add license header.Rob Bradford2009-01-151-0/+22
* Initial addition of the OAuthProxyRoss Burton2008-09-181-0/+208