summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* meson: build with soup3 by defaultGünther Wagner2022-06-183-4/+4
* tests: fix warningsGünther Wagner2022-01-121-6/+12
* params: reworked to boxed and listGünther Wagner2022-01-123-0/+148
* fixed sentinel warning in testsGünther Wagner2022-01-122-2/+2
* OAuth2 Pkce WorkflowGünther Wagner2022-01-127-277/+625
* soup3: added conditional option to mesongwagner/soup3Günther Wagner2021-11-041-2/+1
* Port to libsoup3Carlos Garcia Campos2021-11-044-7/+128
* tests: fix potential null pointer dereferenceGünther Wagner2021-10-211-1/+1
* Disable oauth1 tests as endpoint is goneGünther Wagner2021-10-211-2/+0
* Port to the Meson build systemNiels De Graef2021-10-211-0/+37
* tests/custom-serialize: use different tests/proxyRasmus Thomsen2021-01-081-1/+1
* xml: Don't crash parsing empty XML stringChristophe Fergeau2017-10-181-0/+6
* tests: Re-enable the XML testDebarshi Ray2017-10-161-2/+0
* tests/proxy-continuous: Use GTest APIwip/teuf/fixesTimm Bäder2016-07-191-60/+48
* 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
* 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
* 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
* tests/oauth2: Convert to GTest apiTimm Bäder2016-06-201-17/+30
* Adapt tests and examples to API changeTimm Bäder2016-06-204-22/+39
* OAuthProxy: Use GTaskChristophe Fergeau2016-06-201-27/+23
* tests/oauth-async: Remove global mainloopChristophe Fergeau2016-06-201-6/+7
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-1610-40/+1
* tests: Fix lastfm testChristophe Fergeau2016-04-181-2/+2
* 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
* tests: Avoid race condition in threaded tests0.7.93Christophe Fergeau2015-03-172-4/+4
* tests: GError pointers must be initializedAlexandre Rostovtsev2015-03-162-2/+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-032-8/+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-0310-0/+20
* Allow to modify REST function in serialize_params vfuncChristophe Fergeau2014-08-251-1/+2
* tests/oauth: Bail out if we cannot connectEmmanuele Bassi2014-03-102-0/+9
* Drop obsolete g_thread_init()Martin Pitt2012-06-1610-10/+0