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
2014-09-03
Move RestProxyCallPrivate to rest-proxy-call.c
Christophe Fergeau
1
-5
/
+32
2014-09-03
oauth: Make sure RestProxyCall::url is set before using it
Christophe Fergeau
1
-0
/
+11
2014-09-02
More improvements to rest_proxy_call_get_params API doc
Christophe Fergeau
1
-2
/
+2
2014-08-25
Allow to modify REST function in serialize_params vfunc
Christophe Fergeau
1
-13
/
+47
2014-08-25
Add rest_proxy_call_get_function()
Christophe Fergeau
1
-0
/
+23
2014-08-25
Ignore '/' at beginning of REST function
Christophe Fergeau
1
-1
/
+2
2014-08-25
RestProxyCall: Handle soup_error_new() failures
Christophe Fergeau
1
-0
/
+9
2014-03-10
docs: Add missing gtk-doc annotations
Emmanuele Bassi
1
-2
/
+2
2014-03-10
Further annotation fixes
Emmanuele Bassi
1
-5
/
+5
2014-03-10
Fix annotations
Emmanuele Bassi
1
-2
/
+2
2013-09-20
Fix rest_proxy_call_get_params() API doc
Christophe Fergeau
1
-3
/
+4
2013-07-10
rest-proxy-call: Include the zero byte added by soup to the payload
Rob Bradford
1
-1
/
+2
2013-07-09
rest-proxy-call: Use memdup, not strdup, as HTTP response data might be binary
Jasper St. Pierre
1
-1
/
+1
2013-06-17
call: disconnect GCancellable 'cancel' signal
Alban Crequy
1
-4
/
+17
2012-06-13
Don't leak RestProxyCall::url
Christophe Fergeau
1
-0
/
+2
2012-05-03
assorted introspection fixes
Evan Nemerson
1
-3
/
+3
2012-03-27
rest-proxy-call: enforce one-shot use, clean up memory lifecycle
Ross Burton
1
-36
/
+15
2012-03-27
Rename rest_proxy_call_call_async to rest_proxy_call_invoke_async
Ross Burton
1
-11
/
+11
2012-03-27
rest-proxy-call: add rest_proxy_call_call_async()
Danielle Madeley
1
-2
/
+114
2012-02-24
Don't leak ->url in rest_proxy_call_sync (#669764)
Ross Burton
1
-0
/
+3
2011-04-13
Added documentation to rest_proxy_call_upload.
Eitan Isaacson
1
-0
/
+22
2011-04-13
Introduce rest_proxy_call_upload to provide progress feedback.
Eitan Isaacson
1
-0
/
+129
2011-04-13
proxy-call: Allow customisation of data serialization (BMC#13746)
Michal Mhr
1
-1
/
+51
2011-02-22
proxy-call: Fix memory leaks in multipart form REST calls.
Eitan Isaacson
1
-0
/
+4
2010-09-13
proxy-call: Use g_error_set_literal for content from the web server
Rob Bradford
1
-5
/
+5
2010-09-06
proxy-call: The status code for the request is fetched from the message
Rob Bradford
1
-2
/
+1
2010-09-06
proxy-call: Remove unused code post refactoring
Rob Bradford
1
-4
/
+0
2010-09-02
proxy-call: Fix compiler warning with storing call closure
Rob Bradford
1
-1
/
+1
2010-09-02
proxy-call: Turn off body buffer accumulation for continuous call
Rob Bradford
1
-0
/
+3
2010-09-02
proxy-call: Add documentation for rest_proxy_call_continuous
Rob Bradford
1
-0
/
+23
2010-09-02
proxy-call: Enhance documentation for rest_proxy_call_async
Rob Bradford
1
-1
/
+5
2010-09-02
proxy-call: Add first pass at continuous call mode
Rob Bradford
1
-0
/
+129
2010-08-12
proxy-call: Adjust to the new callback always fired invariant (since d7d4d52)
Rob Bradford
1
-16
/
+9
2010-08-11
Small documentation fixes
Ross Burton
1
-5
/
+5
2010-08-04
Minor documentation fixes
Ross Burton
1
-2
/
+0
2010-07-08
Port the proxies to use RestParam
Ross Burton
1
-25
/
+74
2010-05-17
rest: small prototype fixes to clean up docs
Ross Burton
1
-3
/
+3
2010-05-14
Use the session callback instead of finished (BMC#842)
Ross Burton
1
-8
/
+8
2010-05-14
Don't check for dispose or finalize when chaining up
Ross Burton
1
-4
/
+2
2010-04-15
proxy/proxy-call/xml-parser: Guard public function entry points
Rob Bradford
1
-16
/
+91
2009-10-12
Mark GErrors which shouldn't be freed as const
Ross Burton
1
-1
/
+1
2009-08-11
Remove the useless error argument from rest_proxy_call_cancel
librest-0.6
Ross Burton
1
-12
/
+2
2009-05-29
Add rest_proxy_call_sync, for threaded apps
Ross Burton
1
-0
/
+24
2009-05-29
Factor out the message result handling
Ross Burton
1
-9
/
+21
2009-05-29
Split out the message creation when calling
Ross Burton
1
-30
/
+47
2009-05-15
Document RestProxyCall
Ross Burton
1
-0
/
+38
2009-05-15
Delete trailing whitespace
Ross Burton
1
-19
/
+19
2009-05-15
Fix call cleanup which was causing invalid writes
Ross Burton
1
-1
/
+1
2009-04-14
Fix incorrect logic in conditional check.
Rob Bradford
1
-1
/
+1
2009-04-08
Move the call's URL to the private struct so that subclasses can see it in pr...
Ross Burton
1
-7
/
+8
[next]