summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port to libsoup3carlosgc/libsoup3Carlos Garcia Campos2021-06-0912-112/+719
* Use GUri instead of SoupURICarlos Garcia Campos2021-06-094-22/+40
* DOAP: Replace non-working email address of rburtonAndre Klapper2020-12-241-1/+1
* Merge branch 'tintou/annotations-fixes' into 'master'Emmanuele Bassi2020-10-262-8/+19
|\
| * Add several missing annotationstintou/annotations-fixesCorentin Noël2020-10-152-8/+19
|/
* Replace cgit with gitlab URL in configure.ac's AC_INITAndre Klapper2020-04-241-1/+1
* Replace Bugzilla by Gitlab URL in DOAP fileAndre Klapper2018-12-151-1/+1
* xml: Don't crash parsing empty XML stringChristophe Fergeau2017-10-182-0/+9
* proxycall: remove double-assign to status_{code,message}Timm Bäder2017-10-171-3/+0
* docs: Add some missing symbolsTimm Bäder2017-10-171-0/+3
* RestProxy: Set the payload after _uploadTimm Bäder2017-10-171-1/+1
* tests: Re-enable the XML testDebarshi Ray2017-10-161-2/+0
* xml-node: Define the order in which attributes & children are printedDebarshi Ray2017-10-161-1/+22
* xml-node: Unbreak the creation of top-level nodesDebarshi Ray2017-10-161-1/+0
* xml-node: Remove stray blank spaceDebarshi Ray2017-10-161-1/+1
* oauth2-proxy: Use G_DEFINE_TYPE_WITH_PRIVATEDebarshi Ray2017-08-041-6/+3
* rest-proxy-auth: Use G_DEFINE_TYPE_WITH_PRIVATEDebarshi Ray2017-08-041-7/+4
* lastfm-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-22/+3
* oauth2-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-22/+3
* oauth-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-22/+3
* rest-xml-parser: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-23/+3
* rest-proxy-call: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-23/+3
* rest-proxy: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-042-24/+2
* 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
* 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