Age | Commit message (Expand) | Author |
2018-08-11 | CURLINFO_SIZE_UPLOAD: fix missing counter update | Daniel Stenberg |
2018-08-10 | lib1502: fix memory leak in torture test | Daniel Stenberg |
2018-08-09 | test1531: Add timeout | Rikard Falkeborn |
2018-08-09 | test1540: Remove unused macro TEST_HANG_TIMEOUT | Rikard Falkeborn |
2018-08-01 | general: fix printf specifiers | Rikard Falkeborn |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-07-11 | multi: always do the COMPLETED procedure/state | Daniel Stenberg |
2018-06-23 | multi: fix crash due to dangling entry in connect-pending list | Javier Blazquez |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-06 | tests/libtests/Makefile.am: Add lib1521.c to CLEANFILES | Rikard Falkeborn |
2018-06-06 | tests/libtest: Add lib1521 to nodist_SOURCES | Rikard Falkeborn |
2018-05-31 | tests/libtest/.gitignore: follow-up fix to ignore lib5* too | Daniel Stenberg |
2018-05-31 | tests: update .gitignore for libtests | Rikard Falkeborn |
2018-05-24 | cmake: set -d postfix for debug builds if not specified | Sergei Nikulov |
2018-05-22 | http resume: skip body if http code 416 (range error) is ignored. | Patrick Monnerat |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-18 | stub_gssapi: fix numerous 'unused parameter' warnings | Daniel Stenberg |
2018-05-17 | getinfo: add microsecond precise timers for various intervals | Philip Prindeville |
2018-05-16 | tests/libtest/Makefile: Do not unconditionally add gcc-specific flags | Dagobert Michelsen |
2018-05-14 | tests: Fix format specifiers | Rikard Falkeborn |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-04-12 | duphandle: make sure CURLOPT_RESOLVE is duplicated fine too | Daniel Stenberg |
2018-03-24 | gitignore: ignore more generated files | Daniel Stenberg |
2018-03-19 | parsedate: support UT timezone | Nikos Tsipinakis |
2018-03-04 | build: get CFLAGS (including -werror) used for examples and tests | Daniel Stenberg |
2018-02-23 | lib655: silence compiler warning | Viktor Szakats |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-16 | test1556: verify >16KB headers to the header callback | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-01-26 | lib555: drop text conversion and encode data as ascii codes | Patrick Monnerat |
2018-01-26 | lib517: make variable static to avoid compiler warning | Daniel Stenberg |
2018-01-26 | lib544: sync ascii code data with textual data | Patrick Monnerat |
2018-01-25 | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg |
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 |