summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test-utils: Save Apache server root during initializationSimon McVittie2021-12-271-3/+10
* test-utils: Log Apache argumentsSimon McVittie2021-12-271-0/+15
* tests: add soup_test_build_filename_abs()Carlos Garcia Campos2021-12-273-11/+45
* tests: Fix brotli test comparing non-NUL-terminated data as a stringPatrick Griffis2021-11-241-0/+3
* Improve support for rfc 7230gnome-3-38Ignacio Casal Quinteiro2021-08-081-0/+62
* headers: Support invalid content-disposition without disposition-typePatrick Griffis2021-07-151-1/+35
* Enable ssl-use-system-ca-file on deprecated Sync and Async sessionsPatrick Griffis2021-06-242-7/+7
* soup-uri: Don't attempt to resolve relative paths in data URLsRyan Gonzalez2021-03-081-1/+4
* tests/connection-test: Update expected events for GLib 2.67Iain Lane2021-03-041-1/+10
* tests: fix SSL test with glib-networking >= 2.65.90Carlos Garcia Campos2020-09-161-9/+3
* tests: ensure we use an absolute path for apache server root parameterCarlos Garcia Campos2020-09-161-0/+7
* Fix runtime critical when message is cancelled after a failed authcarlosgc/auth-retry-cancelCarlos Garcia Campos2020-09-101-0/+60
* soup-session: Add support for status code 308 Permanent RedirectBenjamin Kaufmann2020-07-191-4/+6
* soup-message: make soup_message_disables_feature_by_type() publicCarlos Garcia Campos2020-07-061-0/+4
* soup-session: soup_session_has_feature doesn't work for requestsCarlos Garcia Campos2020-07-061-0/+41
* soup-cookie-jar: Add SOUP_COOKIE_JAR_ACCEPT_GRANDFATHERED_THIRD_PARTYCarlos Garcia Campos2020-07-061-33/+62
* soup-uri: Check string lengths before reading bytes of %-encoded charsPhilip Withnall2020-07-021-1/+11
* tests: check for curl at runtimeRoss Burton2020-05-064-16/+31
* tests: always install test dataRoss Burton2020-04-151-3/+9
* test-utils: Clarify meaning of an environment variableSimon McVittie2020-03-111-1/+3
* Simplify soup_cookie_jar_get_cookie_list_with_same_site_info() APIPatrick Griffis2020-01-281-1/+1
* WebSockets: do not start the input source when IO is closingCarlos Garcia Campos2020-01-221-0/+33
* Expose support for same-site cookiesPatrick Griffis2020-01-213-2/+137
* xmlrpc tests: Cope with GLib 2.62 TAP outputSimon McVittie2019-10-102-0/+14
* tests: Disable parallelism for installed-tests tooSimon McVittie2019-10-102-1/+2
* WebSockets: client_max_window_bits in server response must have a valueCarlos Garcia Campos2019-10-071-1/+1
* auth-test: use g_usleepIgnacio Casal Quinteiro2019-10-071-10/+3
* hsts-test: use g_usleep since sleep is not defined on WindowsIgnacio Casal Quinteiro2019-10-071-5/+5
* SoupServer: fix to not allow smuggling ".." into pathIgnacio Casal Quinteiro2019-09-111-0/+66
* tests: plug a series of leaks in different testsClaudio Saavedra2019-09-117-6/+23
* Optionally install installed-testsSimon McVittie2019-08-292-6/+76
* WebSockets: handle Set-Cookie header in handshake responseCarlos Garcia Campos2019-08-291-0/+77
* WebSockets: only poll IO stream when neededCarlos Garcia Campos2019-08-291-1/+4
* soup-session: Use a separate GCancellable instance for internal and external ...Tom Bailey2019-08-221-0/+93
* SoupDate: Move from GTimeVal to glibc APIs in soup_date_to_time_t()Claudio Saavedra2019-08-211-0/+2
* HSTS: Add API to retrieve a list of policies in an enforcerClaudio Saavedra2019-08-051-0/+45
* HSTS: add API to get domains with policiesClaudio Saavedra2019-08-051-0/+43
* WebSockets: add support for permessage-deflate extensionCarlos Garcia Campos2019-07-312-51/+590
* WebSockets: allow to send close frames with no bodyCarlos Garcia Campos2019-07-221-28/+134
* WebSockets: ignore any messages after close has been sent and receivedCarlos Garcia Campos2019-07-191-0/+48
* WebSockets: server must close the connection when receiving an unmasked frameCarlos Garcia Campos2019-07-041-3/+46
* WebSockets: client must fail when receiving a masked frame from serverCarlos Garcia Campos2019-07-041-0/+47
* WebSockets: allow null characters in text messages dataCarlos Garcia Campos2019-06-271-2/+21
* WebSockets: closed signal not emitted when io stream is SoupIOStreamCarlos Garcia Campos2019-06-251-0/+3
* WebSockets: fail and close the connection in case of invalid payload lengthCarlos Garcia Campos2019-06-191-0/+103
* WebSockets: allow to send empty binary dataCarlos Garcia Campos2019-06-181-0/+55
* WebSockets: fix runtime critical warning when handshake failsCarlos Garcia Campos2019-06-171-0/+53
* test-utils: ensure we always provide an absolute path to g_tls_file_database_newCarlos Garcia Campos2019-06-171-1/+5
* hsts: accept the Strict-Transport-Security header regardless of casingClaudio Saavedra2019-06-101-1/+4
* hsts-db: use unsigned integers when writing to the databaseClaudio Saavedra2019-06-061-0/+21