Age | Commit message (Expand) | Author |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-01 | all: s/int/size_t cleanup | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-22 | tftp: make sure error is zero terminated before printfing it | Daniel Stenberg |
2018-04-07 | curl_setup: provide a CURL_SA_FAMILY_T type if none exists | Daniel Stenberg |
2018-04-07 | build: add picky compiler warning flags for gcc 6 and 7 | Eric Gallager |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-10-25 | time: rename Curl_tvnow to Curl_now | 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-19 | tftp: fix memory leak on too long filename | Even Rouault |
2017-08-07 | tftp: reject file name lengths that don't fit | Daniel Stenberg |
2017-07-31 | libcurl: Stop using error codes defined under CURL_NO_OLDIES | Dwarakanath Yadavalli |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-05-07 | tftp: silence bad-function-cast warning | Marcel Raad |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-08-04 | TFTP: Fix upload problem with piped input | Serj Kalichev |
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-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 1) | Michael Koenig |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-17 | checksrc: detect and remove space before trailing semicolons | Daniel Stenberg |
2015-03-17 | checksrc: use space before paren in "return (expr);" | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-02-05 | ftp: Use 'CURLcode result' for curl result codes | Steve Holme |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-18 | tftp.c: fix possible dereference of null pointer | Marc Hoersken |
2014-01-28 | TFTP: fix crash on time-out | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-07 | TFTP: let tftp_multi_statemach()'s return codes through | James Dury |
2013-08-22 | TFTP: make the CURLOPT_LOW_SPEED* options work | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | 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 |