summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add API to clear cached credentials from SoupAuthManagerCarlos Garcia Campos2016-11-152-0/+24
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-1426-324/+287
* websocket: add api to add a keepalive intervalIgnacio Casal Quinteiro2016-11-032-0/+121
* Use Unicode in translatable stringsPiotr Drąg2016-10-275-8/+8
* SoupSession: give password to GSimpleProxyResolverJonathan Lebon2016-10-274-5/+9
* Add 2.58 version macrosIgnacio Casal Quinteiro2016-10-271-0/+15
* vala: replace [Deprecated] annotations with [Version]Evan Nemerson2016-10-271-27/+27
* websocket-connection: log when getting a pong messageIgnacio Casal Quinteiro2016-10-181-0/+1
* uri: better document that host can be NULLMichael Catanzaro2016-10-131-1/+1
* build: Introspect built version headerRico Tzschichholz2016-09-141-1/+1
* Add max-incoming-payload-size property to the websocket connection.Ignacio Casal Quinteiro2016-08-222-4/+88
* build: Remove unused gssapi_krb5.h includeTing-Wei Lan2016-07-231-1/+0
* soup-logger: Allow logger to be effectively used by bindingsJonh Wendell2016-07-122-10/+108
* Fix soup_server_set_ssl_cert_fileSean DuBois2016-07-121-0/+7
* Prefix signal ID enum entries with SIGNAL_ to avoid using EOFPhilip Withnall2016-07-122-10/+10
* Fix parsing of <double> in new XMLRPC codeDan Winship2016-06-161-5/+4
* Bump version to 2.55.0, add 2.56 version macrosDan Winship2016-06-161-0/+15
* Don't do SSLv3 fallback if TLS failsDan Winship2016-05-033-45/+2
* Use soup_socket_listen_full() internally to propagate errorsStef Walter2016-04-251-7/+5
* Add soup_socket_listen_full() internal API which returns an errorStef Walter2016-04-252-3/+24
* Fix SoupAuthClass size to undo ABI break with 2.54.0Dan Winship2016-04-251-1/+0
* NTLM auth failure with latest sambaMilan Crha2016-04-191-2/+3
* Fix build with --without-gnomeDan Winship2016-03-231-1/+6
* Bug 587145 - Add GSS-Negotiate supportGuido Guenther2016-03-149-21/+724
* build: Support introspection for MSVC buildsChun-wei Fan2016-02-221-8/+55
* Add support to build with Visual StudioChun-wei Fan2016-02-221-0/+25