summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* meson: Override deps for use by the provide wrap sectionNirbheek Chauhan2022-03-251-0/+12
* Also fix missing extern on 2-27 branchMelroy van den Berg2022-02-271-1/+1
* Add two missing (out) g-i annotationsRico Tzschichholz2022-02-032-2/+2
* Error when libsoup3 is detected as already loaded in the same processPatrick Griffis2021-11-171-0/+19
* Add missing BEGIN/END DECLS to soup-proxy-resolver-default.hPatrick Griffis2021-10-111-0/+4
* meson: Use an gssapi as a proper dependencyNirbheek Chauhan2021-10-091-1/+2
* vala: Better fix for #234 supporting older valaRico Tzschichholz2021-09-022-4/+2
* docs: Refer to 2.74.0 for ssl changesPatrick Griffis2021-08-221-2/+2
* Improve support for rfc 7230gnome-3-38Ignacio Casal Quinteiro2021-08-081-1/+10
* Fix building vapi generation with latest valaPatrick Griffis2021-08-071-0/+4
* Fix bad rebase in 4bbc39f30a48e38d7c60a375a88d2a2e6a41a0b8Patrick Griffis2021-07-241-1/+1
* headers: Fix parsing of Content-TypePatrick Griffis2021-07-241-1/+2
* headers: Support invalid content-disposition without disposition-typePatrick Griffis2021-07-151-15/+25
* Enable ssl-use-system-ca-file on deprecated Sync and Async sessionsPatrick Griffis2021-06-241-9/+11
* Remove extern "C" wrapping other includesPatrick Griffis2021-04-271-8/+0
* Fix leaks found by Coverity ScanMilan Crha2021-03-172-0/+2
* soup-uri: Don't attempt to resolve relative paths in data URLsRyan Gonzalez2021-03-081-0/+5
* 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