summaryrefslogtreecommitdiff
path: root/tests/header-parsing.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Imported Upstream version 2.46.0upstream/2.46.0Zhang zhengguang1-320/+154
2012-12-04tests: fix a few bugsDan Winship1-5/+7
2012-07-13Clean up includesDan Winship1-7/+1
2012-02-03Header parsing test: verify that a full URI can appear after the "GET"Simon McVittie1-0/+24
2011-12-21soup-headers: misc improvementsDan Winship1-5/+118
2011-04-07header-parsing: update tests for RFC 5987 and multipart quoting changesDan Winship1-17/+100
2010-04-09soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship1-2/+2
2010-03-13Fix leaks found by valgrindDan Winship1-0/+1
2009-12-14Handle spurious CR/LFs between responsesDan Winship1-0/+8
2009-04-19header-parsing.c: Add tests for new bad-header-parsing rulesDan Winship1-28/+61
2009-04-03 Bug 577630 - libsoup should ignore broken Content-Type headersDan Winship1-2/+14
2009-04-03 Bug 577728 – soup_header_g_string_append_param should handle NULL valuesDan Winship1-0/+40
2009-04-03 Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship1-2/+65
2008-12-23add some more warning CFLAGS, inspired by Benjamin Otte's blog post,Dan Winship1-4/+4
2008-10-01New type and methods for working with multipart HTTP bodies (eg,Dan Winship1-1/+1
2008-10-01Update these to deal with RFC2231-encoded UTF-8 header paramsDan Winship1-0/+56
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-11/+11
2008-02-09Add an iterator type for SoupMessageHeaders.Dan Winship1-11/+8
2008-02-03if the request headers contain an unrecognized Expect: header, returnDan Winship1-10/+52
2008-01-27fix to not sometimes read beyond the end of the string.Dan Winship1-0/+2
2008-01-16Deal with Shoutcast servers, which return "ICY 200 OK", but are otherwiseDan Winship1-0/+8
2008-01-15Merge libsoup-2.4 branch to trunkDan Winship1-131/+255
2007-10-28free proxy-related stuffDan Winship1-1/+1
2007-10-28Make these less verbose by default (to make it easier to see what failedDan Winship1-36/+68
2007-09-25minor rfc850-date parsing improvement suggested by RFC2616 19.3.Dan Winship1-0/+8
2007-01-16initialize "errors" to 0. duh. Pointed out by Michael Wolf.Dan Winship1-2/+2
2007-01-06Rewrite this to be easier to understand and more correct, and make theDan Winship1-0/+621