Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-09 | Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDK | Yang Tse | |
2005-12-08 | Replaced nonstandard u_char and u_int types | Dan Fandrich | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-08 | Fix compiler warning | Yang Tse | |
2005-12-08 | Fixed a lingering omission of gzip support. | Dan Fandrich | |
2005-12-06 | 7.15.1 with the now to be announced security flaw fixed | Daniel Stenberg | |
2005-12-05 | Added a run-time check to warn if TFTP is going to fail due to portability | Dan Fandrich | |
issues in the code. | |||
2005-12-05 | Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter in | Daniel Stenberg | |
SSL_CTX_new and others, and also makes functions SSLv23_client_method, TLSv1_client_method, etc return a 'const' SSL_METHOD pointer. Previous versions do not use the 'const' qualifier. | |||
2005-12-05 | Another Yang Tse warning cleanup raid! | Daniel Stenberg | |
2005-12-04 | Recent OpenSSL returns a 'const' in '*_client_method()'. So avoid | Gisle Vanem | |
'assignment discards qualifiers from pointer target type' warning. | |||
2005-12-02 | Yang Tse's fix to only provide the proto if there is such a function and | Daniel Stenberg | |
we didn't find any proto | |||
2005-12-02 | Yang Tse fixed the 4th argument in the sendto() calls | Daniel Stenberg | |
2005-12-01 | Jamie Newton pointed out that libcurl's file:// code would close() a zero | Daniel Stenberg | |
file descriptor if given a non-existing file. | |||
2005-11-30 | cast the va_arg() assignment to ftp_filemethod properly | Daniel Stenberg | |
2005-11-28 | new experimental "ftp method" code | Daniel Stenberg | |
2005-11-28 | Yang Tse's changes to provide an inet_pton() proto for the platforms who | Daniel Stenberg | |
don't have one in order to fix a remaining warning on IRIX 6.2. | |||
2005-11-25 | Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no | Daniel Stenberg | |
prototypes on some platforms, ie IRIX 6.2 MIPS C 6.2 | |||
2005-11-24 | Yang Tse: use static on file-private functions | Daniel Stenberg | |
2005-11-24 | Yang Tse: fix compilation errors when SSL is not disabled and HTTP is | Daniel Stenberg | |
disabled | |||
2005-11-24 | Yang Tse: removes GOPHER protocol when HTTP is disabled | Daniel Stenberg | |
2005-11-24 | Changes for OpenWatcom 1.4. | Gisle Vanem | |
2005-11-24 | Doug Kaufman's set of patches to make curl build fine on DJGPP again using | Daniel Stenberg | |
configure. | |||
2005-11-23 | Yang Tse's patch to silence MSVC warnings | Daniel Stenberg | |
2005-11-23 | only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled | Daniel Stenberg | |
we define an empty macro for the ntlm cleanup function | |||
2005-11-23 | Yang Tse fixed MSVC 6.0 warnings | Daniel Stenberg | |
2005-11-18 | fix compiler warning | Daniel Stenberg | |
2005-11-17 | I extended a patch from David Shaw to make libcurl _always_ provide an error | Daniel Stenberg | |
string in the given error buffer to address the flaw mention on 21 sep 2005. | |||
2005-11-14 | Quagmire reported that he needed to raise a NTLM buffer for SSPI to work | Daniel Stenberg | |
properly for a case, and so we did. We raised it even for non-SSPI builds but it should not do any harm. http://curl.haxx.se/bug/view.cgi?id=1356715 | |||
2005-11-14 | Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in | Daniel Stenberg | |
module-definition files. this section is not mandatory for msvc60 so it could be completely removed from libcurl.def. | |||
2005-11-14 | Jan Kunder's debian bug report | Daniel Stenberg | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird error message for when you try to upload a file and the requested directory doesn't exist on the target server. | |||
2005-11-13 | Yang Tse fixed compiler warnings | Daniel Stenberg | |
2005-11-13 | to build with old gnutls verions, don't use the *_t types | Daniel Stenberg | |
2005-11-13 | Add HAVE_STRUCT_SOCKADDR_STORAGE. | Gisle Vanem | |
My mistake; WinCE has it's own config-file. | |||
2005-11-13 | Fix for WIN32. WIN32 does have 'struct sockaddr_storage', but | Gisle Vanem | |
that's in <winsock2.h>. Hence tftp.c wouldn't compile on WinCE. | |||
2005-11-13 | Thanks to this nice summary of poll() implementations: | Daniel Stenberg | |
http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote connection closure so we check for that case (too) and re-enable poll for cygwin builds. | |||
2005-11-12 | oops * 2 | Daniel Stenberg | |
2005-11-12 | oops | Daniel Stenberg | |
2005-11-12 | Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage | Daniel Stenberg | |
struct instead to use. | |||
2005-11-11 | Dima Barsky patched problem #1348930: the GnuTLS code completely ignored | Daniel Stenberg | |
client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930). | |||
2005-11-11 | Moved the sockaddr_storage definition to lib/sockaddr.h and only include that | Daniel Stenberg | |
in files that actually need the struct. | |||
2005-11-10 | David Lang fixed IPv6 support for TFTP! | Daniel Stenberg | |
2005-11-10 | David Lang: if there is no sockaddr_storage, make up our own and use that | Daniel Stenberg | |
2005-11-08 | Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since | Daniel Stenberg | |
we really have no use for reverse lookups of the address. I truly hope these are the last reverse lookups we had lingering in the code! | |||
2005-11-08 | Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled | Daniel Stenberg | |
version of libcurl with different Windows versions. Current version of libcurl imports SSPI functions from secur32.dll. However, under Windows NT 4.0 these functions are located in security.dll, under Windows 9x - in secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll just forwards calls to secur32.dll). Dmitry's patch loads proper library dynamically depending on Windows version. Function InitSecurityInterface() is used to obtain pointers to all of SSPI function in one structure. : ---------------------------------------------------------------------- | |||
2005-11-01 | Use an empty '*mod_name'. | Gisle Vanem | |
2005-10-31 | Vilmos Nebehaj improved libcurl's LDAP abilities: | Daniel Stenberg | |
The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary attributes in LDAP objects. So, I made a quick patch to address these problems. The solution is simple: if we connect to an LDAP server, first try LDAPv3 (which is the preferred protocol as of now) and then fall back to LDAPv2. In case of binary attributes, we first convert them to base64, just like the openldap client does. It uses ldap_get_values_len() instead of ldap_get_values() to be able to retrieve binary attributes correctly. I defined the necessary LDAP macros in lib/ldap.c to be able to compile libcurl without the presence of libldap | |||
2005-10-31 | kill trailing whitespace | Daniel Stenberg | |
2005-10-27 | Nis Jorgensen filed bug report #1338648 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify. | |||
2005-10-27 | Added option '-zc' puts const data in code-segment. | Gisle Vanem | |
Added CURL_DISABLE_TFTP; tftp.c doesn't compile as-is. | |||
2005-10-25 | close the existing socket when trying next IP, as otherwise we leak one! | Daniel Stenberg | |
bug #1326306 |