Age | Commit message (Expand) | Author |
2004-02-02 | fixed the win32 function to use the correct proto, as pointed out by Gisle | Daniel Stenberg |
2004-01-30 | Added --socks | Daniel Stenberg |
2004-01-29 | don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined | Daniel Stenberg |
2004-01-29 | make pedantic compiler options generate less warnings | Daniel Stenberg |
2004-01-29 | added hugehelp.h | Daniel Stenberg |
2004-01-29 | nonsence change to make -Wunreachable-code get happy | Daniel Stenberg |
2004-01-29 | use hugehelp.h to silence picky compiler warnings | Daniel Stenberg |
2004-01-28 | Gisle has eyes, I don't | Daniel Stenberg |
2004-01-27 | don't advance the line pointer if it already points to the null terminator | Daniel Stenberg |
2004-01-26 | Removed two redundant #include files in the djgpp section. They're already | Daniel Stenberg |
2004-01-23 | Use Curl_strtoll() if needed. This is not a library call, this is just the | Daniel Stenberg |
2004-01-23 | use the Curl_strtoll() source code from the lib code | Daniel Stenberg |
2004-01-23 | define SIZEOF_CURL_OFF_T if not already defined | Daniel Stenberg |
2004-01-22 | Gisle Vanem fixed the compressed help text zlib code | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t | Daniel Stenberg |
2004-01-19 | David Byron cleaned up how --trace with no option was treated, and also | Daniel Stenberg |
2004-01-16 | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg |
2004-01-15 | spell-fixed a comment | Daniel Stenberg |
2004-01-14 | HAVE_LIMITS_H | Daniel Stenberg |
2004-01-14 | Gisle Vanem updated the code for win32 and djgpp builds. | Daniel Stenberg |
2004-01-13 | indented and formatted the VMS-specific code more in the same style as | Daniel Stenberg |
2004-01-13 | Luck Call made win32 password prompting support backspace | Daniel Stenberg |
2004-01-13 | use the *correct* header! | Daniel Stenberg |
2004-01-13 | Dan Fandrich made the hugehelp.c contain both compressed and uncompressed | Daniel Stenberg |
2004-01-13 | define HAVE_LIBZ if libz is present, for hugehelp.c | Daniel Stenberg |
2004-01-13 | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | Dan Fandrich's zlib fix | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-12-19 | Gisle Vanem's djgpp fixes | Daniel Stenberg |
2003-12-11 | use the CORRECT file name! ;-) | Daniel Stenberg |
2003-12-10 | added the new amiga files to the dist | Daniel Stenberg |
2003-12-10 | Diego Casorran's amiga makefiles | Daniel Stenberg |
2003-12-10 | native amiga support by Diego Casorran | Daniel Stenberg |
2003-12-03 | Marty Kuhrt moved most of the VMS stuff to a separate header file. | Daniel Stenberg |
2003-12-03 | new VMS files | Daniel Stenberg |
2003-12-03 | Marty Kuhrt updates | Daniel Stenberg |
2003-12-02 | --ftp-pasv now overrides a previous --ftpport option. We now also support | Daniel Stenberg |
2003-11-27 | James Clancy updated the Borland makefiles | Daniel Stenberg |
2003-11-24 | --ftp-ssl support added | Daniel Stenberg |
2003-11-23 | Gisle Vanem fixed the Windows build | Daniel Stenberg |
2003-11-19 | unconditional progressbarinit cures a windows crash | Daniel Stenberg |
2003-11-13 | Gisle Vanem added a flush to make the progress-bar look better on windows | Daniel Stenberg |
2003-11-08 | for the getpwuid() etc | Daniel Stenberg |
2003-11-08 | use char, not bool | Daniel Stenberg |
2003-11-07 | do a normal free() of the homedir now | Daniel Stenberg |
2003-11-07 | Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir | Daniel Stenberg |
2003-11-07 | define TRUE and FALSE here as some platforms don't have them otherwise | Daniel Stenberg |
2003-11-06 | don't allow options that we KNOW can't be used | Daniel Stenberg |
2003-11-04 | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg |