58936eff | 30-Oct-2001 |
Daniel Stenberg |
removed the 'in documentation' part, as I've expressed in public before |
dbd32278 | 30-Oct-2001 |
Daniel Stenberg |
Added an additional SSL check for a dead socket before we re-use an SSL connection. The simple socket-check is not enough in these cases. |
6d359842 | 30-Oct-2001 |
Daniel Stenberg |
prevent strdup()ing NULL -- Paul Harrington's report |
c046dc90 | 30-Oct-2001 |
Daniel Stenberg |
Corrected the -T description |
bc8375a1 | 30-Oct-2001 |
Daniel Stenberg |
removed silly old -t usage from here, added some blurb about the "new" -t that sets telnet options |
83877d5e | 29-Oct-2001 |
Daniel Stenberg |
Kevin Roth updates |
3f248dd1 | 29-Oct-2001 |
Daniel Stenberg |
corrected return code, general cleanup |
c9954d19 | 29-Oct-2001 |
Daniel Stenberg |
added curl_formadd |
e1653322 | 29-Oct-2001 |
Daniel Stenberg |
minor fix to support multiple files in one formadd() call |
d25310cb | 29-Oct-2001 |
Daniel Stenberg |
29 October fixes |
fbb9d23a | 29-Oct-2001 |
Daniel Stenberg |
Kevin Roth's cygwin package fixes |
2d32e883 | 29-Oct-2001 |
Daniel Stenberg |
Cygwin moved into the win32 drawer |
42a9d96f | 29-Oct-2001 |
Daniel Stenberg |
fixed conn->name error on connection re-use and enlarged the 'gname' array to hold 512 bytes (for user+password+hostname) |
3edd9b4d | 29-Oct-2001 |
Daniel Stenberg |
SM's waitconnect return code fix! |
1a8cf79a | 26-Oct-2001 |
Daniel Stenberg |
changed the Location: to match one Paul Harrington reports a problem with |
b736bdc8 | 26-Oct-2001 |
Daniel Stenberg |
ldap fix, test28 added |
babb985f | 26-Oct-2001 |
Daniel Stenberg |
made 'timespent' a double, which makes more accurate calculations for quick downloads |
b22a5f75 | 26-Oct-2001 |
Daniel Stenberg |
test28 added for "Location: extraspace" test |
d7330618 | 25-Oct-2001 |
Daniel Stenberg |
bug report #474568 - We need to set "no further data to download" before the Curl_ldap() function returns, as otherwise it'll hang on that assumed transfer. |
bca0c8d2 | 24-Oct-2001 |
Daniel Stenberg |
added "s390 Linux" as a platform that curl was compiled for, and I also sorted the list of machines |
53ac8004 | 24-Oct-2001 |
Daniel Stenberg |
added a section about cross compiling that Jim Duey wrote down for us |
7b76499e | 24-Oct-2001 |
Daniel Stenberg |
lots and lots |
9f45190f | 24-Oct-2001 |
Daniel Stenberg |
test case 27 added, to make sure cookie replacing don't leak anything |
f933cb3b | 24-Oct-2001 |
Daniel Stenberg |
now reports the CORRECT pid on demand |
c6822f5a | 24-Oct-2001 |
Daniel Stenberg |
T. Bharath found this memory leak. It occurs when we replace an internally already existing cookie with a new one. |