Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 days | Daniel Stenberg | |
2005-09-08 | mention the protocol-guessing when no protocol part is given in the URL | Daniel Stenberg | |
added TFTP to the list of supported protocols | |||
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 | |
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-07 | Thanks to Scott Davis' detailed reports, I found this premature detection | Daniel Stenberg | |
of the end of a chunked-encoded POST request. | |||
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 | |
Should we do this for all targets? | |||
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 | |
have this check done on far too many places by now... | |||
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 | |
2005-09-04 | don't start lines with apostrophes! | Daniel Stenberg | |
2005-09-04 | check that bind() returns success | Daniel Stenberg | |
2005-09-04 | --protocols now supports TFTP | Daniel Stenberg | |
2005-09-04 | 7.14.2 actually | Daniel Stenberg | |
2005-09-04 | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg | |
2005-09-02 | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel 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-02 | explain why the ABI depends on the SSL libs | Daniel Stenberg | |
2005-09-01 | use -c to automake to copy the new files | Daniel Stenberg | |
2005-09-01 | work on 7.14.2 starts now | Daniel Stenberg | |
2005-09-01 | 7.14.1 coming right up | Daniel Stenberg | |
2005-09-01 | softened my opinions, added API benefit - Thanks to Eric Cooper | Daniel Stenberg | |
2005-09-01 | clarify that the ctxfunc is called on all new connects | Daniel Stenberg | |
2005-09-01 | added DISTRO-DILEMMA | Daniel Stenberg | |
2005-09-01 | added the URL | Daniel Stenberg | |
2005-09-01 | new | Daniel Stenberg | |
2005-08-31 | oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thus | Daniel Stenberg | |
broke krb4 builds! | |||
2005-08-31 | ocurl release | Daniel Stenberg | |
2005-08-31 | use it as 'struct addrinfo' so perhaps it builds on mingw again | Daniel Stenberg | |
2005-08-30 | quick 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-29 | Kevin Lussier pointed out a problem with curllib.dsp | Daniel Stenberg | |
2005-08-29 | Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS. | Daniel Stenberg | |
Kevin Lussier pointed this out! | |||
2005-08-29 | spell-fix | Daniel Stenberg | |
2005-08-29 | Igor Polyakov fixed a rather nasty problem with the threaded name resolver | Daniel 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-29 | Added GNU GSS and separate sections for MIT GSS and Heimdal and added info | Daniel Stenberg | |
about what each single lib may be used for. | |||
2005-08-29 | Simon Josefson brought GNU GSS support | Daniel Stenberg | |
2005-08-29 | 1.3.0 coming just up | Daniel Stenberg | |
2005-08-29 | Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper | Daniel Stenberg | |
docs/TODO | |||
2005-08-26 | 4.14 Redirects work in browser but not with curl! | Daniel Stenberg | |