Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-12-30 | VMS specific preprocessor symbol checking adjustments | Yang Tse | |
2008-09-12 | ANSI C compatibility adjustment | Yang Tse | |
2007-11-01 | Toby Peterson patched a memory problem in the command line tool that | Daniel Stenberg | |
happened when a user had a home dir as an empty string. curl would then do free() on a wrong area. | |||
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | |
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | |||
2005-05-02 | corrected copyright years | Daniel Stenberg | |
2005-04-27 | Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two | Daniel Stenberg | |
more places. First, CURL_HOME is a new environment variable that is used instead of HOME if it is set, to point out where the default config file lives. If there's no config file in the dir pointed out by one of the environment variables, the Windows version will instead check the same directory the executable curl is located in. | |||
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. |