summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.c
Commit message (Expand)AuthorAgeFilesLines
* Content-Encoding supportDan Winship2009-12-161-0/+12
* Fix the definition of soup_message_is_keepalive() for HTTP/1.0Dan Winship2009-08-201-6/+5
* Add soup_message_disable_feature()Dan Winship2009-08-091-0/+52
* Implement content sniffingGustavo Noronha Silva2009-07-021-0/+57
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-1/+4
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-3/+5
* add more detail to the doc commentDan Winship2009-03-111-0/+11
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+46
* Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOFDan Winship2009-02-191-8/+16
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-0/+32
* 2.24.0.1Dan Winship2008-09-241-15/+10
* new macro to check if a URI is a valid http or https URI.Dan Winship2008-08-251-10/+15
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-37/+55
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-041-1/+51
* de-constify msg->reason_phrase; it's no more const than any other structDan Winship2008-03-291-4/+4
* add an orig_http_version field.Dan Winship2008-03-141-2/+12
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+2
* Misc gtk-doc fix-upsDan Winship2008-02-101-0/+16
* New method that lets the application set a callback function to use toDan Winship2008-02-071-0/+81
* Use soup_message_headers_replace(), not soup_message_headers_append(),Dan Winship2008-01-281-4/+4
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-502/+482
* make this non-static.Dan Winship2007-11-211-1/+1
* remove a mysterious partial sentence in the ::wrote-chunk docstring.Dan Winship2007-09-241-1/+0
* Only remove the Authorization / Proxy-Authorization header from theDan Winship2007-09-241-5/+7
* get/set auth/proxy_auth info for a message.Dan Winship2007-03-171-0/+109
* update the handling of CONNECT: it has no response body by default, butDan Winship2007-03-161-3/+3
* Remove the calls to soup_message_io_stop() here; the corresponding callsDan Winship2006-12-051-8/+3
* fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship2006-11-031-2/+2
* initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather thanDan Winship2006-07-211-2/+130
* replace locale-ish strcasecmps with g_ascii_strcasecmpDan Winship2006-04-021-4/+4
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-6/+82
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-45/+45
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-10/+228
* HTTP connections require a hostname, and we also hash on the host forRodney Dawes2004-02-171-0/+5
* Lots of thread-safety stuff, primarly so you can disconnect a socket fromDan Winship2003-12-221-6/+6
* New. An interface for objects that want to act on every message passingDan Winship2003-12-191-0/+4
* Add gthread to glib checkDan Winship2003-12-171-20/+11
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-161-4/+15
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-101-3/+19
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-3/+3
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+1
* free the hostent.Dan Winship2003-09-191-12/+1
* Add wrote_informational and got_informational signals.Dan Winship2003-09-181-0/+30
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-1/+1
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-3/+3
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-91/+26
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-25/+20
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-146/+16
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-94/+209
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-0/+1