1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-18 07:25:14 -05:00
curl/tests/data
Daniel Stenberg 7f7fcd0d75 cookies: first n/v pair in Set-Cookie: is the cookie, then parameters
RFC 6265 section 4.1.1 spells out that the first name/value pair in the
header is the actual cookie name and content, while the following are
the parameters.

libcurl previously had a more liberal approach which causes significant
problems when introducing new cookie parameters, like the suggested new
cookie priority draft.

The previous logic read all n/v pairs from left-to-right and the first
name used that wassn't a known parameter name would be used as the
cookie name, thus accepting "Set-Cookie: Max-Age=2; person=daniel" to be
a cookie named 'person' while an RFC 6265 compliant parser should
consider that to be a cookie named 'Max-Age' with an (unknown) parameter
'person'.

Fixes #709
2016-03-10 11:26:12 +01:00
..
.gitattributes
.gitignore
CMakeLists.txt tests: move TESTCASES to Makefile.inc, add show for cmake 2014-10-13 11:50:21 +02:00
DISABLED
Makefile.am
Makefile.inc TFTP: add option to suppress TFTP option requests (Part 2) 2016-02-23 03:01:07 -05:00
test1
test2
test3
test4 Curl_add_custom_headers: support headers with no data 2011-09-13 16:17:21 -07:00
test5
test6
test7
test8
test9 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test10 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test11
test12 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test13
test14
test15
test16
test17
test18
test19
test20 Added "non-existing host" test keywords to make it easy to skip those 2009-05-20 19:30:06 +00:00
test21 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test22
test23
test24
test25
test26
test27
test28
test29
test30
test31
test32 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test33
test34
test35
test36 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test37
test38
test39
test40
test41
test42
test43
test44
test45
test46
test47
test48
test49
test50
test51
test52
test53 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test54
test55
test56
test57
test58
test59
test60 Added test case 1068 to do a simple HTTP PUT from stdin 2008-08-28 02:03:54 +00:00
test61
test62
test63 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test64 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test65
test66
test67 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test68
test69
test70
test71
test72
test73 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test74 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test75
test76
test77
test78
test79
test80
test81 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test82
test83 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test84
test85
test86 tests: added globbing keyword to URL globbing tests 2014-07-12 01:52:07 +02:00
test87
test88
test89
test90 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test91
test92
test93
test94 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test95
test96 free: instead of Curl_safefree() 2015-03-16 15:01:15 +01:00
test97
test98 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test99
test100
test101
test102
test103
test104 Adjust test number mismatch 2009-12-24 12:04:33 +00:00
test105 Adjust test number mismatch 2009-12-24 12:04:33 +00:00
test106
test107
test108 Changed some FTP tests to validate the format of the PORT and EPRT commands 2007-09-17 21:44:57 +00:00
test109
test110 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test111
test112
test113 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test114
test115
test116
test117 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test118
test119
test120 Various test file cleanups, including using <servercmd> instead of writing 2007-04-18 20:22:01 +00:00
test121 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test122 ftp: close connection as soon as ABOR has been sent 2010-11-08 20:50:52 +01:00
test123
test124
test125
test126
test127
test128
test129
test130
test131
test132 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test133
test134 FTP tests: enable text-mode for data and datacheck sections 2014-01-31 20:05:21 +01:00
test135
test136 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test137
test138
test139
test140
test141 Edited some test keywords for consistency 2008-06-21 17:56:48 +00:00
test142
test143
test144
test145 add keywords 2007-12-08 22:56:17 +00:00
test146
test147 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test148
test149
test150
test151
test152
test153
test154
test155
test156 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test157
test158
test159
test160
test161
test162 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test163
test164
test165
test166 tests: add keywords for a couple of HTTP tests 2013-08-11 19:56:05 +02:00
test167 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test168 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test169
test170 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test171 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test172 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test173
test174
test175
test176
test177
test178
test179
test180
test181
test182
test183
test184
test185
test186
test187
test188 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test189 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test190
test191
test192
test193
test194
test195 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test196
test197
test198
test199
test200
test201
test202
test203
test204 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test205
test206
test207
test208
test209
test210 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test211
test212
test213
test214
test215
test216 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test217
test218 Add keywords for a couple of currently keyword-less HTTP tests 2012-11-19 10:58:14 +01:00
test220
test221
test222
test223
test224
test225
test226
test227
test228
test229 Removed some erroneous "compressed" key words 2010-02-09 22:50:52 +00:00
test231 tests: add keywords for a couple of FILE tests 2013-08-11 19:56:14 +02:00
test233
test234
test235
test236
test237 Add FTP keywords for a couple of currently keyword-less FTP tests 2012-11-19 10:58:14 +01:00
test238
test239
test240 Convert (most of) the test data files into genuine XML. A handful still 2007-01-23 02:25:56 +00:00
test241
test242 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test243
test245
test246
test247
test248
test249
test250
test251
test252
test253
test254
test255
test256 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test257
test258
test259
test260
test261
test262
test263 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test264
test265
test266
test267 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test268
test269
test270
test271 tftp tests: verify sent options too 2015-11-06 10:55:30 +01:00
test272
test273
test274
test275 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test276 Replaced 127.0.0.1 with %HOSTIP where possible 2007-09-14 19:32:31 +00:00
test277 formpost: better random boundaries 2013-06-25 09:55:49 +02:00
test278 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test279
test280
test281
test282
test283
test284
test285
test286
test287
test288
test289
test290
test291
test292
test293
test294
test295
test296
test297 Added test cases 296, 297 and 298 to test --ftp-method handling 2007-04-18 06:30:28 +00:00
test298
test299
test300
test301
test302 test1509: verify proxy header response headers count 2013-03-27 15:30:46 +01:00
test303 added an additional second to allow test to pass on heavily loaded servers 2010-02-03 01:41:07 +00:00
test304
test305
test306 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
test307 Added key words to all SSL-using tests so they can be skipped if necessary. 2008-02-09 02:08:34 +00:00
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 Added PEM certificate keyword 2010-01-18 20:20:07 +00:00
test313
test320
test321 test320/1/2/4: fix the port number substitution variables 2014-07-11 23:47:33 +02:00
test322
test323 TLS-SRP: support added when using GnuTLS 2011-01-19 20:35:02 +01:00
test324
test325 test325: verify --proto-redir https=>http 2014-04-23 22:36:01 +02:00
test350
test351
test352
test353
test354
test400
test401
test402
test403
test404
test405
test406 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test407
test408 tests: mark IPv6 FTP and FTPS tests with the FTP keyword 2016-01-07 14:30:55 +01:00
test409
test500
test501
test502 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test503
test504
test505
test506 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test507
test508
test509
test510 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test511 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
test512
test513
test514
test515
test516
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
test520
test521
test522
test523
test524 ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on 2007-02-13 22:50:16 +00:00
test525
test526 Added multi keyword 2008-08-26 20:11:12 +00:00
test527 Added multi keyword 2008-08-26 20:11:12 +00:00
test528 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test529
test530
test531
test532 Added multi keyword 2008-08-26 20:11:12 +00:00
test533
test534
test535
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
test539
test540 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test541 tests: add keywords for a couple of FTP tests 2013-08-11 19:56:01 +02:00
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 test545: make it not use a trailing zero 2014-10-16 23:40:49 +02:00
test546
test547
test548
test549
test550
test551
test552 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test553
test554
test555
test556
test557
test558 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test560
test561
test562
test563
test564
test565
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
test569
test570
test571
test572 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test573 Added the "flaky" keyword to a number of tests 2014-10-26 13:50:38 +01:00
test574 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test575
test576
test578 testsuite: use binary output mode for custom curl test tools 2014-02-14 20:12:27 +01:00
test579
test580
test581 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test582
test583
test584
test585
test586
test587
test588
test590 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test591 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test592
test593 tests: Moved some comments so the test data files parse as XML 2014-02-03 00:23:34 +01:00
test594
test595
test596
test597
test598
test599
test600
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 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test608 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test609
test610
test611
test612
test613 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test614 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test615
test616
test617 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test618
test619
test620
test621
test622
test623
test624
test625
test626 use --insecure for the SFTP and SCP tests 2009-07-28 17:55:00 +00:00
test627
test628
test629
test630
test631
test632
test633
test634
test635
test636
test637
test638
test639 test: SFTP quote commands with * prefix 2011-11-18 20:30:46 +01:00
test640
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
test704
test705
test706
test707 tests 706 and 707: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:48:36 +01:00
test708
test709
test710 test710: verify that --proxy socks5://hostname works 2011-08-05 00:46:59 +02:00
test711
test712
test800
test801
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
test805
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
test809 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test810
test811 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test812
test813
test814 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test815
test816 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test817
test818
test819
test820
test821
test822
test823
test824 tests: Renamed existing OAuth 2.0 (XOAUTH) tests 2015-11-14 11:19:57 +00:00
test825
test826
test827
test828
test829
test830 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test831
test832
test833
test834 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test835
test836
test837
test838
test839
test840
test841
test842
test843
test844
test845
test850
test851
test852 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test853
test854
test855
test856
test857
test858 tests: Added "Clear Text" authentication keyword 2014-03-30 11:34:23 +01:00
test859
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
test863
test864
test865
test866 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test867
test868
test869
test870
test871
test872
test873
test874
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
test878
test879
test880
test881
test882
test883
test884 tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests 2015-01-28 19:51:15 +00:00
test885
test886
test887
test888
test889
test890
test900
test901
test902
test903
test904 tests: Replaced email authentication keywords with SASL based keywords 2014-03-30 11:56:42 +01:00
test905
test906
test907 sasl: Added back qop argument mistakenly removed in e95ca7ce 2014-06-15 14:11:35 +02:00
test908
test909 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test910
test911
test912 tests: remove trailing CRs from keywords 2014-03-30 17:05:22 +02:00
test913
test914
test915 tests: Updated email addresses in SMTP tests following recent changes 2013-09-29 16:48:02 +01:00
test916
test917
test918
test919
test920
test921 NTLM: set a fake entropy for debug builds with CURL_ENTROPY set 2014-06-11 23:15:48 +02:00
test922
test923 tests: Corrected missing data reply sections from 3d50e91aee 2013-11-16 17:19:26 +00:00
test924
test925
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
test929
test930
test931
test932
test933
test934
test935
test936
test937 tests: Disabled DIGEST-MD5 tests when running with SSPI enabled 2014-04-06 16:32:59 +01:00
test938
test939
test940
test941
test942 tests: Grouped SMTP SASL EXTERNAL tests with other SMTP tests 2015-01-28 19:55:06 +00:00
test943
test944
test945
test946 tests: Corrected copy and pasted comments from commit e643c5c908 2015-12-03 23:31:24 +00:00
test947 tests: Corrected copy and pasted comments from commit e643c5c908 2015-12-03 23:31:24 +00:00
test948 tests: Corrected copy and pasted comments from commit e643c5c908 2015-12-03 23:31:24 +00:00
test949
test1000
test1001
test1002
test1003
test1004
test1005
test1006
test1007
test1008
test1009
test1010
test1011
test1012 Do not mix CRLF and LF header endings in a couple of HTTP tests 2012-11-19 10:58:02 +01:00
test1013 now returns 0 2008-06-01 22:04:09 +00:00
test1014
test1015
test1016 Added Range keyword 2008-08-14 19:18:18 +00:00
test1017
test1018 Added Range keyword 2008-08-14 19:18:18 +00:00
test1019 Added Range keyword 2008-08-14 19:18:18 +00:00
test1020
test1021
test1022
test1023
test1024 Added test case 1024 to test a scenario similar to the one reported 2008-04-10 04:21:08 +00:00
test1025 Added test case 1025 to test a command-line cookie with Location: following 2008-04-10 18:18:55 +00:00
test1026
test1027
test1028
test1029
test1030
test1031
test1032
test1033
test1034
test1035
test1036
test1037
test1038
test1039
test1040
test1041
test1042 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1043
test1044 Added test 1044 to test large file support in ftp with -I. 2008-07-26 20:09:36 +00:00
test1045
test1046
test1047
test1048
test1049
test1050 tests 1048 and 1050: use datacheck mode text for ASCII-mode LISTings 2015-12-24 14:56:47 +01:00
test1051 - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and 2008-08-04 22:00:22 +00:00
test1052
test1053
test1054 Added keywords 2008-07-31 02:51:44 +00:00
test1055
test1056
test1057
test1058
test1059
test1060
test1061
test1062
test1063
test1064
test1065
test1066
test1067
test1068
test1069
test1070
test1071 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1072
test1073 Fixed misleading test message 2010-03-31 22:22:37 -07:00
test1074
test1075 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1076
test1077
test1078
test1079
test1080
test1081
test1082
test1083
test1084
test1085 callbacks: acknowledge progress callback error returns 2010-08-10 23:16:08 +02:00
test1086 Added the "flaky" keyword to a number of tests 2014-10-26 13:50:38 +01:00
test1087 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test1088
test1089
test1090
test1091
test1092
test1093
test1094
test1095 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1096
test1097
test1098
test1099 tftp tests: verify sent options too 2015-11-06 10:55:30 +01:00
test1100
test1101 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1102
test1103
test1104
test1105
test1106
test1107
test1108 - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This 2010-01-01 14:44:44 +00:00
test1109
test1110
test1111
test1112
test1113
test1114
test1115
test1116
test1117
test1118 URL-parsing: consider ? a divider 2010-10-19 20:20:06 +02:00
test1119
test1120 Fixed closing test tag 2011-04-20 16:51:44 -07:00
test1121 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test1122
test1123
test1124
test1125
test1126
test1127
test1128
test1129 http error response: stop sending when error is received 2011-07-20 00:08:41 +02:00
test1130
test1131 http error response: stop sending when error is received 2011-07-20 00:08:41 +02:00
test1132
test1133
test1134
test1135
test1136 cookie: do not refuse cookies for localhost 2016-03-08 15:27:43 +01:00
test1137
test1138
test1200
test1201 Tweaked some test data files 2010-08-25 16:43:26 -07:00
test1202
test1203 Fixed the IPv6 host address in test1203 2010-10-14 12:45:01 -07:00
test1204
test1205
test1206
test1207
test1208
test1209
test1210
test1211
test1212
test1213
test1214 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test1215
test1216 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test1217
test1218
test1219
test1220 tests: add keywords to the last 7 tests lacking them 2014-04-03 11:06:24 +02:00
test1221
test1222
test1223
test1224
test1225
test1226 FTP: access files in root dir correctly 2013-04-12 22:43:13 +02:00
test1227
test1228
test1229
test1230
test1231
test1232
test1233
test1234
test1235
test1236
test1237
test1238
test1239
test1240
test1241 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test1242
test1243
test1300 unittests: a dedicated feature in tests 2011-01-03 22:42:46 +01:00
test1301
test1302
test1303
test1304
test1305 Added unit test 1306 so tests 558 & 559 are now fully replaced 2011-03-04 15:13:12 -08:00
test1306
test1307
test1308
test1309
test1310
test1311 -J: support ';' in quoted file names 2011-08-04 17:48:45 +02:00
test1312
test1313 test1313: test content-disposition with uneven quotes 2011-08-04 23:25:55 +02:00
test1314
test1315
test1316 FTP tests: enable text-mode for more datacheck sections 2014-02-01 13:43:19 +01:00
test1317
test1318
test1319
test1320 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test1321
test1325
test1326
test1327
test1328
test1329
test1330
test1331
test1332 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1333 Remove stray CRLF in chunk-encoded content-free request bodies 2012-11-26 15:28:53 +01:00
test1334
test1335
test1336 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1337
test1338
test1339
test1340 testsuite: more Windows line-endings fixes 2014-02-15 09:19:27 +01:00
test1341
test1342
test1343
test1344
test1345
test1346 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1347
test1348 test suite: stop conversion of valid output to CRLF on Windows 2014-02-01 13:49:58 +01:00
test1349
test1350
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
test1354
test1355
test1356 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1357
test1358
test1359 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1360
test1361
test1362
test1363
test1364
test1365
test1366
test1367 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:27 +01:00
test1368
test1369
test1370
test1371
test1372
test1373
test1374 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1375
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
test1379 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1380
test1381
test1382
test1383
test1384 Fixed some XML syntax issues in the test data 2014-01-17 00:32:02 +01:00
test1385
test1386
test1387 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1388
test1389 HTTP tests: use CRLF as header seperator according to RFC 2616 2014-02-14 20:12:28 +01:00
test1390
test1391
test1392
test1393
test1394 unit1394.c: plug the curl tool unit test in 2013-05-06 15:03:13 +02:00
test1395 dotdot: introducing dot file path cleanup 2013-06-22 14:15:07 +02:00
test1396
test1397 test1397: unit test for certificate name wildcard handling 2014-03-25 23:01:37 +01:00
test1398
test1400 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test1401
test1402
test1403
test1404 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test1405 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test1406
test1407 URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
test1408 tests: unified use of some keywords 2014-04-03 11:49:49 +02:00
test1409
test1410 tests: add 'FAILURE' keywords to tests 1409 and 1410 2013-08-11 19:56:11 +02:00
test1411
test1412
test1413
test1414
test1415
test1416 test1416: verify the chunked size overflow detection 2014-01-17 08:37:44 +01:00
test1417
test1418
test1419
test1420
test1421
test1422 test142[23]: verify that an empty file is stored on success 2015-04-08 09:43:13 +02:00
test1423
test1424
test1428
test1429 HTTP: return larger than 3 digit response codes too 2014-10-27 16:28:10 +01:00
test1430
test1431
test1432
test1433 HTTP: return larger than 3 digit response codes too 2014-10-27 16:28:10 +01:00
test1434
test1435
test1436
test1437 Added test 1437 to verify a memory leak 2016-02-19 10:45:09 +01:00
test1500 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1501
test1502
test1503
test1504 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1505
test1506
test1507
test1508
test1509 Proxy-Connection: stop sending this header by default 2016-02-08 11:09:40 +01:00
test1510
test1511
test1512 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1513
test1514 testsuite: changed HTTP and RTSP header line-endings to CRLF 2014-02-14 20:12:26 +01:00
test1515
test1516
test1520
test1525
test1526
test1527
test1528
test1529
test1530
test1531
test1600
test1601 unit1601: MD5 unit tests 2015-02-03 23:05:55 +01:00
test1602
test1603
test1604 tool_doswin: Improve sanitization processing 2016-02-05 01:44:27 -05:00
test1800
test1801
test1900
test1901
test1902
test1903
test2000
test2001
test2002
test2003
test2004
test2005
test2006
test2007 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2008
test2009 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2010
test2011 metalink tests: Updated expected output to include hash name 2012-09-17 07:35:11 +02:00
test2012 test2005 to test2016: improve failure detection 2012-06-29 15:44:50 +02:00
test2013
test2014
test2015 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2016
test2017
test2018
test2019
test2020 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2021 code/docs: Use Unix rather than UNIX to avoid use of the trademark 2014-12-26 21:42:44 +00:00
test2022
test2023 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2024
test2025
test2026 http: always send Host: header as first header 2015-03-12 12:15:24 +01:00
test2027
test2028
test2029
test2030
test2031
test2032
test2033
test2034
test2035
test2036 test2036: verify -O with no slash at all in the URL 2014-10-09 16:50:26 +02:00
test2037
test2038
test2039 test2039: fixed line endings that caused a test failure 2015-04-25 10:17:46 +02:00
test2040
test2041
test2042 SSL: Pinned public key hash support 2015-07-01 19:43:47 +02:00
test2043 SSL: Add an option to disable certificate revocation checks 2015-07-17 02:40:16 -04:00
test2044
test2045
test2046
test2047
test2048