e3bdb98f | 21-Sep-2005 |
Daniel Stenberg |
oops, broken sentence fixed: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305 |
58d628c9 | 20-Sep-2005 |
Daniel Stenberg |
Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't define SEC_ENTRY and thus fails unless this is done! |
1e693945 | 20-Sep-2005 |
Daniel Stenberg |
Since newer ares versions should work with ipv6, I modified the error message to a warning message as a first step. We should persue to make curl use c-ares properly even when built with ipv6
Since newer ares versions should work with ipv6, I modified the error message to a warning message as a first step. We should persue to make curl use c-ares properly even when built with ipv6 support.
show more ...
|
1cf798ad | 20-Sep-2005 |
Daniel Stenberg |
typecasts added in an attempt to please the picky compilers |
da3992d2 | 19-Sep-2005 |
Daniel Stenberg |
added test 271 |
48908e46 | 19-Sep-2005 |
Daniel Stenberg |
test 271, the first ever TFTP test |
f5ae1493 | 19-Sep-2005 |
Daniel Stenberg |
seems to work for test 271 on Linux now! |
3fe53119 | 19-Sep-2005 |
Daniel Stenberg |
Dmitry Bartsevich made the SSPI support work on Windows 9x as well |
6a48639c | 18-Sep-2005 |
Dominick Meglio |
Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment |
e7093b3c | 16-Sep-2005 |
Daniel Stenberg |
keep 'socktype' in the connectdata struct and make sure we use that for all protocol sockets even if the resolved address may say otherwise |
d0a4104c | 16-Sep-2005 |
Daniel Stenberg |
recent changes |
90559bed | 16-Sep-2005 |
Daniel Stenberg |
renamed sendfile() since some systems have a system call named like this - now the functions are named sendtftp() and recvtftp() instead. |
973a18cf | 16-Sep-2005 |
Daniel Stenberg |
In the Solaris 7 header files for tftp, the th_stuff struct member is an unsigned short. Trying a typecast here to fix. |
3c666ce5 | 16-Sep-2005 |
Daniel Stenberg |
prevent warnings on re-defining MIN |
a1287ec6 | 16-Sep-2005 |
Daniel Stenberg |
added URLs to bug reports |
5fbfa1bf | 16-Sep-2005 |
Daniel Stenberg |
Added known bugs #26, started using my new "bounce URL" that jumps to the correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number. |
da3ecc91 | 16-Sep-2005 |
Daniel Stenberg |
use int "subscripts" to prevent warnings from picky compilers |
09c8f558 | 16-Sep-2005 |
Daniel Stenberg |
use internal *printf() clones |
528a149d | 15-Sep-2005 |
Daniel Stenberg |
ifdef for includes, added checking for two not previously checked files (one being necessary for solaris builds) |
29e36afb | 15-Sep-2005 |
Daniel Stenberg |
use make -k when running the tests |
0e39543d | 15-Sep-2005 |
Daniel Stenberg |
ignore this too |
0de20d8e | 15-Sep-2005 |
Daniel Stenberg |
build tftpd too! |
cd5de5c0 | 15-Sep-2005 |
Daniel Stenberg |
First version of the TFTP server. Basic functionality is there. |
bd5afc26 | 15-Sep-2005 |
Daniel Stenberg |
added TFTP and TFTP-ipv6 support |
9542dfdc | 15-Sep-2005 |
Daniel Stenberg |
moved test2file() to util.c |