de003d9c | 17-Feb-2003 |
Daniel Stenberg |
mention --trace and --trace-ascii in the -v/--versbose section to remind people how to get even more details shown |
8a2a523c | 14-Feb-2003 |
Daniel Stenberg |
mention more cacert magic |
c3dfe50a | 14-Feb-2003 |
Daniel Stenberg |
Fix Curl_is_connected() even more to deal with waitconnect() return codes even better (also based on input from Martin). |
9659d862 | 14-Feb-2003 |
Daniel Stenberg |
Matthew Clarke built curl on AIX 3.2.5 |
69ab4cd3 | 14-Feb-2003 |
Daniel Stenberg |
include <sys/socket.h> to compile the fd_set stuff properly on all systems |
498f3985 | 14-Feb-2003 |
Daniel Stenberg |
geterrno() renamed to ourerrno() to prevent the name clash that occurred in AIX 3.2.5 and possibly other OSF-like system headers. |
977175d4 | 14-Feb-2003 |
Daniel Stenberg |
Martin C. Martin's fix for multi-interface connects to non-listening ports. |
3ddc7b93 | 13-Feb-2003 |
Daniel Stenberg |
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the data to encode. |
10e9bf62 | 08-Feb-2003 |
Daniel Stenberg |
language |
48a5c64e | 06-Feb-2003 |
Daniel Stenberg |
include stdarg.h since we use va_* stuff |
140606cc | 05-Feb-2003 |
Daniel Stenberg |
I made curl run fine on a XScale/PXA250 |
f56d006f | 05-Feb-2003 |
Daniel Stenberg |
Re-arranged the SSL connection code (again). The recent fix was not a very good one. This should work fine again. |
beb13a1d | 04-Feb-2003 |
Jean-Philippe Barette-LaPierre |
added the sharing of DNS cache |
fa471383 | 04-Feb-2003 |
Daniel Stenberg |
VMS has setjmp.h |
9421d451 | 04-Feb-2003 |
Daniel Stenberg |
Nico Baggus updated build script for VMS |
ff8abfca | 04-Feb-2003 |
Daniel Stenberg |
assume zlib 1.1.4 - pointed out by Kevin Roth |
5c858965 | 04-Feb-2003 |
Daniel Stenberg |
HAVE_LIBZ is the actual name of the define we use |
e3f83cb1 | 04-Feb-2003 |
Daniel Stenberg |
make it more obvious what this is by not even trying to show a manual |
de6008e0 | 04-Feb-2003 |
Daniel Stenberg |
James Bursa corrected a bad comment |
6417e696 | 04-Feb-2003 |
Daniel Stenberg |
fixes during the last couple of days |
5d28f378 | 04-Feb-2003 |
Daniel Stenberg |
Improved error reporting in case of bad SSL_connect()s, and we also no longer use the SSL functions that store the error message in a static buffer since that is not very multi-thread friendl
Improved error reporting in case of bad SSL_connect()s, and we also no longer use the SSL functions that store the error message in a static buffer since that is not very multi-thread friendly.
show more ...
|
10026bb6 | 03-Feb-2003 |
Daniel Stenberg |
scan through the PATH as well, to find stunnel |
21c16f92 | 03-Feb-2003 |
Daniel Stenberg |
Julian Noble pointed out that capath is indeed working fine on Windows these days since the c_rehash tool is written (fixed) to do the proper action even on file systems that don't support sy
Julian Noble pointed out that capath is indeed working fine on Windows these days since the c_rehash tool is written (fixed) to do the proper action even on file systems that don't support symlinks.
show more ...
|
32cef52f | 31-Jan-2003 |
Daniel Stenberg |
Kevin Roth corrected the zlib stuff to work better. |
e7dd7c54 | 30-Jan-2003 |
Daniel Stenberg |
don't check for the CA cert bundle if --insecure is used |