summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-client-io.c
Commit message (Expand)AuthorAgeFilesLines
* Fix asynchronicity of soup_session_queue_message() on plain SoupSessionDan Winship2013-09-281-1/+1
* More IPv6 scope ID fixesDan Winship2013-08-191-1/+1
* Rename all remaining "SoupMessage *req"s to "msg"Dan Winship2012-12-171-30/+30
* SoupRequest: Return better GErrors on parsing failuresDan Winship2012-12-101-3/+14
* soup-message-client-io: add a Host header to HTTP/1.0 messages tooDan Winship2012-11-171-14/+11
* SoupSession: clean up message response when queueingDan Winship2012-08-251-1/+0
* Clean up includesDan Winship2012-07-131-6/+1
* Move SoupSocket stuff out of soup-message-io.cDan Winship2012-04-281-1/+14
* soup-message-client-io: ASCIIfy unicode hostnames for Host headerDan Winship2011-02-151-0/+2
* soup-message-io: fix wrong-Content-Length logicDan Winship2010-07-311-12/+0
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-7/+11
* Misc SoupConnection API improvementsDan Winship2010-06-091-6/+9
* Don't send URI fragment when requesting via proxyDan Winship2009-12-181-0/+7
* Mirror Mozilla behavior for when to follow Content-LengthBenjamin Otte2009-08-041-0/+12
* Add "Content-Length: 0" to requests with a Content-Type but no bodyDan Winship2009-06-061-1/+2
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-1/+1
* Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOFDan Winship2009-02-191-1/+3
* don't add a Host header to the message if the caller already added one.Dan Winship2008-07-261-6/+8
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-041-1/+2
* de-constify msg->reason_phrase; it's no more const than any other structDan Winship2008-03-291-2/+2
* Fix Host header syntax when the host is an IPv6 address literal. NoticedDan Winship2008-03-141-3/+11
* Add an iterator type for SoupMessageHeaders.Dan Winship2008-02-091-8/+5
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-54/+31
* Patch from Andrew W. Nosenko:Dan Winship2006-11-201-0/+2
* initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather thanDan Winship2006-07-211-48/+4
* replace locale-ish strcasecmps with g_ascii_strcasecmpDan Winship2006-04-021-1/+1
* Fix a connection leak reported by Tambet.Dan Winship2005-08-161-1/+8
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-4/+6
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-0/+11
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-101-0/+3
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-2/+1
* free the hostent.Dan Winship2003-09-191-1/+1
* Add wrote_informational and got_informational signals.Dan Winship2003-09-181-0/+5
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-0/+1
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-32/+0
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-15/+13
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-29/+16
* Higher-than-soup-message-io-level functions to do client-side IO. (CodeDan Winship2003-08-261-0/+208