summaryrefslogtreecommitdiff
path: root/rest
Commit message (Expand)AuthorAgeFilesLines
* Add initial facebook proxyRoss Burton2009-05-246-0/+601
* Move the OAuth-specific parameters to the Authorized header instead of the pa...Ross Burton2009-05-221-16/+64
* Add accessors for the api key and shared secretRoss Burton2009-05-202-2/+38
* Rename key and secret to match what Flickr calls themRoss Burton2009-05-204-41/+39
* Add initial Flickr proxyRoss Burton2009-05-196-0/+553
* If PROXY debugging is on, turn on full soup debuggingRoss Burton2009-05-151-0/+7
* Add a macro to do run-time debug enabled checksRoss Burton2009-05-151-1/+3
* Revert RestXmlNode re-arrangement until I understand why it brokeRoss Burton2009-05-151-2/+3
* Document RestProxyCallRoss Burton2009-05-151-0/+38
* Delete trailing whitespaceRoss Burton2009-05-151-19/+19
* Make rest_xml_node_new private until it's usefulRoss Burton2009-05-152-3/+1
* Document RestXmlNodeRoss Burton2009-05-151-1/+12
* Document rest-xml-parserRoss Burton2009-05-151-0/+53
* Document the RestProxy classesRoss Burton2009-05-152-1/+15
* Add basic OAuthProxy documentationRoss Burton2009-05-152-0/+10
* Fix typo in documentationRoss Burton2009-05-151-1/+1
* Document some parametersRoss Burton2009-05-151-6/+6
* Fix call cleanup which was causing invalid writesRoss Burton2009-05-151-1/+1
* Remove test-runner.h as it doesn't existlibrest-0.3Ross Burton2009-05-071-1/+1
* Better error handling on oauth_proxy_auth_step, inspired by Matthew Wood <mat...Ross Burton2009-04-272-15/+16
* Change oauth_proxy_auth_step to use _set_functionRoss Burton2009-04-271-2/+2
* 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-162-0/+46
* Add test suite for encode_paramsRoss Burton2009-04-153-0/+82
* Don't check for NULL because the encode function does thatRoss Burton2009-04-151-1/+1
* Make the string encode function NULL-safeRoss Burton2009-04-151-1/+1
* Use correct encoding in HMAC-SHA1 signaturesMatthew Wood2009-04-151-3/+9
* Use the correct encoding when encoding paramtersMatthew Wood2009-04-151-4/+3
* Correctly encode the plaintext signatureMatthew Wood2009-04-151-1/+12
* Add macro for correct OAuth encodingMatthew Wood2009-04-151-0/+2
* Add yet more characters to the encodingRoss Burton2009-04-141-1/+1
* Fix incorrect logic in conditional check.Rob Bradford2009-04-141-1/+1
* Fix up encodingRoss Burton2009-04-141-3/+4
* Add missing glib includeRoss Burton2009-04-141-0/+1
* Default the signature method to HMACRoss Burton2009-04-082-0/+3
* Respect the signature methodRoss Burton2009-04-081-4/+79
* Add HMAC-SHA1 implementationRoss Burton2009-04-083-0/+131
* Add a signature method enumRoss Burton2009-04-081-0/+5
* Move the call's URL to the private struct so that subclasses can see it in pr...Ross Burton2009-04-082-7/+10
* Add rest_proxy_call_get_methodRoss Burton2009-04-082-0/+10
* Split the RestProxyCall private struct into a separate header for subclassesRoss Burton2009-04-084-21/+60
* Support creating OAuth proxy with consumer and access tokens.Matthew Wood2009-03-022-1/+71
* Enable the GNOME proxy resolver feature if building WITH_GNOMERoss Burton2009-02-111-2/+10
* Add SOUP_GNOME flags to the buildRoss Burton2009-02-111-2/+4
* RestProxyCall: Whitespace tweaks.Rob Bradford2009-02-101-1/+1
* Add prototype for rest_proxy_call_error_quarkRoss Burton2009-02-101-0/+2
* Add rest_proxy_call_set_function to rest-proxy-call.hRoss Burton2009-02-101-0/+3
* Use rest_proxy_get_user_agent instead of property accessRoss Burton2009-02-101-3/+3
* Add rest_proxy_get_user_agentRoss Burton2009-02-102-0/+10