summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* cookie-jar: bail if hostname is an empty stringMichael Catanzaro2018-06-281-1/+1
* soup-auth-manager: Workaround false-positive FORWARD_NULL Coverity Scan warningMilan Crha2018-06-251-0/+8
* soup-message-headers: Add sanity check into content_type_setter()Milan Crha2018-06-251-6/+8
* soup-auth-digest: Fix buffer size issue found by Coverity Scan and clangMilan Crha2018-06-251-2/+2
* soup-status: Fix include recursion issue found by Coverity Scan and clangMilan Crha2018-06-251-1/+1
* soup: Fix nonnull parameter issues found by Coverity Scan and clangMilan Crha2018-06-252-2/+3
* soup-body-output-stream: Fix unused value issues found by Coverity Scan and c...Milan Crha2018-06-251-3/+0
* soup-address: Fix some issues found by Coverity Scan and clangMilan Crha2018-06-251-4/+4
* soup-auth: Fix use-after-free found by Coverity Scan and clangMilan Crha2018-06-251-4/+0
* soup: Use atomic integers for refcountingEdward Hervey2018-06-233-20/+23
* socket-properties: Implement MT-safe refcountingEdward Hervey2018-06-201-2/+2
* Remove many custom Vala bindingsCorentin Noël2018-06-132-161/+3
* SoupURI: make soup_uri_new_with_base a constructorCorentin Noël2018-06-131-2/+2
* SoupAuthDomain: assign right types to subclass methods and fix introspectionCorentin Noël2018-06-135-19/+36
* SoupProxyResolver: add this deprecated class to the introspectionCorentin Noël2018-06-135-18/+40
* Do not include the header exclusion guards in the introspectionCorentin Noël2018-06-1376-228/+228
* Set default cookie path when origin is NULL and value not present in parsed textAdrian Perez de Castro2018-06-131-0/+2
* soup-socket: fix critical warning when the peer-certificate changes after dis...Carlos Garcia Campos2018-04-201-0/+1
* meson: Move HAVE_CONFIG_H define to global argsJan Alexander Steffens (heftig)2018-04-171-1/+0
* Add support for libpslwip/mesonTomas Popela2018-04-111-8/+2
* Build libsoup and libsoup-gnome as shared librariesTomas Popela2018-04-111-2/+2
* Check for presence of g-ir-scanner and vala if they're enabledTomas Popela2018-04-111-2/+2
* Address review comments from Iñigo MartínezTomas Popela2018-04-111-169/+76
* Add Meson port files to the Autotools EXTRA_DISTTomas Popela2018-04-111-0/+2
* meson: Check whether we are building libsoup-gnome properlyChun-wei Fan2018-04-111-2/+2
* soup-enum-types: Make sure items are exported properlyChun-wei Fan2018-04-112-1/+3
* Update the Meson options namesTomas Popela2018-04-111-3/+3
* Soup enums are not generated earlyTomas Popela2018-04-111-3/+4
* Build Vala bindingsTomas Popela2018-04-111-4/+10
* Build introspection files for GNOME supportTomas Popela2018-04-111-9/+47
* Install additional missing headers for GNOME supportTomas Popela2018-04-111-1/+3
* Build GObject introspection files for libsoupTomas Popela2018-04-111-15/+170
* 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