soup-auth-manager: add soup_auth_manager_use_auth()
[platform/upstream/libsoup.git] / libsoup / soup-message.h
2012-12-28 Dan WinshipAdd back LIBSOUP_DISABLE_DEPRECATED
2012-12-17 Dan Winshipsoup-message: deprecate soup_message_set_chunk_allocator()
2012-12-10 Dan WinshipSoupMessage: add soup_message_get_soup_request()
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
2012-08-19 Milan CrhaSoupMessage: Add SOUP_MESSAGE_IDEMPOTENT flag
2011-12-22 Dan WinshipForce some SoupMessages to use a fresh SoupConnection
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
2010-12-13 John (J5) Palmieri[gi] annotate nicks for the elements of HTTPVersion...
2010-12-07 Dan WinshipAdd SoupMessage:tls-certificate and SoupMessage:tls...
2010-04-27 Dan WinshipAdd properties for request/response body/headers
2010-02-21 Gustavo Noronha... New SoupMessageFlag to report whether it has dealt...
2010-02-03 Xan LopezImplement acceptance policies in SoupCookieJar
2009-12-16 Dan WinshipContent-Encoding support
2009-08-09 Dan WinshipAdd soup_message_disable_feature()
2009-07-02 Gustavo Noronha... Implement content sniffing
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-09-26 Dan Winshiplibsoup/soup-auth-manager-ntlm.c libsoup/soup-auth...
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-02-25 Benjamin Otteuse an underscore for struct definitions. Fixes bug...
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-06-01 Jonathon Jongsmaadd G_BEGIN_DECLS / G_END_DECLS to all installed header...
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2006-05-26 Dan Winshiptests if IO is currently in progress on a message.
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
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
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-19 Dan Winshipfree the hostent.
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...