summaryrefslogtreecommitdiff
path: root/tests/libtest/lib589.c
Commit message (Collapse)AuthorAgeFilesLines
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-151-2/+15
| | | | | | | | | | | | ... so that a function can first use MIMEPOST and then set it to NULL to reset it back to a blank POST. Added test 584 to verify the fix. Reported-by: Christoph M. Becker Fixes #6455 Closes #6456
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-1/+1
|
* mime: tests and examples.Patrick Monnerat2017-09-021-0/+59
| | | | | | | | | | Additional mime-specific tests. Existing tests updated to reflect small differences (Expect: 100-continue, data size change due to empty lines, etc). Option -F headers= keyword added to tests. test1135 disabled until the entry point order change is resolved. New example smtp-mime. Examples postit2 and multi-post converted from form API to mime API.
* Active mode FTP test cases with server not establishing data connectionYang Tse2011-11-111-138/+0
| | | | | | | | | | | | 591 -> FTP multi PORT and 425 on upload 592 -> FTP multi PORT and 421 on upload 593 -> FTP multi PORT upload, no data conn and no transient neg. reply 594 -> FTP multi PORT upload, no data conn and no positive prelim. reply 1206 -> FTP PORT and 425 on download 1207 -> FTP PORT and 421 on download 1208 -> FTP PORT download, no data conn and no transient negative reply 1209 -> FTP PORT download, no data conn and no positive preliminary reply
* lib589.c: add CURLOPT_READDATA missing stuffYang Tse2011-10-271-4/+32
|
* test 589: active FTP upload using multi timeout and EPRT disabled serverYang Tse2011-10-261-0/+110