Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-05-12 | Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG is | Daniel Stenberg | |
defined (which it never is atm). Now, we can focus on making 'runtests -t [num]' work on all test cases and we should never leak nor crash. | |||
2004-01-29 | make pedantic compiler options generate less warnings | Daniel Stenberg | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2003-11-08 | use char, not bool | Daniel Stenberg | |
2003-11-07 | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel Stenberg | |
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir. |