aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
#include "../lib/memdebug.h" for memory debug builds.
2003-10-16Added support for password prompting if only used name is given on theDaniel Stenberg
command line.
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
Re-arranged some option code.
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
sure you have one URL for each -T. A -T file name can also be "globbed" like -T "{file1,file2}". Test case 149 verifies this functionality.
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
only set cookiejar if selected
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
badness in the string and we help our user by returning an error.
2003-08-14modified the #[num] code to be more robust, to return NULL on errors andDaniel Stenberg
to support numbers larger than 9
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
string reaches > 512 bytes...
2003-08-11-Z and -@ no longer work, they are now officially available for otherDaniel Stenberg
options, more frequently used, in a future release
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
taken care of by the exit-free anyway but caused test case 75 and 76 to report memory leaks). Also re-indented a small section.
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
the distribution archive, as it isn't sure zlib is present everywhere. Those who care much for compressed help should regenerate the file.
2003-07-29CURLDEBUG not MALLOCDEBUGDaniel Stenberg
2003-07-28Fixes based on Gisle Vanem's input since this script failed due toDaniel Stenberg
possibly crlf newlines.
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
be done on the output
2003-06-26CURLDEBUG is the symbol to use, no longer MALLOCDEBUGDaniel Stenberg
2003-06-26adjusted the compressed generation to be more helpful in comments etcDaniel Stenberg
2003-06-26support for the new auth stuffDaniel Stenberg
more output on --version/-V mention --manual on the help output text