soup-multipart-input-stream: belatedly add .h file to soup.h
[platform/upstream/libsoup.git] / tests /
2012-11-02 Dan Winshipsoup-multipart-input-stream: belatedly add .h file...
2012-10-31 Dan Winshiptests: fix some race conditions
2012-10-29 Dan Winshipsoup_header_parse_param_list: return empty GHashTable...
2012-10-22 Dan Winshiptests: add support for Apache 2.4
2012-10-22 Dan WinshipRemove now-unnecessary g_type_init() calls
2012-10-20 Carlos Garcia Campossoup-request: Add support to handle gresource URI requests
2012-10-16 Dan Winshipsoup-auth-manager-ntlm.c: don't include the default...
2012-08-25 Dan WinshipSoupConnection: fix up ::event signal emissions
2012-08-25 Dan WinshipSoupConnection: fix up states during connection
2012-08-20 Gustavo Noronha... Add missing file for last commit
2012-08-20 Gustavo Noronha... Add SoupMultipartInputStream for handling multipart...
2012-08-12 Dan Winshipvalgrindage
2012-08-10 Dan Winshiptests: parallelize proxy-test to make it faster
2012-08-07 Sergio Villar SeninSoupTLD: fix a regression in soup_tld_is_public_suffix()
2012-08-06 Dan Winshipsoup-xmlrpc: fix parsing of <methodCall> without <params>
2012-08-06 Simon McVittieAdd a simple regression test for unbound sockets
2012-08-06 Dan Winshiptld-test: update for changes to TLD data
2012-07-26 Paweł ForysiukFix building with MinGW compiler
2012-07-25 Dan Winshiptest-utils: simplify the SoupRequest test utils a bit
2012-07-24 Dan WinshipSoupSessionAsync: fix handling of timed-out SoupRequests
2012-07-17 Dan WinshipSoupConverterWrapper: handle empty "compressed" responses
2012-07-17 Dan Winshipsoup_uri_normalize: more fixes
2012-07-16 Dan Winshipsoup-tld: do not consider non suffixed domains as public
2012-07-13 Dan WinshipFix the retry-on-broken-connection codepath for SoupRequest
2012-07-13 Dan WinshipAdd some test-utils helpers for async SoupRequest usage
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipRemove an unnecessary old demo program that doesn't...
2012-07-13 Dan Winshiprequester-test: fix some debug printfs
2012-07-11 Dan WinshipSoupCookie: ignore values on httponly and secure attributes
2012-07-11 Dan WinshipFix cookies-test.c indentation
2012-06-14 Sergio Villar Seninsoup-tld: added soup_tld_* utils
2012-06-07 Colin Walterstests/date: Fix compiler warning
2012-05-27 Dan Winshipproxy-test: unskip accidentally skipped tests
2012-05-24 Dan WinshipFix the handling of trailing junk with Content-Encoding
2012-05-16 Dan WinshipCorrectly handle unsuccessful CONNECTs via request API
2012-05-16 Sergio Villar SeninTest case
2012-05-15 Dan Winshipsoup-message-io: keep cancellable alive for duration...
2012-05-04 Dan WinshipFix a few recent request API bugs, add some more tests
2012-05-02 Dan Winshiprequester-test: add an early-cancellation test
2012-04-28 Dan Winshiptests/get: use GProxyResolverDefault
2012-04-18 Dan Winshiptests: add some more SoupRequester-based tests
2012-04-18 Dan Winshipsoup-message-io: use gio streams rather than SoupSocket
2012-04-17 Dan WinshipAdd gettext support
2012-04-11 Dan Winshipsoup-session: unpause messages when cancelling them
2012-04-10 Dan Winshipsoup-session: fix up TLS/SSL property interactions
2012-03-05 Dan WinshipUse G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)
2012-03-04 Dan Winshipconnection-test, requester-test: test non-persistent...
2012-03-04 Dan Winshiptests: split connection-test out of misc-test
2012-02-28 Dan Winshiprequester-test: add some more tests
2012-02-25 Dan WinshipSoupURI: fix fallback handling of soup_uri_set_path...
2012-02-24 Dan WinshipSoupAuthManagerNTLM: fix don't-fallback-to-Basic code
2012-02-14 Dan WinshipSoupSessionAsync: don't queue idles from dispose()
2012-02-14 Dan Winshipsoup-message-server-io: fix processing of IPv6 HTTP...
2012-02-12 Dan Winshipvalgrind run...
2012-02-10 Dan Winshipsoup-uri: revert some of the previously-added return...
2012-02-08 Robert Swaintests: sniffing: Avoid loop with uninitialised length
2012-02-08 Robert Swaintests: simple-httpd: Don't leak index_path string
2012-02-03 Simon McVittieuri-parsing test: add a case that was exercised by...
2012-02-03 Simon McVittieuri-parsing test: verify that URIs are split correctly
2012-02-03 Simon McVittieHeader parsing test: verify that a full URI can appear...
2012-01-30 Dan Winshiprequester-test: add some more tests
2012-01-27 Dan Winshipchunk-test: add a check that wrote-body-data gives...
2012-01-18 Raphael Kubo da... SoupSession: Do not actually send a request if it was...
2012-01-16 Dan WinshipBelatedly add regression test for CVE-2011-2524
2011-12-22 Dan WinshipForce some SoupMessages to use a fresh SoupConnection
2011-12-21 Dan Winshipsoup-headers: misc improvements
2011-12-01 Dan Winshipsoup-session: fix some http-aliases/https-aliases problems
2011-12-01 Dan Winshipmisc-test: fix a bug
2011-12-01 Dan WinshipRequire glib 2.31 and update to new thread APIs
2011-11-30 Dan WinshipSoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TR...
2011-11-21 Dan WinshipFix distcheck
2011-11-17 Sergio Villar Senincoding-test.c: refactored and added deflate support.
2011-11-17 Sergio Villar SeninAdding zlib and raw encoded versions of mbox file for...
2011-11-13 Dan WinshipSoupAuthManagerNTLM: allow non-ASCII usernames/passwords
2011-11-13 Dan Winshipauth-test: add a test for server-closes-connection...
2011-11-13 Dan Winshipauth-test: reorganize this a bit to be more like other...
2011-11-12 Dan Winshipcontext-test: fix cleanup code to avoid a crash
2011-11-12 Dan Winshipsoup-uri: %-encode non-ASCII characters when parsing...
2011-11-08 Dan WinshipAdd SoupSession:use-thread-context
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-10-26 Dan Winshipremove unnecessary libgthread references
2011-10-20 Dan Winshipoops, I apparently didn't run "make check" after the...
2011-10-20 Dan Winshiptests: make "./tests/foo" work from the toplevel dir
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
2011-09-29 Dan Winshiplibsoup.supp: belatedly commit some fixes
2011-09-29 Dan Winshipredirect-test: add a test for accidental connection...
2011-09-19 Dan Winshiptests/ssl-test: belatedly commit this
2011-09-19 Dan Winshiptests/ssl-test: add a test of https-related functionality
2011-09-19 Dan Winshiptests: update the test ssl key
2011-09-17 Dan Winshiptests: fix a few leaks, update valgrind suppressions...
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
2011-08-16 Dan WinshipFix distcheck
2011-08-08 arnoSoupContentSniffer: don't use gio anymore
2011-08-08 Dan WinshipCall soup_message_clean_response() when restarting...
2011-07-31 Dan Winshipsoup-request-http: fix usage with non-default-context
2011-06-03 Milan CrhaFix few memory leaks
2011-05-22 Dan WinshipSoupContentDecoder: deal with broken apache Content...
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2011-04-07 Dan Winshipheader-parsing: update tests for RFC 5987 and multipart...
2011-03-21 David WoodhouseAdd restarted streaming chunk-test, which is where...
next