Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-17 | use the Curl_ name space | Daniel Stenberg | |
removed unused code removed use of global variable(s) | |||
2001-08-14 | fixed picky compiler warnings, unused arguments, const at proper places and | Daniel Stenberg | |
I also indented the source code to fit curl "standard" | |||
2001-05-31 | Sterling Hughes suggested we set 'static' before size_t... | Daniel Stenberg | |
2001-05-18 | strlcpy() turned static | Daniel Stenberg | |
2001-02-20 | multiple connection support initial commit | Daniel Stenberg | |
2001-01-25 | removed two compiler warnings | Daniel Stenberg | |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | |
2000-10-09 | added memory debugging include file | Daniel Stenberg | |
2000-09-28 | include base64.h instead of base64_krb.h | Daniel Stenberg | |
2000-09-26 | Added strlcpy() since it turns out some krb4-implementations don't include | Daniel Stenberg | |
their own, even if mine did! | |||
2000-09-21 | new for kerberos support | Daniel Stenberg | |