index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
netrc.c
Age
Commit message (
Expand
)
Author
2003-08-20
removed the goto and re-indented slightly
Daniel Stenberg
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-05-21
James Cone's efforts to add another netrc parsing "mode"
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-01-18
#if [undefined] => #ifdef [undefined]
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-06
Nico's VMS fixes
Daniel Stenberg
2001-05-30
include strtok.h to get the prototype
Daniel Stenberg
2001-05-29
strtok() replaced with strtok_r()
Daniel Stenberg
2001-03-16
added memdebug.h include
Daniel Stenberg
2001-03-14
hm, don't free the home dir and append the .netrc part properly
Daniel Stenberg
2001-03-14
uses getpwuid() to find user's home dir
Daniel Stenberg
2001-02-07
no longer #includes "getenv.h"
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-05-29
made getenv() more threadsafe for win32
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg