2.27.92
[platform/upstream/libsoup.git] / tests /
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...
2008-02-03 Dan WinshipMisc fixes: don't redirect on "300 Multiple Choices...
2008-02-01 Dan Winshipdon't use "stdout" as a variable name; it's allowed...
2008-02-01 Dan Winshipnew
2008-01-28 Dan WinshipUse soup_message_headers_replace(), not soup_message_he...
2008-01-27 Dan Winshipfix mutex use to avoid a race condition
2008-01-27 Dan Winshipfix to not sometimes read beyond the end of the string.
2008-01-24 Tor LillqvistAllow autogening even without AM_PATH_LIBGCRYPT available
2008-01-18 Dan Winshiptest SOUP_AUTH_DOMAIN_REMOVE_PATH
2008-01-16 Dan WinshipDeal with Shoutcast servers, which return "ICY 200...
2008-01-16 Dan WinshipAllow the session authenticate signal to be handled...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-26 Dan Winshipwait for apache to exit, to avoid spurious test failures
2007-11-21 Dan Winshipdon't leak the async_context
2007-11-21 Dan Winshipdon't leak the SoupAddress.
2007-11-19 Dan WinshipFix the guards around the got_chunk emission so that...
2007-10-28 Dan Winshipref the socket around the processing of the message...
2007-10-28 Dan Winshipfree proxy-related stuff
2007-10-28 Dan WinshipMake these less verbose by default (to make it easier...
2007-10-09 Dan WinshipUpdate for current soup-ssl.h prototypes
2007-10-05 Dan Winshipsrcdir != builddir fixes LIBSOUP_2_2_101
next