Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-02 | Yang Tse adjusted the multiple header inclusion prevention definition | Daniel Stenberg | |
H_MPRINTF to our more used style __CURL_MPRINTF_H | |||
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 | #27 is fixed | Daniel Stenberg | |
2005-11-30 | cast the va_arg() assignment to ftp_filemethod properly | Daniel Stenberg | |
2005-11-29 | Yang Tse's fix of the inet_pton check | Daniel Stenberg | |
2005-11-28 | new experimental "ftp method" code | Daniel Stenberg | |
2005-11-28 | Bryan Henderson | 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-28 | added note about the inclusion of curl.h from within this file | Daniel Stenberg | |
2005-11-25 | Bryan Henderson: added missing ignores | Daniel Stenberg | |
2005-11-25 | Yang Tse fixed compiler warnings | Daniel Stenberg | |
2005-11-25 | read_tcp_data() fix to get the proper buffer pointer and size | Daniel Stenberg | |
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-25 | Yang Tse: fixed compiler warnings | Daniel Stenberg | |
2005-11-25 | Change based on Yang Tse's excellent fix to reduce buffer overflow risk and | Daniel Stenberg | |
fixing a compiler warning in the append_scopeid() function. | |||
2005-11-25 | Doug Kaufman corrected my attempt to a generic "skip extra test for function | Daniel Stenberg | |
F" | |||
2005-11-24 | avoid doing #if an a predef symbol that might not be defined | Daniel Stenberg | |
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-24 | mention the colon-only thing for -u and SSPI+NTLM | Daniel Stenberg | |
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-17 | TFTP | Daniel Stenberg | |
2005-11-16 | Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get | Daniel Stenberg | |
installed on 'make install' time. | |||
2005-11-16 | check for and use winsock2.h instead of winsock.h and I fixed a typo in the | Daniel Stenberg | |
ifdefs where . was used instead of _! | |||
2005-11-15 | include ws2tcpip.h in an attempt to detect some of the ipv6 structs better | Daniel Stenberg | |
in mingw builds | |||
2005-11-14 | Detect big/little endian in the configure script and adjust the ares_dns.h | Daniel Stenberg | |
macros accordingly. | |||
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 | Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. | Gisle Vanem | |
2005-11-14 | Added CVS id. | Gisle Vanem | |
Avoid warning 'x might be used uninitialized in this function'. | |||
2005-11-14 | We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID. | Gisle Vanem | |
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-14 | extended the description for exit code 9 | Daniel Stenberg | |
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 | prevent compiler warning | 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 | Debian bug report 338681 by Jan Kunder: make curl better detect and report bad | Daniel Stenberg | |
limit-rate units: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return error if a bad unit is used. | |||
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 | Eugene Kotlyarov found out that cygwin's poll() function isn't doing things | Daniel Stenberg | |
right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable poll() and use select() on cygwin too (we already do the same choice on Mac OS X) |