summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change version to 0.4librest-0.4Ross Burton2009-05-201-1/+1
* Test the new accessorsRoss Burton2009-05-201-1/+8
* Add accessors for the api key and shared secretRoss Burton2009-05-202-2/+38
* Add gtk-doc files to ignoresRoss Burton2009-05-201-0/+9
* Add a Flickr test suiteRoss Burton2009-05-203-3/+105
* Rename key and secret to match what Flickr calls themRoss Burton2009-05-204-41/+39
* Update API documentationRoss Burton2009-05-203-2/+44
* Add Flickr test caseRoss Burton2009-05-193-1/+93
* 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
* Use g_print instead of g_debugRoss Burton2009-05-151-2/+2
* 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
* Remove rest_xml_node_new from the docsRoss Burton2009-05-151-1/+0
* 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
* Update documentation sectionsRoss Burton2009-05-151-41/+60
* 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
* Remove symbols which don't exist any moreRoss Burton2009-05-151-5/+1
* Don't crash dump-xml if the document cannot be parsedRoss Burton2009-05-151-2/+6
* Fix call cleanup which was causing invalid writesRoss Burton2009-05-151-1/+1
* Post-release bump to 0.3.1Rob Bradford2009-05-071-1/+1
* Remove test-runner.h as it doesn't existlibrest-0.3Ross Burton2009-05-071-1/+1
* Bump version to 0.3Ross Burton2009-05-071-1/+1
* Update OAuth example and test to new APIRoss Burton2009-04-272-8/+12
* 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
* Bump glib dependencyRob Bradford2009-04-271-1/+1
* 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-154-0/+83
* 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
* Add a example to dump a XML fileRoss Burton2009-04-143-1/+115
* Fix incorrect logic in conditional check.Rob Bradford2009-04-141-1/+1
* Fix up encodingRoss Burton2009-04-141-3/+4
* Update ignoresRoss Burton2009-04-141-0/+2
* Add oauth test case using the OAuth test serverRoss Burton2009-04-142-2/+88