platform/upstream/libsoup.git
2009-12-18 Benjamin OtteLink to GNUTLS here
2009-12-18 Dan WinshipDon't send URI fragment when requesting via proxy
2009-12-18 Dan WinshipRevert "Warn if the user tries to load a URI containing...
2009-12-18 Dan Winship[SoupURI] add a bit of ftp URI support
2009-12-17 Dan WinshipSoupCookie: more fixes to path handling
2009-12-17 Dan WinshipWarn if the user tries to load a URI containing a fragment.
2009-12-17 Dan WinshipUpdate cookie parsing/output to match the current https...
2009-12-17 Dan Winshiptests/get: updates for cookie debugging
2009-12-17 Holger Hans... Change the typedef of SoupCookieJar to follow the other...
2009-12-17 Dan WinshipClean up accept-language-auto a bit
2009-12-17 Mario Sanchez... New accept-language-auto property for SoupSession
2009-12-17 Mario Sanchez... Provide a new 'accept-language' property for SoupSession
2009-12-16 Dan Winshipfix dist
2009-12-16 Dan WinshipContent-Encoding support
2009-12-16 Dan Winship[SoupAuthDigest] don't crash if the server supports...
2009-12-15 Dan WinshipFix memory corruption in SoupPasswordManagerGNOME
2009-12-14 Dan WinshipHandle spurious CR/LFs between responses
2009-12-14 Dan WinshipFix comment in previous commit
2009-12-03 Vincent UntzMake connection-created and tunneling of SoupSession...
2009-11-30 Dan Winship[configure] post-release bump to 2.29.4
2009-11-30 Dan Winship2.29.3 LIBSOUP_2_29_3
2009-11-30 Dan Winship[SoupAuthDomainDigest] fix nc parsing
2009-11-22 Dan WinshipDon't leak session if message is cancelled during socke...
2009-11-22 Dan WinshipChanges to SoupConnection and SoupSession for debugging
2009-11-22 Dan WinshipAdd soup_session_prepare_for_uri
2009-11-22 Dan Winship[configure] bump version to 2.29.3
2009-11-21 Dan WinshipFix Request-Line in https over proxy
2009-11-21 Dan Winshipsoup_multipart_new_from_message: fix to work with binar...
2009-11-21 Dan Winshipsoup_cookies_from_request: fix to not always g_warn
2009-11-21 Dan WinshipDon't crash when setting cookie for about:blank
2009-11-21 Dan WinshipSOUP_URI_VALID_FOR_HTTP: update to check uri->path too
2009-11-15 Dan Winship[SoupAddress] make _resolve_async idempotent, document...
2009-11-15 Dan Winship[SoupAddress] Remove some cruft
2009-11-05 Tor LillqvistTell GnuTLS about interesting Winsock errors
2009-11-05 Tor LillqvistRegister libgcrypt thread callbacks also on Windows
2009-11-05 Tor LillqvistEnsure WSAStartup() is called on Windows more reliably
2009-11-05 Dan WinshipDon't change HEAD to GET on 303 redirect
2009-10-22 Emilio Pozuelo... Don't crash if the sqlite database lacks some values
2009-10-19 Dan Winship2.28.1 LIBSOUP_2_28_1
2009-10-18 Dan WinshipFix the latest round of "Connection terminated unexpect...
2009-10-15 Dan Winshipfix soup_address_get_physical and reverse-resolution
2009-10-13 Dan WinshipBelatedly clean up some dns/socket-related stuff
2009-10-13 Dan Winship[configure] import libgcrypt.m4 to m4/
2009-10-13 Dan Winship[configure] require gnutls>=2.1.7
2009-10-11 Dan WinshipAllow multiple pending connections to a server at once
2009-10-07 Alejandro G... Fixed problem with the content sniffing.
2009-10-02 Alexander SackMake QUERY_ALL explicit in SoupCookieJarSQLite
2009-09-21 Dan Winship2.28.0 LIBSOUP_2_28_0
2009-09-12 Olivier CrĂȘteKeep reference on SoupSocket while emitting signals
2009-09-11 Dan WinshipFix leaks, including a large one in SoupContentSniffer
2009-09-11 Dan WinshipFix leaks in test programs, update libsoup.supp
2009-09-11 Dan Winship_SOUP_ATOMIC_INTERN_STRING: cast result to (const char *)
2009-09-08 Gustavo Noronha... Keep database handle open, and avoid synchronous writes
2009-09-07 Dan Winship2.27.92 LIBSOUP_2_27_92
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
next