246f3a63 | 12-May-2003 |
Daniel Stenberg |
Dan Fandrich added --compressed docu |
e99eff4e | 12-May-2003 |
Daniel Stenberg |
setting ENCODING to "" means enable-all-you-support |
c0197f19 | 12-May-2003 |
Daniel Stenberg |
Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if set to "". This frees the application from having to know which encodings the library supports. |
3994d67e | 12-May-2003 |
Daniel Stenberg |
Dan Fandrich lowered the libtool requirement |
9ead79c9 | 12-May-2003 |
Daniel Stenberg |
when we have accepted the server's connection in a PORT sequence, we set the new socket to non-blocking |
9371aed4 | 12-May-2003 |
Daniel Stenberg |
avoid the write loop |
940707ad | 12-May-2003 |
Daniel Stenberg |
incoming proxy headers shall be sent to the debug function has HEADERs not DATA |
e6c267fb | 09-May-2003 |
Daniel Stenberg |
oops, run libtoolize as the first tool |
93538fcc | 09-May-2003 |
Daniel Stenberg |
run libtoolize too |
83a7fad3 | 09-May-2003 |
Daniel Stenberg |
run libtoolize to generate these files |
3c7e3338 | 09-May-2003 |
Daniel Stenberg |
CURLOPT_FTP_USE_EPRT added |
7b0f35ed | 09-May-2003 |
Daniel Stenberg |
--disable-eprt added |
94a157d0 | 09-May-2003 |
Daniel Stenberg |
support for CURLOPT_FTP_USE_EPRT added |
ca046202 | 09-May-2003 |
Daniel Stenberg |
AIX wants sys/select.h |
073ef0b3 | 09-May-2003 |
Daniel Stenberg |
clarify on the curl name issue and that there may be other libcurl-based tools that provide GUI |
c41c05d4 | 06-May-2003 |
Daniel Stenberg |
Kevin Delafield reported another case where we didn't correctly check for EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as we
Kevin Delafield reported another case where we didn't correctly check for EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as well now.
show more ...
|
f1ea54e0 | 05-May-2003 |
Daniel Stenberg |
fixed the required tools' version numbers |
a139ce90 | 04-May-2003 |
Daniel Stenberg |
the writable argv check now should not exit when building a cross-compiled curl |
74319571 | 03-May-2003 |
Daniel Stenberg |
put back the libtool test, now for 1.5 require autoconf 2.57 require automake 1.7 |
1752d809 | 02-May-2003 |
Daniel Stenberg |
If there is a custom Host: header specified, we use that host name to extract the correct set of cookies to send. This functionality is verified by test case 62. |
aa7420e1 | 02-May-2003 |
Daniel Stenberg |
send correct cookies when using a custom Host: |
a290d4b9 | 02-May-2003 |
Daniel Stenberg |
fixed the format slightly |
19a4314e | 01-May-2003 |
Daniel Stenberg |
corrected a comment about gzip not being supported |
d166e85e | 01-May-2003 |
Daniel Stenberg |
FTP URL with type=a |
f213e857 | 01-May-2003 |
Daniel Stenberg |
Andy Cedilnik fixed some compiler warnings |