summaryrefslogtreecommitdiff
path: root/tests/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* tests: fix warningsGünther Wagner2022-01-121-6/+12
* OAuth2 Pkce WorkflowGünther Wagner2022-01-121-229/+152
* soup3: added conditional option to mesongwagner/soup3Günther Wagner2021-11-041-2/+1
* Port to libsoup3Carlos Garcia Campos2021-11-041-3/+60
* Adapt tests and examples to API changeTimm Bäder2016-06-201-18/+35
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-161-4/+0
* 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: Remove unused 'session' variableChristophe Fergeau2014-09-031-3/+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-031-0/+2
* Drop obsolete g_thread_init()Martin Pitt2012-06-161-1/+0
* Don't use localhost for the test, that can resolve to IPv6Ross Burton2009-07-311-1/+1
* Use g_strcmp0 instead of strcmpRoss Burton2009-02-101-2/+2
* Test user-agent handlingRoss Burton2009-02-101-1/+46
* Add some test TODOsRoss Burton2009-02-101-0/+10
* Rename echo.c to proxy.cRoss Burton2009-02-101-0/+258