summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add ping testRoss Burton2009-02-101-2/+33
* Add a very basic test suiteRoss Burton2009-02-102-0/+124
* Add tests/Ross Burton2009-02-103-1/+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
* Set the request headers when making a callRoss Burton2009-02-101-0/+12
* Set the user agent on the proxy callRoss Burton2009-02-101-1/+7
* Add a user-agent property and rest_proxy_set_user_agentRoss Burton2009-02-102-1/+28
* Add missing implementations for RestProxyCall functions (MB: #420)librest-0.1Rob Bradford2009-01-151-0/+45
* Update AUTHORS.Rob Bradford2009-01-151-0/+2
* Add license header.Rob Bradford2009-01-1516-0/+352
* Use rest_xml_node_unref in the testRoss Burton2008-12-181-1/+1
* Make RestXmlNode ref counted, and add a boxed gtypeRoss Burton2008-12-182-34/+72
* Link against gthreadJoshua Lock2008-12-092-11/+4
* Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford2008-11-204-10/+52