90b0f383 | 27-May-2003 |
Daniel Stenberg |
Another socks5-fix. Make sure that when we use a socks-proxy, it is not the same as using a httpproxy so we must make sure to better check for http proxies before we do HTTP proxy stuff. This
Another socks5-fix. Make sure that when we use a socks-proxy, it is not the same as using a httpproxy so we must make sure to better check for http proxies before we do HTTP proxy stuff. This included authorization and URI usage in the request etc.
show more ...
|
18f630ab | 27-May-2003 |
Daniel Stenberg |
CURLOPT_HTTPDIGEST is added |
e97fd441 | 26-May-2003 |
Daniel Stenberg |
language |
b7567977 | 26-May-2003 |
Daniel Stenberg |
ftp ASCII transfers in general need fixing |
35a84ad5 | 26-May-2003 |
Daniel Stenberg |
Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so we make an adjustment to catch this. |
4ed28be7 | 23-May-2003 |
Daniel Stenberg |
even more |
e2f4656a | 23-May-2003 |
Daniel Stenberg |
Ricardo Cadime found a socket leak when listing directories without contents. Test cases 144 and 145 were added to verify the fix. Now we deal with return code 450 properly and other cod
Ricardo Cadime found a socket leak when listing directories without contents. Test cases 144 and 145 were added to verify the fix. Now we deal with return code 450 properly and other codes also do proper cleanup.
show more ...
|
1e14da5c | 23-May-2003 |
Daniel Stenberg |
more ftp testing using NLST and no contents and bad return code |
b2ef79ef | 23-May-2003 |
Daniel Stenberg |
Rudy Koento's problem fixed, test case 66 verifies this. |
f488874f | 23-May-2003 |
Daniel Stenberg |
test 66 returns one line of data with no header (HTTP) |
23258648 | 23-May-2003 |
Daniel Stenberg |
--digest added, --compressed rephrased |
6b84ebe5 | 23-May-2003 |
Daniel Stenberg |
include digest.h for proto |
07dd067f | 23-May-2003 |
Daniel Stenberg |
DJGPP fix by Gisle Vanem |
420744d0 | 22-May-2003 |
Daniel Stenberg |
more more more |
01108e3a | 22-May-2003 |
Daniel Stenberg |
warning-free is better |
8026b1e1 | 22-May-2003 |
Daniel Stenberg |
Introducing --digest |
a39d7722 | 22-May-2003 |
Daniel Stenberg |
Better Digest stuff |
9f69deec | 22-May-2003 |
Daniel Stenberg |
Added CURLOPT_HTTPDIGEST support SOCKS5 fix as suggested by Jis in bugreport #741841. |
e912f772 | 22-May-2003 |
Daniel Stenberg |
Document the <dataNUM> thing we use, |
0102726a | 22-May-2003 |
Daniel Stenberg |
Digest support added |
1e7aa040 | 22-May-2003 |
Daniel Stenberg |
Digest testing added |
00a7c6fe | 22-May-2003 |
Daniel Stenberg |
proper header added |
87f8c0d4 | 22-May-2003 |
Daniel Stenberg |
hush the compiler |
334d78cd | 22-May-2003 |
Daniel Stenberg |
Initial Digest support. At least partly working. |
23563255 | 21-May-2003 |
Daniel Stenberg |
David Balazic pointed out the lack of checks for a valid %XX code when we unescape a string. We now check and decode only valid %XX strings. |