platform/upstream/libsoup.git
2009-09-07 Dan WinshipRemove SoupPasswordManager from the stable API
2009-09-07 Dan WinshipSoupURI: an empty query is distinct from no query
2009-09-07 Dan WinshipSkip termios stuff in tests/get if building on Windows
2009-09-01 Xan LopezReset error pointer to NULL when we are about to use...
2009-08-31 Dan WinshipSet MISSING_REGRESSION_TEST_PACKAGES if built with...
2009-08-31 Marvin SchmidtFix timeout-test without SSL support
2009-08-25 Dan WinshipFix header names in build-howto.xml
2009-08-25 Dan WinshipFix some incorrect "Since" tags in SoupCookieJar docs.
2009-08-24 Dan Winshippost-release bump to 2.27.92
2009-08-24 Dan Winship2.27.91 LIBSOUP_2_27_91
2009-08-24 Dan WinshipFix some leaks in the error cases of soup_multipart_new...
2009-08-22 Dan WinshipAvoid infinite loop trying to connect to host when...
2009-08-22 Dan WinshipFix SoupLogger to not crash with streamed requests
2009-08-22 Dan WinshipRe-redo not-yet-used connection handling
2009-08-21 Dan WinshipRemove checks for SOUP_MESSAGE_IO_STATUS_CONNECTING...
2009-08-20 Dan WinshipFix the definition of soup_message_is_keepalive() for...
2009-08-20 Benjamin OtteAdd warning in a "can't happen" case
2009-08-18 Dan WinshipTweak SoupConnection handling a bit wrt "not yet used...
2009-08-18 Dan WinshipNotice closed connections sooner
2009-08-13 Dan WinshipFix a crash when processing a request with no Host...
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-08-12 Dan Winshippost-release version bump
2009-08-10 Dan Winship2.27.90 LIBSOUP_2_27_90
2009-08-10 Dan WinshipFix up docs
2009-08-10 Dan WinshipPort SoupAddress to use GResolver, remove soup-dns
2009-08-09 Dan WinshipFix error code when trying to https with --disable-ssl
2009-08-09 Dan WinshipAdd soup_session_get_feature_for_message, remove _get_p...
2009-08-09 Dan WinshipAdd soup_message_disable_feature()
2009-08-09 Dan WinshipSupport "OPTIONS *" in SoupServer
2009-08-09 Dan Winshipanother out-of-tree build fix
2009-08-09 Andreas RottmannBuild fixes
2009-08-09 Dan WinshipUse an m4/ directory for aclocal files
2009-08-09 Dan WinshipAdd automake 1.11 silent-rules support
2009-08-09 Dan WinshipUse guchar instead of char where the distinction is...
2009-08-09 Dan WinshipRemove a redundant check
2009-08-09 Dan WinshipClarify that an ignored return value is intentional...
2009-08-09 Dan WinshipAdd some g_return_if_fail()s to soup-headers.c
2009-08-05 Xan Lopezsoup-session: fix typo in documentation
2009-08-04 Dan WinshipAdd missing soup-proxy-uri-resolver.h to soup.h
2009-08-04 Benjamin OtteMirror Mozilla behavior for when to follow Content...
2009-07-31 Dan WinshipRe-fix _SOUP_ATOMIC_INTERN_STRING to not cause strict...
2009-07-28 Dan Winship2.27.5 LIBSOUP_2_27_5
2009-07-28 Dan WinshipDon't crash when a request is redirected to an invalid...
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 Dan Winship2.27.4 LIBSOUP_2_27_4
2009-07-13 Dan Winshipdistcheck fixes for sniffing-test
2009-07-13 Gustavo Noronha... Make gcc happy with body handling in sniffing-test
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-28 Dan WinshipRequire explicit --disable-ssl to build without GNUTLS...
2009-06-22 Dan WinshipFix POST 301 redirect behavior
2009-06-16 Dan Winship2.27.2 LIBSOUP_2_27_2
2009-06-09 Dan WinshipRemove -r flag from tests/get
2009-06-08 Dan Winshipadd a HACKING file with some initial notes on code...
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-06-02 Dan WinshipUse POSIXly-correct "test a = b" rather than bash ...
2009-06-02 Dan WinshipUpdate REQUIRED_AUTOMAKE_VERSION to match reality
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-15 Dan WinshipFix cflags to work with older versions of gcc
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-05 Dan WinshipNEWS: fix a bug number that was typoed
2009-05-05 Dan Winship2.27.1 LIBSOUP_2_27_1
2009-05-03 Pierre-Luc... Fix typo in documentation: TIME should be TYPE.
2009-04-28 Dan WinshipFix a crash when cancelling a message from a "restarted...
2009-04-28 Dan WinshipFix mbox to be a mailto
2009-04-28 Dan WinshipVerify that soup_auth_is_for_proxy() is returning the...
2009-04-24 Dan WinshipBelatedly move Changelog to Changelog.pre-git, update...
2009-04-24 Dan WinshipAdd a missing file to .gitignore
2009-04-19 Dan Winshipheader-parsing.c: Add tests for new bad-header-parsing...
2009-04-19 Dan WinshipAdd an "expect_warning" variable to the test framework
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 WinshipAdd more tests to tests/date.c
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 WinshipAdd a regression test for SOUP_SESSION_TIMEOUT
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...
next