index
:
~teuf/librest
master
rhel-7.1
Unnamed repository; edit this file 'description' to name the repository.
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rest
/
rest-proxy-call.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-08
Add rest_proxy_call_get_method
Ross Burton
1
-0
/
+8
2009-04-08
Split the RestProxyCall private struct into a separate header for subclasses
Ross Burton
1
-21
/
+4
2009-02-10
Use rest_proxy_get_user_agent instead of property access
Ross Burton
1
-3
/
+3
2009-02-10
Set the request headers when making a call
Ross Burton
1
-0
/
+12
2009-02-10
Set the user agent on the proxy call
Ross Burton
1
-1
/
+7
2009-01-15
Add missing implementations for RestProxyCall functions (MB: #420)
librest-0.1
Rob Bradford
1
-0
/
+45
2009-01-15
Add license header.
Rob Bradford
1
-0
/
+22
2008-11-20
Add a rest_proxy_call_cancel function to cancel an issued call.
Rob Bradford
1
-9
/
+36
2008-11-20
Check for an outstanding call when making a new one.
Rob Bradford
1
-7
/
+24
2008-11-20
Add GError infrastructure for RestProxyCall
Rob Bradford
1
-0
/
+6
2008-09-19
Add more API docs
Ross Burton
1
-0
/
+15
2008-09-19
Rename rest_proxy_call_get_response_message to _status_message
Ross Burton
1
-6
/
+5
2008-09-19
Add more API docs
Ross Burton
1
-0
/
+17
2008-09-19
Fix prototype of rest_proxy_call_add_headers
Ross Burton
1
-2
/
+1
2008-09-19
More API docs
Ross Burton
1
-2
/
+44
2008-09-18
Add some API docs
Ross Burton
1
-0
/
+58
2008-09-17
Only copy the error if it's non-null.
Rob Bradford
1
-1
/
+3
2008-09-16
Export a GError in rest_proxy_call_async and rest_proxy_call_run
Rob Bradford
1
-10
/
+85
2008-09-15
Reformat source and header files
Rob Bradford
1
-8
/
+12
2008-09-15
Replace _rest_proxy_call_set_proxy with a GObject property
Rob Bradford
1
-9
/
+31
2008-09-15
Add a prepare() vfunc to RestProxy which is called before invocation
Rob Bradford
1
-1
/
+19
2008-09-15
Remove unused rest_proxy_call_new function.
Rob Bradford
1
-6
/
+0
2008-09-10
Reference count the hash table of parameters when we return it.
Rob Bradford
1
-1
/
+1
2008-09-10
Add rest_proxy_call_get_params
Ross Burton
1
-0
/
+9
2008-09-04
Implement the payload accessors
Ross Burton
1
-0
/
+28
2008-09-04
Free the closure correctly
Ross Burton
1
-2
/
+2
2008-09-04
Merge branch 'master' into ross
Ross Burton
1
-8
/
+49
2008-09-04
Create the response headers hash
Ross Burton
1
-0
/
+4
2008-09-04
Fix va-args use in rest_proxy_call_add_params
Ross Burton
1
-2
/
+1
2008-09-04
Implement rest_proxy_call_run
Rob Bradford
1
-3
/
+38
2008-09-04
Actually save the payload, length and status responses
Rob Bradford
1
-8
/
+14
2008-09-04
Add some implementations to the RestProxyCall object
Rob Bradford
1
-0
/
+355
2008-09-04
Add first phase of cairoficiation of the API.
Rob Bradford
1
-0
/
+70
[prev]