Age | Commit message (Expand) | Author |
2020-01-11 | ngtcp2: Add an error code for QUIC connection errors | Emil Engler |
2020-01-11 | multi: Change curl_multi_wait/poll to error on negative timeout | Jay Satiro |
2020-01-03 | lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS` | Marcel Raad |
2019-12-18 | strerror: Fix compiler warning "empty expression" | Gisle Vanem |
2019-12-01 | strerror: Add Curl_winapi_strerror for Win API specific errors | Jay Satiro |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-11-21 | include: make CURLE_HTTP3 use a new error code | Daniel Stenberg |
2019-11-12 | quiche: reject headers in the wrong order | Daniel Stenberg |
2019-11-09 | strerror: Fix an error looking up some Windows error strings | Jay Satiro |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2017-07-11 | strerror: Preserve Windows error code in some functions | Jay Satiro |
2017-07-10 | errno: fix non-windows builds after af0216251b94e7 | Daniel Stenberg |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-10-31 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-10-18 | s/cURL/curl | Daniel Stenberg |
2016-09-07 | errors: new alias CURLE_WEIRD_SERVER_REPLY (8) | Jay Satiro |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-11 | http2: Add handling stream level error | Tatsuhiro Tsujikawa |
2016-03-31 | strerror: don't bit shift a signed integer | Jay Satiro |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-09-10 | curl_sspi: fix possibly undefined CRYPT_E_REVOKED | Jay Satiro |
2015-07-15 | strerror: Add CRYPT_E_REVOKED to SSPI error strings | Jay Satiro |
2015-05-22 | strerror: Change SEC_E_ILLEGAL_MESSAGE description | Jay Satiro |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-16 | url: add CURLOPT_SSL_VERIFYSTATUS option | Alessandro Ghedini |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-13 | Factorize pinned public key code into generic file handling and backend specific | Patrick Monnerat |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-07-23 | http2: more and better error checking | Daniel Stenberg |
2014-04-06 | strerror: fix comment about vxworks' strerror_r buffer size | Daniel Stenberg |
2013-08-20 | CURLM_ADDED_ALREADY: new error code | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-11-17 | mem-include-scan: verify memory #includes | Daniel Stenberg |
2012-06-15 | SSPI related code: Unicode support for WinCE | Mark Salisbury |
2012-06-12 | strerror.c: make Curl_sspi_strerror() always return code for errors | Yang Tse |
2012-06-12 | sspi: make Curl_sspi_strerror() libcurl's sspi status code string function | Yang Tse |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-10-03 | share: don't use SSL unless enabled | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |