summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Fix runtime critical when message is cancelled after a failed authcarlosgc/auth-retry-cancelCarlos Garcia Campos2020-09-101-1/+2
* soup-brotli-decompressor.h: remove superfluous get_type declarationTom Schoonjans2020-08-031-3/+0
* soup-message-io: Add sysprof profiling support for HTTP connectionsPhilip Withnall2020-07-272-0/+40
* soup-session: Add support for status code 308 Permanent RedirectBenjamin Kaufmann2020-07-192-0/+2
* soup-message: make soup_message_disables_feature_by_type() publicCarlos Garcia Campos2020-07-065-4/+27
* soup-message: Use a hash set to store disabled featuresCarlos Garcia Campos2020-07-063-18/+32
* soup-session: soup_session_has_feature doesn't work for requestsCarlos Garcia Campos2020-07-061-2/+15
* soup-cookie-jar: Add SOUP_COOKIE_JAR_ACCEPT_GRANDFATHERED_THIRD_PARTYCarlos Garcia Campos2020-07-062-14/+51
* soup-uri: Check string lengths before reading bytes of %-encoded charsPhilip Withnall2020-07-021-2/+10
* Fix the new directory listing format stringMichael Catanzaro2020-06-271-1/+1
* soup-directory-input-stream: Redesign directory listing layoutJan-Michael Brummer2020-06-265-10/+222
* Eliminate leak of GTlsInteraction if re-specifiedScott Hutton2020-06-161-0/+1
* soup-brotli-decompressor.h: Fix build on Visual StudioChun-wei Fan2020-04-231-0/+1
* Deprecate SoupSession:proxy-uriPatrick Griffis2020-02-171-1/+4
* Fix deprecation warningPatrick Griffis2020-02-131-1/+1
* Fix TRACE method not being considered safe and idempotentPatrick Griffis2020-01-281-1/+3
* Simplify soup_cookie_jar_get_cookie_list_with_same_site_info() APIPatrick Griffis2020-01-282-16/+15
* WebSockets: ensure a new connection is created for WebSocket requestsCarlos Garcia Campos2020-01-281-0/+10
* WebSockets: do not start the input source when IO is closingCarlos Garcia Campos2020-01-221-1/+2
* Expose support for same-site cookiesPatrick Griffis2020-01-219-18/+407
* soup-version: Add defs for 2.70 APIPatrick Griffis2020-01-211-0/+7
* SoupDate: deprecate soup_date_to_timeval()Claudio Saavedra2020-01-173-0/+14
* SoupDate: bump soup_date_is_past() optimizationClaudio Saavedra2020-01-161-1/+1
* Always use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-1324-116/+224
* NTLM: Avoid a potential heap buffer overflow in v2 authenticationClaudio Saavedra2019-10-091-0/+6
* WebSockets: client_max_window_bits in server response must have a valueCarlos Garcia Campos2019-10-071-10/+3
* SoupServer: fix to not allow smuggling ".." into pathIgnacio Casal Quinteiro2019-09-111-1/+9
* soup-headers: fix a leak in the strict parsing codeClaudio Saavedra2019-09-111-1/+1
* WebSockets: plug another leak in the send_message() methodClaudio Saavedra2019-09-021-0/+2
* WebSockets: fix read after free in send_message()Claudio Saavedra2019-09-021-7/+6
* WebSockets: plug a couple of leaks in case of error with the deflate extensionClaudio Saavedra2019-08-302-6/+5
* WebSockets: document how extensions should treat buffers in case of errorClaudio Saavedra2019-08-301-2/+2
* WebSockets: plug leak when payload exceds size limitClaudio Saavedra2019-08-301-0/+1
* WebSockets: handle Set-Cookie header in handshake responseCarlos Garcia Campos2019-08-291-0/+4
* WebSockets: only poll IO stream when neededCarlos Garcia Campos2019-08-291-42/+73
* WebSockets: fix invalid read when sending large messagesClaudio Saavedra2019-08-231-3/+3
* Use G_DEFINE_QUARK() for the SOUP_HTTP_ERROR error domainClaudio Saavedra2019-08-232-17/+8
* Added a comment describing why it is necessary to handleNormen Bolling2019-08-221-0/+6
* Handle response header Transfer-Encoding: identityThomas Bluemel2019-08-221-1/+1
* soup-session: Use a separate GCancellable instance for internal and external ...Tom Bailey2019-08-221-4/+12
* SoupMultipart: remove usage of GTimeVal and g_get_current_time()Claudio Saavedra2019-08-211-12/+4
* SoupDirectoryInputStream: Remove deprecated use of GTimeValClaudio Saavedra2019-08-211-0/+6
* SoupDate: Move from GTimeVal to glibc APIs in soup_date_to_time_t()Claudio Saavedra2019-08-211-13/+17
* SoupAuthNTLM: Plug another leak in the connection state structClaudio Saavedra2019-08-201-0/+1
* SoupAuthNTLM: plug a leak in the response processing codeClaudio Saavedra2019-08-201-2/+4
* soup-message-headers.p: add some annotationsДилян Палаузов2019-08-131-3/+3
* HSTS: Fix documentation function nameClaudio Saavedra2019-08-131-1/+1
* Use G_GNUC_[BEGIN,END]_IGNORE_DEPRECATIONS insteadMichael Catanzaro2019-08-071-7/+2
* Try to silence GTimeVal deprecation warning in public headerMichael Catanzaro2019-08-061-0/+8
* HSTS: Add API to retrieve a list of policies in an enforcerClaudio Saavedra2019-08-052-0/+42