d055b269 | 24-Nov-2005 |
Daniel Stenberg |
Yang Tse: fix compilation errors when SSL is not disabled and HTTP is disabled |
8a246a4a | 24-Nov-2005 |
Daniel Stenberg |
Yang Tse: removes GOPHER protocol when HTTP is disabled |
2f684351 | 24-Nov-2005 |
Gisle Vanem |
Changes for OpenWatcom 1.4. |
74e5beab | 24-Nov-2005 |
Daniel Stenberg |
Doug Kaufman's set of patches to make curl build fine on DJGPP again using configure. |
b41765f4 | 24-Nov-2005 |
Daniel Stenberg |
mention the colon-only thing for -u and SSPI+NTLM |
05a6013f | 23-Nov-2005 |
Daniel Stenberg |
Yang Tse's patch to silence MSVC warnings |
cfff544d | 23-Nov-2005 |
Daniel Stenberg |
only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled we define an empty macro for the ntlm cleanup function |
599d9642 | 23-Nov-2005 |
Daniel Stenberg |
Yang Tse fixed MSVC 6.0 warnings |
0264faaa | 18-Nov-2005 |
Daniel Stenberg |
fix compiler warning |
4022a60e | 17-Nov-2005 |
Daniel Stenberg |
I extended a patch from David Shaw to make libcurl _always_ provide an error string in the given error buffer to address the flaw mention on 21 sep 2005. |
39e366fc | 17-Nov-2005 |
Daniel Stenberg |
TFTP |
09667582 | 16-Nov-2005 |
Daniel Stenberg |
Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get installed on 'make install' time. |
80bfa76a | 16-Nov-2005 |
Daniel Stenberg |
check for and use winsock2.h instead of winsock.h and I fixed a typo in the ifdefs where . was used instead of _! |
b2e553a8 | 15-Nov-2005 |
Daniel Stenberg |
include ws2tcpip.h in an attempt to detect some of the ipv6 structs better in mingw builds |
772b64d9 | 14-Nov-2005 |
Daniel Stenberg |
Detect big/little endian in the configure script and adjust the ares_dns.h macros accordingly. |
92c0de51 | 14-Nov-2005 |
Daniel Stenberg |
Quagmire reported that he needed to raise a NTLM buffer for SSPI to work 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.h
Quagmire reported that he needed to raise a NTLM buffer for SSPI to work 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
show more ...
|
ff964565 | 14-Nov-2005 |
Gisle Vanem |
Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. |
e89adbef | 14-Nov-2005 |
Gisle Vanem |
Added CVS id. Avoid warning 'x might be used uninitialized in this function'. |
22a6a6cf | 14-Nov-2005 |
Gisle Vanem |
We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID. |
fd870e4e | 14-Nov-2005 |
Daniel Stenberg |
Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in module-definition files. this section is not mandatory for msvc60 so it could be completely removed from libcurl.def. |
d52ed3ff | 14-Nov-2005 |
Daniel Stenberg |
Jan Kunder's debian bug report 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
Jan Kunder's debian bug report 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.
show more ...
|
bac17ab7 | 14-Nov-2005 |
Daniel Stenberg |
extended the description for exit code 9 |
9ace3035 | 13-Nov-2005 |
Daniel Stenberg |
Yang Tse fixed compiler warnings |
7e81c35c | 13-Nov-2005 |
Daniel Stenberg |
to build with old gnutls verions, don't use the *_t types |
0f125d9b | 13-Nov-2005 |
Daniel Stenberg |
prevent compiler warning |