Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | 2009-07-14 | 9 | -22/+22 |
| | | | | libcurl is used with other projects which also have a config.h. | ||||
* | silence a compiler warning | Daniel Stenberg | 2009-07-11 | 1 | -1/+1 |
| | |||||
* | add these new files to CVS as well | Daniel Stenberg | 2009-07-09 | 2 | -0/+133 |
| | |||||
* | - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for | Daniel Stenberg | 2009-07-09 | 6 | -66/+15 |
| | | | | | setting a file descriptor non-blocking. Used by the functionality Eric himself brough on June 15th. | ||||
* | - Constantine Sapuntzakis posted bug report #2813123 | Daniel Stenberg | 2009-07-08 | 1 | -11/+11 |
| | | | | | | | | | | | (http://curl.haxx.se/bug/view.cgi?id=2813123) and an a patch that fixes the problem: Url A is accessed using auth. Url A redirects to Url B (on a different server0. Url B reuses a persistent connection. Url B has auth, even though it's on a different server. Note: if Url B does not reuse a persistent connection, auth is not sent. | ||||
* | added INET_ADDRSTRLEN define in case system headers dont provide. | Gunter Knauf | 2009-07-04 | 1 | -0/+3 |
| | |||||
* | removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing ↵ | Gunter Knauf | 2009-07-04 | 1 | -4/+2 |
| | | | | with some platforms. | ||||
* | Markus Koetter provided a patch to avoid getnameinfo() usage which broke a ↵ | Gunter Knauf | 2009-07-04 | 1 | -10/+11 |
| | | | | couple of both IPv4 and IPv6 autobuilds. | ||||
* | Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another one | Daniel Stenberg | 2009-06-30 | 1 | -2/+4 |
| | | | | | | to use the "standard" ENABLE_IPV6 one. Also, if port number cannot be figured out to connect to after a name resolve (due to it not being IPv4 or IPv6), that particular address will now simply be skipped. | ||||
* | - Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a port | Daniel Stenberg | 2009-06-29 | 1 | -187/+159 |
| | | | | | range if given colon-separated after the host name/address part. Like "192.168.0.1:2000-10000" | ||||
* | - Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. I | Daniel Stenberg | 2009-06-29 | 1 | -1/+1 |
| | | | | | | don't know how they got wrong in the first place, but using this output format makes it possible to quite easily separate the string into an array of multiple items. | ||||
* | Fixed a compiler warning. | Dan Fandrich | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | fix indentation. | Michal Marek | 2009-06-19 | 1 | -13/+13 |
| | |||||
* | sclose() function-like macro definition used to close a socket, | Yang Tse | 2009-06-19 | 5 | -24/+19 |
| | | | | | now solely based on HAVE_CLOSESOCKET and HAVE_CLOSESOCKET_CAMEL config file preprocessor definitions. | ||||
* | - When doing non-anonymous ftp via http proxies and the password is not | Michal Marek | 2009-06-16 | 3 | -22/+38 |
| | | | | provided in the url, add it there (squid needs this). | ||||
* | Replaced use of standard C library rand()/srand() by our own pseudo-random ↵ | Patrick Monnerat | 2009-06-15 | 3 | -5/+38 |
| | | | | number generator. | ||||
* | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse | 2009-06-15 | 1 | -2/+2 |
| | |||||
* | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse | 2009-06-15 | 4 | -7/+5 |
| | |||||
* | improve usability with UNIX-like shells or a DOS command interpreters | Yang Tse | 2009-06-13 | 1 | -8/+21 |
| | |||||
* | include <limits.h> for INT_MAX definition | Yang Tse | 2009-06-12 | 1 | -0/+4 |
| | |||||
* | fix compiler warning | Yang Tse | 2009-06-12 | 3 | -9/+13 |
| | |||||
* | DOS adjustments | Yang Tse | 2009-06-11 | 1 | -12/+16 |
| | |||||
* | - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and | Daniel Stenberg | 2009-06-10 | 7 | -14/+7 |
| | | | | contributed a range of patches to fix them. | ||||
* | Adjusted to take in account that... | Yang Tse | 2009-06-10 | 12 | -30/+33 |
| | | | | | | | | | With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug) | ||||
* | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman | 2009-06-09 | 1 | -70/+70 |
| | |||||
* | initialize fread callback pointer to avoid compiler warning | Yang Tse | 2009-06-09 | 1 | -0/+1 |
| | |||||
* | - Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcount | Daniel Stenberg | 2009-06-08 | 2 | -19/+12 |
| | | | | | issue with client certs that caused issues like segfaults. http://curl.haxx.se/mail/lib-2009-05/0316.html | ||||
* | Igor Novoseltsev adjusted Makefile.vxworks to get sources and headers | Yang Tse | 2009-06-08 | 1 | -3/+6 |
| | | | | included from Makefile.inc | ||||
* | ../include/curl/curlbuild.h.dist is not present in release archives so | Daniel Stenberg | 2009-06-08 | 1 | -4/+4 |
| | | | | the makefile cannot depend on it | ||||
* | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | 2009-06-06 | 1 | -8/+0 |
| | | | | | | the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script. | ||||
* | - Setting the Content-Length: header from your app when you do a POST or PUT | Daniel Stenberg | 2009-06-05 | 1 | -3/+8 |
| | | | | | | | | | | is almost always a VERY BAD IDEA. Yet there are still apps out there doing this, and now recently it triggered a bug/side-effect in libcurl as when libcurl sends a POST or PUT with NTLM, it sends an empty post first when it knows it will just get a 401/407 back. If the app then replaced the Content-Length header, it caused the server to wait for input that libcurl wouldn't send. Aaron Oneal reported this problem in bug report #2799008 http://curl.haxx.se/bug/view.cgi?id=2799008) and helped us verify the fix. | ||||
* | fix shadowing of a global declaration | Yang Tse | 2009-06-04 | 4 | -17/+23 |
| | |||||
* | allow building libcurl for VxWorks | Yang Tse | 2009-06-04 | 6 | -15/+1163 |
| | |||||
* | c-ares embbeded builds header include paths fully defined in makefiles | Yang Tse | 2009-06-04 | 1 | -0/+7 |
| | |||||
* | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | 2009-05-30 | 1 | -0/+8 |
| | | | | the uninstalled c-ares libtool archive built from the CVS embedded tree. | ||||
* | corrected comments | Daniel Stenberg | 2009-05-29 | 1 | -2/+2 |
| | |||||
* | Fixed a few comment typos (from the FreeBSD ports) | Dan Fandrich | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | fix compiler warning: variable was set but never used | Yang Tse | 2009-05-28 | 1 | -5/+8 |
| | |||||
* | fix compiler warning: unused parameter | Yang Tse | 2009-05-28 | 3 | -1/+7 |
| | |||||
* | - Claes Jakobsson fixed libcurl-NSS to build fine even without the | Daniel Stenberg | 2009-05-27 | 1 | -0/+4 |
| | | | | PK11_CreateGenericObject() function. | ||||
* | - Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clear | Daniel Stenberg | 2009-05-27 | 1 | -2/+8 |
| | | | | | the auth credentials back in 7.19.0 and earlier while now you have to set "" to get the same effect. His patch brings back the ability to use NULL. | ||||
* | - Andre Guibert de Bruet found a call to a OpenSSL function that didn't check | Daniel Stenberg | 2009-05-27 | 1 | -1/+4 |
| | | | | for a failure properly. | ||||
* | - Frank McGeough provided a small OpenSSL #include fix to make libcurl compile | Daniel Stenberg | 2009-05-27 | 1 | -0/+3 |
| | | | | fine with Nokia 5th edition 1.0 SDK for Symbian. | ||||
* | - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed | Daniel Stenberg | 2009-05-25 | 1 | -7/+22 |
| | | | | | | | out that the cookie parser would leak memory when it parses cookies that are received with domain, path etc set multiple times in the same header. While such a cookie is questionable, they occur in the wild and libcurl no longer leaks memory for them. I added such a header to test case 8. | ||||
* | Removed some obsolete digest code that caused a valgrind error in test 551. | Dan Fandrich | 2009-05-22 | 1 | -8/+0 |
| | |||||
* | changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by ↵ | Gunter Knauf | 2009-05-19 | 2 | -14/+4 |
| | | | | libssh2.h; removed related define block from ssh.h. | ||||
* | - Kamil Dudka brought the patch from the Redhat bug entry | Daniel Stenberg | 2009-05-19 | 1 | -3/+4 |
| | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing a bad file descriptor when closing down the FTP data connection. Caolan McNamara seems to be the original author of it. | ||||
* | Remove empty line used to force CVS to update the $Id date string format | Yang Tse | 2009-05-19 | 2 | -2/+0 |
| | |||||
* | Add empty line, to force CVS to update the $Id date string format | Yang Tse | 2009-05-18 | 2 | -0/+2 |
| | |||||
* | Update copyright year, to force CVS to update the $Id date string format | Yang Tse | 2009-05-18 | 6 | -6/+6 |
| |