soup-message-io: keep cancellable alive for duration of io_run_until
[platform/upstream/libsoup.git] / tests /
2010-02-21 Dan WinshipAdd SOUP_SESSION_SSL_STRICT, to control whether SSL...
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-03 Xan LopezImplement acceptance policies in SoupCookieJar
2010-01-23 Dan Winshiptests/simple-proxy.c: remove obvious dead assignment...
2010-01-23 Dan Winship[SoupCodingGzip] discard trailing junk after decoding...
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-17 Dan WinshipWarn if the user tries to load a URI containing a fragment.
2009-12-17 Dan Winshiptests/get: updates for cookie debugging
2009-12-17 Dan WinshipClean up accept-language-auto a bit
2009-12-16 Dan Winshipfix dist
2009-12-16 Dan WinshipContent-Encoding support
2009-12-14 Dan WinshipHandle spurious CR/LFs between responses
2009-11-22 Dan WinshipDon't leak session if message is cancelled during socke...
2009-11-21 Dan Winshipsoup_multipart_new_from_message: fix to work with binar...
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-09-11 Dan WinshipFix leaks in test programs, update libsoup.supp
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-08-31 Marvin SchmidtFix timeout-test without SSL support
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-08-09 Dan WinshipFix error code when trying to https with --disable-ssl
2009-08-09 Dan WinshipAdd soup_message_disable_feature()
2009-08-09 Dan WinshipSupport "OPTIONS *" in SoupServer
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-13 Dan Winshipdistcheck fixes for sniffing-test
2009-07-13 Gustavo Noronha... Make gcc happy with body handling in sniffing-test
2009-07-10 Dan WinshipMiscellaneous content-sniffing fixes
2009-07-10 Gustavo Noronha... Actually test chunked encoding, and fix some hangs
2009-07-02 Gustavo Noronha... Implement content sniffing
2009-06-22 Dan WinshipFix POST 301 redirect behavior
2009-06-09 Dan WinshipRemove -r flag from tests/get
2009-06-07 Dan WinshipFix hostname resolution behavior
2009-05-21 Dan WinshipDon't emit "authenticate" until a message is actually...
2009-04-28 Dan WinshipFix a crash when cancelling a message from a "restarted...
2009-04-28 Dan WinshipVerify that soup_auth_is_for_proxy() is returning the...
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-18 Dan WinshipAdd more tests to tests/date.c
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-03 Dan WinshipFix the -p option in tests/get again
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 Winship Bug 576583 - Tests fail if "localhost" resolves to ::1
2009-03-23 Dan Winship Bug 566530 - Handle (illegal) unencoded spaces in...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
2009-01-29 Dan WinshipFix this; previously it would discard the entire messag...
2008-12-23 Dan Winshipadd some more warning CFLAGS, inspired by Benjamin...
2008-12-05 Dan WinshipCorrectly handle forms that have URI-encoded parameter...
2008-11-28 Dan WinshipFix this so we choose the *strongest* auth type first...
2008-11-03 Dan Winshipdon't remove the item from the queue here; it should...
2008-11-03 Dan Winshipfix srcdir/builddir mixup.
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-30 Dan Winshipdo directory listings. (wrote this a long time ago...
2008-10-22 Dan Winshipfix up some of the regression test configuration stuff...
2008-10-20 Dan Winshipadd SOUP_MAINTAINER_FLAGS here too.
2008-10-10 Dan Winshipif the caller passed the total_length of the message...
2008-10-03 Dan WinshipChange the SoupURI properties to SoupAddress properties.
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 Winshipadd a new -s flag to indicate that it's being run from...
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-07 Dan Winshipa 302 response to HEAD (or any other safe method) shoul...
2008-07-26 Dan WinshipAdd this to schedule a callback in a GMainContext ...
2008-07-26 Dan Winshipdon't add a Host header to the message if the caller...
2008-07-26 Dan Winshipadd $(GLIB_LIBS) so this still works when building...
2008-04-20 Dan Winship Fixes for GnuTLS support on Win32. #528752, patch...
2008-04-08 Dan WinshipNew interface type representing a feature that can...
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-04-05 Dan Winship Misc fixes noticed by "sparse" or by running gcc with...
2008-04-04 Dan Winshipadd a new signal "wrote-body-data" to address the probl...
2008-03-29 Dan Winshipfix the test for no-day-parsed (parse_year): likewise...
2008-03-25 Dan Winshipdon't crash if the auth_callback returns NULL (meaning...
2008-03-25 Dan WinshipRemove erroneous local run_tests variable. (Noted by...
2008-03-19 Dan Winshipcompare WWW-Authenticate auth schemes case-insensitively.
2008-03-16 Dan WinshipDefine two new signals, request_queued and request_unqu...
2008-03-14 Dan Winshipadd an orig_http_version field.
2008-03-13 Xan Lopezg_thread_init should be called before any other glib...
2008-02-28 Dan Winshiptypo in a comment
2008-02-28 Dan Winship (redirect_handler): PROPFIND is defined to be "safe and
2008-02-28 Dan WinshipRe-revert the change from 2008-02-09; the problem with...
2008-02-25 Dan Winshipremove old .cvsignore files...
2008-02-09 Dan Winshipmark the DES magic number arrays const
2008-02-09 Dan WinshipAdd an iterator type for SoupMessageHeaders.
2008-02-07 Dan WinshipRef the auth domain when adding it.
2008-02-07 Dan WinshipNew method that lets the application set a callback...
2008-02-03 Dan Winshipfix default connections-per-host again; it was defined...
2008-02-03 Dan Winshipif the request headers contain an unrecognized Expect...
next