summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* soup_date_new_from_string: fix an out-of-bounds memory accessDan Winship2010-06-221-4/+4
* soup-status.c: #include config.h to get HAVE_SSL defineDan Winship2010-06-221-0/+2
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-224-0/+19
* Fix leak of uri in soup_form_request_for_data()Jonathon Jongsma2010-06-221-0/+1
* soup-gnutls: talk to servers even if they use really lame key lengthsDan Winship2010-06-221-0/+5
* soup-gnutls: return SOUP_SSL_ERROR, not G_IO_ERROR, on handshake failureDan Winship2010-06-222-4/+6
* soup-message-io: only retry on I/O error if the connection has been usedDan Winship2010-06-223-1/+13
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-06-224-44/+98
* added PRAGMA secure_delete =1 to overwite deleted cookies with zerosLukasz Slachciak2010-04-261-1/+1
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-104-16/+53
* SoupLogger: don't crash if the session emits bogus dataDan Winship2010-04-101-0/+9
* soup_auth_domain_covers: skip the URI path check with proxy auth domainsDan Winship2010-04-101-3/+5
* soup-multipart: don't use Content-Transfer-Encoding in multipart/form-dataDan Winship2010-04-091-14/+0
* soup-multipart: remove extra CRLF before multipart bodyDan Winship2010-04-091-1/+2
* soup-multipart: don't quote the boundary string if it doesn't need itDan Winship2010-04-091-7/+7
* soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2010-04-094-21/+57
* Add macros for checking character classes. Eg, soup_char_is_token()Dan Winship2010-04-093-26/+77
* Do not try to resolve URIs without a hostXan Lopez2010-04-031-1/+9
* Be less strict when checking whether to apply "text or binary"Gustavo Noronha Silva2010-03-151-7/+1
* Fix leaks found by valgrindDan Winship2010-03-134-2/+27
* Fix a crash in the whitespace-stripping code in soup_uri_newDan Winship2010-03-131-1/+1
* Handle "Content-Encoding: x-gzip" as well as gzipDan Winship2010-03-011-0/+2
* 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-217-9/+92
* 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
* [SoupURI] additional fixes to previous commitDan Winship2010-02-141-0/+2
* [SoupURI] tolerate bad %-encoding and other common sorts of URI lossageDan Winship2010-02-141-50/+51
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-037-24/+298
* [SoupServer] actually emit request-read, as documentedDan Winship2010-02-011-0/+2
* 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
* 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-231-0/+6
* Explicitly link to -lz for SoupCodingGzipDan Winship2010-01-181-0/+1
* Use g_type_is_a() in ugly hack.Benjamin Otte2010-01-031-3/+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
* Don't send URI fragment when requesting via proxyDan Winship2009-12-181-0/+7
* Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship2009-12-182-25/+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-172-1/+25