Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-08-25 | ok, the right term (using RFC2616 lingo) for the -X keyword is method and not | Daniel Stenberg | |
request | |||
2005-08-25 | "Added in 7.14.1" notes and some minor edits | Daniel Stenberg | |
2005-08-25 | CURLINFO_COOKIELIST is added in 7.14.1 | Daniel Stenberg | |
2005-08-24 | Theo Borm's example, as was posted here: | Daniel Stenberg | |
http://curl.haxx.se/mail/lib-2005-08/0163.html | |||
2005-08-24 | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible | Daniel Stenberg | |
from the command line tool with --ignore-content-length. This will make it easier to download files from Apache 1.x (and similar) servers that are still having problems serving files larger than 2 or 4 GB. When this option is enabled, curl will simply have to wait for the server to close the connection to signal end of transfer. I wrote test case 269 that runs a simple test that this works. | |||
2005-08-24 | valgrind version 3 renames the --logfile command line option to --log-file... | Daniel Stenberg | |
2005-08-24 | fixed #26, GnuTLS CA cert verification | Daniel Stenberg | |
2005-08-24 | Fixed CA cert verification using GnuTLS with the default bundle, which | Daniel Stenberg | |
previously failed due to GnuTLS not allowing x509 v1 CA certs by default. | |||
2005-08-23 | known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS | Daniel Stenberg | |
2005-08-22 | enabled statically linked builds. | Gunter Knauf | |
2005-08-21 | well hit me, that wasn't possible, use 1:0:0 anyway... | Daniel Stenberg | |
2005-08-21 | modified the version-info, we only added functions | Daniel Stenberg | |
2005-08-21 | increase version info | Daniel Stenberg | |
2005-08-21 | avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in a | Daniel Stenberg | |
default dir | |||
2005-08-21 | Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info() | Daniel Stenberg | |
when getting the DNS server etc. | |||
2005-08-19 | Using CURLOPT_COOKIEFILE serveral times add more files to read from. | Daniel Stenberg | |
2005-08-19 | removed the unreachable code warning from gcc debug builds, even the most | Daniel Stenberg | |
recent gcc versions give far too many false positives for this to be valuable | |||
2005-08-19 | Norbert Novotny had problems with FTPS and he helped me work out a patch | Daniel Stenberg | |
that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP connect is done and not after a few other commands have been sent like we did previously. I don't consider this change necessary to obey the standards, I think this server is pickier than what the specs allow it to be, but I can't see how this modified libcurl code can add any problems to those who are interpreting the standards more liberally. | |||
2005-08-19 | one german mirror has died while another one was added, and yet another Texas | Daniel Stenberg | |
one! | |||
2005-08-19 | Added new contributors from RELEASE-NOTES. The somewhat different sort order | Daniel Stenberg | |
is due to now using emacs to sort but I'm not in a mood to fix it better just now. | |||
2005-08-19 | removed some inaccurate comments about the TYPE_IN_ADDR_T check | Daniel Stenberg | |
2005-08-19 | The big POST to HTTPS is probably not a bug. | Daniel Stenberg | |
The CONNECT problem is now bug #25 planned to get fixed in next release. |