Age | Commit message (Expand) | Author |
2004-03-24 | include curl/curlver.h instead since this only needs the version defines | Daniel Stenberg |
2004-03-23 | int/size_t cleanup | Daniel Stenberg |
2004-03-21 | removed deleted files | Daniel Stenberg |
2004-03-21 | Marty Kuhrt's adjustments for a cleaner VMS build | Daniel Stenberg |
2004-03-17 | new netware-related files added to the distribution | Daniel Stenberg |
2004-03-17 | G�nter Knauf's NetWare changes. | Daniel Stenberg |
2004-03-17 | nonsense comments removed | Daniel Stenberg |
2004-03-15 | Marty Kuhrt's VMS updates | Daniel Stenberg |
2004-03-12 | David Byron's fix to clear outs.filename | Daniel Stenberg |
2004-03-10 | use the new OS define from lib/config-win32.h | Daniel Stenberg |
2004-03-10 | make loop variable size_t as well when looping to a size_t limit | Daniel Stenberg |
2004-03-08 | fread() returns a size_t | Daniel Stenberg |
2004-03-08 | use curl standard source formatting | Daniel Stenberg |
2004-03-08 | typecast enum to int to make it printf() properly | Daniel Stenberg |
2004-03-08 | variable type fixes | Daniel Stenberg |
2004-03-08 | Moved the error message buffer into the glob struct as well. | Daniel Stenberg |
2004-03-04 | David Byron's version resource fix | Daniel Stenberg |
2004-03-04 | new "version resource" file for windows builds | Daniel Stenberg |
2004-03-03 | David Byron's work on making libcurl only require winsock 1.1 on Windows | Daniel Stenberg |
2004-03-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg |
2004-03-02 | Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined. | Daniel Stenberg |
2004-03-02 | CURLOPT_MUTE is obsolete since a long while, we don't need to set it! | Daniel Stenberg |
2004-03-01 | check for CURL_VERSION_LARGEFILE in the feature bitmask | Daniel Stenberg |
2004-03-01 | Use the z-option to printf %d for size_t printf. z is supported by the | Daniel Stenberg |
2004-02-26 | David Byron's fixes to make the latest curl build fine under MSVC 6. | Daniel Stenberg |
2004-02-25 | use %ld when printfing longs | Daniel Stenberg |
2004-02-21 | David Byron's fix to allow the speed-limit logic work even if you set | Daniel Stenberg |
2004-02-20 | When the built-in manual is disabled, we generate a function doing nothing | Daniel Stenberg |
2004-02-19 | Use the strtoofft.h header file from the lib directory, as we are now | Daniel Stenberg |
2004-02-17 | fix the help text for --manual if built without manual | Daniel Stenberg |
2004-02-12 | support configure --disable-manual | Daniel Stenberg |
2004-02-09 | Make param2text() take an int argument, as that is what's being passed in. | Daniel Stenberg |
2004-02-09 | use VAR_NONE instead of 0 in the table to prevent compiler warning | Daniel Stenberg |
2004-02-05 | Andr�s Garc�a's updates | Daniel Stenberg |
2004-02-05 | Fix the socklen_t type too. Needed only when built with memory debugging | Daniel Stenberg |
2004-02-02 | Use the nroff option figured out by the configure script. An attempt to | Daniel Stenberg |
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 |