9a3ff5c4 | 09-Sep-2002 |
Daniel Stenberg |
configure --disable-http is not properly working |
b36c654a | 09-Sep-2002 |
Daniel Stenberg |
Ricardo Cadime helped us work out another check for the ## preprocessor directive. |
ddeb2613 | 07-Sep-2002 |
Joern Hartroth |
Added ZLIB switch for activation of content encoding in Makefile.m32 |
2d02d209 | 07-Sep-2002 |
Joern Hartroth |
Added zlib Library. |
b2563b9f | 06-Sep-2002 |
Joern Hartroth |
Added content_encoding files. |
fccf6925 | 05-Sep-2002 |
Daniel Stenberg |
fixed the pkgadd target |
4a7cf650 | 04-Sep-2002 |
sm |
Added multi.c to curllib.dsp to fix win32 build |
56587e28 | 04-Sep-2002 |
Daniel Stenberg |
Sven Neuhaus made --silent being acknowledged even when multiple URLs were used |
33b8e715 | 04-Sep-2002 |
Daniel Stenberg |
remove -lz |
1c961286 | 03-Sep-2002 |
Daniel Stenberg |
we're now MIT licensed only |
ca516b1b | 03-Sep-2002 |
Daniel Stenberg |
no longer package MITX.txt or MPL-1.1.txt since we now use COPYING only |
ba4e69be | 03-Sep-2002 |
Daniel Stenberg |
updated source code boilerplate/header |
de5e9f10 | 03-Sep-2002 |
Daniel Stenberg |
7.10-pre2 |
955da86a | 03-Sep-2002 |
Daniel Stenberg |
fixed the dist-hook and added the missing header file |
8d85be4c | 03-Sep-2002 |
Daniel Stenberg |
better name for the legal/license/copyright stuff |
93eadfb1 | 02-Sep-2002 |
Daniel Stenberg |
added some curl-config details |
f8e0b184 | 02-Sep-2002 |
Daniel Stenberg |
AC_SUBST HAVE_LIBZ for curl-config.in |
64bbe9df | 02-Sep-2002 |
Daniel Stenberg |
James Gallagher's Content-Encoding work |
2e8a9416 | 02-Sep-2002 |
Daniel Stenberg |
ca bundle to use |
5dd40bd0 | 02-Sep-2002 |
Daniel Stenberg |
adjusted to more HTTP-strict version strings and to offer LIBZ info |
1822dd05 | 02-Sep-2002 |
Daniel Stenberg |
Jon Topper pointed out a code example bug |
751e49fb | 30-Aug-2002 |
Daniel Stenberg |
moo |
56c43604 | 30-Aug-2002 |
Daniel Stenberg |
if verifypeer is enabled but nether CAfile nor CApath is, then don't try to load "verify_locations" |
7438c378 | 30-Aug-2002 |
Daniel Stenberg |
prevent compiler warning |
0e0caf7c | 30-Aug-2002 |
Daniel Stenberg |
CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we proceed fine with the already existing options, just having a different internal library default for capath. |