Age | Commit message (Expand) | Author |
2018-08-14 | ssh-libssh: fix infinite connect loop on invalid private key | Kamil Dudka |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-08-11 | Split non-portable part off test 1133 | 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-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-08-08 | CMake: Respect BUILD_SHARED_LIBS | Ruslan Baratov |
2018-08-02 | test1307: disabled | Daniel Stenberg |
2018-08-01 | general: fix printf specifiers | Rikard Falkeborn |
2018-07-29 | sws: handle EINTR when calling select() | Michael Kaufmann |
2018-07-29 | test1157: follow-up to 35ecffb9 | Daniel Stenberg |
2018-07-29 | tests/http_pipe.py: Use /usr/bin/env to find python | Michael Kaufmann |
2018-07-28 | test1157: test -H from empty file | Daniel Stenberg |
2018-07-22 | test320: treat curl320.out file as binary | Marcel Raad |
2018-07-21 | tests: fixes for Windows line endlings | Marcel Raad |
2018-07-21 | test214: disable MSYS2's POSIX path conversion for URL | Marcel Raad |
2018-07-20 | test1143: disable MSYS2's POSIX path conversion | Marcel Raad |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-07-14 | test1422: add required file feature | Marcel Raad |
2018-07-11 | multi: always do the COMPLETED procedure/state | Daniel Stenberg |
2018-07-11 | conn: remove the boolean 'inuse' field | Daniel Stenberg |
2018-06-23 | multi: fix crash due to dangling entry in connect-pending list | Javier Blazquez |
2018-06-17 | travis: run more tests for coverage check | Daniel Stenberg |
2018-06-16 | multi: fix memory leak when stopped during name resolve | Daniel Stenberg |
2018-06-15 | runtests.pl: remove debug leftover from bb9a340c73f3 | Daniel Stenberg |
2018-06-12 | runtests: support variables in <strippart> | Daniel Stenberg |
2018-06-12 | test 46: make test pass after 2025 | Bernhard M. Wiedemann |
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-06-03 | spelling fixes | Viktor Szakats |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
2018-06-01 | fnmatch: use the system one if available | Daniel Stenberg |
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-31 | option: disallow username in URL | Björn Stenberg |
2018-05-28 | fnmatch: insist on escaped bracket to match | Daniel Stenberg |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
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-21 | curl: show headers in bold | Daniel Stenberg |
2018-05-18 | curl_fnmatch: only allow two asterisks for matching | 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-05-13 | cookies: do not take cookie name as a parameter | Patrick Monnerat |