summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-14Add missing glib includeRoss Burton1-0/+1
2009-04-08Default the signature method to HMACRoss Burton2-0/+3
2009-04-08Respect the signature methodRoss Burton1-4/+79
2009-04-08Add HMAC-SHA1 implementationRoss Burton3-0/+131
2009-04-08Add a signature method enumRoss Burton1-0/+5
2009-04-08Move the call's URL to the private struct so that subclasses can see it in pr...Ross Burton2-7/+10
2009-04-08Add rest_proxy_call_get_methodRoss Burton2-0/+10
2009-04-08Split the RestProxyCall private struct into a separate header for subclassesRoss Burton4-21/+60
2009-04-07Remove the unused mainloop in the OAuth testRoss Burton1-4/+0
2009-03-02Support creating OAuth proxy with consumer and access tokens.Matthew Wood2-1/+71
2009-02-18Enhance README with some documentation about librest.Rob Bradford1-0/+49
2009-02-11Update configure.ac for 0.2Rob Bradford1-1/+1
2009-02-11Enable the GNOME proxy resolver feature if building WITH_GNOMERoss Burton1-2/+10
2009-02-11Add SOUP_GNOME flags to the buildRoss Burton1-2/+4
2009-02-11Add --with-gnome, defaulting to yes, and check for libsoup-gnomeRoss Burton1-0/+14
2009-02-11Update ignoresRoss Burton1-0/+7
2009-02-10RestProxyCall: Whitespace tweaks.Rob Bradford1-1/+1
2009-02-10Add prototype for rest_proxy_call_error_quarkRoss Burton1-0/+2
2009-02-10Fix compile warningsRoss Burton1-3/+1
2009-02-10Use g_strcmp0 instead of strcmpRoss Burton1-2/+2
2009-02-10Test user-agent handlingRoss Burton1-1/+46
2009-02-10Add some test TODOsRoss Burton1-0/+10
2009-02-10Rename echo.c to proxy.cRoss Burton2-3/+3
2009-02-10Add license header to the testsRoss Burton1-0/+24
2009-02-10Check success status handlingRoss Burton1-0/+30
2009-02-10Rename error to statusRoss Burton1-5/+5
2009-02-10Check error handlingRoss Burton1-0/+41