Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-message-client-io.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2012-12-17 Dan WinshipRename all remaining "SoupMessage *req"s to "msg"
2012-12-10 Dan WinshipSoupRequest: Return better GErrors on parsing failures
2012-11-17 Dan Winshipsoup-message-client-io: add a Host header to HTTP/1...
2012-08-25 Dan WinshipSoupSession: clean up message response when queueing
2012-07-13 Dan WinshipClean up includes
2012-04-28 Dan WinshipMove SoupSocket stuff out of soup-message-io.c
2011-02-15 Dan Winshipsoup-message-client-io: ASCIIfy unicode hostnames for...
2010-07-31 Dan Winshipsoup-message-io: fix wrong-Content-Length logic
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-06-09 Dan WinshipMisc SoupConnection API improvements
2009-12-18 Dan WinshipDon't send URI fragment when requesting via proxy
2009-08-04 Benjamin OtteMirror Mozilla behavior for when to follow Content...
2009-06-07 Dan WinshipAdd "Content-Length: 0" to requests with a Content...
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
2008-07-26 Dan Winshipdon't add a Host header to the message if the caller...
2008-04-04 Dan Winshipadd a new signal "wrote-body-data" to address the probl...
2008-03-29 Dan Winshipde-constify msg->reason_phrase; it's no more const...
2008-03-14 Dan WinshipFix Host header syntax when the host is an IPv6 address...
2008-02-09 Dan WinshipAdd an iterator type for SoupMessageHeaders.
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2006-11-20 Dan Winship Patch from Andrew W. Nosenko:
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2006-04-02 Dan Winshipreplace locale-ish strcasecmps with g_ascii_strcasecmp
2005-08-16 Dan Winship Fix a connection leak reported by Tambet.
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2003-12-10 Dan Winshipif we receive an HTTP/1.0 response to an HTTP/1.1 reque...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
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...
2003-08-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...