Age | Commit message (Expand) | Author |
2020-02-29 | pause: force-drain the transfer on unpause | Daniel Stenberg |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-18 | ngtcp2: use overflow buffer for extra HTTP/3 data | Javier Blazquez |
2019-10-03 | http2: move state-init from creation to pre-transfer | Daniel Stenberg |
2019-10-02 | redirect: when following redirects to an absolute URL, URL encode it | Daniel Stenberg |
2019-10-02 | chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING error | Daniel Stenberg |
2019-09-09 | Curl_fillreadbuffer: avoid double-free trailer buf on error | Daniel Stenberg |
2019-08-23 | ngtcp2: accept upload via callback | Daniel Stenberg |
2019-08-06 | quiche: first working HTTP/3 request | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-30 | readwrite_data: repair setting the TIMER_STARTTRANSFER stamp | Daniel Stenberg |
2019-07-06 | lib: Use UTF-8 encoding in comments | Gergely Nagy |
2019-06-24 | http2: call done_sending on end of upload | Daniel Stenberg |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-13 | wildcard: disable from build when FTP isn't present | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-04-05 | transfer: fix LGTM alert "Comparison is always true" | Marcel Raad |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-14 | transfer.c: do not compute length of undefined hex buffer. | Patrick Monnerat |
2019-02-12 | pretransfer: don't strlen() POSTFIELDS set for GET requests | Daniel Stenberg |
2019-02-01 | multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE time | Daniel Stenberg |
2019-01-04 | printf: introduce CURL_FORMAT_TIMEDIFF_T | Rikard Falkeborn |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-12 | Curl_follow: extract the Location: header field unvalidated | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-06 | libcurl: stop reading from paused transfers | Sangamkar |
2018-11-02 | Curl_follow: accept non-supported schemes for "fake" redirects | Daniel Stenberg |
2018-10-23 | Fix for compiling with lwIP (3) | Gisle Vanem |
2018-10-23 | Curl_follow: return better errors on URL problems | Daniel Stenberg |
2018-10-23 | Curl_follow: remove remaining free(newurl) | Daniel Stenberg |
2018-10-19 | multi: avoid double-free | Daniel Stenberg |
2018-10-13 | Curl_follow: Always free the passed new URL | Michael Kaufmann |
2018-10-10 | transfer: fix typo in comment | Daniel Gustafsson |
2018-09-24 | Curl_retry_request: fix memory leak | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-01 | all: s/int/size_t cleanup | Daniel Stenberg |
2018-08-21 | curl-compilers: enable -Wimplicit-fallthrough=4 for GCC | Marcel Raad |
2018-08-18 | upload: change default UPLOAD_BUFSIZE to 64KB | Daniel Stenberg |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-08 | windows: follow up to the buffer-tuning 1ba1dba7 | Daniel Stenberg |
2018-08-08 | windows: implement send buffer tuning | Daniel Jelinski |
2018-07-31 | HTTP: Don't attempt to needlessly decompress redirect body | Harry Sintonen |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-11 | setup_transfer: deal with both sockets being -1 | Daniel Stenberg |