Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / libsoup / soup-message.c
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-09-24 Dan Winship2.24.0.1
2008-08-25 Dan Winshipnew macro to check if a URI is a valid http or https...
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-04-04 Dan Winshipadd a new signal "wrote-body-data" to address the probl...
2008-03-29 Dan Winshipde-constify msg->reason_phrase; it's no more const...
2008-03-14 Dan Winshipadd an orig_http_version field.
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-02-10 Dan WinshipMisc gtk-doc fix-ups
2008-02-07 Dan WinshipNew method that lets the application set a callback...
2008-01-28 Dan WinshipUse soup_message_headers_replace(), not soup_message_he...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipmake this non-static.
2007-09-24 Dan Winshipremove a mysterious partial sentence in the ::wrote...
2007-09-24 Dan WinshipOnly remove the Authorization / Proxy-Authorization...
2007-03-17 Dan Winshipget/set auth/proxy_auth info for a message.
2007-03-16 Dan Winshipupdate the handling of CONNECT: it has no response...
2006-12-05 Dan WinshipRemove the calls to soup_message_io_stop() here; the...
2006-11-03 Dan Winshipfix lots of warnings. Partially from patches from Andre...
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2006-04-02 Dan Winshipreplace locale-ish strcasecmps with g_ascii_strcasecmp
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-02-17 Rodney DawesHTTP connections require a hostname, and we also hash...
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
2003-12-19 Dan WinshipNew. An interface for objects that want to act on every...
2003-12-17 Dan WinshipAdd gthread to glib check
2003-12-16 Joe ShawOnly set up a tunnel if the destination protocol is...
2003-12-10 Dan Winshipif we receive an HTTP/1.0 response to an HTTP/1.1 reque...
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
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 WinshipAdd a "user_data" arg, pass it to the callbacks.
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-19 Dan WinshipNew API for doing socket IO. Works both synchronously...
2003-08-14 Dan WinshipNew, split out from soup-context and made into a GObject.
2003-08-14 Dan WinshipFix a spelling mistake.
2003-08-11 Dan WinshipThese are all really SoupContext functions, so move... libsoup-2-0-branch-base
2003-07-29 Dan Winship1.99.25 ("Potato and Leek Soup") LIBSOUP_1_99_25
2003-06-17 Dan Winshipadd a ref_count field. (soup_transfer_read, create_writ...
2003-05-21 Dan WinshipClear the write_tag as well so we don't double-cancel...
2003-05-09 Dan WinshipIf the auth status is PENDING, return an NTLM request...
2003-05-06 Dan WinshipChange the redirect handler to be a RESPONSE_ERROR_CLAS...
2003-04-24 Dan WinshipDon't set up the soup-transfer callbacks to keep readin...
2003-03-31 Dan WinshipIf the new context points to a different server from...
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-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-11-02 Alex GraveleyAdd death_tag to _SoupConnection.
2001-10-30 Alex GraveleyCall soup_auth_fn if we don't have auth data in the...
2001-10-27 Alex GraveleyInclude soup-error.h
2001-10-26 Alex GraveleyUse soup_uri_set_auth().
2001-10-26 Alex GraveleyHandle redirects when source uri has auth data by copyi...
2001-10-22 JP Rosevearuse new error api
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 GraveleyCall soup_message_get_header_list.
2001-10-04 Alex GraveleyHandle multiple values in header hash tables. (free_hea...
2001-09-19 Dan WinshipFix this to not return immediately after parsing the...
2001-09-11 Alex GraveleyRemove windows \r newlines
2001-09-11 Alex GraveleyBuild fixes for Windows.
2001-09-08 Alex GraveleyRewritten for the new apis, and to be more clean, and...
2001-08-28 Alex GraveleyRewrite HEX decoding to hopefully be easier to understa...
2001-08-25 Alex GraveleyAlways regenerate req->priv->req_header.
2001-08-23 Alex GraveleyTake an old_auth argument, if auth_types do not match...
2001-08-17 Alex GraveleyInitial WebDAV server support.
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-09 Alex GraveleyNew client authentication (basic/digest) code from...
2001-07-02 Alex GraveleyRemove _SoupMessagePrivate bits covered by soup-transfer.
2001-06-21 Joe ShawDo a g_return_val_if_fail() on the SoupContext being...
2001-06-14 Alex GraveleyDon't start from header_len offset. (soup_finish_read...
2001-06-14 Alex GraveleyRemove redirect handler if option is removed.
2001-06-08 Joe ShawChange msg->priv->flags to msg->priv->msg_flags so...
2001-06-07 Alex GraveleyStop processing if a handler requeues the message.
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-05 Alex GraveleyAdd these empty Apache method implementations so soup...
2001-06-01 Alex GraveleyAdded.
2001-05-25 Alex GraveleyNo need to free priv->recv_buf as it is now done in
2001-05-22 Alex Graveleygtk-doc fixups.
2001-05-17 JP Rosevearfind the end of the value and g_strndup only that as...
2001-05-17 Dick PorterFixed all gtk-doc moans in soup-core documentation
next