summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.30.2LIBSOUP_2_30_2gnome-2-30Dan Winship2010-06-222-1/+27
* valgrinding updatesDan Winship2010-06-222-0/+19
* soup_date_new_from_string: fix an out-of-bounds memory accessDan Winship2010-06-222-8/+25
* soup-status.c: #include config.h to get HAVE_SSL defineDan Winship2010-06-221-0/+2
* sniffing-test: be robust against slightly-broken jhbuild configsDan Winship2010-06-221-0/+20
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-225-2/+30
* 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-225-44/+134
* 2.30.1LIBSOUP_2_30_1Dan Winship2010-04-261-0/+36
* added PRAGMA secure_delete =1 to overwite deleted cookies with zerosLukasz Slachciak2010-04-261-1/+1
* post-release bump to 2.30.1Dan Winship2010-04-111-1/+1
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-105-24/+82
* 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-102-8/+26
* 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-096-24/+60
* 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
* 2.30.0LIBSOUP_2_30_0Dan Winship2010-03-292-1/+22
* Add test that makes sure parameters are preservedGustavo Noronha Silva2010-03-151-1/+27
* Be less strict when checking whether to apply "text or binary"Gustavo Noronha Silva2010-03-151-7/+1
* Don't bind to public interfaces for tests.Dan Winship2010-03-133-3/+13
* Fix leaks found by valgrindDan Winship2010-03-138-1124/+110
* 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
* 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