curl/tests/data
Brandon Casey 6beb0eeea1 Ensure progress.size_dl/progress.size_ul are always >= 0
Historically the default "unknown" value for progress.size_dl and
progress.size_ul has been zero, since these values are initialized
implicitly by the calloc that allocates the curl handle that these
variables are a part of.  Users of curl that install progress
callbacks may expect these values to always be >= 0.

Currently it is possible for progress.size_dl and progress.size_ul
to by set to a value of -1, if Curl_pgrsSetDownloadSize() or
Curl_pgrsSetUploadSize() are passed a "size" of -1 (which a few
places currently do, and a following patch will add more).  So
lets update Curl_pgrsSetDownloadSize() and Curl_pgrsSetUploadSize()
so they make sure that these variables always contain a value that
is >= 0.

Updates test579 and test599.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
2014-09-07 23:23:12 +02:00
..
.gitattributes
DISABLED DISABLED: 836, 882 and 938 hang 2014-03-30 23:36:57 +02:00
Makefile.am tests: Added test1420 to the makefile 2014-09-07 12:13:34 +01:00
test1
test2
test3
test4
test5
test6
test7
test8
test9
test10 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test11 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test12 Fixed the XML syntax of a few test files. 2008-07-17 22:39:23 +00:00
test13 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test14 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test15
test16
test17 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test18 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test19
test20
test21
test22
test23
test24
test25 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test26 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test27
test28
test29
test30
test31 cookies: follow-up fix for path checking 2013-06-12 11:19:56 +02:00
test32
test33 tests: Fix a couple of incomplete response lines 2014-07-26 23:12:53 +02:00
test34
test35
test36
test37
test38
test39
test40
test41
test42 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test43
test44
test45
test46
test47
test48
test49
test50
test51
test52
test53
test54
test55
test56 Edited some test keywords for consistency 2008-06-21 17:56:48 +00:00
test57 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test58
test59
test60
test61 cookies: change the URL in the cookie jar file header 2012-07-03 11:27:45 +02:00
test62
test63
test64
test65
test66 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test67 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test68 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test69 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test70
test71
test72
test73 cookies: change the URL in the cookie jar file header 2012-07-03 11:27:45 +02:00
test74 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test75 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test76
test77 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test78 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test79
test80
test81 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test82
test83 login options: remove the ;[options] support from CURLOPT_USERPWD 2013-12-14 22:40:37 +01:00
test84
test85
test86 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test87 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test88 HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue 2014-04-04 15:46:35 +02:00
test89 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test90 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test91 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test92
test93
test94 test1509: verify proxy header response headers count 2013-03-27 15:30:46 +01:00
test95
test96 test96: Updated accordly for recent changes 2014-02-28 09:45:38 +00:00
test97
test98
test99
test100 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test101 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test102
test103
test104
test105
test106
test107
test108
test109
test110 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test111
test112
test113
test114
test115 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test116 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test117
test118
test119
test120 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test121
test122
test123
test124 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test125
test126
test127
test128 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test129
test130 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test131 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test132 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test133 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test134 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test135
test136
test137
test138
test139
test140
test141
test142
test143
test144
test145
test146
test147 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test148 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test149
test150 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test151
test152
test153 Added some <keywords> sections and use some key words more consistently. 2007-10-12 01:44:22 +00:00
test154 Added some <keywords> sections and use some key words more consistently. 2007-10-12 01:44:22 +00:00
test155 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test156
test157
test158
test159 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test160 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test161
test162 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test163
test164
test165
test166
test167
test168
test169 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test170 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test171
test172 tests: Fixed test172 cookie expiry 2014-02-02 11:01:10 +00:00
test173
test174
test175
test176 tests: added missing HTTP NTLM auth keywords 2014-03-15 10:54:49 +01:00
test177
test178
test179
test180
test181 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test182 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test183 - I removed the default use of "Pragma: no-cache" from libcurl when a proxy is 2008-11-19 22:00:14 +00:00
test184
test185
test186
test187
test188
test189
test190
test191
test192
test193
test194 http: fix the Content-Range: parser 2014-08-15 10:02:47 +02:00
test195
test196
test197
test198
test199 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test200
test201
test202 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test203
test204
test205 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test206
test207 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test208
test209 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test210 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test211
test212 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test213 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test214
test215 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test216
test217
test218
test220
test221
test222
test223
test224
test225
test226
test227 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test228
test229 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test231
test233
test234
test235
test236
test237
test238
test239 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test240
test241
test242
test243 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test245
test246 Added some <keywords> sections and use some key words more consistently. 2007-10-12 01:44:22 +00:00
test247
test248
test249
test250 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test251 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test252 Added IPv6 keywords for some more tests that require IPv6 networking support 2008-06-12 23:50:57 +00:00
test253
test254
test255
test256
test257
test258
test259
test260
test261
test262
test263
test264
test265 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test266
test267 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test268
test269
test270
test271
test272
test273
test274
test275
test276
test277
test278
test279
test280 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test281
test282 Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or 2007-06-25 13:58:14 +00:00
test283 Don't tear down the ftp connection if the maximum filesize was exceeded 2007-03-30 01:13:47 +00:00
test284
test285
test286
test287 test1509: verify proxy header response headers count 2013-03-27 15:30:46 +01:00
test288
test289
test290 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test291
test292
test293 Always use nocheck="yes" for consistency 2009-01-07 21:57:26 +00:00
test294 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test295
test296 Added test cases 296, 297 and 298 to test --ftp-method handling 2007-04-18 06:30:28 +00:00
test297
test298
test299 - When doing non-anonymous ftp via http proxies and the password is not 2009-06-16 13:16:28 +00:00
test300
test301
test302
test303
test304
test305
test306
test307
test308 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
test309
test310
test311
test312
test313
test320 test320: strip off the actual negotiated cipher width 2014-07-15 01:01:39 +02:00
test321 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test322 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test323
test324 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test325 test325: verify --proto-redir https=>http 2014-04-23 22:36:01 +02:00
test350 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test351 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test352 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test353 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test354
test400
test401 Added ftps upload test 401 2007-03-29 22:50:23 +00:00
test402 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test403
test404
test405 - Fixed test case 405 to not fail when libcurl is built with GnuTLS 2008-02-20 12:18:08 +00:00
test406
test407 Added FTPS test cases 406 and 407 2007-05-08 22:14:30 +00:00
test408 Changed some FTP tests to validate the format of the PORT and EPRT commands 2007-09-17 21:44:57 +00:00
test409
test500 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test501
test502 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test503 test1509: verify proxy header response headers count 2013-03-27 15:30:46 +01:00
test504 multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
test505
test506 test506: verify aa68848451 2014-07-16 00:09:58 +02:00
test507
test508 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test509 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test510 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test511
test512 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test513
test514 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test515 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test516 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test517 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test518 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test519 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test520 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test521 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test522 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test523 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test524
test525
test526
test527
test528 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test529
test530 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test531
test532
test533 - Fred Machado posted about a weird FTP problem on the curl-users list and when 2008-12-08 20:20:51 +00:00
test534
test535 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test536 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test537 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test538 multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
test539 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test540 tests: phase out haxx.se 2011-03-09 23:05:44 +01:00
test541
test542
test543 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test544 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test545 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test546
test547 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test548 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test549 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test550 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test551 tests: Made the crypto test feature usable 2014-02-17 09:50:46 +01:00
test552 tests: added missing HTTP NTLM auth keywords 2014-03-15 10:54:49 +01:00
test553 tests: added missing HTTP NTLM auth keywords 2014-03-15 10:54:49 +01:00
test554 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test555 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test556 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test557 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test558 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test560 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test561 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test562
test563
test564
test565 tests: Made the crypto test feature usable 2014-02-17 09:50:46 +01:00
test566 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test567 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test568 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test569
test570 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test571 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test572 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test573 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test574 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test575 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test576 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test578 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test579 Ensure progress.size_dl/progress.size_ul are always >= 0 2014-09-07 23:23:12 +02:00
test580 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test581 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test582 tests: disable valgrind on the remaining scp/sftp tests 2014-03-15 10:41:40 +01:00
test583 tests: disable valgrind on the remaining scp/sftp tests 2014-03-15 10:41:40 +01:00
test584 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test585 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test586
test587
test588 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test590 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test591 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test592 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test593 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test594 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test595 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test596 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test597
test598 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test599 Ensure progress.size_dl/progress.size_ul are always >= 0 2014-09-07 23:23:12 +02:00
test600 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test601
test602 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test603
test604 tests: disable valgrind on the remaining scp/sftp tests 2014-03-15 10:41:40 +01:00
test605
test606
test607
test608
test609 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test610
test611
test612
test613
test614 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test615 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test616 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test617
test618
test619
test620
test621
test622
test623 tests: disable valgrind on the remaining scp/sftp tests 2014-03-15 10:41:40 +01:00
test624
test625 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test626
test627 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test628
test629
test630
test631
test632
test633
test634
test635
test636
test637
test638
test639
test640 test640/1: add tests for --head with sftp and scp 2014-03-14 23:38:00 +01:00
test641 test640/1: add tests for --head with sftp and scp 2014-03-14 23:38:00 +01:00
test700
test701 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test702
test703 Cleaned up SOCKS tests. Use a magic port number instead of killserver 2007-06-07 20:14:00 +00:00
test704
test705
test706 Incorporated Daniel Black's test706 and test707 SOCKS test cases. 2007-06-08 17:21:40 +00:00
test707
test708
test709 test709: clarify the test in the name 2013-04-25 23:42:38 +02:00
test710 test710: verify that --proxy socks5://hostname works 2011-08-05 00:46:59 +02:00
test711
test712 ftp_state_pasv_resp: connect through proxy also when set by env 2013-04-26 16:49:25 +02:00
test800 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test801 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test802 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test803 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test804 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test805 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test806 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test807 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test808 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test809 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test810 test810: Updated to use new IMAP URL query string functionality 2014-04-18 16:51:50 +01:00
test811 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test812 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test813 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test814 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test815 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test816 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test817 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test818 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test819 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test820 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test821 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test822 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test823 sasl: Added back qop argument mistakenly removed in e95ca7ce 2014-06-15 14:11:35 +02:00
test824 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test825 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test826 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test827 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test828 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test829 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test830 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test831 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test832 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test833 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test834 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test835 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test836 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test850 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test851 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test852 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test853 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test854 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test855 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test856 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test857 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test858 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test859 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test860 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test861 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test862 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test863 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test864 tests: Corrected "APOP" authentication keyword 2014-03-30 12:00:33 +01:00
test865 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test866 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test867 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test868 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test869 sasl: Added back qop argument mistakenly removed in e95ca7ce 2014-06-15 14:11:35 +02:00
test870 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test871 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test872 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test873 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test874 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test875 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test876 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test877 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test878 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test879 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test880 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test881 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test882 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test900
test901
test902
test903 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test904 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test905 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test906 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test907 sasl: Added back qop argument mistakenly removed in e95ca7ce 2014-06-15 14:11:35 +02:00
test908 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test909
test910
test911
test912 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test913 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test914 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test915
test916 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test917
test918 tests: Added error code explanation comments 2013-11-24 12:35:45 +00:00
test919 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test920 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test921 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test922 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test923 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test924 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test925 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test926 test926: Corrected unknown user reply from commit 0d735c29f9 2013-11-16 20:33:08 +00:00
test927 tests: Added SMTP EXPN command test 2013-11-17 00:20:58 +00:00
test928 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test929 tests: added some missing closing tags 2014-04-03 11:49:48 +02:00
test930 tests: Added SMTP NOOP and RSET tests 2013-11-17 12:52:42 +00:00
test931 tests: Moved CR LF in URL tests to their respective protocol groups 2013-11-23 14:49:50 +00:00
test932 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test933 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test934 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test935 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test936 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test937 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test938 test938: Updated to use file input for upload 2014-03-30 22:40:34 +01:00
test939 tests: Added SMTP with credentials test for RFC-821 based server 2014-03-31 20:55:58 +01:00
test940 tests: Added SMTP with credientials test when not supported by server 2014-04-01 07:19:29 +01:00
test1000
test1001 HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue 2014-04-04 15:46:35 +02:00
test1002 HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue 2014-04-04 15:46:35 +02:00
test1003
test1004
test1005
test1006
test1007
test1008 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test1009
test1010 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1011
test1012
test1013
test1014
test1015
test1016
test1017
test1018
test1019
test1020
test1021 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test1022
test1023
test1024
test1025
test1026
test1027 Fixed the XML syntax of a few test files. 2008-07-17 22:39:23 +00:00
test1028
test1029 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-01 13:47:00 +01:00
test1030
test1031
test1032 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1033
test1034
test1035
test1036
test1037
test1038
test1039
test1040
test1041 tests: Fix a couple of incomplete response lines 2014-07-26 23:12:53 +02:00
test1042
test1043
test1044
test1045
test1046
test1047 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1048 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1049
test1050
test1051
test1052
test1053
test1054
test1055
test1056
test1057
test1058
test1059
test1060
test1061
test1062
test1063
test1064
test1065
test1066
test1067
test1068
test1069
test1070
test1071
test1072
test1073
test1074
test1075
test1076
test1077
test1078
test1079
test1080 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1081 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1082
test1083
test1084
test1085
test1086
test1087
test1088
test1089
test1090
test1091
test1092
test1093
test1094
test1095
test1096
test1097 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test1098 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-01 13:47:00 +01:00
test1099 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1100 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test1101
test1102
test1103
test1104
test1105
test1106
test1107
test1108
test1109
test1110
test1111 Julien Chaffraix adjusted "<name> section" line length 2010-01-22 07:32:09 +00:00
test1112
test1113 test1113: fix line-endings checks on Windows after 75f00de5 2014-02-15 09:12:59 +01:00
test1114 test1114: fix line-endings checks on Windows after 75f00de 2014-02-15 09:14:36 +01:00
test1115 tests: Made the crypto test feature usable 2014-02-17 09:50:46 +01:00
test1116
test1117
test1118
test1119 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1120
test1121
test1122
test1123 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1124 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1125
test1126
test1127
test1128
test1129
test1130
test1131
test1132 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1133 formpost: use semicolon in multipart/mixed 2014-02-07 09:43:36 +01:00
test1134 test1134: verify CREDSPERREQUEST for HTTP 2014-05-18 16:55:03 +02:00
test1200
test1201
test1202
test1203
test1204
test1205
test1206
test1207
test1208
test1209
test1210
test1211
test1212 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1213
test1214
test1215 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test1216
test1217
test1218
test1219
test1220 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test1221 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1222 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1223
test1224
test1225
test1226
test1227
test1228 tests: Added a keyword for tests depending on internal info logs 2014-01-24 23:39:05 +01:00
test1229
test1230 curl: stop interpreting IPv6 literals as glob patterns. 2014-03-30 23:45:29 +02:00
test1231
test1232
test1233
test1234 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test1235 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test1236
test1237 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1238
test1239
test1240
test1300
test1301
test1302
test1303
test1304
test1305
test1306
test1307
test1308
test1309 testsuite: more Windows line-endings fixes 2014-02-15 09:19:27 +01:00
test1310
test1311
test1312
test1313
test1314
test1315
test1316 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1317
test1318
test1319 tests: added missing <features> http to a number of tests 2014-01-25 12:47:04 +01:00
test1320 tests: added missing <features> http to a number of tests 2014-01-25 12:47:04 +01:00
test1321 tests: added missing <features> http to a number of tests 2014-01-25 12:47:04 +01:00
test1325 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1326
test1327
test1328 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test1329
test1330 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1331 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1332 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1333
test1334 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1335 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1336 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1337 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1338 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1339 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1340 testsuite: more Windows line-endings fixes 2014-02-15 09:19:27 +01:00
test1341 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1342 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1343 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1344 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1345 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1346 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1347 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1348 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1349 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1350 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1351 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1352 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1353 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1354 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1355
test1356 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1357 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1358 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1359 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1360 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1361 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1362 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1363 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1364 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1365 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1366 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1367 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1368 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1369 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1370 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1371 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1372 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1373 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1374 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1375 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1376 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1377 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1378 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1379 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1380 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1381 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1382 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1383 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1384 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1385 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1386 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1387 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1388 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1389 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1390 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1391 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1392 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1393 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1394
test1395
test1396
test1397 test1397: unit test for certificate name wildcard handling 2014-03-25 23:01:37 +01:00
test1398 mprintf: allow %.s with data not being zero terminated 2014-05-04 23:39:52 +02:00
test1400
test1401
test1402
test1403
test1404 tests: For consistency added --libcurl to test name 2014-09-07 11:19:08 +01:00
test1405 tests: For consistency added --libcurl to test name 2014-09-07 11:19:08 +01:00
test1406 tests: Updated "based on" text due to email test renumbering 2014-09-07 11:19:10 +01:00
test1407 tests: Added more "Clear Text" authentication keywords 2014-09-07 11:37:10 +01:00
test1408 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1409
test1410
test1411 HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue 2014-04-04 15:46:35 +02:00
test1412
test1413
test1414
test1415 tests: Added missing HTTP proxy keywords 2014-01-25 16:55:05 +01:00
test1416 test1416: verify the chunked size overflow detection 2014-01-17 08:37:44 +01:00
test1417 test1417: verify chunked-encoding transfer without CR 2014-01-17 08:37:44 +01:00
test1418 ConnectionExists: re-use connections better 2014-02-16 14:30:02 +01:00
test1419 ConnectionExists: re-use connections better 2014-02-16 14:30:02 +01:00
test1420 test1420: Removed unnecessary CURLOPT setting 2014-09-07 12:09:29 +01:00
test1428 test1428: verify --proxy-header 2014-04-04 17:03:43 +02:00
test1500 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1501
test1502 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1503 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1504 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1505 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1506 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1507
test1508 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test1509 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1510 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1511 tests: Fix a couple of incomplete response lines 2014-07-26 23:12:53 +02:00
test1512 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1513 tests: Added missing http feature to tests 509 & 1513 2014-01-24 23:14:00 +01:00
test1514 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1515 tests: add test for bug #1303 (dns cache timeout) 2014-02-06 23:03:34 +01:00
test1516 tests: add test for bug #1327 (dns cache timeout) 2014-02-06 23:03:34 +01:00
test1525 CURLOPT_HEADEROPT: added 2014-04-04 17:03:43 +02:00
test1526 CURLOPT_PROXYHEADER: set headers for proxy-only 2014-04-04 17:03:43 +02:00
test1527 CURLOPT_PROXYHEADER: set headers for proxy-only 2014-04-04 17:03:43 +02:00
test1528 PROXYHEADER: send these headers in "normal" proxy requests too 2014-04-04 17:03:43 +02:00
test1900 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test1901 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test1902 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test1903 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test2000
test2001
test2002
test2003
test2004
test2005
test2006
test2007
test2008
test2009 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2010
test2011
test2012
test2013
test2014
test2015
test2016
test2017
test2018
test2019
test2020
test2021
test2022
test2023
test2024
test2025 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test2026
test2027
test2028 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test2029 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test2030 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test2031 tests: Disabled NTLM tests when running with SSPI enabled 2013-12-28 20:37:00 +00:00
test2032 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test2033 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00