| Commit message (Expand) | Author | Age | Files | Lines |
* | 7.10.8-pre3 commit | Daniel Stenberg | 2003-10-08 | 1 | -1/+1 |
* | Shard's fix to build fine on BeOS | Daniel Stenberg | 2003-10-05 | 1 | -0/+4 |
* | Added -4/--ipv4 and -6/ipv6. | Daniel Stenberg | 2003-09-22 | 1 | -48/+64 |
* | 7.10.8-pre2 | Daniel Stenberg | 2003-09-21 | 1 | -1/+1 |
* | 7.10.8-pre1 commit | Daniel Stenberg | 2003-09-07 | 1 | -1/+1 |
* | CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE | Daniel Stenberg | 2003-08-20 | 2 | -2/+2 |
* | Now offering support for multiple -T on the same command line, just make | Daniel Stenberg | 2003-08-19 | 1 | -436/+509 |
* | set the large-file support defines for the client too | Daniel Stenberg | 2003-08-18 | 1 | -0/+6 |
* | 7.10.7curl-7_10_7 | Daniel Stenberg | 2003-08-15 | 1 | -1/+1 |
* | activate the new memory limit tests if requested | Daniel Stenberg | 2003-08-14 | 1 | -1/+7 |
* | return failure when an alloc function fails | Daniel Stenberg | 2003-08-14 | 1 | -4/+10 |
* | better freeing when bailing out due to bad output glob | Daniel Stenberg | 2003-08-14 | 1 | -4/+5 |
* | free data on failure | Daniel Stenberg | 2003-08-14 | 1 | -0/+1 |
* | In case the output urlglob file name returned is NULL, then there was | Daniel Stenberg | 2003-08-14 | 1 | -0/+6 |
* | modified the #[num] code to be more robust, to return NULL on errors and | Daniel Stenberg | 2003-08-14 | 1 | -39/+33 |
* | 7.10.7-pre4 commit | Daniel Stenberg | 2003-08-12 | 1 | -1/+1 |
* | Check CURL_VERSION_ASYNCHDNS for feature output | Daniel Stenberg | 2003-08-11 | 1 | -1/+2 |
* | --proxy-ntlm added | Daniel Stenberg | 2003-08-11 | 2 | -1/+10 |
* | remodeled the help text to avoid those annoying puts() problems when a | Daniel Stenberg | 2003-08-11 | 1 | -97/+101 |
* | -Z and -@ no longer work, they are now officially available for other | Daniel Stenberg | 2003-08-11 | 1 | -16/+15 |
* | introducing --ftp-create_dirs | Daniel Stenberg | 2003-08-08 | 1 | -1/+11 |
* | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg | 2003-08-08 | 1 | -1/+1 |
* | infilesize must be a long to work on 64bit archs | Daniel Stenberg | 2003-08-07 | 1 | -1/+1 |
* | use 644 for the chmod | Daniel Stenberg | 2003-08-07 | 1 | -1/+1 |
* | better cleaning up of memory in case of failures in the get-loop (it was | Daniel Stenberg | 2003-08-06 | 1 | -20/+30 |
* | better cleaning up allocated memory in case of failures | Daniel Stenberg | 2003-08-06 | 1 | -5/+14 |
* | chmod the hugehelp.c in the dist hook to make distcheck run fine | Daniel Stenberg | 2003-08-06 | 1 | -0/+1 |
* | David Byron's makefile fix to allow 7.10.6 to build fine using VC | Daniel Stenberg | 2003-08-01 | 1 | -7/+10 |
* | removed silly target that only works when building from CVS | Daniel Stenberg | 2003-07-30 | 1 | -3/+0 |
* | Make sure to generate an uncompressed hugehelp.c file for inclusion in | Daniel Stenberg | 2003-07-30 | 1 | -1/+5 |
* | CURLDEBUG not MALLOCDEBUG | Daniel Stenberg | 2003-07-29 | 1 | -2/+2 |
* | Fixes based on Gisle Vanem's input since this script failed due to | Daniel Stenberg | 2003-07-28 | 1 | -3/+13 |
* | 7.10.6curl-7_10_6 | Daniel Stenberg | 2003-07-28 | 1 | -1/+1 |
* | Andrés García updated with the added files etc | Daniel Stenberg | 2003-07-25 | 1 | -5/+2 |
* | Juan F. Codagnone's fixes to build properly on Windows again | Daniel Stenberg | 2003-07-23 | 2 | -0/+7 |
* | pre4-commit | Daniel Stenberg | 2003-07-21 | 1 | -1/+1 |
* | more fixes from Doug Kaufman for DJGPP builds for DOS | Daniel Stenberg | 2003-07-15 | 1 | -2/+143 |
* | Some of Doug Kaufman's changes for the DOS port | Daniel Stenberg | 2003-07-05 | 3 | -7/+17 |
* | HAVE_SETVBUF removed, no longer used | Daniel Stenberg | 2003-07-04 | 1 | -3/+0 |
* | remove the usage of setvbuf() and use fflush() instead if no buffering should | Daniel Stenberg | 2003-07-04 | 1 | -7/+8 |
* | CURLDEBUG is the symbol to use, no longer MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | adjusted the compressed generation to be more helpful in comments etc | Daniel Stenberg | 2003-06-26 | 1 | -22/+35 |
* | support for the new auth stuff | Daniel Stenberg | 2003-06-26 | 1 | -32/+63 |
* | Make the HTTP auth stuff work, Dan Fandrich made --version output a list | Daniel Stenberg | 2003-06-12 | 1 | -4/+17 |
* | remove the dumpit file after use | Daniel Stenberg | 2003-06-12 | 1 | -1/+4 |
* | Based on Dan Fandrich's patch and gzip unpack function, we now compress | Daniel Stenberg | 2003-06-12 | 2 | -14/+115 |
* | ntlm added | Daniel Stenberg | 2003-06-11 | 1 | -4/+13 |
* | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg | 2003-06-10 | 1 | -15/+6 |
* | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | 2003-06-10 | 2 | -1/+20 |
* | Pass the error stream pointer to the URL globber, so that it can report | Daniel Stenberg | 2003-06-10 | 3 | -33/+53 |