97a6d7b1 | 15-Sep-2005 |
Daniel Stenberg |
minor changes, the biggest one being using Curl_select() |
209b9d43 | 15-Sep-2005 |
Daniel Stenberg |
mention the configure change |
0b8ccd0a | 14-Sep-2005 |
Daniel Stenberg |
oops, return error if an error did occur! |
0b7f5ad5 | 12-Sep-2005 |
Daniel Stenberg |
CURLOPT_BUFFERSIZE clarification |
8a38805e | 10-Sep-2005 |
Daniel Stenberg |
Use the AC_CHECK_MEMBER() function for check struct members instead of inventing and providing our own. Hopefully this solves a HP-UX 11.00 problem. |
836d88a4 | 08-Sep-2005 |
Daniel Stenberg |
--max-time should work just as good on win32 these days |
d5268ed5 | 08-Sep-2005 |
Daniel Stenberg |
mention the protocol-guessing when no protocol part is given in the URL added TFTP to the list of supported protocols |
0e7d9385 | 07-Sep-2005 |
Daniel Stenberg |
added tftp.c |
2164d760 | 07-Sep-2005 |
Daniel Stenberg |
Ben Madsen reported a problem that only seemed to occur with certain specific glibc versions, and with this patch applied it no longer shows up to me. The problem was indeed a flaw that made
Ben Madsen reported a problem that only seemed to occur with certain specific glibc versions, and with this patch applied it no longer shows up to me. The problem was indeed a flaw that made curl use a file handle already closed.
show more ...
|
b9c8de59 | 07-Sep-2005 |
Daniel Stenberg |
Thanks to Scott Davis' detailed reports, I found this premature detection of the end of a chunked-encoded POST request. |
9889a811 | 06-Sep-2005 |
Gisle Vanem |
Fix warning about missing initializers. |
9e38d882 | 06-Sep-2005 |
Gisle Vanem |
Fix for bind() on Winsock; AF_UNSPEC (0) is illegal. Should we do this for all targets? |
e8635044 | 06-Sep-2005 |
Daniel Stenberg |
Now curl warns if an unknown variable is used in the -w/--writeout argument. |
56dea0ac | 06-Sep-2005 |
Daniel Stenberg |
binding updates |
e8b77477 | 06-Sep-2005 |
Daniel Stenberg |
sockets are curl_socket_t to build cleaner |
64298e52 | 06-Sep-2005 |
Daniel Stenberg |
Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, we have this check done on far too many places by now... |
4f1465e7 | 06-Sep-2005 |
Gunter Knauf |
minor Makefile fixes. |
6120041b | 05-Sep-2005 |
Daniel Stenberg |
Added the people from the 7.14.1 release announcement. |
8c121362 | 05-Sep-2005 |
Daniel Stenberg |
new release, work has been "initiated" |
3e6ae6ee | 04-Sep-2005 |
Daniel Stenberg |
mention the recent improvements |
291e9aea | 04-Sep-2005 |
Daniel Stenberg |
don't start lines with apostrophes! |
a3d77618 | 04-Sep-2005 |
Daniel Stenberg |
check that bind() returns success |
e55f502e | 04-Sep-2005 |
Daniel Stenberg |
--protocols now supports TFTP |
e369270f | 04-Sep-2005 |
Daniel Stenberg |
7.14.2 actually |
7e845e7c | 04-Sep-2005 |
Daniel Stenberg |
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip |