Age | Commit message (Expand) | Author |
2005-09-21 | simplified the sin6_scope_id test and removed some left-overs from the previous | Daniel Stenberg |
2005-09-21 | fixed the check for the addrinfo struct | Daniel Stenberg |
2005-09-21 | clarified ERRORBUFFER - some errors just don't write a string even though | Daniel Stenberg |
2005-09-21 | return an error string for the missing URL case | Daniel Stenberg |
2005-09-21 | mention what WRITEFUNCTION and WRITEDATA do by default | Daniel Stenberg |
2005-09-21 | oops, broken sentence fixed: | Daniel Stenberg |
2005-09-20 | Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't | Daniel Stenberg |
2005-09-20 | Since newer ares versions should work with ipv6, I modified the error message | Daniel Stenberg |
2005-09-20 | typecasts added in an attempt to please the picky compilers | Daniel Stenberg |
2005-09-19 | added test 271 | Daniel Stenberg |
2005-09-19 | test 271, the first ever TFTP test | Daniel Stenberg |
2005-09-19 | seems to work for test 271 on Linux now! | Daniel Stenberg |
2005-09-19 | Dmitry Bartsevich made the SSPI support work on Windows 9x as well | Daniel Stenberg |
2005-09-18 | Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ... | Dominick Meglio |
2005-09-16 | keep 'socktype' in the connectdata struct and make sure we use that for all | Daniel Stenberg |
2005-09-16 | recent changes | Daniel Stenberg |
2005-09-16 | renamed sendfile() since some systems have a system call named like this - | Daniel Stenberg |
2005-09-16 | In the Solaris 7 header files for tftp, the th_stuff struct member is an | Daniel Stenberg |
2005-09-16 | prevent warnings on re-defining MIN | Daniel Stenberg |
2005-09-16 | added URLs to bug reports | Daniel Stenberg |
2005-09-16 | Added known bugs #26, started using my new "bounce URL" that jumps to the | Daniel Stenberg |
2005-09-16 | use int "subscripts" to prevent warnings from picky compilers | Daniel Stenberg |
2005-09-16 | use internal *printf() clones | Daniel Stenberg |
2005-09-15 | ifdef for includes, added checking for two not previously checked files (one | Daniel Stenberg |
2005-09-15 | use make -k when running the tests | Daniel Stenberg |
2005-09-15 | ignore this too | Daniel Stenberg |
2005-09-15 | build tftpd too! | Daniel Stenberg |
2005-09-15 | First version of the TFTP server. Basic functionality is there. | Daniel Stenberg |
2005-09-15 | added TFTP and TFTP-ipv6 support | Daniel Stenberg |
2005-09-15 | moved test2file() to util.c | Daniel Stenberg |
2005-09-15 | minor changes, the biggest one being using Curl_select() | Daniel Stenberg |
2005-09-15 | mention the configure change | Daniel Stenberg |
2005-09-14 | oops, return error if an error did occur! | Daniel Stenberg |
2005-09-12 | CURLOPT_BUFFERSIZE clarification | Daniel Stenberg |
2005-09-10 | Use the AC_CHECK_MEMBER() function for check struct members instead of | Daniel Stenberg |
2005-09-08 | --max-time should work just as good on win32 these days | Daniel Stenberg |
2005-09-08 | mention the protocol-guessing when no protocol part is given in the URL | Daniel Stenberg |
2005-09-07 | added tftp.c | Daniel Stenberg |
2005-09-07 | Ben Madsen reported a problem that only seemed to occur with certain specific | Daniel Stenberg |
2005-09-07 | Thanks to Scott Davis' detailed reports, I found this premature detection | Daniel Stenberg |
2005-09-06 | Fix warning about missing initializers. | Gisle Vanem |
2005-09-06 | Fix for bind() on Winsock; AF_UNSPEC (0) is illegal. | Gisle Vanem |
2005-09-06 | Now curl warns if an unknown variable is used in the -w/--writeout argument. | Daniel Stenberg |
2005-09-06 | binding updates | Daniel Stenberg |
2005-09-06 | sockets are curl_socket_t to build cleaner | Daniel Stenberg |
2005-09-06 | Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, we | Daniel Stenberg |
2005-09-06 | minor Makefile fixes. | Gunter Knauf |
2005-09-05 | Added the people from the 7.14.1 release announcement. | Daniel Stenberg |
2005-09-05 | new release, work has been "initiated" | Daniel Stenberg |
2005-09-04 | mention the recent improvements | Daniel Stenberg |