aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-19test 271, the first ever TFTP testDaniel Stenberg
2005-09-19seems to work for test 271 on Linux now!Daniel Stenberg
2005-09-19Dmitry Bartsevich made the SSPI support work on Windows 9x as wellDaniel Stenberg
2005-09-18Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio
2005-09-16keep 'socktype' in the connectdata struct and make sure we use that for allDaniel Stenberg
2005-09-16recent changesDaniel Stenberg
2005-09-16renamed sendfile() since some systems have a system call named like this -Daniel Stenberg
2005-09-16In the Solaris 7 header files for tftp, the th_stuff struct member is anDaniel Stenberg
2005-09-16prevent warnings on re-defining MINDaniel Stenberg
2005-09-16added URLs to bug reportsDaniel Stenberg
2005-09-16Added known bugs #26, started using my new "bounce URL" that jumps to theDaniel Stenberg
2005-09-16use int "subscripts" to prevent warnings from picky compilersDaniel Stenberg
2005-09-16use internal *printf() clonesDaniel Stenberg
2005-09-15ifdef for includes, added checking for two not previously checked files (oneDaniel Stenberg
2005-09-15use make -k when running the testsDaniel Stenberg
2005-09-15ignore this tooDaniel Stenberg
2005-09-15build tftpd too!Daniel Stenberg
2005-09-15First version of the TFTP server. Basic functionality is there.Daniel Stenberg
2005-09-15added TFTP and TFTP-ipv6 supportDaniel Stenberg
2005-09-15moved test2file() to util.cDaniel Stenberg
2005-09-15minor changes, the biggest one being using Curl_select()Daniel Stenberg
2005-09-15mention the configure changeDaniel Stenberg
2005-09-14oops, return error if an error did occur!Daniel Stenberg
2005-09-12CURLOPT_BUFFERSIZE clarificationDaniel Stenberg
2005-09-10Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg
2005-09-08--max-time should work just as good on win32 these daysDaniel Stenberg
2005-09-08mention the protocol-guessing when no protocol part is given in the URLDaniel Stenberg
2005-09-07added tftp.cDaniel Stenberg
2005-09-07Ben Madsen reported a problem that only seemed to occur with certain specificDaniel Stenberg
2005-09-07Thanks to Scott Davis' detailed reports, I found this premature detectionDaniel Stenberg
2005-09-06Fix warning about missing initializers.Gisle Vanem
2005-09-06Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.Gisle Vanem
2005-09-06Now curl warns if an unknown variable is used in the -w/--writeout argument.Daniel Stenberg
2005-09-06binding updatesDaniel Stenberg
2005-09-06sockets are curl_socket_t to build cleanerDaniel Stenberg
2005-09-06Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, weDaniel Stenberg
2005-09-06minor Makefile fixes.Gunter Knauf
2005-09-05Added the people from the 7.14.1 release announcement.Daniel Stenberg
2005-09-05new release, work has been "initiated"Daniel Stenberg
2005-09-04mention the recent improvementsDaniel Stenberg
2005-09-04don't start lines with apostrophes!Daniel Stenberg
2005-09-04check that bind() returns successDaniel Stenberg
2005-09-04--protocols now supports TFTPDaniel Stenberg
2005-09-047.14.2 actuallyDaniel Stenberg
2005-09-04Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg
2005-09-02John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg
2005-09-02explain why the ABI depends on the SSL libsDaniel Stenberg
2005-09-01use -c to automake to copy the new filesDaniel Stenberg
2005-09-01work on 7.14.2 starts nowDaniel Stenberg
2005-09-017.14.1 coming right upDaniel Stenberg