6809a906 | 30-Jul-2003 |
Daniel Stenberg |
Make sure to generate an uncompressed hugehelp.c file for inclusion in the distribution archive, as it isn't sure zlib is present everywhere. Those who care much for compressed help should re
Make sure to generate an uncompressed hugehelp.c file for inclusion in the distribution archive, as it isn't sure zlib is present everywhere. Those who care much for compressed help should regenerate the file.
show more ...
|
1c35cbcc | 30-Jul-2003 |
Daniel Stenberg |
Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes unsigned and we want this to be able to hold -1 for illegal/unset values. |
5f8989a4 | 29-Jul-2003 |
Daniel Stenberg |
CURLDEBUG not MALLOCDEBUG |
aa7b0648 | 28-Jul-2003 |
Daniel Stenberg |
Fixes based on Gisle Vanem's input since this script failed due to possibly crlf newlines. |
2fbe6196 | 28-Jul-2003 |
Daniel Stenberg |
Digest *OR* Basic authorization test |
bdb5e5a2 | 28-Jul-2003 |
Daniel Stenberg |
7.10.6 |
48a580e6 | 28-Jul-2003 |
Daniel Stenberg |
clear http->send_buffer when we have freed the memory it pointed to |
1361fc69 | 28-Jul-2003 |
Daniel Stenberg |
updated to the new ftp dir parsing code that allows a preceeding double slash |
93352e56 | 28-Jul-2003 |
Daniel Stenberg |
As noticed by Kevin Roth, we shall not speak of root dir when it isn't necessarily the root... |
d9246ff2 | 28-Jul-2003 |
Daniel Stenberg |
Fran�ois Pons brought a patch that once again made curl deal with ftp and "double slash" as indicating the root directory. In the RFC1738-fix of April 30, that ability was removed (since it i
Fran�ois Pons brought a patch that once again made curl deal with ftp and "double slash" as indicating the root directory. In the RFC1738-fix of April 30, that ability was removed (since it is not the "right" way).
show more ...
|
9301bc34 | 28-Jul-2003 |
Daniel Stenberg |
use the correct 'test71' file name for the temp file |
76352c4e | 28-Jul-2003 |
Daniel Stenberg |
got a bug report on -F in config files, so I wrote up this test to verify that is works... and it did! ;-) |
428f41bd | 25-Jul-2003 |
Daniel Stenberg |
having it in CVS causes us problems *grrr* |
99c32e46 | 25-Jul-2003 |
Daniel Stenberg |
Andr�s Garc�a updated with the added files etc |
83f249cf | 25-Jul-2003 |
Daniel Stenberg |
With an unknown CA path, we undef the variable. To build properly without SSL/CA. |
2c2baa93 | 25-Jul-2003 |
Daniel Stenberg |
only check for CA bundle path if build with SSL support set a conditional for the makefile if we know the CA path or not |
f0278ca1 | 25-Jul-2003 |
Daniel Stenberg |
Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't need it. |
297b1b50 | 23-Jul-2003 |
Daniel Stenberg |
the test compared numericly if though it could contain a string, and I lowered the number of retries to 10 |
e9f63bf4 | 23-Jul-2003 |
Daniel Stenberg |
When we re-use an existing connection we must make sure that we don't accidentally re-use the connect_addr field, as that might no longer be around. Fix verified by Tracy Boehrer who basicly
When we re-use an existing connection we must make sure that we don't accidentally re-use the connect_addr field, as that might no longer be around. Fix verified by Tracy Boehrer who basicly debugged and tracked down this problem.
show more ...
|
556ce1c6 | 23-Jul-2003 |
Daniel Stenberg |
minor code style fix |
cc4ff626 | 23-Jul-2003 |
Daniel Stenberg |
Split out the changes from the year 2002 into a separate file, named CHANGES.2002. |
0423fd9b | 23-Jul-2003 |
Daniel Stenberg |
SSLCERTS was moved into the docs/ directory |
789ab20b | 23-Jul-2003 |
Daniel Stenberg |
moved SSLCERTS into the docs/ directory |
b47462bd | 23-Jul-2003 |
Daniel Stenberg |
Daniel Kouril's fix to make the GSS-Negotiate work fine. |
1a94fee4 | 23-Jul-2003 |
Daniel Stenberg |
Juan F. Codagnone's fixes to build properly on Windows again |