Age | Commit message (Expand) | Author |
2019-09-20 | netrc: part of conditional expression is always true: !done | Daniel Stenberg |
2019-09-03 | netrc: free 'home' on error | Daniel Stenberg |
2019-08-20 | netrc: make the code try ".netrc" on Windows as well | Daniel Stenberg |
2019-06-18 | netrc: Return the correct error code when out of memory | Steve Holme |
2019-05-17 | netrc: CURL_DISABLE_NETRC | Daniel Stenberg |
2018-11-05 | netrc: don't ignore the login name specified with "--user" | Michael Kaufmann |
2018-10-25 | netrc: free temporary strings if memory allocation fails | Michael Kaufmann |
2018-06-23 | netrc: use a larger buffer | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-03 | netrc: skip lines starting with '#' | Gisle Vanem |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-06-01 | curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT | Jay Satiro |
2015-05-06 | netrc: Read in text mode when cygwin | Orgad Shaneh |
2015-04-24 | netrc: support 'default' token | Viktor Szakats |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-07-13 | netrc: fixed thread safety problem by using getpwuid_r if available | Dan Fandrich |
2014-07-12 | netrc: treat failure to find home dir same as missing netrc file | Dan Fandrich |
2014-04-19 | netrc.c: fix multiple possible dereferences of null pointers | Marc Hoersken |
2014-01-24 | netrc: Fixed a memory and file descriptor leak on OOM | Dan Fandrich |
2013-08-29 | Curl_parsenetrc: document that the arguments must be allocated | Daniel Stenberg |
2013-08-20 | netrc: handle longer username and password | Jonathan Nieder |
2013-02-05 | VMS: fix and generate the VMS build config | John E. Malmberg |
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-06-12 | netrc: remove dead code | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-06-10 | unittest: mark all unit tested functions | Daniel Stenberg |
2011-02-20 | netrc: Removed _NETRC_DEBUG code. | Julien Chaffraix |
2011-02-20 | tests: Cleaned up netrc testing. | Julien Chaffraix |
2011-02-10 | test1304: Added some unit tests for Curl_parsenetrc. | Julien Chaffraix |
2011-02-07 | netrc: Removed dead code. | Julien Chaffraix |
2011-02-07 | netrc: Tightened up the type checks. | Julien Chaffraix |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-14 | removed trailing whitespace | Yang Tse |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse |
2009-06-10 | Adjusted to take in account that... | Yang Tse |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-14 | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-09-12 | ANSI C compatibility adjustment | Yang Tse |