- Nov 26, 2004
-
-
Gisle Vanem authored
-
Gisle Vanem authored
clash with djgpp ioctl() macro in setup.h.
-
Daniel Stenberg authored
(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.
-
Daniel Stenberg authored
-
- Nov 25, 2004
-
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
- Nov 24, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 22, 2004
-
-
Daniel Stenberg authored
-
- Nov 20, 2004
-
-
Daniel Stenberg authored
-
- Nov 19, 2004
-
-
Gisle Vanem authored
Enable >2GB files for MingW.
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Gisle Vanem authored
Winsock sockets are not in range 0..FD_SETSIZE. Shouldn't Curl_select() use curl_socket_t ?
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 18, 2004
-
-
Daniel Stenberg authored
errors.
-
- Nov 16, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 15, 2004
-
-
Daniel Stenberg authored
-
- Nov 14, 2004
-
-
Gisle Vanem authored
Borland doesn't have <sys/utime.h> nor utime().
-
Gisle Vanem authored
Static lib is libcurl.lib and import lib libcurl_imp.lib. Added implib command. Cleanup
-
- Nov 13, 2004
-
-
Daniel Stenberg authored
they don't support C99 varargs macros.
-
Gisle Vanem authored
Renamed import lib to "libcurl_imp.lib". Some cleanup and making it more readable.
-
- Nov 12, 2004
-
-
Gisle Vanem authored
or need __declspec.
-
Daniel Stenberg authored
libcurl to build without Digest support. (I figure it should also explicitly disable Negotiate and NTLM.)
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 09, 2004
-
-
Gisle Vanem authored
-
Gisle Vanem authored
Changes for removing libcurl.def file on Win32. Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6.
-
- Nov 08, 2004
-
-
Gisle Vanem authored
Change OS name. Fix header guard.
-
Gisle Vanem authored
Un-do changes for WinCE; cdecl decoration is not needed. Confirmed by Paul Nolan.
-
Daniel Stenberg authored
in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway. This was mentioned on the list by Jean-Philippe Barrette-LaPierre and in bug report #1062264.
-
- Nov 05, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 04, 2004
-
-
Daniel Stenberg authored
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-