Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / libsoup / soup-message-private.h
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-03-14 Dan Winshipadd an orig_http_version field.
2008-02-07 Dan WinshipNew method that lets the application set a callback...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-21 Dan Winshipmake this non-static.
2007-03-17 Dan Winshipget/set auth/proxy_auth info for a message.
2005-08-16 Dan Winship Fix a connection leak reported by Tambet.
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2003-11-18 Dan WinshipChange G_LOG_DOMAIN to "libsoup". Remove unused defines.
2003-09-19 Dan Winshipfree the hostent.
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-26 Dan WinshipHigher-than-soup-message-io-level functions to do clien...
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