aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-09-01softened my opinions, added API benefit - Thanks to Eric CooperDaniel Stenberg
2005-09-01clarify that the ctxfunc is called on all new connectsDaniel Stenberg
2005-09-01added DISTRO-DILEMMADaniel Stenberg
2005-09-01added the URLDaniel Stenberg
2005-09-01newDaniel Stenberg
2005-08-31oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thusDaniel Stenberg
2005-08-31ocurl releaseDaniel Stenberg
2005-08-31use it as 'struct addrinfo' so perhaps it builds on mingw againDaniel Stenberg
2005-08-30quick hack to make it working again on Win32 - however we should consider to ...Gunter Knauf