summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Proxycall: Remove double-assign to status_{message,code}wip/baedert/testsTimm Bäder2017-03-251-3/+0
* add meson build filesTimm Bäder2017-02-226-1/+150
* proxy-call: Set the payload after _uploadTimm Bäder2017-02-212-1/+10
* Update documentationTimm Bäder2017-02-211-7/+8
* rest-param(s): Add a few missing annotationsTimm Bäder2017-02-212-3/+3
* tests/proxy: Add _add_param_full testTimm Bäder2017-02-211-0/+57
* proxy-call: Document _add_param_fullTimm Bäder2017-02-211-0/+7
* oauth2-proxy: Add gtkdoc annotations and predoncition checksTimm Bäder2017-02-211-3/+9
* OAuth2Proxy: Add some gtkdoc annotationsTimm Bäder2017-02-211-1/+1
* OAuth2Proxy: g_free is null-safeTimm Bäder2017-02-211-9/+4
* tests/proxy-continuous: Add upload test caseTimm Bäder2017-02-211-18/+98
* RestProxyCall: Pass correct pointer in _uploadTimm Bäder2017-02-211-3/+3
* test-server: Pass the test_server to the server callbackTimm Bäder2017-02-211-2/+5
* RestProxyCall: Stop exporting AsyncCallbackTimm Bäder2017-02-212-6/+3
* continuous-twitter: Adapt to RestProxyCall changesTimm Bäder2017-02-211-2/+18
* tests/proxy-continuous: Use new rest_proxy_call_continuousTimm Bäder2017-02-211-34/+29
* RestProxyCall: GIO-ify _upload and _continuousTimm Bäder2017-02-212-125/+113
* Use goffset for message sizesTimm Bäder2017-02-214-30/+18
* tests: Add TestServer implementationTimm Bäder2017-02-217-148/+166
* OAuthProxy: Add missing annotations and precondition checksTimm Bäder2017-02-211-15/+34
* RestProxy: Document set/get_user_agentTimm Bäder2017-02-211-0/+15
* proxy-call: extend docsTimm Bäder2017-02-211-14/+33
* proxy-call: Don't default to "GET" for NULL methodTimm Bäder2017-02-211-5/+2
* RestProxyCall: Document return value of _lookup_response_headersTimm Bäder2017-02-211-0/+4
* RestProxyCall: Add missing return type docsTimm Bäder2017-02-211-0/+6
* tests/proxy: Remove libsoup 2.28 checkTimm Bäder2017-02-211-9/+2
* RestProxyCall: Make _cancel() privateTimm Bäder2017-02-212-40/+24
* tests/proxy: Add invoke_async cancel testTimm Bäder2017-02-211-0/+50
* tests/proxy: Port to GTestTimm Bäder2016-07-211-160/+183
* tests/proxy-continuous: Use GTest APIwip/teuf/fixesTimm Bäder2016-07-191-60/+48
* RestProxy: Remove unused session_syncTimm Bäder2016-07-191-1/+0
* tests/threaded: Use GTestTimm Bäder2016-07-191-33/+24
* tests/threaded: Stop using deprecated libsoup APIChristophe Fergeau2016-07-191-11/+38
* tests/threaded: Stop using g_thread_createTimm Bäder2016-07-191-2/+2
* RestProxyCall: Add documentation for _syncTimm Bäder2016-07-191-0/+14
* RestProxyCall: Make sure _sync reliably sets error_outTimm Bäder2016-07-192-2/+24
* RestProxyCall: Remove unused structTimm Bäder2016-07-191-6/+0
* proxy: Remove use of libsoup-gnomeChristophe Fergeau2016-07-192-22/+0
* build: Set explicit version requirement on libsoupChristophe Fergeau2016-07-191-1/+1
* oauth-proxy: Add docs for request_token_finishwip/baedert/gtask2Timm Bäder2016-07-141-0/+11
* Add more missing precondition checksTimm Bäder2016-07-143-2/+14
* rest-param: Add missing preconditionsTimm Bäder2016-07-141-2/+22
* oauth-proxy: Fix some gtkdoc errorsTimm Bäder2016-07-141-8/+0
* oauth-proxy-call: Remove an unnecessary castTimm Bäder2016-07-141-1/+1
* rest-proxy: Fix precondition in new_callTimm Bäder2016-07-141-1/+5
* rest-proxy: Add some missing preconditionsTimm Bäder2016-07-141-2/+9
* examples: Make c89 compatibleTimm Bäder2016-07-142-3/+3
* oauth2: Fix SoupUri leak in oauth2_proxy_extract_access_token()wip/teuf/gtaskChristophe Fergeau2016-06-201-0/+1
* tests/oauth2: Fix 'token' leaksChristophe Fergeau2016-06-201-0/+3
* tests/oauth-async: Fix mainloop leaksChristophe Fergeau2016-06-201-0/+3