Age | Commit message (Expand) | Author |
2007-03-15 | Fixed some memory leaks in various error paths. | Dan Fandrich |
2007-03-15 | Fixed a memory leak. | Dan Fandrich |
2007-03-14 | yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check for | Daniel Stenberg |
2007-03-14 | Fixed a NULL pointer dereference on sftp initialization failure. | Dan Fandrich |
2007-03-13 | Use Curl_inet_pton() instead of inet_pton(). | Gisle Vanem |
2007-03-12 | Emmanuel Dreyfus fixed not being able to find ber_free() in | Yang Tse |
2007-03-11 | can just as well NULLify the pointer in a single spot | Daniel Stenberg |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg |
2007-03-11 | fix compiler warning: unused variable | Yang Tse |
2007-03-10 | Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the | Daniel Stenberg |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg |
2007-03-09 | - Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6. | Daniel Stenberg |
2007-03-09 | - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct | Daniel Stenberg |
2007-03-07 | Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control and | Dan Fandrich |
2007-03-01 | Do not remove CURLM_STATE_WAITPROXYCONNECT from the CURLMstate enum | Yang Tse |
2007-02-28 | proper symbol definition check for Novell NetWare | Yang Tse |
2007-02-28 | proper symbol definition check for all AmigaOS flavours | Yang Tse |
2007-02-28 | protect from themselves those who need it | Yang Tse |
2007-02-27 | - Hang Kin Lau found and fixed: When I use libcurl to connect to an https | Daniel Stenberg |
2007-02-27 | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem |
2007-02-27 | no proxy support if libcurl is built with HTTP disabled | Yang Tse |
2007-02-26 | Jose Kahan pointed out a Digest server that provided the algorith last in the | Daniel Stenberg |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-26 | Removed unneeded 'HAVE_x' defines. | Gisle Vanem |
2007-02-26 | Fix typo. | Gisle Vanem |
2007-02-25 | - Adam D. Moss made the HTTP CONNECT procedure less blocking when used from | Daniel Stenberg |
2007-02-22 | compiler warning fix | Yang Tse |
2007-02-22 | Fix compiler warning "statement is unreachable" | Yang Tse |
2007-02-22 | Fix compiler warnings | Yang Tse |
2007-02-22 | Check for stdbool.h at configuration stage, and include it if available. | Yang Tse |
2007-02-21 | silence two cases of "comparison between signed and unsigned" | Daniel Stenberg |
2007-02-21 | - Ravi Pratap provided work on libcurl making pipelining more robust and | Daniel Stenberg |
2007-02-21 | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse |
2007-02-21 | Include some possible dependencies of arpa/inet.h | Dan Fandrich |
2007-02-21 | fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for di... | Linus Nielsen Feltzing |
2007-02-20 | Include network byte order conversion macros on Minix. | Dan Fandrich |
2007-02-20 | compiler warning fix | Yang Tse |
2007-02-20 | compiler warning fix | Yang Tse |
2007-02-20 | Move header file inclusion logic and definition of timeval | Yang Tse |
2007-02-19 | - Shmulik Regev found a memory leak in re-used HTTPS connections, at least | Daniel Stenberg |
2007-02-19 | and fix warnings due to lack of protos | Daniel Stenberg |
2007-02-19 | - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and | Daniel Stenberg |
2007-02-19 | fixed code to compile and removed one warning | Daniel Stenberg |
2007-02-18 | - Jeff Pohlmeyer identified two problems: first a rather obscure problem with | Daniel Stenberg |
2007-02-18 | Michal Marek comment fix | Yang Tse |
2007-02-18 | fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h | Yang Tse |
2007-02-17 | Move portable error number symbolic name definitions to setup_once.h | Yang Tse |
2007-02-17 | Better separate the library dependencies into those required by libcurl | Dan Fandrich |
2007-02-17 | Replicate the configure tests that determined that timeval was available. | Dan Fandrich |