| Commit message (Expand) | Author | Age | Files | Lines |
* | curl_range: remove conn->data | Daniel Stenberg | 2021-01-20 | 1 | -2/+1 |
* | transfer: remove conn->data use | Daniel Stenberg | 2021-01-19 | 1 | -2/+1 |
* | lib: more conn->data cleanups | Daniel Stenberg | 2021-01-19 | 1 | -4/+4 |
* | lib: pass in 'struct Curl_easy *' to most functions | Daniel Stenberg | 2021-01-17 | 1 | -32/+37 |
* | file: don't provide content-length for directories | Daniel Stenberg | 2021-01-07 | 1 | -10/+12 |
* | file: avoid duplicated code sequence | Emil Engler | 2020-11-25 | 1 | -11/+1 |
* | urldata: remove 'void *protop' and create the union 'p' | Daniel Stenberg | 2020-11-23 | 1 | -7/+7 |
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
* | symbian: drop support | Daniel Stenberg | 2020-09-22 | 1 | -2/+1 |
* | Curl_handler: add 'family' to each protocol | Daniel Stenberg | 2020-09-21 | 1 | -0/+1 |
* | escape: make the URL decode able to reject only %00 bytes | Daniel Stenberg | 2020-06-25 | 1 | -1/+1 |
* | Revert "file: on Windows, refuse paths that start with \\" | Daniel Stenberg | 2020-04-11 | 1 | -4/+2 |
* | file: fix copyright year range | Daniel Stenberg | 2020-01-06 | 1 | -1/+1 |
* | file: on Windows, refuse paths that start with \\ | Daniel Stenberg | 2020-01-06 | 1 | -2/+4 |
* | file: fix "Checking if unsigned variable 'readcount' is less than zero." | Daniel Stenberg | 2019-03-12 | 1 | -2/+2 |
* | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | 2018-11-23 | 1 | -12/+13 |
* | FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output | Daniel Stenberg | 2018-10-08 | 1 | -14/+13 |
* | url: use the URL API internally as well | Daniel Stenberg | 2018-09-22 | 1 | -2/+2 |
* | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg | 2018-09-06 | 1 | -1/+1 |
* | all: s/int/size_t cleanup | Daniel Stenberg | 2018-09-01 | 1 | -2/+2 |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -3/+3 |
* | spelling fixes | Viktor Szakats | 2018-06-03 | 1 | -1/+1 |
* | time_t-fixes: remove typecasts to 'long' for info.filetime | Daniel Stenberg | 2018-02-01 | 1 | -3/+3 |
* | file: Check the return code from Curl_range and bail out on error | Max Dymond | 2018-01-30 | 1 | -1/+3 |
* | Curl_range: commonize FTP and FILE range handling | Max Dymond | 2018-01-30 | 1 | -60/+2 |
* | time: rename Curl_tvnow to Curl_now | Daniel Stenberg | 2017-10-25 | 1 | -2/+2 |
* | file_range: avoid integer overflow when figuring out byte range | Daniel Stenberg | 2017-09-23 | 1 | -0/+3 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 1 | -1/+1 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -5/+5 |
* | strtoofft: reduce integer overflow risks globally | Daniel Stenberg | 2017-08-14 | 1 | -11/+13 |
* | file: output the correct buffer to the user | Even Rouault | 2017-08-07 | 1 | -1/+1 |
* | handler: refactor connection checking | Max Dymond | 2017-06-30 | 1 | -0/+1 |
* | file: make speedcheck use current time for checks | Daniel Stenberg | 2017-06-07 | 1 | -4/+2 |
* | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg | 2017-05-01 | 1 | -4/+3 |
* | upload: UPLOAD_BUFSIZE is now for the upload buffer | Daniel Stenberg | 2017-05-01 | 1 | -1/+1 |
* | file: use private buffer for C-L output | Daniel Stenberg | 2017-05-01 | 1 | -4/+5 |
* | Improve code readbility | Sylvestre Ledru | 2017-03-13 | 1 | -4/+2 |
* | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim | 2017-01-19 | 1 | -1/+1 |
* | checksrc: code style: use 'char *name' style | Daniel Stenberg | 2016-11-24 | 1 | -1/+1 |
* | file: fix compiler warning | Michael Kaufmann | 2016-11-01 | 1 | -1/+1 |
* | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg | 2016-10-31 | 1 | -4/+5 |
* | library: Fix memory leaks found during static analysis | Miroslav Franc | 2016-07-14 | 1 | -2/+6 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -4/+4 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -2/+1 |
* | code: style updates | Daniel Stenberg | 2016-04-03 | 1 | -1/+1 |
* | file: remove duplicate checks of the same variable | Daniel Stenberg | 2016-03-31 | 1 | -23/+21 |
* | file: try reading from files with no size | Daniel Stenberg | 2016-02-25 | 1 | -8/+18 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | read_callback: move to SessionHandle from connectdata | Daniel Stenberg | 2015-05-20 | 1 | -2/+0 |
* | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich | 2015-03-24 | 1 | -2/+2 |