summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* content-decoder: Only advertise brotli support over TLSPatrick Griffis2021-06-021-8/+0
* Ignore code-coverage of mock-pkcs11 modulePatrick Griffis2021-06-021-0/+4
* ssl-test: Skip test case on older glib-networkingPatrick Griffis2021-06-021-4/+3
* ssl-test: Handle behavior change of upstream glib-networkingPatrick Griffis2021-06-021-1/+5
* ssl-test: Add test case for unhandled PKCS#11 PINPatrick Griffis2021-06-021-0/+12
* ssl-test: Only run PKCS#11 tests with gnutls backendPatrick Griffis2021-06-021-39/+45
* ssl-test: test request-certificate-password synchronously tooCarlos Garcia Campos2021-06-021-0/+26
* ssl-test: Add tests for PKCS#11 pin protected certPatrick Griffis2021-06-028-51/+5924
* tests: add configure_file rules for new certificate filesCarlos Garcia Campos2021-06-021-9/+16
* ssl-test: Add test for incorrect client certPatrick Griffis2021-06-023-1/+63
* message: add API to handle client side certificatesCarlos Garcia Campos2021-06-021-0/+133
* session: add support for re-prioritizing queue itemsCarlos Garcia Campos2021-06-011-0/+45
* Do not use the send operation cancellable after send completesCarlos Garcia Campos2021-06-014-1/+139
* io-http2: simplify async io handlingCarlos Garcia Campos2021-05-312-16/+6
* http2-test: large sync and async tests are doing the oppositeCarlos Garcia Campos2021-05-301-2/+2
* session: Forbid multiple features of the same type to be addedPatrick Griffis2021-05-271-0/+1
* http2-test: Skip flakey test under asanPatrick Griffis2021-05-261-1/+8
* http2-test: Don't have timeout when ran under asanPatrick Griffis2021-05-251-0/+5
* http2-test: Still keep a longer timeout for asan...Patrick Griffis2021-05-251-1/+1
* http2: Be smarter about test server timeoutPatrick Griffis2021-05-251-2/+23
* io-http2: fix message time metricsCarlos Garcia Campos2021-05-251-3/+149
* logger-test: fix the test when brotli is enabledCarlos Garcia Campos2021-05-251-0/+8
* io-http2: use the item cancellable for send data operationsCarlos Garcia Campos2021-05-241-1/+1
* io-http2: fix io source to not be always dispatched for non-paused messagesCarlos Garcia Campos2021-05-241-1/+1