Add wrote_informational and got_informational signals.
[platform/upstream/libsoup.git] / libsoup / soup-message.h
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
2003-09-05 Dan WinshipMove a bunch of logic here from soup-context. Now the...
2003-09-03 Dan WinshipRenamed from soup-error.h, with types and defines renam...
2003-09-02 Dan WinshipFirst draft at the new object to maintain formerly...
2003-08-29 Dan WinshipMajor rewrite. There is now only a single IO state...
2003-08-27 Dan WinshipNew header with typedefs, to avoid #include loops among...
2003-08-26 Dan WinshipDefine SoupMessage signal stuff (READ_HEADERS, READ_CHU...
2003-08-25 Dan WinshipTake a uri string instead of a context. Also, swap...
2003-08-22 Dan WinshipNew file containing SoupMessagePrivate and some other
2003-08-20 Dan WinshipMake this a GObject. (Note that since SoupMessage was...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
2002-11-18 Dan WinshipDon't use s6_addr32 since it's apparently non-portable...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-05-31 Jacob Berkmanadd 'typedef'
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2002-01-17 Joe ShawAdd a soup_message_get_http_version() function.
2001-11-09 Alex GraveleyUpdate to call renamed SoupHandlerEvents.
2001-10-27 Alex GraveleyInclude soup-error.h
2001-10-26 Alex GraveleyUse soup_uri_set_auth().
2001-10-21 Alex GraveleyReorganize.
2001-10-19 Alex GraveleyThis is the first attempt at authentication inheritence...
2001-10-05 Alex GraveleyImpl. Use instead of custom header free funcs throughout.
2001-10-04 Alex GraveleyHandle multiple values in header hash tables. (free_hea...
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-29 Alex GraveleyFix headers for new layout. Ditto.
2001-08-28 Alex GraveleyRemove mega FIXME.
2001-08-06 Alex GraveleyRead speedup to read all available data before processi...
2001-07-30 Alex Graveleystrdup response_phrase.
2001-07-19 Alex GraveleyAllow override of http version. Only include Content...
2001-07-17 Alex GraveleyAdd querysting to hash. (soup_context_uri_equal): Compa...
2001-07-02 Alex GraveleyRemove _SoupMessagePrivate bits covered by soup-transfer.
2001-06-07 Alex Graveleyimplement. (soup_message_add_response_code_handler...
2001-06-06 Joe ShawImplement. Sets the HTTP method for a given message...
2001-06-01 Alex GraveleyAdded.
2001-05-17 Dick PorterFixed all gtk-doc moans in soup-core documentation
2001-05-13 Alex Graveleyg_strdup name and value. (soup_message_set_response_hea...
2001-05-11 alex/tmp/cvsmFCOKf
2001-04-23 Alex GraveleySoupSocketConnectFn no longer takes a SoupAddress argum...
2001-03-22 Alex Graveleyremove hack to look at internals of GNET by using the...
2001-03-09 Alex Graveleydemonstrate correct behavior here by unref'ing the...
2001-01-14 alexSOCKS version 4 and version 5 support. This code is...
2001-01-08 alexOops. Forget to add new files and remove old ones when...