summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.Daniel Stenberg2003-11-041-0/+7
* removed compiler warnings from my latest fixDaniel Stenberg2003-10-311-4/+4
* Added a new parse-numeric-parameters function so that options that takeDaniel Stenberg2003-10-311-8/+39
* Make the CVS version clone the libcurl version string, this is generatedDaniel Stenberg2003-10-301-1/+1
* ignore .dist files hereDaniel Stenberg2003-10-301-0/+1
* more help text cleanupsDaniel Stenberg2003-10-301-9/+9
* cleaned up the --help output. Tried to unify the language. Shortened a bunchDaniel Stenberg2003-10-291-45/+45
* possibly uninitialized variableDaniel Stenberg2003-10-281-0/+2
* free all memory on failure before bailing out, not really necessary butDaniel Stenberg2003-10-241-1/+4
* Georg Horn's patch. -k is no longer mutually exclusive with --cacert andDaniel Stenberg2003-10-231-6/+5
* make --disable-eprt work, based on Gisle Vanem's patchDaniel Stenberg2003-10-221-3/+4
* updated for mingw32Daniel Stenberg2003-10-211-3/+3
* pre5Daniel Stenberg2003-10-211-1/+1
* 7.10.8-pre4Daniel Stenberg2003-10-181-1/+1
* Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.Daniel Stenberg2003-10-171-0/+10
* made the password prompt nicerDaniel Stenberg2003-10-171-3/+13
* define HAVE_SYS_SOCKET_H if that file is present. This is needed when weDaniel Stenberg2003-10-171-0/+3
* Added support for password prompting if only used name is given on theDaniel Stenberg2003-10-165-1/+304
* 7.10.8-pre3 commitDaniel Stenberg2003-10-081-1/+1
* Shard's fix to build fine on BeOSDaniel Stenberg2003-10-051-0/+4
* Added -4/--ipv4 and -6/ipv6.Daniel Stenberg2003-09-221-48/+64
* 7.10.8-pre2Daniel Stenberg2003-09-211-1/+1
* 7.10.8-pre1 commitDaniel Stenberg2003-09-071-1/+1
* CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODEDaniel Stenberg2003-08-202-2/+2
* Now offering support for multiple -T on the same command line, just makeDaniel Stenberg2003-08-191-436/+509
* set the large-file support defines for the client tooDaniel Stenberg2003-08-181-0/+6
* 7.10.7curl-7_10_7Daniel Stenberg2003-08-151-1/+1
* activate the new memory limit tests if requestedDaniel Stenberg2003-08-141-1/+7
* return failure when an alloc function failsDaniel Stenberg2003-08-141-4/+10
* better freeing when bailing out due to bad output globDaniel Stenberg2003-08-141-4/+5
* free data on failureDaniel Stenberg2003-08-141-0/+1
* In case the output urlglob file name returned is NULL, then there wasDaniel Stenberg2003-08-141-0/+6
* modified the #[num] code to be more robust, to return NULL on errors andDaniel Stenberg2003-08-141-39/+33
* 7.10.7-pre4 commitDaniel Stenberg2003-08-121-1/+1
* Check CURL_VERSION_ASYNCHDNS for feature outputDaniel Stenberg2003-08-111-1/+2
* --proxy-ntlm addedDaniel Stenberg2003-08-112-1/+10
* remodeled the help text to avoid those annoying puts() problems when aDaniel Stenberg2003-08-111-97/+101
* -Z and -@ no longer work, they are now officially available for otherDaniel Stenberg2003-08-111-16/+15
* introducing --ftp-create_dirsDaniel Stenberg2003-08-081-1/+11
* Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was appliedDaniel Stenberg2003-08-081-1/+1
* infilesize must be a long to work on 64bit archsDaniel Stenberg2003-08-071-1/+1
* use 644 for the chmodDaniel Stenberg2003-08-071-1/+1
* better cleaning up of memory in case of failures in the get-loop (it wasDaniel Stenberg2003-08-061-20/+30
* better cleaning up allocated memory in case of failuresDaniel Stenberg2003-08-061-5/+14
* chmod the hugehelp.c in the dist hook to make distcheck run fineDaniel Stenberg2003-08-061-0/+1
* David Byron's makefile fix to allow 7.10.6 to build fine using VCDaniel Stenberg2003-08-011-7/+10
* removed silly target that only works when building from CVSDaniel Stenberg2003-07-301-3/+0
* Make sure to generate an uncompressed hugehelp.c file for inclusion inDaniel Stenberg2003-07-301-1/+5
* CURLDEBUG not MALLOCDEBUGDaniel Stenberg2003-07-291-2/+2
* Fixes based on Gisle Vanem's input since this script failed due toDaniel Stenberg2003-07-281-3/+13