summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 7.10.6curl-7_10_6Daniel Stenberg2003-07-281-1/+1
* Andrés García updated with the added files etcDaniel Stenberg2003-07-251-5/+2
* Juan F. Codagnone's fixes to build properly on Windows againDaniel Stenberg2003-07-232-0/+7
* pre4-commitDaniel Stenberg2003-07-211-1/+1
* more fixes from Doug Kaufman for DJGPP builds for DOSDaniel Stenberg2003-07-151-2/+143
* Some of Doug Kaufman's changes for the DOS portDaniel Stenberg2003-07-053-7/+17
* HAVE_SETVBUF removed, no longer usedDaniel Stenberg2003-07-041-3/+0
* remove the usage of setvbuf() and use fflush() instead if no buffering shouldDaniel Stenberg2003-07-041-7/+8
* CURLDEBUG is the symbol to use, no longer MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* adjusted the compressed generation to be more helpful in comments etcDaniel Stenberg2003-06-261-22/+35
* support for the new auth stuffDaniel Stenberg2003-06-261-32/+63
* Make the HTTP auth stuff work, Dan Fandrich made --version output a listDaniel Stenberg2003-06-121-4/+17
* remove the dumpit file after useDaniel Stenberg2003-06-121-1/+4
* Based on Dan Fandrich's patch and gzip unpack function, we now compressDaniel Stenberg2003-06-122-14/+115
* ntlm addedDaniel Stenberg2003-06-111-4/+13
* Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we planDaniel Stenberg2003-06-101-15/+6
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-102-1/+20
* Pass the error stream pointer to the URL globber, so that it can reportDaniel Stenberg2003-06-103-33/+53
* include the time headers just like we used to do in the curl/curl.h headerDaniel Stenberg2003-06-031-1/+10
* we want the time defines tooDaniel Stenberg2003-06-031-0/+8
* David Byron's fix to get the progress-bar use the local size too whenDaniel Stenberg2003-06-021-8/+12
* include sys/time.h, we didn't have a time() proto anymore. Did one of theDaniel Stenberg2003-05-271-0/+4