summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.h
Commit message (Expand)AuthorAgeFilesLines
...
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-161-1/+2
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-101-1/+3
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-7/+7
* free the hostent.Dan Winship2003-09-191-2/+0
* Add wrote_informational and got_informational signals.Dan Winship2003-09-181-19/+23
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-0/+1
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-7/+19
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-2/+0
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-19/+12
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-7/+1
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-7/+43
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-5/+3
* Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY,Dan Winship2003-08-261-1/+13
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-21/+16
* New file containing SoupMessagePrivate and some otherDan Winship2003-08-221-15/+10
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-47/+52
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-0/+2
* Don't use s6_addr32 since it's apparently non-portable. Use s6_addrDan Winship2002-11-181-20/+0
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-1/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-89/+45
* add 'typedef'Jacob Berkman2002-05-311-1/+1
* Bump development version to 0.7.99.Alex Graveley2002-03-121-23/+5
* Add a soup_message_get_http_version() function.Joe Shaw2002-01-171-0/+2
* Update to call renamed SoupHandlerEvents.Alex Graveley2001-11-091-44/+96
* Include soup-error.hAlex Graveley2001-10-271-0/+8
* Use soup_uri_set_auth().Alex Graveley2001-10-261-0/+5
* Reorganize.Alex Graveley2001-10-211-134/+79
* This is the first attempt at authentication inheritence, it still needsAlex Graveley2001-10-191-6/+6
* Impl. Use instead of custom header free funcs throughout.Alex Graveley2001-10-051-0/+6
* Handle multiple values in header hash tables. (free_header): Free the listAlex Graveley2001-10-041-0/+14
* Rewritten for the new apis, and to be more clean, and to have manyAlex Graveley2001-09-081-78/+179
* Fix headers for new layout. Ditto.Alex Graveley2001-08-291-1/+1
* Remove mega FIXME.Alex Graveley2001-08-281-0/+1
* Read speedup to read all available data before processing and returning toAlex Graveley2001-08-061-4/+12
* strdup response_phrase.Alex Graveley2001-07-301-1/+1
* Allow override of http version. Only include Content-Length if method isAlex Graveley2001-07-191-0/+8
* Add querysting to hash. (soup_context_uri_equal): Compare querystring forAlex Graveley2001-07-171-1/+1
* Remove _SoupMessagePrivate bits covered by soup-transfer.Alex Graveley2001-07-021-1/+0
* implement. (soup_message_add_response_code_handler): ditto.Alex Graveley2001-06-071-4/+4
* Implement. Sets the HTTP method for a given message. (soup_message_new):Joe Shaw2001-06-061-6/+9
* Added.Alex Graveley2001-06-011-0/+35
* Fixed all gtk-doc moans in soup-core documentationDick Porter2001-05-171-3/+3
* g_strdup name and value. (soup_message_set_response_header): ditto.Alex Graveley2001-05-131-8/+8
* /tmp/cvsmFCOKfalex2001-05-111-20/+37
* SoupSocketConnectFn no longer takes a SoupAddress argument, as it can beAlex Graveley2001-04-231-1/+3
* remove hack to look at internals of GNET by using the new forked GNET :)Alex Graveley2001-03-221-4/+29
* demonstrate correct behavior here by unref'ing the context after messageAlex Graveley2001-03-091-1/+1
* SOCKS version 4 and version 5 support. This code is not very simplealex2001-01-141-0/+1
* Oops. Forget to add new files and remove old ones when I renamedalex2001-01-081-0/+75