summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
Commit message (Expand)AuthorAgeFilesLines
...
* Minor documentation fixesRoss Burton2010-08-041-2/+0
* Port the proxies to use RestParamRoss Burton2010-07-081-25/+74
* rest: small prototype fixes to clean up docsRoss Burton2010-05-171-3/+3
* Use the session callback instead of finished (BMC#842)Ross Burton2010-05-141-8/+8
* Don't check for dispose or finalize when chaining upRoss Burton2010-05-141-4/+2
* proxy/proxy-call/xml-parser: Guard public function entry pointsRob Bradford2010-04-151-16/+91
* Mark GErrors which shouldn't be freed as constRoss Burton2009-10-121-1/+1
* Remove the useless error argument from rest_proxy_call_cancellibrest-0.6Ross Burton2009-08-111-12/+2
* Add rest_proxy_call_sync, for threaded appsRoss Burton2009-05-291-0/+24
* Factor out the message result handlingRoss Burton2009-05-291-9/+21
* Split out the message creation when callingRoss Burton2009-05-291-30/+47
* Document RestProxyCallRoss Burton2009-05-151-0/+38
* Delete trailing whitespaceRoss Burton2009-05-151-19/+19
* Fix call cleanup which was causing invalid writesRoss Burton2009-05-151-1/+1
* Fix incorrect logic in conditional check.Rob Bradford2009-04-141-1/+1
* Move the call's URL to the private struct so that subclasses can see it in pr...Ross Burton2009-04-081-7/+8
* Add rest_proxy_call_get_methodRoss Burton2009-04-081-0/+8
* Split the RestProxyCall private struct into a separate header for subclassesRoss Burton2009-04-081-21/+4
* Use rest_proxy_get_user_agent instead of property accessRoss Burton2009-02-101-3/+3
* 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 missing implementations for RestProxyCall functions (MB: #420)librest-0.1Rob Bradford2009-01-151-0/+45
* Add license header.Rob Bradford2009-01-151-0/+22
* Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford2008-11-201-9/+36
* Check for an outstanding call when making a new one.Rob Bradford2008-11-201-7/+24
* Add GError infrastructure for RestProxyCallRob Bradford2008-11-201-0/+6
* Add more API docsRoss Burton2008-09-191-0/+15
* Rename rest_proxy_call_get_response_message to _status_messageRoss Burton2008-09-191-6/+5
* Add more API docsRoss Burton2008-09-191-0/+17
* Fix prototype of rest_proxy_call_add_headersRoss Burton2008-09-191-2/+1
* More API docsRoss Burton2008-09-191-2/+44
* Add some API docsRoss Burton2008-09-181-0/+58
* Only copy the error if it's non-null.Rob Bradford2008-09-171-1/+3
* Export a GError in rest_proxy_call_async and rest_proxy_call_runRob Bradford2008-09-161-10/+85
* Reformat source and header filesRob Bradford2008-09-151-8/+12
* Replace _rest_proxy_call_set_proxy with a GObject propertyRob Bradford2008-09-151-9/+31
* Add a prepare() vfunc to RestProxy which is called before invocationRob Bradford2008-09-151-1/+19
* Remove unused rest_proxy_call_new function.Rob Bradford2008-09-151-6/+0
* Reference count the hash table of parameters when we return it.Rob Bradford2008-09-101-1/+1
* Add rest_proxy_call_get_paramsRoss Burton2008-09-101-0/+9
* Implement the payload accessorsRoss Burton2008-09-041-0/+28
* Free the closure correctlyRoss Burton2008-09-041-2/+2
* Merge branch 'master' into rossRoss Burton2008-09-041-8/+49
|\
| * Implement rest_proxy_call_runRob Bradford2008-09-041-3/+38
| * Actually save the payload, length and status responsesRob Bradford2008-09-041-8/+14
* | Create the response headers hashRoss Burton2008-09-041-0/+4
* | Fix va-args use in rest_proxy_call_add_paramsRoss Burton2008-09-041-2/+1
|/
* Add some implementations to the RestProxyCall objectRob Bradford2008-09-041-0/+355
* Add first phase of cairoficiation of the API.Rob Bradford2008-09-041-0/+70