Do not discard the request body after sending, even if !accumulate
[platform/upstream/libsoup.git] / libsoup /
2009-07-27 Dan WinshipDo not discard the request body after sending, even...
2009-07-23 Andreas RottmannBuild fixes
2009-07-23 Patrick OhlyAllow version 1 CA certificates in clients
2009-07-13 Dan WinshipFix cut+pasto in win32 gnutls code
2009-07-13 Gustavo Noronha... Fix HTML or feed algorithm to not go past resource_length
2009-07-13 Dan WinshipFix SSL on Windows
2009-07-13 Mark NauwelaertsMake SOUP_SESSION_TIMEOUT also affect async connection
2009-07-12 Dan WinshipFix a content-sniffer crash with redirected URLs
2009-07-10 Dan WinshipMiscellaneous content-sniffing fixes
2009-07-10 Gustavo Noronha... Actually test chunked encoding, and fix some hangs
2009-07-03 Dan WinshipFix the SOUP_METHOD_* and SOUP_URI_SCHEME_* defines...
2009-07-02 Gustavo Noronha... Implement content sniffing
2009-06-22 Dan WinshipFix POST 301 redirect behavior
2009-06-07 Dan WinshipAdd "Content-Length: 0" to requests with a Content...
2009-06-07 Dan WinshipImplement SoupProxyURIResolver, to replace SoupProxyRes...
2009-06-07 Dan WinshipSoupConnection/SoupSession reorg and cleanup
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-06-04 Dan WinshipMore temporary SSL tweaking
2009-06-02 Dan WinshipInclude the (optional) algorithm param in Digest auth...
2009-05-21 Dan WinshipDon't emit "authenticate" until a message is actually...
2009-05-18 Dan WinshipTemporarily redo the TLS compatibility patch
2009-05-18 Dan WinshipDon't set AI_CANONNAME when calling getaddrinfo()
2009-05-15 Dan WinshipFix a warning introduced in fix for bug 582002
2009-05-09 Dan WinshipFix the header/body boundary detection logic
2009-05-08 Dan WinshipAttempt better compatibility with non-TLS1.1 https...
2009-05-08 Dan WinshipAdd another missing G_GNUC_NULL_TERMINATED and a G_GNUC...
2009-05-08 Ross BurtonMark soup_uri_set_query_from_fields with G_GNUC_NULL_TE...
2009-05-08 Ross BurtonHandle PUT methods in soup_form_request_for_data
2009-05-03 Pierre-Luc BeaudoinFix typo in documentation: TIME should be TYPE.
2009-04-28 Dan WinshipFix a crash when cancelling a message from a "restarted...
2009-04-19 Dan Winshipsoup_message_headers_append: require @name to be non...
2009-04-19 Dan WinshipBug 579318 – stupid servers that return garbled headers
2009-04-19 Dan WinshipMark soup_message_headers_get() deprecated
2009-04-18 Dan WinshipFix soup_date_to_string() to deal with non-UTC times...
2009-04-18 Enrico TrögerBug 579055 – SOUP_DATE_RFC2822 not handled in soup_date...
2009-04-18 Dan WinshipBug 578928 – SOUP_SESSION_TIMEOUT does not work with...
2009-04-18 Dan WinshipBug 574414 – Make SOUP_SESSION_TIMEOUT work with SoupSe...
2009-04-13 Dan Winshipfix use of async context here
2009-04-13 Dan Winship Bug 578809 – warnings in soup_address_equal_by_ip
2009-04-13 Dan Winship Bug 578746 – http_proxy env var set to ":80" in session
2009-04-11 Dan Winship Bug 578645 - crash in Rhythmbox Music Player
2009-04-08 Dan Winship Re-fix GNOME proxy resolution (qv bug 571527)
2009-04-08 Dan Winship Fix ISO 8601 parsing to accept either "." or ","
2009-04-05 Dan Winship Don't allow CR/LF in header names or values
2009-04-03 Dan Winship Bug 577386 – Fails to handle HTTPS redirect from a...
2009-04-03 Dan Winship Bug 577360 – handle cookies with same name but differe...
2009-04-03 Dan Winship Bug 577630 - libsoup should ignore broken Content...
2009-04-03 Dan Winship Bug 577728 – soup_header_g_string_append_param should...
2009-04-03 Dan Winship Bug 576760 – soup_message_headers_get_content_type...
2009-03-27 Dan WinshipFix docs to not claim that the cookie domain can be...
2009-03-26 Milan CrhaBug 574957 - soup-session-sync doesn't unlock mutex...
2009-03-24 Dan Winship Bug 571283 - Allow LF LF instead of CRLF CRLF as heade...
2009-03-23 Dan Winship Bug 566530 - Handle (illegal) unencoded spaces in...
2009-03-14 Xan LopezAdd G_{BEGIN,END}_DECLS guards to public headers.
2009-03-11 Dan Winshipadd more detail to the doc comment
2009-03-09 Dan Winship Bug 571527 – gvfsd-http crashed with SIGSEGV in
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2009-03-06 Dan WinshipProcess messages in the CONNECTING iostate before messa...
2009-02-20 Gustavo Noronha... now returns NULL if there is no Content-Type header...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
2009-02-19 Dan Winshipexplain why @len normally needs to be at least @boundar...
2009-02-19 Xan LopezFix a series of issues that prevented SoupCookieJarSQLi...
2009-02-06 Dan WinshipFix crash when getting a 407 when using SoupProxyResolv...
2009-02-02 Dan WinshipRemove this, as it was incomplete, and libproxy is...
2009-01-29 Dan WinshipFix this; previously it would discard the entire messag...
2009-01-21 Dan Winshipremove the dummy typedef for struct SoupSessionFeature...
2009-01-12 Dan WinshipDon't pass NULL to soup_message_headers_replace(),...
2008-12-23 Dan Winshipadd these to query session features. #565392.
2008-12-23 Dan Winshipadd some more warning CFLAGS, inspired by Benjamin...
2008-12-09 Dan WinshipExplicitly document the fact that you have to call...
2008-12-05 Dan WinshipCorrectly handle forms that have URI-encoded parameter...
2008-12-03 Dan Winshipdisconnect from gconf notifications. Fixes a crash...
2008-11-28 Dan WinshipFix this so we choose the *strongest* auth type first...
2008-11-28 Dan Winshipmake this $(includedir)/libsoup-gnome-2.4/libsoup rathe...
2008-11-24 Dan Winshipclarify exactly when stuff gets logged (and in particul...
2008-11-06 Dan Winshipfix linking with --as-needed. #559342, pointed out...
2008-11-04 Dan Winshipmisc doc fixes
2008-11-04 Dan Winshipimplementation of SoupCookieJar that persists to a...
2008-11-03 Dan Winshipdon't remove the item from the queue here; it should...
2008-11-03 Dan Winshipdon't leak the header string
2008-11-03 Dan WinshipFix the signal handler disconnection here: for "finishe...
2008-10-31 Dan Winship Add libsoup-gnome, for new features that depend on...
2008-10-31 Dan Winshiprename from libsoup.pc.in; the attempt to keep the...
2008-10-31 Dan Winshipnew abstract base class for a SoupSessionFeature that...
2008-10-27 Dan Winshipfree the expires date, if set
2008-10-20 Cosimo CecchiBuild with G_DISABLE_DEPRECATED and G_DISABLE_SINGLE_IN...
2008-10-19 Dan Winshipcompare scheme name case-insensitively, to prevent...
2008-10-10 Dan Winshipif the caller passed the total_length of the message...
2008-10-10 Andrew W. NosenkoVerify whether uri is non-NULL and avoid crash on NULL...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
2008-10-03 Dan WinshipMake this more complicated, with a SoupMessageQueueItem...
2008-10-01 Dan WinshipNew type and methods for working with multipart HTTP...
2008-10-01 Dan WinshipUpdate these to deal with RFC2231-encoded UTF-8 header...
2008-10-01 Dan Winshipdoc fixups
2008-09-30 Dan Winshipsoup_value_hash_insert_value() copies the value, so...
2008-09-30 Dan Winshipstore the GSource in priv, don't ref the session. Other...
2008-09-26 Dan Winshiplibsoup/soup-auth-manager-ntlm.c libsoup/soup-auth...
2008-09-24 Dan Winship2.24.0.1
2008-09-07 Dan Winshipa 302 response to HEAD (or any other safe method) shoul...
2008-08-25 Dan Winshipnew macro to check if a URI is a valid http or https...
next