summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* SoupSessionFeature: Keep features alive until all messages have been unqueuedClaudio Saavedra2019-01-181-0/+33
* Remove the Autotools build system filesTomas Popela2019-01-111-117/+0
* meson: make sure tests run against the built libraryClaudio Saavedra2019-01-111-0/+2
* meson: Increase the timeout for testsTomas Popela2019-01-031-1/+3
* tld-test: update after changes in the public-suffix listClaudio Saavedra2018-10-221-4/+4
* soup-headers: add strict parameter parsing functionsClaudio Saavedra2018-10-081-0/+76
* Added NTLMv2 testMichal Hrubý2018-10-081-6/+62
* meson: Raise the required meson version to 0.47Tomas Popela2018-08-301-8/+6
* tests: fix xmlrpc tests being skipped in DebianClaudio Saavedra2018-08-151-1/+1
* Add some tests for trailing dots in domainsClaudio Saavedra2018-08-102-3/+66
* Add soup_cookie_jar_get_cookies with empty hostname testMichael Catanzaro2018-06-281-0/+19
* test-utils: Fix uninitialized value issue found by Coverity Scan and clangMilan Crha2018-06-251-2/+4
* Set default cookie path when origin is NULL and value not present in parsed textAdrian Perez de Castro2018-06-131-0/+10
* meson: Only compile and install test the have all the prerequisitesTomas Popela2018-04-181-41/+52
* tests: Remove extra whitespaceTomas Popela2018-04-171-1/+1
* tests: Configure PHP to load the XMLRPC extension if presentJan Alexander Steffens (heftig)2018-04-174-1/+16
* meson: Unbreak build of pull-api-testJan Alexander Steffens (heftig)2018-04-171-3/+3
* meson: Don't install soup-tests resourcesJan Alexander Steffens (heftig)2018-04-171-8/+7
* xmlrpc-server.php: Don't try to count NULL paramsJan Alexander Steffens (heftig)2018-04-171-1/+1
* Address review comments from Iñigo MartínezTomas Popela2018-04-111-6/+5
* Fix a comment typoTomas Popela2018-04-111-1/+1
* Add Meson port files to the Autotools EXTRA_DISTTomas Popela2018-04-111-0/+1
* Add APACHE_HTTPD as s project argument in main Meson build fileTomas Popela2018-04-111-4/+0
* tests: Fix build on Visual StudioChun-wei Fan2018-04-113-1/+15
* meson: Build test utility library as static on MSVC buildsChun-wei Fan2018-04-111-4/+10
* meson: Fix build in cases when we don't have Apache installedChun-wei Fan2018-04-111-1/+4
* Disable parallelism for Apache based testsTomas Popela2018-04-111-39/+40
* Fix unit tests based on ApacheTomas Popela2018-04-111-0/+12
* Fix unit tests that don't need apache to runTomas Popela2018-04-111-3/+22
* Test utility library in named liblibtestTomas Popela2018-04-111-2/+2
* Update the Automake unit tests names after they were for Meson portTomas Popela2018-04-111-4/+4
* Simplify how the tests are buildTomas Popela2018-04-111-149/+47
* Generate gresource bundle for testsTomas Popela2018-04-111-0/+7
* Fix indentation in tests/meson.buildTomas Popela2018-04-111-80/+80
* Compile the unit testsTomas Popela2018-04-115-0/+156
* Implement detecting of dependencies needed for testsTomas Popela2018-04-111-0/+3
* cookie-jar: use base domain to decide if cookie is third partyMichael Catanzaro2018-03-221-0/+56
* SoupAuthDomainDigest: Fix authentication with encoded urisClaudio Saavedra2018-03-171-3/+46
* Revert "cookie-jar: use base domain to decide if cookie is third party"Claudio Saavedra2018-03-051-48/+0
* add limit on maximum header size to avoid DOS (bug #792173)Michele Dionisio2018-02-091-0/+33
* cookie-jar: use base domain to decide if cookie is third partyMichael Catanzaro2018-02-051-0/+48
* Add new API to create a new connection from a SoupSessionCarlos Garcia Campos2018-02-011-0/+181
* soup-headers: accept any 3 digit number as message status codeCarlos Garcia Campos2018-01-091-2/+10
* Don't use C++ comments as libsoup uses C89Tomas Popela2017-11-161-1/+1
* Fix bug URI for non gnome.org bugs in unit testsTomas Popela2017-11-152-2/+4
* Fix possibly uninitialized value in ssl-testTomas Popela2017-11-151-1/+1
* Fix out-of-bounds read in URI parsingDan Winship2017-08-071-1/+5
* tests: Update test-cert.pemJan Alexander Steffens (heftig)2017-07-141-15/+16
* Fix sniffing of un-Content-Typed XMLDan Winship2017-07-033-0/+16
* Async request never completes if message is cancelled before reading body dat...Carlos Garcia Campos2017-05-031-16/+63