summaryrefslogtreecommitdiff
path: root/lib/netrc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dual-license fixDaniel Stenberg2001-01-031-40/+11
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-1/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-4/+4
* made getenv() more threadsafe for win32Daniel Stenberg2000-05-291-1/+8
* moved here from the newlib branchDaniel Stenberg2000-05-221-0/+1
* Initial revisionDaniel Stenberg1999-12-291-0/+182