platform/upstream/libsoup.git
2010-02-21 Dan WinshipFix error propagation on SSL cert errors
2010-02-21 Dan Winshipbelatedly document the SOUP_MESSAGE_CONTENT_DECODED...
2010-02-20 Dan Winship[SoupURI] further fixes to CRLF-stripping
2010-02-15 Dan Winshiprun autoupdate, remove some old junk
2010-02-15 Dan Winship[SoupURI] additional fixes to previous commit
2010-02-14 Dan Winship[SoupURI] tolerate bad %-encoding and other common...
2010-02-08 Dan Winship2.29.90 LIBSOUP_2_29_90
2010-02-03 Xan Lopez[configure] post-release bump to 2.29.90
2010-02-03 Xan LopezImplement acceptance policies in SoupCookieJar
2010-02-01 Dan Winship[SoupServer] actually emit request-read, as documented
2010-01-25 Dan Winship2.29.6 LIBSOUP_2_29_6
2010-01-23 Dan Winshipsoup-form.c: change some code to make clang happy and...
2010-01-23 Dan Winship[SoupCookieJar] change some code to make clang happy
2010-01-23 Dan Winshiptests/simple-proxy.c: remove obvious dead assignment...
2010-01-23 Dan WinshipFix leak in previous commit
2010-01-23 Dan Winship[SoupServer] Avoid a harmless g_return_if_fail
2010-01-23 Dan WinshipFix invalid read in soup_cookie_applies_to_uri()
2010-01-23 Dan Winship[SoupCodingGzip] discard trailing junk after decoding...
2010-01-18 Dan WinshipExplicitly link to -lz for SoupCodingGzip
2010-01-18 Dan WinshipFurther AM_MAINTAINER_MODE fixes
2010-01-12 Dan Winship2.29.5 LIBSOUP_2_29_5
2010-01-03 Benjamin OtteENABLE_MAINTAINER_MODE is sooo 1999
2010-01-03 Benjamin OtteUse g_type_is_a() in ugly hack.
2010-01-03 Benjamin OtteAdd apache2 and apache as possible names for the apache...
2009-12-29 Gustavo Noronha... Unnecessary initialization
2009-12-29 Gustavo Noronha... Remove unnecessary priv variable
2009-12-29 Gustavo Noronha... Replace unnecessary variable with a comment
2009-12-20 Dan WinshipFix defines of SOUP_URI_SCHEME_FTP etc
2009-12-19 Dan WinshipSoupSession: Handle CONNECT failure without hanging
2009-12-19 Dan WinshipSoupAuthDigest, SoupAuthDomainDigest: follow the spec...
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...
next