| Commit message (Expand) | Author | Age | Files | Lines |
* | netrc: don't ignore the login name specified with "--user" | Michael Kaufmann | 2018-11-05 | 1 | -2/+9 |
* | netrc: free temporary strings if memory allocation fails | Michael Kaufmann | 2018-10-25 | 1 | -9/+39 |
* | netrc: use a larger buffer | Daniel Stenberg | 2018-06-23 | 1 | -2/+2 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -19/+20 |
* | netrc: skip lines starting with '#' | Gisle Vanem | 2017-08-03 | 1 | -1/+4 |
* | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | 2016-10-31 | 1 | -8/+8 |
* | strcasecompare: is the new name for strequal() | Daniel Stenberg | 2016-10-31 | 1 | -2/+0 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -3/+3 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT | Jay Satiro | 2015-06-01 | 1 | -5/+1 |
* | netrc: Read in text mode when cygwin | Orgad Shaneh | 2015-05-06 | 1 | -0/+4 |
* | netrc: support 'default' token | Viktor Szakats | 2015-04-24 | 1 | -0/+4 |
* | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich | 2015-03-24 | 1 | -2/+2 |
* | free: instead of Curl_safefree() | Daniel Stenberg | 2015-03-16 | 1 | -2/+2 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -4/+2 |
* | netrc: fixed thread safety problem by using getpwuid_r if available | Dan Fandrich | 2014-07-13 | 1 | -1/+13 |
* | netrc: treat failure to find home dir same as missing netrc file | Dan Fandrich | 2014-07-12 | 1 | -1/+1 |
* | netrc.c: fix multiple possible dereferences of null pointers | Marc Hoersken | 2014-04-19 | 1 | -3/+3 |
* | netrc: Fixed a memory and file descriptor leak on OOM | Dan Fandrich | 2014-01-24 | 1 | -14/+15 |
* | Curl_parsenetrc: document that the arguments must be allocated | Daniel Stenberg | 2013-08-29 | 1 | -1/+4 |
* | netrc: handle longer username and password | Jonathan Nieder | 2013-08-20 | 1 | -7/+13 |
* | VMS: fix and generate the VMS build config | John E. Malmberg | 2013-02-05 | 1 | -7/+0 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+186 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -186/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -6/+6 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -3/+0 |
* | netrc: remove dead code | Daniel Stenberg | 2012-06-12 | 1 | -9/+2 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -4/+0 |
* | unittest: mark all unit tested functions | Daniel Stenberg | 2011-06-10 | 1 | -1/+4 |
* | netrc: Removed _NETRC_DEBUG code. | Julien Chaffraix | 2011-02-20 | 1 | -9/+0 |
* | tests: Cleaned up netrc testing. | Julien Chaffraix | 2011-02-20 | 1 | -15/+0 |
* | test1304: Added some unit tests for Curl_parsenetrc. | Julien Chaffraix | 2011-02-10 | 1 | -5/+0 |
* | netrc: Removed dead code. | Julien Chaffraix | 2011-02-07 | 1 | -23/+0 |
* | netrc: Tightened up the type checks. | Julien Chaffraix | 2011-02-07 | 1 | -2/+6 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | removed trailing whitespace | Yang Tse | 2010-02-14 | 1 | -2/+2 |
* | VMS specific preprocessor symbol checking adjustments | Yang Tse | 2009-12-30 | 1 | -2/+2 |
* | Adjusted to take in account that... | Yang Tse | 2009-06-10 | 1 | -2/+2 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse | 2009-04-14 | 1 | -3/+4 |
* | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | 2008-10-23 | 1 | -0/+1 |
* | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg | 2008-10-16 | 1 | -6/+6 |
* | - Pascal Terjan filed bug #2154627 | Daniel Stenberg | 2008-10-15 | 1 | -7/+7 |
* | ANSI C compatibility adjustment | Yang Tse | 2008-09-12 | 1 | -1/+1 |
* | Made a parameter const | Dan Fandrich | 2008-08-01 | 1 | -1/+1 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -6/+6 |
* | Steve Little's fixes to allow compilation on VMS 64-bit mode | Yang Tse | 2007-04-25 | 1 | -2/+2 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -3/+0 |
* | corrected copyright year | Daniel Stenberg | 2005-05-02 | 1 | -1/+1 |