Age | Commit message (Expand) | Author |
2004-06-08 | Marty Kuhrt's VMS fixes | Daniel Stenberg |
2004-06-08 | corrected defines. | Gunter Knauf |
2004-06-08 | convert to UNIX format. | Gunter Knauf |
2004-06-04 | G�nter Knauf's netware build fixes | Daniel Stenberg |
2004-05-25 | --proxy-basic added for completeness | Daniel Stenberg |
2004-05-25 | Massimiliano Ziccardi's updates for the VC6 makefiles | Daniel Stenberg |
2004-05-25 | make one call instead of two | Daniel Stenberg |
2004-05-24 | delete trailing whitespace | Daniel Stenberg |
2004-05-24 | if no errorbuffer string was provided when a return code was returned, use | Daniel Stenberg |
2004-05-12 | Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG is | Daniel Stenberg |
2004-05-10 | slightly better dealing of bad mem situations | Daniel Stenberg |
2004-05-10 | better detect if/when curl_slist_append() returns failure, and bail out | Daniel Stenberg |
2004-05-10 | checkpasswd() prevents segfault by checking that input argument is non-NULL | Daniel Stenberg |
2004-05-05 | slightly odd fix to prevent -Wunreachable-code to warn | Daniel Stenberg |
2004-05-05 | additional typecasts in an attempt to avoid compiler warnings when switching | Daniel Stenberg |
2004-05-05 | removed bad free() | Daniel Stenberg |
2004-05-03 | Added support for --proxy-digest | Daniel Stenberg |
2004-04-30 | use the new lib/curlx.h header and modified the code to use all to-become- | Daniel Stenberg |
2004-04-30 | make the contents able to be any data, the previous stopped at white space | Daniel Stenberg |
2004-04-26 | Include "setup.h" and not "config.h" since setup.h is made to include | Daniel Stenberg |
2004-04-26 | supports showing "IDN" as a libcurl feature, now outputs the features | Daniel Stenberg |
2004-04-25 | USE_MANUAL is now defined by default | Daniel Stenberg |
2004-04-25 | make the generated hugehelp.c file use the USE_MANUAL define so that it | Daniel Stenberg |
2004-04-23 | Made --proxy-ntlm check if the underlying library actually supports NTLM | Daniel Stenberg |
2004-04-22 | allow newlines in the contents when doing -F "var=[contents]" | Daniel Stenberg |
2004-04-14 | Gisle Vanem made the -4/-6 actually get set too | Daniel Stenberg |
2004-04-07 | renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* | Daniel Stenberg |
2004-04-07 | Use curl_off_t for the limit rate values to support REALLY huge values on | Daniel Stenberg |
2004-04-06 | improved --limit-rate functionality, partly by the new use of curlx_tvnow() | Daniel Stenberg |
2004-04-06 | added HAVE_GETTIMEOFDAY, we need it for better time resolution | Daniel Stenberg |
2004-04-06 | typecasts to please picky compilers checking the printf() format string | Daniel Stenberg |
2004-04-02 | Andr�s Garc�a's updated mingw makefiles | Daniel Stenberg |
2004-03-29 | these are now in the packages/vms dir | Daniel Stenberg |
2004-03-29 | Gisle Vanem's djgpp/MS-DOS updates | Daniel Stenberg |
2004-03-25 | tcp-nodelay patch by Joe Halpin | Daniel Stenberg |
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 |