summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* http2-test: add invalid header received testCarlos Garcia Campos2022-09-011-0/+41
* http2: retry messages that failed due to IO errorsCarlos Garcia Campos2022-08-311-13/+26
* http2: finish the message IO when request is cancelledCarlos Garcia Campos2022-08-301-6/+2
* server-test: ensure we unpause the message from the server threadCarlos Garcia Campos2022-08-121-1/+3
* tests: use SoupServer instead of quart for HTTP/2 testsCarlos Garcia Campos2022-08-125-315/+309
* server: deprecate soup_server_message_pause/unpause methodsCarlos Garcia Campos2022-08-124-21/+11
* server: make server clients be the connections and not the messagesCarlos Garcia Campos2022-08-121-6/+6
* server: split SoupSocket into SoupListener and SoupServerConnectionCarlos Garcia Campos2022-08-123-296/+22
* multithread-test: skip proxy tests if apache is not availableCarlos Garcia Campos2022-07-061-2/+11
* multithread-test: show error information in case of request failureCarlos Garcia Campos2022-07-061-2/+6
* Move http-1-1-required test from http2-test to connection-testCarlos Garcia Campos2022-06-082-39/+40
* cookies: make SoupCookieJar thread safeCarlos Garcia Campos2022-06-081-0/+87
* cache: make SoupCache thread safeCarlos Garcia Campos2022-06-081-0/+235
* tests: add test to check requests from multiple threadsCarlos Garcia Campos2022-06-082-0/+552
* Move connection handling from SoupSession to new object SoupConnectionManagerCarlos Garcia Campos2022-06-081-2/+2
* auth-test: add a test to check bad password given for a sync requestCarlos Garcia Campos2022-06-011-0/+37
* ssl-test: test the peer certificate existsIgnacio Casal Quinteiro2022-05-171-1/+24
* Make sure we don't reuse a http/1 idle connection when http/2 is forcedCarlos Garcia Campos2022-05-031-0/+55
* http2: handle HTTP_1_1_REQUIRED stream errorCarlos Garcia Campos2022-04-222-0/+43
* tests: add support for apache http/2 moduleCarlos Garcia Campos2022-04-221-1/+5
* tests: remove support for apache php moduleCarlos Garcia Campos2022-04-221-1/+0
* http2-test.c: Fix build on Visual StudioChun-wei Fan2022-03-211-1/+1
* tests: Install missing test cert and key for installed-testsSimon McVittie2022-03-051-0/+2
* tests: Install http2-server.pySimon McVittie2022-03-051-1/+3
* test: add test about invalid percent encoding pathsIgnacio Casal Quinteiro2022-01-311-0/+24
* tests: Fix ssl-test with latest glib-networking changesPatrick Griffis2022-01-011-1/+4
* test-utils: Save Apache server root during initializationSimon McVittie2022-01-011-3/+10
* test-utils: Log Apache argumentsSimon McVittie2022-01-011-0/+15
* http2: check status of pending messages after a read IO errorCarlos Garcia Campos2021-12-202-0/+29
* tests: Fix brotli test comparing non-NUL-terminated data as a stringPatrick Griffis2021-11-241-0/+3
* http2: ensure mem_send and mem_recv functions are not called from nghttp2 cal...Carlos Garcia Campos2021-11-111-0/+70
* auth: Add support for multiple authentication challenges at oncePatrick Griffis2021-10-081-0/+71
* Remove pygobject overridesPatrick Griffis2021-09-261-38/+0
* Fix possibly uninitialized warningsPatrick Griffis2021-09-201-0/+3
* uri-parsing-test: re-enable uri equality test expecting dot segments to be re...Carlos Garcia Campos2021-08-231-2/+2
* Add pygobject overridesPatrick Griffis2021-08-081-0/+38
* headers: Ensure untrusted header values are UTF-8Patrick Griffis2021-07-241-0/+39
* Improve support for rfc 7230Ignacio Casal Quinteiro2021-07-231-0/+73
* headers: Support content-disposition missing disposition-typePatrick Griffis2021-07-151-1/+35
* message: add API to get TLS ciphersuite name and protocol versionCarlos Garcia Campos2021-07-081-0/+8
* auth: critical if SoupAuth is cancelled after message is unqueuedCarlos Garcia Campos2021-06-161-0/+43
* session: do not emit tls interaction signals for preconnect requestsCarlos Garcia Campos2021-06-161-0/+174
* server: add support for client side certificatesCarlos Garcia Campos2021-06-151-18/+14
* logger: do not log preconnect messagesCarlos Garcia Campos2021-06-141-0/+39
* tls-interaction: allow to pass a NULL client side certificateCarlos Garcia Campos2021-06-141-7/+47
* Do not allow to queue the same message twiceCarlos Garcia Campos2021-06-112-7/+62
* tests: fix memory leaks in several testsCarlos Garcia Campos2021-06-113-8/+21
* Wait until IO finished before re-starting a requestCarlos Garcia Campos2021-06-111-0/+40
* Enable HTTP/2 by defaultCarlos Garcia Campos2021-06-041-2/+0
* headers: stop interning all header namesCarlos Garcia Campos2021-06-041-8/+8