summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-08Add rest_proxy_call_get_methodRoss Burton1-0/+8
2009-04-08Split the RestProxyCall private struct into a separate header for subclassesRoss Burton1-21/+4
2009-02-10Use rest_proxy_get_user_agent instead of property accessRoss Burton1-3/+3
2009-02-10Set the request headers when making a callRoss Burton1-0/+12
2009-02-10Set the user agent on the proxy callRoss Burton1-1/+7
2009-01-15Add missing implementations for RestProxyCall functions (MB: #420)librest-0.1Rob Bradford1-0/+45
2009-01-15Add license header.Rob Bradford1-0/+22
2008-11-20Add a rest_proxy_call_cancel function to cancel an issued call.Rob Bradford1-9/+36
2008-11-20Check for an outstanding call when making a new one.Rob Bradford1-7/+24
2008-11-20Add GError infrastructure for RestProxyCallRob Bradford1-0/+6
2008-09-19Add more API docsRoss Burton1-0/+15
2008-09-19Rename rest_proxy_call_get_response_message to _status_messageRoss Burton1-6/+5
2008-09-19Add more API docsRoss Burton1-0/+17
2008-09-19Fix prototype of rest_proxy_call_add_headersRoss Burton1-2/+1
2008-09-19More API docsRoss Burton1-2/+44
2008-09-18Add some API docsRoss Burton1-0/+58
2008-09-17Only copy the error if it's non-null.Rob Bradford1-1/+3
2008-09-16Export a GError in rest_proxy_call_async and rest_proxy_call_runRob Bradford1-10/+85
2008-09-15Reformat source and header filesRob Bradford1-8/+12
2008-09-15Replace _rest_proxy_call_set_proxy with a GObject propertyRob Bradford1-9/+31
2008-09-15Add a prepare() vfunc to RestProxy which is called before invocationRob Bradford1-1/+19
2008-09-15Remove unused rest_proxy_call_new function.Rob Bradford1-6/+0
2008-09-10Reference count the hash table of parameters when we return it.Rob Bradford1-1/+1
2008-09-10Add rest_proxy_call_get_paramsRoss Burton1-0/+9
2008-09-04Implement the payload accessorsRoss Burton1-0/+28
2008-09-04Free the closure correctlyRoss Burton1-2/+2
2008-09-04Merge branch 'master' into rossRoss Burton1-8/+49
2008-09-04Create the response headers hashRoss Burton1-0/+4
2008-09-04Fix va-args use in rest_proxy_call_add_paramsRoss Burton1-2/+1
2008-09-04Implement rest_proxy_call_runRob Bradford1-3/+38
2008-09-04Actually save the payload, length and status responsesRob Bradford1-8/+14
2008-09-04Add some implementations to the RestProxyCall objectRob Bradford1-0/+355
2008-09-04Add first phase of cairoficiation of the API.Rob Bradford1-0/+70