summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve documentation of soup_uri_normalizeMichael Catanzaro2016-02-091-1/+2
* soup_headers_parse: deal with NUL bytes in headersDan Winship2016-01-231-7/+16
* soup_form_decode*: fix transfer annotationLionel Landwerlin2016-01-151-2/+2
* Mark old session-(async|sync) methods as deprecatedIgnacio Casal Quinteiro2015-11-224-2/+32
* soup-version.h.in: add 2.54 macrosDan Winship2015-11-221-0/+15
* Fix redundant redeclarationIgnacio Casal Quinteiro2015-11-191-10/+0
* Update gconstructor from glibIgnacio Casal Quinteiro2015-11-161-6/+32
* Mark all remaining methods with SOUP_AVAILABLE_IN_2_4Ignacio Casal Quinteiro2015-11-0929-7/+269
* Mark soup_message_io_cleanup as availableIgnacio Casal Quinteiro2015-11-091-0/+4
* Declare a SOUP_VAR to externalize variablesIgnacio Casal Quinteiro2015-11-093-19/+39
* Provide a _SOUP_EXTERN so we ensure the methods get externalizedIgnacio Casal Quinteiro2015-11-091-30/+36
* Properly handle the visibility of the methodsIgnacio Casal Quinteiro2015-11-093-590/+6
* Use the proper glib version macrosIgnacio Casal Quinteiro2015-11-041-51/+49
* Include config.h if needed in the files that do not include it yetIgnacio Casal Quinteiro2015-11-049-0/+36
* Add libsoup-2.4.deps to define dependencies for valacRico Tzschichholz2015-11-042-3/+4
* Do not mark private method as availableIgnacio Casal Quinteiro2015-11-021-1/+0
* Fix some signed/unsigned missmatch warningsIgnacio Casal Quinteiro2015-11-028-22/+24
* soup-server: fix SoupClientContext usage from SoupServerWebsocketCallbackDan Winship2015-10-141-16/+36
* Add missing prototypeIgnacio Casal Quinteiro2015-10-131-0/+4
* Fix runtime critical warning when loading an authenticated proxy resource fro...Carlos Garcia Campos2015-10-081-5/+5
* soup-auth-basic: Correctly handle the protection space for subdirectories of ...Carlos Garcia Campos2015-09-281-1/+3
* Fix websocket-related signal disconnection in soup-session.cDan Winship2015-09-271-2/+6
* Use a constructor to init the librarywip/constructorIgnacio Casal Quinteiro2015-09-244-51/+175
* soup-session.c: Fix Build on MinGWChun-wei Fan2015-09-231-0/+6