aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-10-24free all memory on failure before bailing out, not really necessary butDaniel Stenberg
2003-10-23Georg Horn's patch. -k is no longer mutually exclusive with --cacert andDaniel Stenberg
2003-10-22make --disable-eprt work, based on Gisle Vanem's patchDaniel Stenberg
2003-10-21updated for mingw32Daniel Stenberg
2003-10-21pre5Daniel Stenberg
2003-10-187.10.8-pre4Daniel Stenberg
2003-10-17Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.Daniel Stenberg
2003-10-17made the password prompt nicerDaniel Stenberg
2003-10-17define HAVE_SYS_SOCKET_H if that file is present. This is needed when weDaniel Stenberg
2003-10-16Added support for password prompting if only used name is given on theDaniel Stenberg
2003-10-087.10.8-pre3 commitDaniel Stenberg
2003-10-05Shard's fix to build fine on BeOSDaniel Stenberg
2003-09-22Added -4/--ipv4 and -6/ipv6.Daniel Stenberg
2003-09-217.10.8-pre2Daniel Stenberg
2003-09-077.10.8-pre1 commitDaniel Stenberg
2003-08-20CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODEDaniel Stenberg
2003-08-19Now offering support for multiple -T on the same command line, just makeDaniel Stenberg
2003-08-18set the large-file support defines for the client tooDaniel Stenberg
2003-08-157.10.7Daniel Stenberg
2003-08-14activate the new memory limit tests if requestedDaniel Stenberg
2003-08-14return failure when an alloc function failsDaniel Stenberg
2003-08-14better freeing when bailing out due to bad output globDaniel Stenberg
2003-08-14free data on failureDaniel Stenberg
2003-08-14In case the output urlglob file name returned is NULL, then there wasDaniel Stenberg
2003-08-14modified the #[num] code to be more robust, to return NULL on errors andDaniel Stenberg
2003-08-127.10.7-pre4 commitDaniel Stenberg
2003-08-11Check CURL_VERSION_ASYNCHDNS for feature outputDaniel Stenberg
2003-08-11--proxy-ntlm addedDaniel Stenberg
2003-08-11remodeled the help text to avoid those annoying puts() problems when aDaniel Stenberg
2003-08-11-Z and -@ no longer work, they are now officially available for otherDaniel Stenberg
2003-08-08introducing --ftp-create_dirsDaniel Stenberg
2003-08-08Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was appliedDaniel Stenberg
2003-08-07infilesize must be a long to work on 64bit archsDaniel Stenberg
2003-08-07use 644 for the chmodDaniel Stenberg
2003-08-06better cleaning up of memory in case of failures in the get-loop (it wasDaniel Stenberg
2003-08-06better cleaning up allocated memory in case of failuresDaniel Stenberg
2003-08-06chmod the hugehelp.c in the dist hook to make distcheck run fineDaniel Stenberg
2003-08-01David Byron's makefile fix to allow 7.10.6 to build fine using VCDaniel Stenberg
2003-07-30removed silly target that only works when building from CVSDaniel Stenberg
2003-07-30Make sure to generate an uncompressed hugehelp.c file for inclusion inDaniel Stenberg
2003-07-29CURLDEBUG not MALLOCDEBUGDaniel Stenberg
2003-07-28Fixes based on Gisle Vanem's input since this script failed due toDaniel Stenberg
2003-07-287.10.6Daniel Stenberg
2003-07-25Andrés García updated with the added files etcDaniel Stenberg
2003-07-23Juan F. Codagnone's fixes to build properly on Windows againDaniel Stenberg
2003-07-21pre4-commitDaniel Stenberg
2003-07-15more fixes from Doug Kaufman for DJGPP builds for DOSDaniel Stenberg
2003-07-05Some of Doug Kaufman's changes for the DOS portDaniel Stenberg
2003-07-04HAVE_SETVBUF removed, no longer usedDaniel Stenberg
2003-07-04remove the usage of setvbuf() and use fflush() instead if no buffering shouldDaniel Stenberg