Age | Commit message (Expand) | Author |
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-08 | URL-API | Daniel Stenberg |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-09-06 | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han |
2018-09-05 | RELEASE-NOTES: start working on 7.62.0 | Daniel Stenberg |
2018-07-18 | RELEASE-NOTES: sync | Daniel Stenberg |
2018-06-25 | include/README: remove "hacking" advice, not the right place | Daniel Stenberg |
2018-06-22 | system.h: fix for gcc on 32 bit OpenServer | Kevin R. Bulgrien |
2018-06-06 | system.h: add support for IBM xlc C compiler | Stephan Mühlstrasser |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
2018-05-17 | getinfo: add microsecond precise timers for various intervals | Philip Prindeville |
2018-05-17 | bump: start working on the pending 7.61.0 | Daniel Stenberg |
2018-04-15 | system.h: Add sparcv8plus to oracle/sunpro 32-bit detection | Dagobert Michelsen |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | RELEASE-NOTES: toward 7.60.0 | Daniel Stenberg |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-21 | lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | Jay Satiro |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-01-30 | curlver: next release will be 7.59.0 | Daniel Stenberg |
2018-01-30 | curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6 | Michał Janiszewski |
2018-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2018-01-25 | bump: towards 7.58.1 | Daniel Stenberg |
2018-01-09 | system.h: Additionally check __LONG_MAX__ for defining curl_off_t | Dimitrios Apostolou |
2018-01-02 | Revert "curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX" | Jay Satiro |
2017-12-22 | curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX | Dimitrios Apostolou |
2017-12-08 | curl.h: remove incorrect comment about ERRORBUFFER | Daniel Stenberg |
2017-12-06 | RELEASE-NOTES: synced with b261c44e8 | Daniel Stenberg |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-12-01 | curlver: towards 7.57.1 | Daniel Stenberg |
2017-11-27 | global_init: ignore CURL_GLOBAL_SSL's absense | Daniel Stenberg |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-10-08 | curlver.h: next expected release is 7.57.0 | Daniel Stenberg |
2017-09-27 | curl.h: include <sys/select.h> on cygwin too | Daniel Stenberg |
2017-09-22 | vtls: provide curl_global_sslset() even in non-SSL builds | Daniel Stenberg |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat |
2017-09-12 | code style: remove wrong uses of multiple spaces | Daniel Stenberg |
2017-09-05 | curl.h: use lower case curl_mime* as for all public symbols | Daniel Stenberg |
2017-09-04 | curl.h: fix "unused checksrc ignore", remove dangling reference | Daniel Stenberg |
2017-09-04 | docs: Update to secure URL versions | Viktor Szakats |