summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Implement the GNOME supportTomas Popela2018-04-111-0/+25
* Don't produce library named liblibsoupTomas Popela2018-04-111-1/+1
* Initial meson supportSebastian Dröge2018-04-114-0/+245
* Fix a GCC 8.1 warning by using the memcpy instead of strncpyTomas Popela2018-04-111-1/+1
* SoupCookie: fix the instrospection annotation for get_expires()Claudio Saavedra2018-04-111-3/+4
* soup-tld: improve handling of the psl contextClaudio Saavedra2018-04-062-7/+25
* soup-tld: use libpsl instead of our own copy of the public suffix listClaudio Saavedra2018-04-064-242/+39
* Crash under soup_socket_new()Milan Crha2018-03-261-4/+14
* cookie-jar: use base domain to decide if cookie is third partyMichael Catanzaro2018-03-221-3/+35
* WebSockets: Avoid unaligned memory accessRolf Eike Beer2018-03-191-1/+2
* SoupAuthDomainDigest: Fix authentication with encoded urisClaudio Saavedra2018-03-171-2/+7
* Revert "cookie-jar: use base domain to decide if cookie is third party"Claudio Saavedra2018-03-051-23/+3
* soup-tld: fix an erroneous documentation commentClaudio Saavedra2018-02-131-2/+1
* add limit on maximum header size to avoid DOS (bug #792173)Michele Dionisio2018-02-091-0/+9
* cookie-jar: use base domain to decide if cookie is third partyMichael Catanzaro2018-02-051-3/+23
* Fix the buildCarlos Garcia Campos2018-02-011-1/+3
* Add new API to create a new connection from a SoupSessionCarlos Garcia Campos2018-02-014-28/+231
* Fix UTF8 messageItalo Guerrieri2018-02-011-12/+16
* Fix invalid close codeItalo Guerrieri2018-02-011-3/+18
* websocket-connection: do not send new frames until the previous is not succes...Silvio Lazzeretti2018-01-241-2/+6
* Fix order control frameItalo Guerrieri2018-01-231-20/+20
* Fix payload closeItalo Guerrieri2018-01-101-1/+1
* Fix invalid UTF8 close payloadItalo Guerrieri2018-01-101-3/+7
* Fix reserved opcodeItalo Guerrieri2018-01-101-2/+4
* Fix reserved bitItalo Guerrieri2018-01-101-0/+5
* Fix big control message payloadItalo Guerrieri2018-01-101-3/+6
* soup-headers: accept any 3 digit number as message status codeCarlos Garcia Campos2018-01-092-2/+2
* session: don't request Keep-Alive for upgraded connectionsLionel Landwerlin2018-01-041-1/+3
* gobject: explicitly cast on g_object_ref/unref() callsClaudio Saavedra2017-12-112-2/+2
* SoupCache: fix the timestamp for responsesClaudio Saavedra2017-11-301-1/+1
* Don't use C++ comments as libsoup uses C89Tomas Popela2017-11-161-2/+2
* heap-buffer-overflow in soup_ntlm_parse_challenge()Milan Crha2017-11-141-0/+5
* tld-parser: use Python 3Ross Burton2017-10-301-1/+1
* Bug 789099 - Warnings while generating introspection filesTomas Popela2017-10-192-12/+10
* Bug 789096 - format-zero-length warning triggered in soup-logger.cTomas Popela2017-10-181-8/+8
* soup: some typos in websocket API docNirbheek Chauhan2017-10-131-3/+3
* SoupCache: fix setting default value for cache dirCosimo Cecchi2017-10-031-23/+14
* Unbalanced G_GNUC_BEGIN_IGNORE_DEPRECATIONS use in soup-session.cZan Dobersek2017-10-021-1/+1
* Bug 788238 - Fallback to another authentication type if the current failedTomas Popela2017-09-271-6/+6
* Fix chunked decoding buffer overrun (CVE-2017-2885)Dan Winship2017-08-101-11/+11
* Always use "wss" as an alias for "https"Nirbheek Chauhan2017-08-076-11/+27
* Fix string typoIsaac Jurado2017-08-071-2/+2
* Bug 785660 - add payload to Ping framesDavid Woodhouse2017-08-071-1/+4
* Bug 785660 - emit "pong" signal when Pong frame receivedDavid Woodhouse2017-08-072-1/+48
* soup-message-io: Do not fail when there's no empty line after headersCarlos Garcia Campos2017-08-071-13/+8
* Fix out-of-bounds read in URI parsingDan Winship2017-08-071-1/+1
* websocket-connection: avoid printing debug message when there is no errorIgnacio Casal Quinteiro2017-07-171-2/+2
* Fix sniffing of un-Content-Typed XMLDan Winship2017-07-031-1/+1
* Authentication should success in some cases when gss_init_sec_context() retur...Tomas Popela2017-06-221-4/+19
* Can't access sites that request closing the connection during 401Tomas Popela2017-06-221-2/+27