aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
inventing and providing our own. Hopefully this solves a HP-UX 11.00 problem.
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
added TFTP to the list of supported protocols
2005-09-07added tftp.cDaniel Stenberg
2005-09-07Ben Madsen reported a problem that only seemed to occur with certain specificDaniel Stenberg
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.
2005-09-07Thanks to Scott Davis' detailed reports, I found this premature detectionDaniel Stenberg
of the end of a chunked-encoded POST request.
2005-09-06Fix warning about missing initializers.Gisle Vanem
2005-09-06Fix for bind() on Winsock; AF_UNSPEC (0) is illegal.Gisle Vanem
Should we do this for all targets?
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
have this check done on far too many places by now...
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
added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.
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
broke krb4 builds!
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
set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path....
2005-08-29Kevin Lussier pointed out a problem with curllib.dspDaniel Stenberg
2005-08-29Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.Daniel Stenberg
Kevin Lussier pointed this out!
2005-08-29spell-fixDaniel Stenberg
2005-08-29Igor Polyakov fixed a rather nasty problem with the threaded name resolverDaniel Stenberg
for Windows, that could lead to an Access Violation when the multi interface was used due to an issue with how the resolver thread was and was not terminated.
2005-08-29Added GNU GSS and separate sections for MIT GSS and Heimdal and added infoDaniel Stenberg
about what each single lib may be used for.
2005-08-29Simon Josefson brought GNU GSS supportDaniel Stenberg
2005-08-291.3.0 coming just upDaniel Stenberg
2005-08-29Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg
docs/TODO
2005-08-264.14 Redirects work in browser but not with curl!Daniel Stenberg
2005-08-25ok, the right term (using RFC2616 lingo) for the -X keyword is method and notDaniel Stenberg
request