#
86b50a1f |
| 04-Aug-2011 |
Daniel Stenberg |
test1313: test content-disposition with uneven quotes
|
#
519d0c0d |
| 04-Aug-2011 |
Daniel Stenberg |
-J: support ';' in quoted file names Content-disposition headers can provide file names with semicolons which previously would be cut off at that point. Added test case 1311 and
-J: support ';' in quoted file names Content-disposition headers can provide file names with semicolons which previously would be cut off at that point. Added test case 1311 and 1312 to verify -J. Bug: http://curl.haxx.se/bug/view.cgi?id=3375603 Reported by: Peter Hjalmarsson
show more ...
|
#
cc3e01cf |
| 29-Jul-2011 |
Dan Fandrich |
Renumbered test2005 to test1310 The 20xx range is for multiple sequential tests.
|
#
3f9b4afd |
| 11-Jul-2011 |
Daniel Stenberg |
http error response: stop sending when error is received When libcurl has said to the server that there's a POST or PUT coming (with a content-length and all) it has to either deliver th
http error response: stop sending when error is received When libcurl has said to the server that there's a POST or PUT coming (with a content-length and all) it has to either deliver that amount of data or it needs to close the connection before trying a second request. Adds test case 1129, 1130 and 1131 The bug report is about when used with 100-continue, but the change is more generic. Bug: http://curl.haxx.se/mail/lib-2011-06/0191.html Reported by: Steven Parkes
show more ...
|
#
aa26c275 |
| 18-Jul-2011 |
Mandy Wu |
test2005: verify ntlm single-signon
|
Revision tags: curl-7_21_7 |
|
#
b122f8be |
| 11-Jun-2011 |
Daniel Stenberg |
test1309: added to the dist
|
#
36a22f90 |
| 10-Jun-2011 |
Daniel Stenberg |
unit test formpost: added test case 1308 This is a few first rather basic tests of curl_formadd() and curl_formget(). Should serve as building blocks to add more variations to the te
unit test formpost: added test case 1308 This is a few first rather basic tests of curl_formadd() and curl_formget(). Should serve as building blocks to add more variations to the test.
show more ...
|
#
c0b9dd27 |
| 07-Jun-2011 |
Daniel Stenberg |
HTTP time condition: force closure for 200 OK When a time condition isn't met, so that no body is delivered to the application even though a 2xx response is being read from the server, w
HTTP time condition: force closure for 200 OK When a time condition isn't met, so that no body is delivered to the application even though a 2xx response is being read from the server, we must close the connection to avoid a re-use of the connection to be completely tricked. Added test 1128 to verify.
show more ...
|
#
873d70a6 |
| 18-May-2011 |
Daniel Stenberg |
tests: verify OPEN/CLOSESOCKETFUNCTION Test 585 and 586 were added. Using a modified lib500.c
|
#
0c8e6f59 |
| 13-May-2011 |
Daniel Stenberg |
tests: added HTTP If-Modified-Since tests Added test 1126 and 1127 to verify curl's behaviour when If-Modified-Since is used and a 200 is returned. The list of test cases in Mak
tests: added HTTP If-Modified-Since tests Added test 1126 and 1127 to verify curl's behaviour when If-Modified-Since is used and a 200 is returned. The list of test cases in Makefile.am is now sorted numerically.
show more ...
|
#
3b1b2657 |
| 27-Apr-2011 |
Daniel Stenberg |
proxy: allow socks:// prefix in proxy string Inspired by a patch from OB.Conseil. Added test case 708 to verify.
|
Revision tags: curl-7_21_6, curl-7_21_5 |
|
#
9d191a6a |
| 11-Apr-2011 |
Daniel Stenberg |
TE: do the Connection: header When TE: is inserted in the request, we must add a "Connection: TE" as well to be HTTP 1.1 compliant. If a custom Connection: header is passed in, we mu
TE: do the Connection: header When TE: is inserted in the request, we must add a "Connection: TE" as well to be HTTP 1.1 compliant. If a custom Connection: header is passed in, we must use that and only append TE to it. Test case 1125 verifies TE: + custom Connection:.
show more ...
|
#
be973b6f |
| 08-Apr-2011 |
Daniel Stenberg |
test1124: verify gzip AND chunked transfer-encoding
|
#
0790b279 |
| 05-Apr-2011 |
Daniel Stenberg |
HTTP: add support for gzip and deflate Transfer-Encoding Transfer-Encoding differs from Content-Encoding in a few subtle ways, but primarily it concerns the transfer only and not the con
HTTP: add support for gzip and deflate Transfer-Encoding Transfer-Encoding differs from Content-Encoding in a few subtle ways, but primarily it concerns the transfer only and not the content so when discovered to be compressed we know we have to uncompress it. There will only arrive compressed transfers in a response after we have requested them with the appropriate TE: header. Test case 1122 and 1123 verify.
show more ...
|
#
d54668eb |
| 07-Apr-2011 |
Chris Smowton |
HTTP pipelining: Fix handling of zero-length responses Also add test case 584 for the same Bug: http://curl.haxx.se/bug/view.cgi?id=3214223
|
#
7f57fb35 |
| 18-Mar-2011 |
Dan Fandrich |
Added two more POP3 tests
|
#
ef1c18b9 |
| 17-Mar-2011 |
Dan Fandrich |
Added support for LISTing a single POP3 message Added tests for a number of POP3 LIST operations, including one that shows a curl problem when listing no messages, so is disabled.
|
#
0718b7e3 |
| 12-Mar-2011 |
Daniel Stenberg |
test583: verify early SSH multi remove handle This test case is meant to verify that the logic in commit 60172a0446bbe3f8b actually works. This test failed for me before that change
test583: verify early SSH multi remove handle This test case is meant to verify that the logic in commit 60172a0446bbe3f8b actually works. This test failed for me before that change and it works after it.
show more ...
|
#
0e74e1d8 |
| 07-Mar-2011 |
Henry Ludemann |
sftp-multi: test 582 added Add test 582 for uploading a file using sftp and the multi interface. (Patch and test slightly tweaked by Daniel Stenberg) Initially marked as di
sftp-multi: test 582 added Add test 582 for uploading a file using sftp and the multi interface. (Patch and test slightly tweaked by Daniel Stenberg) Initially marked as disabled until it is fixed in the source.
show more ...
|
#
c60a6153 |
| 04-Mar-2011 |
Dan Fandrich |
Moved test 577 into the unit test framework as test 1307
|
#
80225b08 |
| 04-Mar-2011 |
Dan Fandrich |
Added unit test 1306 so tests 558 & 559 are now fully replaced
|
#
fb199cd2 |
| 04-Mar-2011 |
Dan Fandrich |
Converted tests 558 & 559 to use the unit test framework as 1305 Test 558 was just a subset of 559 which is something that can be easily added later.
|
Revision tags: curl-7_21_4 |
|
#
39d0d787 |
| 08-Feb-2011 |
Julien Chaffraix |
test1304: Added some unit tests for Curl_parsenetrc. Moved some definitons into the header file so that we can reuse them.
|
#
28c830ef |
| 27-Jan-2011 |
Daniel Stenberg |
test: add test 580 to the dist
|
#
20690e41 |
| 25-Jan-2011 |
Daniel Stenberg |
tests: more multiple headers checks
|