summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-20Change version to 0.4librest-0.4Ross Burton1-1/+1
2009-05-20Test the new accessorsRoss Burton1-1/+8
2009-05-20Add accessors for the api key and shared secretRoss Burton2-2/+38
2009-05-20Add gtk-doc files to ignoresRoss Burton1-0/+9
2009-05-20Add a Flickr test suiteRoss Burton3-3/+105
2009-05-20Rename key and secret to match what Flickr calls themRoss Burton4-41/+39
2009-05-20Update API documentationRoss Burton3-2/+44
2009-05-19Add Flickr test caseRoss Burton3-1/+93
2009-05-19Add initial Flickr proxyRoss Burton6-0/+553
2009-05-15If PROXY debugging is on, turn on full soup debuggingRoss Burton1-0/+7
2009-05-15Add a macro to do run-time debug enabled checksRoss Burton1-1/+3
2009-05-15Use g_print instead of g_debugRoss Burton1-2/+2
2009-05-15Revert RestXmlNode re-arrangement until I understand why it brokeRoss Burton1-2/+3
2009-05-15Document RestProxyCallRoss Burton1-0/+38
2009-05-15Delete trailing whitespaceRoss Burton1-19/+19
2009-05-15Remove rest_xml_node_new from the docsRoss Burton1-1/+0
2009-05-15Make rest_xml_node_new private until it's usefulRoss Burton2-3/+1
2009-05-15Document RestXmlNodeRoss Burton1-1/+12
2009-05-15Document rest-xml-parserRoss Burton1-0/+53
2009-05-15Update documentation sectionsRoss Burton1-41/+60
2009-05-15Document the RestProxy classesRoss Burton2-1/+15
2009-05-15Add basic OAuthProxy documentationRoss Burton2-0/+10
2009-05-15Fix typo in documentationRoss Burton1-1/+1
2009-05-15Document some parametersRoss Burton1-6/+6
2009-05-15Remove symbols which don't exist any moreRoss Burton1-5/+1
2009-05-15Don't crash dump-xml if the document cannot be parsedRoss Burton1-2/+6
2009-05-15Fix call cleanup which was causing invalid writesRoss Burton1-1/+1
2009-05-07Post-release bump to 0.3.1Rob Bradford1-1/+1
2009-05-07Remove test-runner.h as it doesn't existlibrest-0.3Ross Burton1-1/+1
2009-05-07Bump version to 0.3Ross Burton1-1/+1
2009-04-27Update OAuth example and test to new APIRoss Burton2-8/+12
2009-04-27Better error handling on oauth_proxy_auth_step, inspired by Matthew Wood <mat...Ross Burton2-15/+16
2009-04-27Change oauth_proxy_auth_step to use _set_functionRoss Burton1-2/+2
2009-04-27Change oauth_proxy_auth_step to use _set_functionRoss Burton1-6/+19
2009-04-27Bump glib dependencyRob Bradford1-1/+1
2009-04-16Make the key and token OAuth properties read/writeRoss Burton1-4/+29
2009-04-16Add oauth_proxy_set_token and _token_secretRoss Burton2-0/+46
2009-04-15Add test suite for encode_paramsRoss Burton4-0/+83
2009-04-15Don't check for NULL because the encode function does thatRoss Burton1-1/+1
2009-04-15Make the string encode function NULL-safeRoss Burton1-1/+1
2009-04-15Use correct encoding in HMAC-SHA1 signaturesMatthew Wood1-3/+9
2009-04-15Use the correct encoding when encoding paramtersMatthew Wood1-4/+3
2009-04-15Correctly encode the plaintext signatureMatthew Wood1-1/+12
2009-04-15Add macro for correct OAuth encodingMatthew Wood1-0/+2
2009-04-14Add yet more characters to the encodingRoss Burton1-1/+1
2009-04-14Add a example to dump a XML fileRoss Burton3-1/+115
2009-04-14Fix incorrect logic in conditional check.Rob Bradford1-1/+1
2009-04-14Fix up encodingRoss Burton1-3/+4
2009-04-14Update ignoresRoss Burton1-0/+2
2009-04-14Add oauth test case using the OAuth test serverRoss Burton2-2/+88