summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-client-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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