Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-08 | test643: verify curl_mime_subparts() rejects cyclic additions. | Patrick Monnerat | |
2017-09-23 | tests: fix a compiler warning in test 643 | Michael Kaufmann | |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat | |
Also suppress length argument of curl_mime_name() (names are always zero-terminated). | |||
2017-09-03 | mime: fix signed/unsigned conversions. | Patrick Monnerat | |
Use and generate CURL_ZERO_TERMINATED in curl tool and tests. | |||
2017-09-02 | mime: tests and examples. | Patrick Monnerat | |
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. |