Age | Commit message (Expand) | Author |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-02-01 | time_t-fixes: remove typecasts to 'long' for info.filetime | Daniel Stenberg |
2018-01-30 | file: Check the return code from Curl_range and bail out on error | Max Dymond |
2018-01-30 | Curl_range: commonize FTP and FILE range handling | Max Dymond |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-09-23 | file_range: avoid integer overflow when figuring out byte range | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-08-07 | file: output the correct buffer to the user | Even Rouault |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-07 | file: make speedcheck use current time for checks | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-05-01 | upload: UPLOAD_BUFSIZE is now for the upload buffer | Daniel Stenberg |
2017-05-01 | file: use private buffer for C-L output | Daniel Stenberg |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-01 | file: fix compiler warning | Michael Kaufmann |
2016-10-31 | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg |
2016-07-14 | library: Fix memory leaks found during static analysis | Miroslav Franc |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-31 | file: remove duplicate checks of the same variable | Daniel Stenberg |
2016-02-25 | file: try reading from files with no size | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-09-30 | file: reject paths using embedded %00 | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-11-13 | FILE: Make upload-writes unbuffered by not using FILE streams | Sebastian Rasmussen |
2012-07-30 | file: use fdopen() for uploaded files if available | Kamil Dudka |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
2011-11-03 | url.c and file.c: fix OOM triggered segfault | Yang Tse |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-21 | file.c: OOM handling fix | Yang Tse |
2011-10-14 | file.c: fix compiler warning | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |