Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-15 | moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially ↵ | Gunter Knauf | |
already) | |||
2009-04-14 | HAVE_LIMITS_H definition for NetWare CLIB | Yang Tse | |
2009-04-14 | first take at bundling cmake-related files in the tarball | Daniel Stenberg | |
2009-04-09 | some minor Makefile tweaks for latest libssh2. | Gunter Knauf | |
2009-04-08 | Added newline ad the end of generated hugehelp.c (the "default" one, when it ↵ | Benoit Neil | |
hasn't been generated before). | |||
2009-04-06 | Made the CMake scripts read Makefile.inc. Needs testing I guess. | Benoit Neil | |
2009-04-06 | Added tests (exes) targets, refactor a few things. | Benoit Neil | |
PS: Once again, sorry if the added files have executable perms on Linux. | |||
2009-04-06 | Added curl (exe) target, fixed static/dynamic linking errors. | Benoit Neil | |
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it... | |||
2009-03-29 | some minor Makefile tweaks. | Gunter Knauf | |
2009-03-11 | Oops, make the memory magic debug stuff done before global init too just to | Daniel Stenberg | |
catch them all. The memory debug stuff is not in the public API anyway. | |||
2009-03-11 | - Kamil Dudka made the curl tool properly call curl_global_init() before any | Daniel Stenberg | |
other libcurl function. | |||
2009-03-08 | - Bill Egert pointed out (http://curl.haxx.se/bug/view.cgi?id=2671602) that | Daniel Stenberg | |
curl didn't use sprintf() in a way that is documented to work in POSIX but since we use our own printf() code (from libcurl) that shouldn't be a problem. Nonetheless I modified the code to not rely on such particular features and to not cause further raised eyebrowse with no good reason. | |||
2009-02-20 | Do not halt compilation when using VS2008 to build a Windows 2000 target | Yang Tse | |
2009-02-18 | spell-fixed comments and other minor non-code edits | Daniel Stenberg | |
2009-02-17 | - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for | Daniel Stenberg | |
plain FTP connections, and it will then allow MKD to fail once and retry the CWD afterwards. This is especially useful if you're doing many simultanoes connections against the same server and they all have this option enabled, as then CWD may first fail but then another connection does MKD before this connection and thus MKD fails but trying CWD works! The numbers can (should?) now be set with the convenience enums now called CURLFTP_CREATE_DIR and CURLFTP_CREATE_DIR_RETRY. Tests has proven that if you're making an application that uploads a set of files to an ftp server, you will get a noticable gain in speed if you're using multiple connections and this option will be then be very useful. | |||
2009-02-05 | Added an explicit buffer limit check in msdosify() (patch based on FreeBSD). | Dan Fandrich | |
This couldn't ever overflow in curl, but might if the code were used elsewhere or under different conditions. | |||
2009-02-02 | - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP | Daniel Stenberg | |
version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run. | |||
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse | |
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c Also adjusted socks_sspi.c to remove the link-time dependency on the Windows SSPI library using it now in the same way as it was done in http_ntlm.c. | |||
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg | |
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these. | |||
2009-01-26 | added CURLX_ONES again to object list for dynamic linking. | Gunter Knauf | |
2009-01-25 | - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. | Daniel Stenberg | |
They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified. | |||
2009-01-07 | Created a CURLMIN macro to match CURLMAX | Dan Fandrich | |
2008-12-30 | added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd ↵ | Gunter Knauf | |
with other Makefile.netware. | |||
2008-12-30 | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ↵ | Gunter Knauf | |
just found that ares already uses this define. | |||
2008-12-30 | added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ↵ | Gunter Knauf | |
be IPv6-aware. | |||
2008-12-16 | Added the use of Watt-32 tcp/ip stack for Win32 targets. | Gisle Vanem | |
Added USE_WATT32 unconditionally for MSDOS targets since it's the only option. Adjusted the text for '--wdebug'. | |||
2008-11-17 | the IP address we want/request/use from the interface is the 'local' | Yang Tse | |
address, the one on the box libcurl is running, not the 'remote' one. | |||
2008-11-17 | if2ip.c related preprocessor cleanup | Yang Tse | |
2008-11-14 | check for NULL returns from strdup() - reported by Jim Meyering | Daniel Stenberg | |
also prevent buffer overflow on MSDOS when you do for example -O on a url with a file name part longer than PATH_MAX letters | |||
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-13 | changed to latest libidn version. | Gunter Knauf | |
2008-11-13 | changed defines to make autobuild logs display libidn usage. | Gunter Knauf | |
2008-11-11 | updated OpenSSL version. | Gunter Knauf | |
2008-11-11 | added libidn build. | Gunter Knauf | |
2008-11-11 | updated coment, updated OpenSSL version. | Gunter Knauf | |
2008-11-11 | added libidn build. | Gunter Knauf | |
2008-11-03 | If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf() | Gisle Vanem | |
and not sprintf(). | |||
2008-11-01 | Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability | Yang Tse | |
2008-11-01 | WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ↵ | Yang Tse | |
quite convoluted, compiler dependant and in some cases even build target dependat. | |||
2008-10-30 | NetWare LIBC target has getaddrinfo() and freeaddrinfo() | Yang Tse | |
2008-10-28 | curlx.h isn't a system include file so it gets double quotes | Dan Fandrich | |
2008-10-27 | Added rawstr.c to some more non-configure curl makefiles | Dan Fandrich | |
2008-10-27 | Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj. | Gisle Vanem | |
2008-10-25 | add missing header inclusions | Yang Tse | |
2008-10-24 | fix compiler warning | Yang Tse | |
2008-10-23 | Added rawstr.c to the non-configure curl makefiles | Dan Fandrich | |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | |
inclusion by the curl tool without colliding with the curl_strequal functions. | |||
2008-10-19 | Fixed potential memory leak in OOM situations. Detected by coverity.com | Daniel Stenberg | |
2008-10-19 | dumpeasycode() uses warnf() which uses config->errors so we must not close | Daniel Stenberg | |
that before dumpeasycode() is called. Found by coverity.com | |||
2008-10-19 | Removed dead code, identified by coverity.com. | Daniel Stenberg | |