Age | Commit message (Expand) | Author |
2020-05-02 | doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax | Emil Engler |
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg |
2020-03-23 | OS400: Update strings for ccsid-ifier | Calvin Buckley |
2020-03-18 | schannel: add "best effort" revocation check option | Johannes Schindelin |
2020-01-27 | urldata: do string enums without #ifdefs for build scripts | Jon Rumsey |
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 |
2019-12-26 | os400: Add missing CURLE error constants | Jay Satiro |
2019-12-05 | lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAIN | Jay Satiro |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-10-02 | CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt | Kunal Ekawde |
2019-09-24 | os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr, | Patrick Monnerat |
2019-08-23 | defines: avoid underscore-prefixed defines | Daniel Stenberg |
2019-08-09 | CURLOPT_H3: removed | Daniel Stenberg |
2019-08-06 | os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid(). | Patrick Monnerat |
2019-08-06 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-08-04 | OS400: Add CURLOPT_H3 symbols | Jay Satiro |
2019-06-16 | os400: make vsetopt() non-static as Curl_vsetopt() for os400 support. | Patrick Monnerat |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-23 | os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid(). | Patrick Monnerat |
2019-05-22 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-05-03 | OS400/ccsidcurl.c: code style fixes | Daniel Stenberg |
2019-05-03 | OS400/ccsidcurl: replace use of Curl_vsetopt | Daniel Stenberg |
2019-04-30 | os400: Add CURLOPT_MAXAGE_CONN to ILE/RPG bindings | Patrick Monnerat |
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad |
2019-03-24 | os400: Disable Alt-Svc by default since it's experimental | Jay Satiro |
2019-03-17 | os400: alt-svc support. | Patrick Monnerat |
2019-01-10 | os400: add a missing closing bracket | Patrick Monnerat |
2019-01-10 | os400: fix extra parameter syntax error. | Patrick Monnerat |
2018-12-26 | os400: upgrade ILE/RPG binding. | Patrick Monnerat |
2018-12-13 | OS400: handle memory error in list conversion | Daniel Gustafsson |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-11-19 | os400: add CURLOPT_CURLU to ILE/RPG binding. | Patrick Monnerat |
2018-11-19 | os400: Add curl_easy_conn_upkeep() to ILE/RPG binding. | Patrick Monnerat |
2018-11-19 | os400: fix return type of curl_easy_pause() in ILE/RPG binding. | Patrick Monnerat |
2018-11-05 | OS400: add URL API ccsid wrappers and sync ILE/RPG bindings | Patrick Monnerat |
2018-10-30 | vtls: add MesaLink to curl_sslbackend enum | Daniel Gustafsson |
2018-05-31 | os400: add new option in ILE/RPG binding | Patrick Monnerat |
2018-05-30 | os400: sync EBCDIC wrappers and ILE/RPG binding with latest options | Patrick Monnerat |
2018-05-30 | os400: implement mime api EBCDIC wrappers | Patrick Monnerat |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-04-25 | os400.c: fix ASSIGNWITHINCONDITION checksrc warnings | Daniel Gustafsson |
2018-03-18 | ILE/RPG binding: Add CURLOPT_HAPROXYPROTOCOL/Fix CURLOPT_DNS_SHUFFLE_ADDRESSES | Patrick Monnerat |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-22 | os400: add curl_resolver_start_callback type to ILE/RPG binding | Patrick Monnerat |
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 |