Age | Commit message (Expand) | Author |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2018-01-07 | scripts: allow all perl scripts to be run directly | Jay Satiro |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-12-30 | test1554: improve the error handling | Michael Kaufmann |
2017-12-30 | test1554: add global initialization and cleanup | Michael Kaufmann |
2017-12-10 | tests: update .gitignore for libtests | Michael Kaufmann |
2017-12-01 | lib582: do not verify host for SFTP | Nikos Mavrogiannopoulos |
2017-11-09 | test1554: verify connection cache sharing | Daniel Stenberg |
2017-11-01 | tests: Fixed torture tests on tests 556 and 650 | Dan Fandrich |
2017-11-01 | CURLOPT_MAXREDIRS: allow -1 as a value | Daniel Stenberg |
2017-10-24 | libtest: Add required test libraries for lib1552 and lib1553 | Paul Howarth |
2017-10-20 | test653: check reuse of easy handle after mime data change | Patrick Monnerat |
2017-10-19 | test652: curl_mime_data + base64 encoder with large contents | Patrick Monnerat |
2017-10-13 | test651: curl_formadd with huge COPYCONTENTS | Daniel Stenberg |
2017-10-12 | mime: keep "text/plain" content type if user-specified. | Patrick Monnerat |
2017-10-08 | test643: verify curl_mime_subparts() rejects cyclic additions. | Patrick Monnerat |
2017-10-07 | pingpong: return error when trying to send without connection | Daniel Stenberg |
2017-10-06 | multi_cleanup: call DONE on handles that never got that | Daniel Stenberg |
2017-09-24 | tests: adjust .gitignore for new tests | Michael Kaufmann |
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 |
2017-09-15 | tests: add initial gssapi test using stub implementation | Isaac Boukris |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-07 | form API: add new test 650. | Patrick Monnerat |
2017-09-03 | mime: fix signed/unsigned conversions. | Patrick Monnerat |
2017-09-02 | mime: tests and examples. | Patrick Monnerat |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-08-26 | tests: Make sure libtests & unittests call curl_global_cleanup() | Dan Fandrich |
2017-08-19 | tests: Make sure libtests call curl_global_cleanup() | Dan Fandrich |
2017-08-17 | lib557: no longer use CURL_SIZEOF_* defines | Daniel Stenberg |
2017-07-16 | libtest: fix MSVC warning C4706 | Marcel Raad |
2017-07-11 | strerror: Preserve Windows error code in some functions | Jay Satiro |
2017-07-10 | tests: Fix up issues with errno in test files | Max Dymond |
2017-07-03 | url: make the original string get used on subsequent transfers | Daniel Stenberg |
2017-06-30 | test1521: fix out-of-tree builds, broken with 467da3af | Dan Fandrich |
2017-06-27 | libtest/make: generate lib1521.c | Daniel Stenberg |
2017-06-25 | test1537: fixed memory leak on OOM | Dan Fandrich |
2017-06-25 | test1521: fix compiler warnings | Marcel Raad |
2017-06-23 | libtest/Makefile: remove unused lib1541 variables | Daniel Stenberg |
2017-06-21 | lib1521: fix missing-variable-declarations clang warnings | Marcel Raad |
2017-06-19 | test1521: test getinfo's OFF_T types too | Daniel Stenberg |
2017-06-19 | lib1521: add curl_easy_getinfo calls to the test set | Daniel Stenberg |
2017-06-19 | PIPELINING_SERVER_BL: cleanup the internal list use | Daniel Stenberg |
2017-06-16 | libtest/libntlmconnect: fix compiler warnings from f94fcdb | Daniel Stenberg |
2017-06-16 | tests: stabilize test 2032 and 2033 | Daniel Stenberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-13 | mk-lib1521.pl: updated to match the test changes in 916ec30a | Dan Fandrich |
2017-06-11 | test1521: fixed OOM handling | Dan Fandrich |