summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add SoupServerFeature support to SoupLogger, use it in simple-httpdserver-featureDan Winship2009-08-052-57/+149
* initial minimal SoupServerFeature supportDan Winship2009-08-0512-37/+388
* soup-session: fix typo in documentationXan Lopez2009-08-051-1/+1
* Add missing soup-proxy-uri-resolver.h to soup.hDan Winship2009-08-041-0/+1
* Mirror Mozilla behavior for when to follow Content-LengthBenjamin Otte2009-08-041-0/+12
* Re-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict-aliasing warningsDan Winship2009-07-315-33/+33
* 2.27.5LIBSOUP_2_27_5Dan Winship2009-07-272-1/+16
* Don't crash when a request is redirected to an invalid/non-http URIDan Winship2009-07-273-27/+48
* Do not discard the request body after sending, even if !accumulateDan Winship2009-07-273-18/+30
* Build fixesAndreas Rottmann2009-07-232-50/+1
* Allow version 1 CA certificates in clientsPatrick Ohly2009-07-231-0/+4
* Fix cut+pasto in win32 gnutls codeDan Winship2009-07-131-1/+1
* 2.27.4LIBSOUP_2_27_4Dan Winship2009-07-132-1/+23
* distcheck fixes for sniffing-testDan Winship2009-07-132-15/+23
* Make gcc happy with body handling in sniffing-testGustavo Noronha Silva2009-07-131-4/+5
* Fix HTML or feed algorithm to not go past resource_lengthGustavo Noronha Silva2009-07-131-2/+38
* Fix SSL on WindowsDan Winship2009-07-121-2/+10
* Make SOUP_SESSION_TIMEOUT also affect async connectionMark Nauwelaerts2009-07-121-0/+29
* Fix a content-sniffer crash with redirected URLsDan Winship2009-07-121-2/+18
* Miscellaneous content-sniffing fixesDan Winship2009-07-105-162/+215
* Actually test chunked encoding, and fix some hangsGustavo Noronha Silva2009-07-102-11/+16
* Fix the SOUP_METHOD_* and SOUP_URI_SCHEME_* defines to be threadsafeDan Winship2009-07-024-21/+28
* Implement content sniffingGustavo Noronha Silva2009-07-0218-5/+1356
* Require explicit --disable-ssl to build without GNUTLS supportDan Winship2009-06-281-10/+11
* Fix POST 301 redirect behaviorDan Winship2009-06-222-2/+5
* 2.27.2LIBSOUP_2_27_2Dan Winship2009-06-162-1/+62
* Remove -r flag from tests/getDan Winship2009-06-091-182/+16
* add a HACKING file with some initial notes on code style and correctnessDan Winship2009-06-081-0/+66
* Add "Content-Length: 0" to requests with a Content-Type but no bodyDan Winship2009-06-061-1/+2
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-0616-185/+537
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-0611-551/+420
* Fix hostname resolution behaviorDan Winship2009-06-069-119/+107
* More temporary SSL tweakingDan Winship2009-06-031-1/+1
* Include the (optional) algorithm param in Digest auth responsesDan Winship2009-06-011-1/+5
* Use POSIXly-correct "test a = b" rather than bash "test a == b"Dan Winship2009-06-011-1/+1
* Update REQUIRED_AUTOMAKE_VERSION to match realityDan Winship2009-06-011-1/+1
* Don't emit "authenticate" until a message is actually sent and fails.Dan Winship2009-05-212-21/+68
* Temporarily redo the TLS compatibility patchDan Winship2009-05-181-2/+1
* Don't set AI_CANONNAME when calling getaddrinfo()Dan Winship2009-05-181-3/+1
* Fix a warning introduced in fix for bug 582002Dan Winship2009-05-151-2/+2
* Fix cflags to work with older versions of gccDan Winship2009-05-151-2/+14
* Fix the header/body boundary detection logicDan Winship2009-05-091-1/+9
* Attempt better compatibility with non-TLS1.1 https servers.Dan Winship2009-05-081-1/+3
* Add another missing G_GNUC_NULL_TERMINATED and a G_GNUC_PRINTFDan Winship2009-05-082-2/+2
* Mark soup_uri_set_query_from_fields with G_GNUC_NULL_TERMINATEDRoss Burton2009-05-081-1/+1
* Handle PUT methods in soup_form_request_for_dataRoss Burton2009-05-081-1/+1
* NEWS: fix a bug number that was typoedDan Winship2009-05-051-1/+1
* 2.27.1LIBSOUP_2_27_1Dan Winship2009-05-042-1/+36
* Fix typo in documentation: TIME should be TYPE.Pierre-Luc Beaudoin2009-05-031-1/+1
* Fix a crash when cancelling a message from a "restarted" handlerDan Winship2009-04-282-1/+2