Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-message-server-io.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2012-12-10 Dan WinshipSoupRequest: Return better GErrors on parsing failures
2012-07-13 Dan WinshipClean up includes
2012-04-28 Dan WinshipMove SoupSocket stuff out of soup-message-io.c
2012-02-14 Dan Winshipsoup-message-server-io: fix processing of IPv6 HTTP...
2012-02-03 Simon McVittieSoupServer: reject non-HTTP URIs and URIs with no host
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-01-23 Dan WinshipFix leak in previous commit
2010-01-23 Dan Winship[SoupServer] Avoid a harmless g_return_if_fail
2009-08-13 Dan WinshipFix a crash when processing a request with no Host...
2009-08-09 Dan WinshipSupport "OPTIONS *" in SoupServer
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2008-10-01 Dan WinshipNew type and methods for working with multipart HTTP...
2008-03-14 Dan Winshipadd an orig_http_version field.
2008-02-09 Dan WinshipAdd an iterator type for SoupMessageHeaders.
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-09-25 Dan Winshipminor rfc850-date parsing improvement suggested by...
2006-07-21 Dan WinshipIf the server handler set a Content-Length header on...
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2006-04-02 Dan Winshipreplace locale-ish strcasecmps with g_ascii_strcasecmp
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...