| Commit message (Expand) | Author | Age | Files | Lines |
* | curl/urlapi.h: include "curl.h" first | Daniel Stenberg | 2019-01-07 | 1 | -1/+3 |
* | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg | 2018-12-21 | 1 | -0/+3 |
* | curlver: bump to 7.64.0 for next release | Daniel Stenberg | 2018-12-20 | 1 | -3/+3 |
* | http: Implement trailing headers for chunked transfers | Ayoub Boudhar | 2018-12-14 | 1 | -0/+16 |
* | curle: move deprecated error code to ifndef block | Han Han | 2018-11-19 | 1 | -3/+3 |
* | setopt: add CURLOPT_CURLU | Jim Fuller | 2018-11-09 | 2 | -0/+4 |
* | version: bump for next cycle | Daniel Stenberg | 2018-11-01 | 1 | -3/+3 |
* | axtls: removed | Daniel Stenberg | 2018-11-01 | 1 | -1/+1 |
* | vtls: add MesaLink to curl_sslbackend enum | Daniel Gustafsson | 2018-10-30 | 1 | -1/+2 |
* | system.h: use proper setting with Sun C++ as well | randomswdev | 2018-10-27 | 1 | -1/+1 |
* | whitespace fixes | Viktor Szakats | 2018-09-23 | 1 | -2/+2 |
* | urlapi: document the error codes, remove two unused ones | Daniel Stenberg | 2018-09-19 | 1 | -5/+3 |
* | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg | 2018-09-19 | 1 | -0/+1 |
* | URL-API | Daniel Stenberg | 2018-09-08 | 3 | -2/+124 |
* | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg | 2018-09-07 | 2 | -3/+3 |
* | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond | 2018-09-07 | 2 | -0/+16 |
* | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg | 2018-09-06 | 1 | -0/+3 |
* | setopt: add CURLOPT_DOH_URL | Daniel Stenberg | 2018-09-06 | 2 | -2/+7 |
* | ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code | Han Han | 2018-09-06 | 1 | -3/+6 |
* | RELEASE-NOTES: start working on 7.62.0 | Daniel Stenberg | 2018-09-05 | 1 | -4/+4 |
* | RELEASE-NOTES: sync | Daniel Stenberg | 2018-07-18 | 1 | -3/+3 |
* | include/README: remove "hacking" advice, not the right place | Daniel Stenberg | 2018-06-25 | 1 | -17/+2 |
* | system.h: fix for gcc on 32 bit OpenServer | Kevin R. Bulgrien | 2018-06-22 | 1 | -1/+1 |
* | system.h: add support for IBM xlc C compiler | Stephan Mühlstrasser | 2018-06-06 | 1 | -0/+18 |
* | spelling fixes | Viktor Szakats | 2018-06-03 | 1 | -1/+1 |
* | option: disallow username in URL | Björn Stenberg | 2018-05-31 | 1 | -0/+3 |
* | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg | 2018-05-29 | 1 | -0/+4 |
* | psl: use latest psl and refresh it periodically | Patrick Monnerat | 2018-05-28 | 1 | -0/+1 |
* | httpauth: add support for Bearer tokens | Linus Lewandowski | 2018-05-24 | 1 | -0/+2 |
* | getinfo: add microsecond precise timers for various intervals | Philip Prindeville | 2018-05-17 | 1 | -1/+11 |
* | bump: start working on the pending 7.61.0 | Daniel Stenberg | 2018-05-17 | 1 | -3/+3 |
* | system.h: Add sparcv8plus to oracle/sunpro 32-bit detection | Dagobert Michelsen | 2018-04-15 | 1 | -1/+3 |
* | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist | 2018-03-17 | 1 | -0/+3 |
* | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews | 2018-03-17 | 1 | -0/+3 |
* | RELEASE-NOTES: toward 7.60.0 | Daniel Stenberg | 2018-03-16 | 1 | -3/+3 |
* | spelling fixes | Viktor Szakats | 2018-02-23 | 1 | -2/+2 |
* | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano | 2018-02-21 | 2 | -1/+22 |
* | lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | Jay Satiro | 2018-02-21 | 1 | -2/+2 |
* | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken | 2018-02-20 | 1 | -0/+8 |
* | TODO fixed: Detect when called from within callbacks | Björn Stenberg | 2018-02-15 | 2 | -0/+4 |
* | curlver: next release will be 7.59.0 | Daniel Stenberg | 2018-01-30 | 1 | -4/+4 |
* | curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6 | Michał Janiszewski | 2018-01-30 | 1 | -1/+1 |
* | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg | 2018-01-30 | 1 | -1/+6 |
* | bump: towards 7.58.1 | Daniel Stenberg | 2018-01-25 | 1 | -5/+5 |
* | system.h: Additionally check __LONG_MAX__ for defining curl_off_t | Dimitrios Apostolou | 2018-01-09 | 1 | -2/+4 |
* | Revert "curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX" | Jay Satiro | 2018-01-02 | 1 | -2/+1 |
* | curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX | Dimitrios Apostolou | 2017-12-22 | 1 | -1/+2 |
* | curl.h: remove incorrect comment about ERRORBUFFER | Daniel Stenberg | 2017-12-08 | 1 | -1/+1 |
* | RELEASE-NOTES: synced with b261c44e8 | Daniel Stenberg | 2017-12-06 | 1 | -4/+4 |
* | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos | 2017-12-01 | 1 | -1/+4 |