summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* oauth: Don't leak temp data in steal_oauth_paramsChristophe Fergeau2015-07-301-0/+1
* rest-xml-parser: Ignore text content at the top-level of a documentPhilip Withnall2015-04-141-3/+9
* rest-proxy-auth: Add rest_proxy_auth_cancel for cancelling authenticationPavel Grunt2015-04-082-0/+18
* tests: Avoid race condition in threaded tests0.7.93Christophe Fergeau2015-03-172-4/+4
* Switch Flickr examples to https://Florian Weimer2015-03-172-2/+2
* tests: GError pointers must be initializedAlexandre Rostovtsev2015-03-162-2/+2
* Don't dump XML parsing errors to stderr/stdout by defaultChristophe Fergeau2015-03-161-0/+10
* xml-parser: Add missing break in switch statementRob Bradford2014-09-191-0/+1
* oauth: Add missing includeChristophe Fergeau2014-09-031-0/+1
* Post-release version bump to 0.7.93Christophe Fergeau2014-09-031-1/+1
* build-sys: Generate xz tarballs0.7.92Christophe Fergeau2014-09-031-1/+1
* oauth: Don't leak RestProxyCall::token{_secret}Christophe Fergeau2014-09-031-0/+2
* tests/proxy: Make sure GError is unset when call succeedsChristophe Fergeau2014-09-031-0/+5
* tests/proxy: Fix memory leaksChristophe Fergeau2014-09-031-2/+17
* tests/lastfm: Fix memory leakChristophe Fergeau2014-09-031-0/+1
* tests/oauth: Use oauthbin.com as the test serverChristophe Fergeau2014-09-032-12/+12
* tests: Remove more unused variables/codeChristophe Fergeau2014-09-033-9/+0
* tests: Remove unused 'session' variableChristophe Fergeau2014-09-034-12/+0
* tests: Don't call soup_message_headers_get with newer libsoupChristophe Fergeau2014-09-031-0/+5
* tests: Don't call g_type_init() on newer glibChristophe Fergeau2014-09-0321-0/+42
* Fix URL used for flickr rest callsChristophe Fergeau2014-09-032-3/+3
* Move RestProxyCallPrivate to rest-proxy-call.cChristophe Fergeau2014-09-033-32/+32
* lastfm: Remove direct access to RestProxyCallPrivateChristophe Fergeau2014-09-031-6/+2