Age | Commit message (Expand) | Author |
2018-11-03 | URL: fix IPv6 numeral address parser | Daniel Stenberg |
2018-10-05 | CMake: suppress MSVC warning C4127 for libtest | Marcel Raad |
2018-09-28 | cmake: fixed path used in generation of docs/tests during curl build through ... | Sergei Nikulov |
2018-09-24 | Curl_dedotdotify(): always nul terminate returned string. | Even Rouault |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-21 | urlapi: fix support for address scope in IPv6 numerical addresses | Daniel Stenberg |
2018-09-19 | urlapi: document the error codes, remove two unused ones | Daniel Stenberg |
2018-09-19 | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg |
2018-09-15 | libtest: Add chkdecimalpoint to .gitignore | Rikard Falkeborn |
2018-09-08 | URL-API | Daniel Stenberg |
2018-08-24 | lib1522: fix curl_easy_setopt argument type | Marcel Raad |
2018-08-21 | test1148: disable if decimal separator is not point | Marcel Raad |
2018-08-21 | curl-compilers: enable -Wbad-function-cast on GCC | Marcel Raad |
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 |