Age | Commit message (Expand) | Author |
2019-10-02 | redirect: when following redirects to an absolute URL, URL encode it | Daniel Stenberg |
2019-10-02 | urlapi: fix URL encoding when setting a full URL | Daniel Stenberg |
2019-10-02 | tool_operate: rename functions to make more sense | Daniel Stenberg |
2019-10-02 | curl: create easy handles on-demand and not ahead of time | Daniel Stenberg |
2019-10-02 | CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt | Kunal Ekawde |
2019-10-02 | chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error | Daniel Stenberg |
2019-10-01 | checksrc: fix uninitialized variable warning | Marcel Raad |
2019-10-01 | urlapi: fix unused variable warning | Marcel Raad |
2019-10-01 | lib: silence conversion warnings | Marcel Raad |
2019-09-30 | AppVeyor: add 32-bit MinGW-w64 build | Marcel Raad |
2019-09-30 | AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuild | Marcel Raad |
2019-09-30 | git: add tests/server/disabled to .gitignore | Emil Engler |
2019-09-30 | altsvc: accept quoted ma and persist values | Daniel Stenberg |
2019-09-30 | mailmap: a Lucas fix | Daniel Stenberg |
2019-09-29 | quiche: update HTTP/3 config creation to new API | lucas |
2019-09-29 | BINDINGS: PureBasic, Net::Curl for perl and Nim | Daniel Stenberg |
2019-09-29 | BINDINGS: Kapito is an Erlang library, basically a binding | Daniel Stenberg |
2019-09-29 | BINDINGS: added clj-curl | Daniel Stenberg |
2019-09-28 | docs: disambiguate CURLUPART_HOST is for host name (ie no port) | Jay Satiro |
2019-09-28 | cookies: using a share with cookies shouldn't enable the cookie engine | Daniel Stenberg |
2019-09-27 | setopt: handle ALTSVC set to NULL | Daniel Stenberg |
2019-09-27 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-09-27 | INSTALL: add vcpkg installation instructions | grdowns |
2019-09-27 | FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDs | Zenju |
2019-09-27 | FTP: url-decode path before evaluation | Zenju |
2019-09-27 | tests: fix narrowing conversion warnings | Marcel Raad |
2019-09-27 | vtls: Fix comment typo about macosx-version-min compiler flag | julian |
2019-09-26 | README: minor grammar fix | Yechiel Kalmenson |
2019-09-26 | HTTP3: fix prefix parameter for ngtcp2 build | Spezifant |
2019-09-26 | quiche: don't close connection at end of stream! | Daniel Stenberg |
2019-09-26 | quiche: set 'drain' when returning without having drained the queues | Daniel Stenberg |
2019-09-26 | Revert "FTP: url-decode path before evaluation" | Daniel Stenberg |
2019-09-26 | HTTP3: merged and simplified the two 'running' sections | Daniel Stenberg |
2019-09-26 | HTTP3: show an --alt-svc using example too | Daniel Stenberg |
2019-09-26 | FTP: url-decode path before evaluation | Zenju |
2019-09-26 | openssl: use strerror on SSL_ERROR_SYSCALL | Daniel Stenberg |
2019-09-26 | HTTP3: update quic.aiortc.org + add link to server list | Daniel Stenberg |
2019-09-26 | url: don't set appconnect time for non-ssl/non-ssh connections | Jay Satiro |
2019-09-25 | ngtcp2: remove fprintf() calls | Daniel Stenberg |
2019-09-25 | url: fix the NULL hostname compiler warning case | Jay Satiro |
2019-09-25 | travis: move the go install to linux-only | Jay Satiro |
2019-09-25 | altsvc: correct the #ifdef for the ngtcp2 backend | Daniel Stenberg |
2019-09-25 | altsvc: save h3 as h3-23 | Daniel Stenberg |
2019-09-24 | urlapi: question mark within fragment is still fragment | Daniel Stenberg |
2019-09-24 | HTTP3.md: move -p for mkdir, remove -j for make | Alex Samorukov |
2019-09-24 | os400: getpeername() and getsockname() return ebcdic AF_UNIX sockaddr, | Patrick Monnerat |
2019-09-24 | strcase: fix raw lowercasing the letter X | Lucas Pardue |
2019-09-23 | http2: Expression 'stream->stream_id != - 1' is always true | Daniel Stenberg |
2019-09-23 | http2: A value is being subtracted from the unsigned variable | Daniel Stenberg |
2019-09-23 | libssh: part of conditional expression is always true: !result | Daniel Stenberg |