c0d448f7 | 29-Nov-2004 |
Daniel Stenberg |
if gmtime() returns NULL, this returns -1 to bail out nicely |
16e9a9ea | 28-Nov-2004 |
Daniel Stenberg |
removed one we won't do, removed the CWD optimize as it is (partly) done |
0d7446c1 | 28-Nov-2004 |
Daniel Stenberg |
add more info to the stderr output |
a4752673 | 27-Nov-2004 |
Daniel Stenberg |
typecast the coversion from long to int |
9a0d5c4e | 26-Nov-2004 |
Daniel Stenberg |
progress meter newline |
d85bc181 | 26-Nov-2004 |
Gisle Vanem |
I changed my mind. Remove ioctl() macro in setup.h instead. |
f0e66d8c | 26-Nov-2004 |
Gisle Vanem |
Added anyauthput.exe. |
af114358 | 26-Nov-2004 |
Gisle Vanem |
Renamed urldata.h members 'ioctl*' to 'ioctrl*' due to clash with djgpp ioctl() macro in setup.h. |
ffe17a81 | 26-Nov-2004 |
Daniel Stenberg |
As reported in Mandrake's bug tracker bug 12289 (http://qa.mandrakesoft.com/show_bug.cgi?id=12289), curl would print a newline to "finish" the progress meter after each redirect and not only
As reported in Mandrake's bug tracker bug 12289 (http://qa.mandrakesoft.com/show_bug.cgi?id=12289), curl would print a newline to "finish" the progress meter after each redirect and not only after a completed transfer.
show more ...
|
2459e1e2 | 26-Nov-2004 |
Daniel Stenberg |
removed no longer used variable |
a34a4af3 | 26-Nov-2004 |
Daniel Stenberg |
last-second-before-commit changes corrected |
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 ...
|
5d94ff59 | 25-Nov-2004 |
Daniel Stenberg |
made the code fit within 80 cols |
0d4ddfa7 | 24-Nov-2004 |
Daniel Stenberg |
mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we can just safely pretend we don't have one |
56c98998 | 24-Nov-2004 |
Gisle Vanem |
Provide a 64-bit capable ftruncate(). MingW has one, but it takes only 32-bit offsets. |
7b3fba1a | 24-Nov-2004 |
Daniel Stenberg |
added missing new error string |
700e3b68 | 24-Nov-2004 |
Daniel Stenberg |
mingw has a ftruncate() function |
3e1caa61 | 24-Nov-2004 |
Daniel Stenberg |
HTTP "auth done right". See lib/README.httpauth |
50eafb76 | 24-Nov-2004 |
Daniel Stenberg |
decided to skip the MSVC makefile fixes, nobody seems to really want them and they are rather excessive |
25559ac0 | 24-Nov-2004 |
Daniel Stenberg |
Andr�s Garc�a fixed the configure script to detect select properly when run with Msys/Mingw on Windows. |
51a87fa6 | 24-Nov-2004 |
Gisle Vanem |
Clarify the static vs. import lib issue on Win32. |
b2dad034 | 23-Nov-2004 |
Daniel Stenberg |
added a bunch of people who really deserve to be here |
a5abce79 | 23-Nov-2004 |
Daniel Stenberg |
oops, use the precheck too! |
de3f22b2 | 23-Nov-2004 |
Daniel Stenberg |
cut out release with no issue to fix |
be5cc378 | 23-Nov-2004 |
Daniel Stenberg |
introducing the client/precheck concept to allow test 518 to *only* run when it actually can run and test the FD_SETSIZE stuff it is meant to test |