summaryrefslogtreecommitdiff
path: root/lib/netrc.c
Commit message (Expand)AuthorAgeFilesLines
* netrc: remove dead codeDaniel Stenberg2012-06-121-9/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-4/+0
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-1/+4
* netrc: Removed _NETRC_DEBUG code.Julien Chaffraix2011-02-201-9/+0
* tests: Cleaned up netrc testing.Julien Chaffraix2011-02-201-15/+0
* test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix2011-02-101-5/+0
* netrc: Removed dead code.Julien Chaffraix2011-02-071-23/+0
* netrc: Tightened up the type checks.Julien Chaffraix2011-02-071-2/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-2/+2
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-2/+2
* Adjusted to take in account that...Yang Tse2009-06-101-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-141-3/+4
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-6/+6
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-7/+7
* ANSI C compatibility adjustmentYang Tse2008-09-121-1/+1
* Made a parameter constDan Fandrich2008-08-011-1/+1
* if () => if()Daniel Stenberg2007-11-071-6/+6
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-2/+2
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* corrected copyright yearDaniel Stenberg2005-05-021-1/+1
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-251-4/+4
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-49/+49
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* curl_strequal() returns int, keep return variables in an intDaniel Stenberg2004-03-231-2/+2
* Doug Porter's patch that changes the order of preferences on how to find theDaniel Stenberg2004-02-191-12/+14
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* windows build fix based on a patch by Gisle VanemDaniel Stenberg2003-11-241-3/+4
* Added CURLOPT_NETRC_FILE.Daniel Stenberg2003-11-111-48/+45
* removed the goto and re-indented slightlyDaniel Stenberg2003-08-201-7/+11
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-3/+3
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* James Cone's efforts to add another netrc parsing "mode"Daniel Stenberg2002-05-211-6/+46
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* #if [undefined] => #ifdef [undefined]Daniel Stenberg2002-01-181-1/+1
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Nico's VMS fixesDaniel Stenberg2001-08-061-2/+9
* include strtok.h to get the prototypeDaniel Stenberg2001-05-301-0/+1
* strtok() replaced with strtok_r()Daniel Stenberg2001-05-291-2/+3
* added memdebug.h includeDaniel Stenberg2001-03-161-0/+5
* hm, don't free the home dir and append the .netrc part properlyDaniel Stenberg2001-03-141-7/+9
* uses getpwuid() to find user's home dirDaniel Stenberg2001-03-141-9/+33
* no longer #includes "getenv.h"Daniel Stenberg2001-02-071-1/+2
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-4/+4