summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/flickr: Fix various leaksChristophe Fergeau2016-06-201-0/+4
* tests/xml: Fix various leaksChristophe Fergeau2016-06-201-0/+3
* xml-node: Use GString in rest_xml_node_print()Christophe Fergeau2016-06-201-9/+12
* build: Fix "intospection" typoChristophe Fergeau2016-06-201-1/+1
* tests/oauth-async: Add more testsTimm Bäder2016-06-201-6/+104
* tests/flickr: Port to GTest apiTimm Bäder2016-06-201-13/+25
* tests/custom-serialize: Port to GTest apiTimm Bäder2016-06-201-3/+10
* tests/custom-serialize: rework codeTimm Bäder2016-06-201-22/+21
* tests/lastfm: Port to GTest apiTimm Bäder2016-06-201-7/+17
* tests/oauth: Add one more testTimm Bäder2016-06-201-0/+34
* tests/oauth: Port to GTest apiTimm Bäder2016-06-201-17/+24
* tests/oauth-async: Port to GTest apiTimm Bäder2016-06-201-23/+21
* OAuthProxy: g_free is NULL-safeTimm Bäder2016-06-201-3/+1
* tests/oauth2: Convert to GTest apiTimm Bäder2016-06-201-17/+30
* RestProxy(Call): Simplify _disposeTimm Bäder2016-06-202-28/+5
* RestProxyCall: Use G_DEFINE_TYPE_WITH_PRIVATETimm Bäder2016-06-202-97/+30
* rest-proxy: Use G_DEFINE_TYPE_WITH_PRIVATETimm Bäder2016-06-203-30/+17
* RestProxyCall: Prevent segfault in prepare_messageTimm Bäder2016-06-201-0/+4
* Adapt tests and examples to API changeTimm Bäder2016-06-206-56/+70
* Remove fireeagle exampleTimm Bäder2016-06-202-93/+1
* RestProxy: Remove SoupSession[A]sync usageTimm Bäder2016-06-201-29/+2
* RestProxyCall: Use GTaskTimm Bäder2016-06-204-228/+37
* OAuthProxy: Use GTaskChristophe Fergeau2016-06-203-101/+105
* rest-proxy: Port _invoke_async to GTaskTimm Bäder2016-06-202-32/+19
* tests/oauth-async: Remove global mainloopChristophe Fergeau2016-06-201-6/+7
* Remove glib-compat.{c,h}Timm Bäder2016-06-164-161/+0
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-1621-82/+5
* configure: Bump glib dependency to 2.36Timm Bäder2016-06-161-1/+1
* oauth-proxy: Remove deprecated APITimm Bäder2016-06-162-118/+0
* xml-node: Remove deprecated APITimm Bäder2016-06-162-8/+0
* oauth-proxy-call: Remove _parse_token_reponseTimm Bäder2016-06-162-12/+0
* build: Set API version to 1.0Christophe Fergeau2016-06-161-2/+2
* gitignore: Ignore *.trs and *.logTimm Bäder2016-06-161-0/+2
* Start 0.9 seriesChristophe Fergeau2016-04-181-6/+6
* tests: Fix lastfm testChristophe Fergeau2016-04-181-2/+2
* build-sys: Raise minimum glib versionChristophe Fergeau2016-04-181-1/+1
* sha: Use GHmacTimm Bäder2015-10-051-63/+7
* tests/proxy-continuous: Simplify the codeDebarshi Ray2015-09-171-4/+1
* tests/proxy-continuous: Server chunks can be different from client onesDebarshi Ray2015-09-171-28/+24