History log of /curl/ (Results 27626 – 27650 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c0d448f729-Nov-2004 Daniel Stenberg

if gmtime() returns NULL, this returns -1 to bail out nicely

16e9a9ea28-Nov-2004 Daniel Stenberg

removed one we won't do, removed the CWD optimize as it is (partly) done

0d7446c128-Nov-2004 Daniel Stenberg

add more info to the stderr output

a475267327-Nov-2004 Daniel Stenberg

typecast the coversion from long to int

9a0d5c4e26-Nov-2004 Daniel Stenberg

progress meter newline

d85bc18126-Nov-2004 Gisle Vanem

I changed my mind. Remove ioctl() macro in setup.h instead.

f0e66d8c26-Nov-2004 Gisle Vanem

Added anyauthput.exe.

af11435826-Nov-2004 Gisle Vanem

Renamed urldata.h members 'ioctl*' to 'ioctrl*' due to
clash with djgpp ioctl() macro in setup.h.

ffe17a8126-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 ...

2459e1e226-Nov-2004 Daniel Stenberg

removed no longer used variable

a34a4af326-Nov-2004 Daniel Stenberg

last-second-before-commit changes corrected

bf51f05a25-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 ...

5d94ff5925-Nov-2004 Daniel Stenberg

made the code fit within 80 cols

0d4ddfa724-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

56c9899824-Nov-2004 Gisle Vanem

Provide a 64-bit capable ftruncate(). MingW has one, but
it takes only 32-bit offsets.

7b3fba1a24-Nov-2004 Daniel Stenberg

added missing new error string

700e3b6824-Nov-2004 Daniel Stenberg

mingw has a ftruncate() function

3e1caa6124-Nov-2004 Daniel Stenberg

HTTP "auth done right". See lib/README.httpauth

50eafb7624-Nov-2004 Daniel Stenberg

decided to skip the MSVC makefile fixes, nobody seems to really want them
and they are rather excessive

25559ac024-Nov-2004 Daniel Stenberg

Andr�s Garc�a fixed the configure script to detect select properly when run
with Msys/Mingw on Windows.

51a87fa624-Nov-2004 Gisle Vanem

Clarify the static vs. import lib issue on Win32.

b2dad03423-Nov-2004 Daniel Stenberg

added a bunch of people who really deserve to be here

a5abce7923-Nov-2004 Daniel Stenberg

oops, use the precheck too!

de3f22b223-Nov-2004 Daniel Stenberg

cut out release with no issue to fix

be5cc37823-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

1...<<1101110211031104110511061107110811091110>>...1351