Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-message-private.h
2015-11-10 Seonah MoonBase Code merged to tizen 2.4 97/51497/1 accepted/tizen/mobile/20151111.231940 accepted/tizen/tv/20151111.232000 accepted/tizen/wearable/20151111.232009 submit/tizen/20151111.070234
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-04-17 Sergio Villar Seninsoup-message-queue: add a priority system to the messag...
2013-01-02 Dan Winshipsoup-auth-manager: split out connection handling
2012-12-17 Dan WinshipRename all remaining "SoupMessage *req"s to "msg"
2012-12-10 Dan WinshipSoupMessage: add soup_message_get_soup_request()
2012-12-10 Dan WinshipSoupRequest: Return better GErrors on parsing failures
2012-11-02 Sergio Villar SeninAdded SoupContentProcessor support to SoupMessage,...
2012-04-28 Dan WinshipMove SoupSocket stuff out of soup-message-io.c
2012-04-18 Dan WinshipSoupHTTPRequest: O brave new world!
2011-12-22 Dan WinshipSoupMessage: add network-event signal
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
2010-12-07 Dan WinshipAdd SoupMessage:tls-certificate and SoupMessage:tls...
2010-06-09 Dan WinshipSoupSession: tweak cancellation again
2010-06-09 Dan WinshipAdd SoupMessageQueueItemState, remove SoupMessageIOStatus
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-06-09 Dan WinshipMisc SoupConnection API improvements
2010-02-03 Xan LopezImplement acceptance policies in SoupCookieJar
2009-12-16 Dan WinshipContent-Encoding support
2009-08-21 Dan WinshipRemove checks for SOUP_MESSAGE_IO_STATUS_CONNECTING...
2009-08-09 Dan WinshipAdd soup_message_disable_feature()
2009-07-10 Dan WinshipMiscellaneous content-sniffing fixes
2009-07-02 Gustavo Noronha... Implement content sniffing
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