25fe47f2 | 14-Nov-2001 |
Daniel Stenberg |
spell, slightly modified "what you can do" crap |
fe8365d2 | 14-Nov-2001 |
Daniel Stenberg |
added Richard Prescott's email |
2519a8cc | 14-Nov-2001 |
Daniel Stenberg |
added Richard Levitte's suggestion to support multiple -T options |
b8ff2112 | 14-Nov-2001 |
Daniel Stenberg |
Samuel Listopad's fix to allow global_init => global_cleanup => global_init for ssl |
6aafc2df | 13-Nov-2001 |
Daniel Stenberg |
corrected the ftp_getsize() usage, as the HPUX compiler warned on them |
65b22480 | 13-Nov-2001 |
Daniel Stenberg |
uninitialized variable |
60f19269 | 13-Nov-2001 |
Daniel Stenberg |
interface to export/import SSL session IDs |
51214990 | 13-Nov-2001 |
Daniel Stenberg |
more more more |
3e049a90 | 13-Nov-2001 |
Daniel Stenberg |
2 removed, 1 added |
c5d97df7 | 13-Nov-2001 |
Daniel Stenberg |
disable QUOTEs with NULL |
c2479ccb | 13-Nov-2001 |
Daniel Stenberg |
my proxytunnel fix accidentally ruined the normal https connects |
fc07eb45 | 13-Nov-2001 |
Daniel Stenberg |
point out that calling this function more than once is a sever error |
c7cdb0f2 | 12-Nov-2001 |
Daniel Stenberg |
make sure to "read out" the server reply even if we didn't get any data from the server when that's the only error |
92aedf85 | 12-Nov-2001 |
Daniel Stenberg |
made Curl_tvdiff round the diff better and make the subtraction before the multiply to not wrap-around |
dd157fc3 | 12-Nov-2001 |
Daniel Stenberg |
post-weekend fixes |
05f3ca88 | 12-Nov-2001 |
Daniel Stenberg |
made CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as well |
a18d41a4 | 12-Nov-2001 |
Daniel Stenberg |
include setup.h |
1affbff8 | 12-Nov-2001 |
Daniel Stenberg |
new Curl_ConnectHTTPProxyTunnel() function, needs a **lot** of testing!!! |
c55d0bb8 | 12-Nov-2001 |
Daniel Stenberg |
We need at least one millisecond to calculate current speed with! I also made the getinfo() stuff divide with 1000.0 now to enforce floating point since Paul Harrington claims the 7.9.1 still
We need at least one millisecond to calculate current speed with! I also made the getinfo() stuff divide with 1000.0 now to enforce floating point since Paul Harrington claims the 7.9.1 still uses even second resolution in the timers there
show more ...
|
0ffec712 | 08-Nov-2001 |
Daniel Stenberg |
Marcus Webster reported and fixed this read-one-byte-too-many problem... |
6ebac3dc | 08-Nov-2001 |
Daniel Stenberg |
now we make sure that NULL is defined in the gethostbyname_r() compiles as it turned out they aren't everywhere, and that causes compiles to fail and then we don't find the proper function ca
now we make sure that NULL is defined in the gethostbyname_r() compiles as it turned out they aren't everywhere, and that causes compiles to fail and then we don't find the proper function call!
show more ...
|
3b976ea9 | 08-Nov-2001 |
Daniel Stenberg |
Added two missing return codes... |
2c16dfb5 | 08-Nov-2001 |
Daniel Stenberg |
the proof I did something yesterday as well |
fe3a78ab | 07-Nov-2001 |
Daniel Stenberg |
we use signal() to ignore signals only as long as we have to, and we now restore the previous (if any) signal handler properly on return. |
1a984ea8 | 07-Nov-2001 |
Daniel Stenberg |
get the previous struct keep_sigact |