SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flag
[platform/upstream/libsoup.git] / libsoup / soup-message.c
2011-11-30 Dan WinshipSoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TR...
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-10-20 Dan Winshipoops, I apparently didn't run "make check" after the...
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-09-13 Gustavo Noronha... Fix documentation to use the appropriate term for flags
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
2011-07-31 Dan WinshipAdd/update some "Since" flags
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2010-12-07 Dan WinshipAdd SoupMessage:tls-certificate and SoupMessage:tls...
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-06-09 Dan WinshipAdd SoupMessageQueueItemState, remove SoupMessageIOStatus
2010-06-09 Dan WinshipFix (transfer) annotations on some non-transfer-full...
2010-05-24 Gustavo Noronha... Annotate all hash table parameters and return values...
2010-04-27 Dan WinshipAdd properties for request/response body/headers
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-02-21 Gustavo Noronha... New SoupMessageFlag to report whether it has dealt...
2010-02-21 Dan Winshipbelatedly document the SOUP_MESSAGE_CONTENT_DECODED...
2010-02-03 Xan LopezImplement acceptance policies in SoupCookieJar
2009-12-29 Gustavo Noronha... Remove unnecessary priv variable
2009-12-18 Dan WinshipRevert "Warn if the user tries to load a URI containing...
2009-12-17 Dan WinshipWarn if the user tries to load a URI containing a fragment.
2009-12-16 Dan WinshipContent-Encoding support
2009-08-20 Dan WinshipFix the definition of soup_message_is_keepalive() for...
2009-08-09 Dan WinshipAdd soup_message_disable_feature()
2009-07-02 Gustavo Noronha... Implement content sniffing
2009-06-07 Dan WinshipSoupConnection/SoupSession reorg and cleanup
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-03-11 Dan Winshipadd more detail to the doc comment
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
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
next