23262e30 | 15-Jun-2002 |
Daniel Stenberg |
Added CURLOPT_BUFFERSIZE |
8b4ad40e | 15-Jun-2002 |
Daniel Stenberg |
Added --limit-rate |
d7e97973 | 15-Jun-2002 |
Daniel Stenberg |
HAVE_SYS_POLL_H |
e54e0c78 | 15-Jun-2002 |
Daniel Stenberg |
CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size for receiving data from the network. It is meant as a hint, not as a forced limit. |
5cb06d8f | 15-Jun-2002 |
Daniel Stenberg |
Chris Combes added description of his newly added options |
2b34d4e1 | 14-Jun-2002 |
Daniel Stenberg |
- Yarram Sunil found out that the SocketIsDead() function performed a lot faster on Windows when removing the 1 microsecond timeout. |
c7aa095f | 14-Jun-2002 |
Daniel Stenberg |
Hanno L. Kranzhoff fixed them |
93f17845 | 14-Jun-2002 |
Daniel Stenberg |
Remade the FTP not-check status line and not-attempt-to-read-status-line variables, conditions and things. |
559dc503 | 13-Jun-2002 |
Daniel Stenberg |
Tom Mattison's report found out, and this is the fix that should prevent FTP from closing the connections a little too often! |
414afe09 | 13-Jun-2002 |
Daniel Stenberg |
Miklos Nemeth added a section for how to disable specific protocols in the windows build. |
4ad4f3fc | 13-Jun-2002 |
Daniel Stenberg |
Miklos Nemeth fixed the mmlib |
67273eed | 13-Jun-2002 |
Daniel Stenberg |
7.9.8 commit |
3c63e1d8 | 13-Jun-2002 |
Daniel Stenberg |
Added 'dont_check' to be set during an FTP operation if the final status message is supposed to be ignored. |
cae555c9 | 12-Jun-2002 |
Daniel Stenberg |
when no FTP transfer was done, don't attempt to read the download transfer thing. The 'resumed' flag is also causing confusions. I'll deal with that tomorrow. |
407583e8 | 12-Jun-2002 |
Daniel Stenberg |
Moved the secondarysocket cleanup. The 'conn' struct may have been cleared already at that other place. |
131645dc | 12-Jun-2002 |
Daniel Stenberg |
Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH |
dafd644f | 12-Jun-2002 |
Daniel Stenberg |
fixing builds, patching bugs, adding curl_formadd() options |
73cc1742 | 12-Jun-2002 |
Daniel Stenberg |
HAVE_SIGSETJMP |
87afd768 | 12-Jun-2002 |
Daniel Stenberg |
added a connect failure error message that might get empty otherwise |
8ce10b5d | 12-Jun-2002 |
Daniel Stenberg |
J�rn fixes for 7.9.8 build |
943e31b3 | 12-Jun-2002 |
Daniel Stenberg |
CURLOPT_MAXFILESIZE |
20f85b94 | 12-Jun-2002 |
Daniel Stenberg |
kris@freebsd.org fixed a bad format string |
17b78438 | 12-Jun-2002 |
Daniel Stenberg |
kris@freebsd.org fixed a few bad format strings |
e3031fdd | 12-Jun-2002 |
Daniel Stenberg |
Add QNX |
38c994a7 | 11-Jun-2002 |
Daniel Stenberg |
put #ifdefs around the sigjmp_buf declaration too, as it should be |