summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use the CORRECT file name! ;-)Daniel Stenberg2003-12-111-1/+1
* added the new amiga files to the distDaniel Stenberg2003-12-101-1/+2
* Diego Casorran's amiga makefilesDaniel Stenberg2003-12-101-0/+22
* native amiga support by Diego CasorranDaniel Stenberg2003-12-101-0/+30
* Marty Kuhrt moved most of the VMS stuff to a separate header file.Daniel Stenberg2003-12-031-118/+3
* new VMS filesDaniel Stenberg2003-12-031-1/+1
* Marty Kuhrt updatesDaniel Stenberg2003-12-034-52/+337
* --ftp-pasv now overrides a previous --ftpport option. We now also supportDaniel Stenberg2003-12-021-2/+10
* James Clancy updated the Borland makefilesDaniel Stenberg2003-11-271-4/+3
* --ftp-ssl support addedDaniel Stenberg2003-11-241-4/+19
* Gisle Vanem fixed the Windows buildDaniel Stenberg2003-11-232-2/+10
* unconditional progressbarinit cures a windows crashDaniel Stenberg2003-11-191-1/+1
* Gisle Vanem added a flush to make the progress-bar look better on windowsDaniel Stenberg2003-11-131-0/+1
* for the getpwuid() etcDaniel Stenberg2003-11-081-0/+3
* use char, not boolDaniel Stenberg2003-11-081-1/+1
* do a normal free() of the homedir nowDaniel Stenberg2003-11-071-1/+1
* Based on Gisle Vanem's $HOME patch, we now attempt to find the home dirDaniel Stenberg2003-11-075-4/+152
* define TRUE and FALSE here as some platforms don't have them otherwiseDaniel Stenberg2003-11-071-0/+7
* don't allow options that we KNOW can't be usedDaniel Stenberg2003-11-061-46/+40
* 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