summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove the unused mainloop in the OAuth testRoss Burton2009-04-071-4/+0
* Support creating OAuth proxy with consumer and access tokens.Matthew Wood2009-03-022-1/+71
* Enhance README with some documentation about librest.Rob Bradford2009-02-181-0/+49
* Update configure.ac for 0.2Rob Bradford2009-02-111-1/+1
* 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
* Add --with-gnome, defaulting to yes, and check for libsoup-gnomeRoss Burton2009-02-111-0/+14
* Update ignoresRoss Burton2009-02-111-0/+7
* RestProxyCall: Whitespace tweaks.Rob Bradford2009-02-101-1/+1
* Add prototype for rest_proxy_call_error_quarkRoss Burton2009-02-101-0/+2
* Fix compile warningsRoss Burton2009-02-101-3/+1
* Use g_strcmp0 instead of strcmpRoss Burton2009-02-101-2/+2
* Test user-agent handlingRoss Burton2009-02-101-1/+46
* Add some test TODOsRoss Burton2009-02-101-0/+10
* Rename echo.c to proxy.cRoss Burton2009-02-102-3/+3
* Add license header to the testsRoss Burton2009-02-101-0/+24
* Check success status handlingRoss Burton2009-02-101-0/+30
* Rename error to statusRoss Burton2009-02-101-5/+5
* Check error handlingRoss Burton2009-02-101-0/+41
* Check the response codeRoss Burton2009-02-101-0/+16