#
4c8fbe9a |
| 29-Nov-2004 |
Daniel Stenberg |
spell
|
#
9a0d5c4e |
| 26-Nov-2004 |
Daniel Stenberg |
progress meter newline
|
#
bf51f05a |
| 25-Nov-2004 |
Daniel Stenberg |
FTP improvements: If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection.
FTP improvements: If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format.
show more ...
|
#
3e1caa61 |
| 24-Nov-2004 |
Daniel Stenberg |
HTTP "auth done right". See lib/README.httpauth
|
#
4afc4aed |
| 23-Nov-2004 |
Daniel Stenberg |
yet another binding
|
#
1a05a90f |
| 19-Nov-2004 |
Daniel Stenberg |
David Phillips' FD_SETSIZE fix
|
#
5931d43a |
| 15-Nov-2004 |
Daniel Stenberg |
clean up start time and t_startsingle use so that redirect_time works properly
|
#
c1688733 |
| 11-Nov-2004 |
Daniel Stenberg |
recent fixes
|
#
0dc79376 |
| 09-Nov-2004 |
Daniel Stenberg |
with all external functions marked with CURL_EXTERN it is easy to count them and... yes, they are 46!
|
#
1f2b042b |
| 08-Nov-2004 |
Daniel Stenberg |
today's work
|
#
6b49fd74 |
| 05-Nov-2004 |
Daniel Stenberg |
Tim Sneddon's VMS fix for huge HTTP POSTs
|
#
40498ffd |
| 04-Nov-2004 |
Daniel Stenberg |
update
|
#
ab909fc4 |
| 02-Nov-2004 |
Daniel Stenberg |
recent changes
|
#
f4bef25b |
| 19-Oct-2004 |
Daniel Stenberg |
CURLINFO_NUM_CONNECTS and more
|
#
48750d5f |
| 18-Oct-2004 |
Daniel Stenberg |
start over on 7.12.3
|
Revision tags: curl-7_12_2 |
|
#
db4d0d30 |
| 17-Oct-2004 |
Daniel Stenberg |
new mirror
|
#
2baf22e1 |
| 16-Oct-2004 |
Daniel Stenberg |
today's changes
|
#
e8f85cba |
| 14-Oct-2004 |
Daniel Stenberg |
Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
|
#
c9867606 |
| 13-Oct-2004 |
Daniel Stenberg |
.NET binding
|
#
3fa1879f |
| 12-Oct-2004 |
Daniel Stenberg |
recent fixes
|
#
253ff7b2 |
| 07-Oct-2004 |
Daniel Stenberg |
Gisle's new fix, the old file:// leak
|
#
9a2aed7d |
| 06-Oct-2004 |
Daniel Stenberg |
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed f
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99).
show more ...
|
#
01acbfa1 |
| 06-Oct-2004 |
Daniel Stenberg |
updates of today
|
#
3d9fb701 |
| 05-Oct-2004 |
Daniel Stenberg |
recent fixes
|
#
6eb58549 |
| 04-Oct-2004 |
Daniel Stenberg |
closing in on release
|