summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY,Dan Winship2003-08-261-4/+72
* Add a "user_data" arg, pass it to the callbacks.Dan Winship2003-08-251-3/+4
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-79/+152
* New file containing SoupMessagePrivate and some otherDan Winship2003-08-221-390/+22
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-386/+312
* New API for doing socket IO. Works both synchronously and asynchronously,Dan Winship2003-08-191-9/+8
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-40/+54
* Fix a spelling mistake.Dan Winship2003-08-141-61/+66
* These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-baseDan Winship2003-08-111-144/+8
* 1.99.25 ("Potato and Leek Soup")LIBSOUP_1_99_25Dan Winship2003-07-291-5/+6
* add a ref_count field. (soup_transfer_read, create_writer): Set initialDan Winship2003-06-171-5/+7
* Clear the write_tag as well so we don't double-cancel it. #43395.Dan Winship2003-05-211-0/+5
* If the auth status is PENDING, return an NTLM request string. OtherwiseDan Winship2003-05-091-56/+11
* Change the redirect handler to be a RESPONSE_ERROR_CLASS_HANDLER forDan Winship2003-05-061-30/+28
* Don't set up the soup-transfer callbacks to keep reading off theDan Winship2003-04-241-0/+1
* If the new context points to a different server from the old context, callDan Winship2003-03-311-1/+5
* Don't use s6_addr32 since it's apparently non-portable. Use s6_addrDan Winship2002-11-181-116/+0