summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make http.conf deal with built-in mod_unixdDan Winship2017-05-011-1/+1
* Hack do_qvalue_tests() to handle undefined sort order of testDan Winship2017-05-011-0/+11
* Switch test PHP support from PHP 5 to 7Dan Winship2017-05-011-1/+1
* Drop Apache 2.2 support for testsDan Winship2017-05-014-334/+1
* Remove some very old dead codeDan Winship2017-05-012-24/+0
* auth: do not use cached credentials in lookup method when flag SOUP_MESSAGE_D...Carlos Garcia Campos2017-02-221-4/+25
* auth: Fix async authentication when flag SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE i...Carlos Garcia Campos2017-02-221-0/+61
* Do not remove Authorization header unconditionallyCarlos Garcia Campos2016-12-121-0/+74
* Add API to disable using cached credentials for a particular SoupMessageCarlos Garcia Campos2016-12-031-7/+56
* Add API to clear cached credentials from SoupAuthManagerCarlos Garcia Campos2016-11-151-0/+24
* tests/tld-test: update for changed TLD rulesDan Winship2016-09-191-4/+4
* Add max-incoming-payload-size property to the websocket connection.Ignacio Casal Quinteiro2016-08-221-0/+13
* Fix parsing of <double> in new XMLRPC codeDan Winship2016-06-165-32/+35
* soup_headers_parse: deal with NUL bytes in headersDan Winship2016-01-231-26/+34
* Mark old session-(async|sync) methods as deprecatedIgnacio Casal Quinteiro2015-11-223-0/+9
* websocket-test: remove useless includeIgnacio Casal Quinteiro2015-11-021-2/+0
* soup-server: fix SoupClientContext usage from SoupServerWebsocketCallbackDan Winship2015-10-141-0/+52
* ntlm-test: fix for the auth protection space fixDan Winship2015-10-121-7/+7
* Fix runtime critical warning when loading an authenticated proxy resource fro...Carlos Garcia Campos2015-10-081-0/+79
* soup-auth-basic: Correctly handle the protection space for subdirectories of ...Carlos Garcia Campos2015-09-283-0/+28
* tests/date: remove duplicate test casesDan Winship2015-09-211-10/+3
* xmlrpc: Add GVariant (de)serializerXavier Claessens2015-08-134-2/+1127
* xmlrpc: Rename filesXavier Claessens2015-08-123-17/+17
* tests: fix socket-test to not depend on localeDan Winship2015-05-161-1/+5
* tests: Set default values for some variablesPhilip Withnall2015-04-271-4/+4
* libsoup: Fix some old-style function declarationsPhilip Withnall2015-04-271-1/+1
* soup-auth-ntlm: always close connection after NTLM failureDan Winship2015-03-051-4/+4
* tests: fix when building without glib-networking availableDan Winship2015-03-032-14/+18
* tests: plug leaks, update libsoup.suppDan Winship2015-03-0213-36/+176
* soup-socket: remove close-on-disposeDan Winship2015-03-021-6/+0
* soup-message-io: fix up async body close semanticsDan Winship2015-03-021-0/+33
* cache: Do not unqueue messages of cached resources until finishedCarlos Garcia Campos2015-03-021-1/+15
* cache: kick the message queue when a cached resource finishesCarlos Garcia Campos2015-03-021-0/+24
* Add SoupMessage flag SOUP_MESSAGE_IGNORE_CONNECTION_LIMITSCarlos Garcia Campos2015-03-021-4/+20