summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rework some of the SoupAuthNegotiate internalsTomas Popela2017-06-223-46/+43
* Async request never completes if message is cancelled before reading body dat...Carlos Garcia Campos2017-05-031-1/+1
* Revert "Abort session after a new proxy resolver is set"Dan Winship2017-04-301-4/+2
* soup-message-headers: Add a missing (optional) annotationPhilip Withnall2017-04-251-2/+2
* Visual Studio builds: Move projects to win32/Chun-wei Fan2017-02-231-11/+11
* Abort session after a new proxy resolver is setCarlos Garcia Campos2017-02-221-2/+4
* auth: do not use cached credentials in lookup method when flag SOUP_MESSAGE_D...Carlos Garcia Campos2017-02-221-0/+6
* auth: Fix async authentication when flag SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE i...Carlos Garcia Campos2017-02-221-2/+2
* Do not remove Authorization header unconditionallyCarlos Garcia Campos2016-12-121-2/+4
* websocket-connection: do not assert on received close codeIgnacio Casal Quinteiro2016-12-071-13/+55
* Define SoupAuthNegotiate unconditionallyAllison Lortie2016-12-061-1/+3
* soup-headers: fix possible null dereferenceIgnacio Casal Quinteiro2016-12-031-1/+3
* Port more classes to the new private apiIgnacio Casal Quinteiro2016-12-0311-194/+196
* Add API to disable using cached credentials for a particular SoupMessageCarlos Garcia Campos2016-12-033-44/+101
* soup-session: fix idle_run_queue() source handlingDan Winship2016-12-032-39/+34
* soup-misc: add a GDestroyNotify to soup_add_completion_reffed()Dan Winship2016-12-034-10/+12
* websocket-connection: avoid sending data if we are closing the connectionIgnacio Casal Quinteiro2016-12-031-0/+11
* soup-message-headers: Correct introspection for get_content_rangeJasper St. Pierre2016-12-011-3/+3