f5a0c173 | 26-May-2004 |
Daniel Stenberg |
updated with recent stuff |
8442c394 | 26-May-2004 |
Daniel Stenberg |
three new functions in the public API |
15cd35f6 | 26-May-2004 |
Daniel Stenberg |
added example that makes an upload to a file:// url |
459801d6 | 26-May-2004 |
Daniel Stenberg |
strip trailing whitespace |
2c43d643 | 26-May-2004 |
Daniel Stenberg |
Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set if a connection is tunneled through a proxy. A tunnel is done with CONNECT, either when using HTTPS or FTPS, or if exp
Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set if a connection is tunneled through a proxy. A tunnel is done with CONNECT, either when using HTTPS or FTPS, or if explicitly enabled by the app.
show more ...
|
fd802db3 | 25-May-2004 |
Daniel Stenberg |
initial support for "uploading" to file:// URLs |
765754d3 | 25-May-2004 |
Daniel Stenberg |
--proxy-basic added for completeness |
f7f6b288 | 25-May-2004 |
Daniel Stenberg |
removed some stuff that actually is done now, added the --optionseparator idea (not really new, but its better to have it mentioned in here) |
11ee9540 | 25-May-2004 |
Daniel Stenberg |
Bug report #948950, excessive amount of file descriptors might crash libcurl |
f6319bd7 | 25-May-2004 |
Daniel Stenberg |
Massimiliano Ziccardi's updates for the VC6 makefiles |
0912015a | 25-May-2004 |
Daniel Stenberg |
preprocessor magic around the libidn idn_free() stuff to remain workable both with older libidn versions without idn_free() and with libidn versions that gets installed without idn-free.h |
4e7575fc | 25-May-2004 |
Daniel Stenberg |
checl for the idn_free stuff to remain functionall even with older libidn versions |
6531a611 | 25-May-2004 |
Daniel Stenberg |
remove trailing whitespace |
9a33561e | 25-May-2004 |
Daniel Stenberg |
make one call instead of two |
88229a0f | 24-May-2004 |
Daniel Stenberg |
new example proving that the debug callback works even when the multi interface is used |
120394cc | 24-May-2004 |
Daniel Stenberg |
remove trailing whitespace |
1adfe0fe | 24-May-2004 |
Daniel Stenberg |
multi interface, debug callback |
d57c178a | 24-May-2004 |
Daniel Stenberg |
delete trailing whitespace |
6faa83bc | 24-May-2004 |
Daniel Stenberg |
if no errorbuffer string was provided when a return code was returned, use the curl_easy_strerror() function to provide one |
9fb4e019 | 24-May-2004 |
Daniel Stenberg |
IDN is a recognized feature |
74551597 | 24-May-2004 |
Daniel Stenberg |
fixed a reference |
37c269d0 | 24-May-2004 |
Daniel Stenberg |
meta-m runs delete-trailing-whitespace in curl-mode |
5d8b526b | 24-May-2004 |
Daniel Stenberg |
delete trailing whitespace |
83dcc3e0 | 24-May-2004 |
Daniel Stenberg |
delete trailing whitespace |
4ed58463 | 24-May-2004 |
Daniel Stenberg |
better name |