Age | Commit message (Expand) | Author |
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 |
2018-05-04 | transfer: don't unset writesockfd on setup of multiplexed conns | Daniel Stenberg |
2018-05-03 | URL: fix ASCII dependency in strcpy_url and strlen_url | Stephan Mühlstrasser |
2018-04-25 | strcpy_url: only %-encode values >= 0x80 | Daniel Stenberg |
2018-04-24 | ctype: restore character classification for non-ASCII platforms | Stephan Mühlstrasser |
2018-04-20 | http2: handle GOAWAY properly | Daniel Stenberg |
2018-03-15 | transfer: make HTTP without headers count correct body size | Daniel Stenberg |
2018-03-12 | readwrite: make sure excess reads don't go beyond buffer end | Daniel Stenberg |
2018-03-11 | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat |
2017-10-26 | transfer: Fix chunked-encoding upload bug | Jay Satiro |
2017-10-26 | wildcards: don't use with non-supported protocols | Max Dymond |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-09-15 | conversions: fix several compiler warnings | Daniel Stenberg |
2017-09-12 | code style: remove wrong uses of multiple spaces | Daniel Stenberg |