summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.29.91LIBSOUP_2_29_91Dan Winship2010-02-221-0/+10
* pre-bump to 2.29.1Dan Winship2010-02-221-1/+1
* Misc gtk-doc updatesDan Winship2010-02-215-22/+6
* New SoupMessageFlag to report whether it has dealt with a trusted certificateGustavo Noronha Silva2010-02-215-11/+59
* Add SOUP_SESSION_SSL_STRICT, to control whether SSL cert errors are fatalDan Winship2010-02-218-9/+97
* Fix error propagation on SSL cert errorsDan Winship2010-02-211-13/+12
* belatedly document the SOUP_MESSAGE_CONTENT_DECODED flagDan Winship2010-02-211-0/+4
* [SoupURI] further fixes to CRLF-strippingDan Winship2010-02-201-3/+8
* run autoupdate, remove some old junkDan Winship2010-02-143-32/+14
* [SoupURI] additional fixes to previous commitDan Winship2010-02-142-0/+4
* [SoupURI] tolerate bad %-encoding and other common sorts of URI lossageDan Winship2010-02-142-56/+66
* 2.29.90LIBSOUP_2_29_90Dan Winship2010-02-081-0/+9
* [configure] post-release bump to 2.29.90Xan Lopez2010-02-031-1/+1
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-039-26/+422
* [SoupServer] actually emit request-read, as documentedDan Winship2010-02-011-0/+2
* 2.29.6LIBSOUP_2_29_6Dan Winship2010-01-252-1/+14
* soup-form.c: change some code to make clang happy and to be more obviousDan Winship2010-01-231-8/+7
* [SoupCookieJar] change some code to make clang happyDan Winship2010-01-231-4/+4
* tests/simple-proxy.c: remove obvious dead assignment noted by clangDan Winship2010-01-231-1/+0
* Fix leak in previous commitDan Winship2010-01-231-4/+5
* [SoupServer] Avoid a harmless g_return_if_failDan Winship2010-01-231-0/+2
* Fix invalid read in soup_cookie_applies_to_uri()Dan Winship2010-01-231-0/+2
* [SoupCodingGzip] discard trailing junk after decoding, for compatibilityDan Winship2010-01-232-3/+50
* Explicitly link to -lz for SoupCodingGzipDan Winship2010-01-181-0/+1
* Further AM_MAINTAINER_MODE fixesDan Winship2010-01-182-2/+1
* 2.29.5LIBSOUP_2_29_5Dan Winship2010-01-122-1/+45
* ENABLE_MAINTAINER_MODE is sooo 1999Benjamin Otte2010-01-031-1/+0
* Use g_type_is_a() in ugly hack.Benjamin Otte2010-01-031-3/+1
* Add apache2 and apache as possible names for the apache binaryBenjamin Otte2010-01-031-1/+1
* Unnecessary initializationGustavo Noronha Silva2009-12-281-1/+1
* Remove unnecessary priv variableGustavo Noronha Silva2009-12-281-3/+0
* Replace unnecessary variable with a commentGustavo Noronha Silva2009-12-281-2/+8
* Fix defines of SOUP_URI_SCHEME_FTP etcDan Winship2009-12-201-3/+3
* SoupSession: Handle CONNECT failure without hangingDan Winship2009-12-191-3/+8
* SoupAuthDigest, SoupAuthDomainDigest: follow the spec more preciselyDan Winship2009-12-192-5/+4
* Link to GNUTLS hereBenjamin Otte2009-12-181-0/+1
* Don't send URI fragment when requesting via proxyDan Winship2009-12-183-1/+59
* Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship2009-12-183-35/+1
* [SoupURI] add a bit of ftp URI supportDan Winship2009-12-182-1/+18
* SoupCookie: more fixes to path handlingDan Winship2009-12-171-11/+8
* Warn if the user tries to load a URI containing a fragment.Dan Winship2009-12-173-1/+35
* Update cookie parsing/output to match the current httpstate draft betterDan Winship2009-12-172-133/+96
* tests/get: updates for cookie debuggingDan Winship2009-12-171-5/+19
* Change the typedef of SoupCookieJar to follow the other parts of soupHolger Hans Peter Freyther2009-12-172-2/+3
* Clean up accept-language-auto a bitDan Winship2009-12-172-60/+55
* New accept-language-auto property for SoupSessionMario Sanchez Prada2009-12-172-14/+152
* Provide a new 'accept-language' property for SoupSessionMario Sanchez Prada2009-12-172-0/+37
* fix distDan Winship2009-12-161-0/+1
* Content-Encoding supportDan Winship2009-12-1617-20/+962
* [SoupAuthDigest] don't crash if the server supports qop="auth,auth-int"Dan Winship2009-12-161-3/+3