summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Yves Lejeune fixed so that replacing Content-Type: when doing multipartDaniel Stenberg2006-07-275-12/+31
* put back the correct logic, as the change dated July 11th 2006 added badDaniel Stenberg2006-07-271-2/+2
* David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for bothDaniel Stenberg2006-07-264-5/+28
* curl_multi_assign() and CURLMOPT_SOCKETFUNCTION proto changeDaniel Stenberg2006-07-261-1/+5
* [Hiper-related work] Added a function called curl_multi_assign() that willDaniel Stenberg2006-07-2610-81/+204
* Provide multiple header inclusion prevention definition __ARES_PRIVATE_HYang Tse2006-07-261-0/+6
* Change multiple header inclusion prevention definition to __ARES_BITNCMP_HYang Tse2006-07-261-4/+4
* Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_HYang Tse2006-07-261-4/+4
* Sync header with source codeYang Tse2006-07-261-5/+5
* Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curlDaniel Stenberg2006-07-259-7/+55
* Michael Jerris added magic that builds lib/curllib.vcproj automatically (forDaniel Stenberg2006-07-254-2/+136
* Fix warning: no newline at end of fileYang Tse2006-07-251-1/+3
* Georg Horn made the transfer timeout error message include more detailsDaniel Stenberg2006-07-253-4/+14
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-2516-16/+16
* Silence iconv() warnings.Gisle Vanem2006-07-251-6/+8
* Added CURL_VERSION_CONV feature string.Gisle Vanem2006-07-251-1/+2
* Added note for CURLRES_ARES and CURLRES_IPV6.Gisle Vanem2006-07-251-2/+5
* Moved functions common to IPv4 and C-ares to hostip.c;Gisle Vanem2006-07-253-125/+65
* Remove comment about c-ares not supporting IPv6.Gisle Vanem2006-07-251-2/+1
* Use the proper Curl_freeaddrinfo() for CURLRES_ARES.Gisle Vanem2006-07-242-5/+26
* Fix typo.Gisle Vanem2006-07-241-1/+1
* Ares needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate() is gone.Gisle Vanem2006-07-241-8/+5
* added splay.oDaniel Stenberg2006-07-231-1/+2
* Added getopt() processing.Gisle Vanem2006-07-231-0/+5
* Added getopt() processing of [-t {a|aaaa}].Gisle Vanem2006-07-221-8/+34
* Added CVS id.Gisle Vanem2006-07-222-1/+3
* 2nd try adding CVS id.Gisle Vanem2006-07-2223-21/+25
* Added CVS id.Gisle Vanem2006-07-2222-2/+48
* Use ares_free_string() to avoid detecting leaks.Gisle Vanem2006-07-221-12/+12
* If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.Gisle Vanem2006-07-221-0/+10
* Constify some arguments in Curl_connecthost() and singleipconnect().Gisle Vanem2006-07-212-4/+4
* Constify arguments to Curl_he2ai() and Curl_addrinfo_copy().Gisle Vanem2006-07-214-7/+7
* Constify 'hostname' and 'service' to various resolver functions.Gisle Vanem2006-07-216-17/+17
* Changes for combination ENABLE_IPV6 and USE_ARES.Gisle Vanem2006-07-214-18/+63
* Use calloc() instead.Gisle Vanem2006-07-211-4/+1
* David McCreedy fixed a build error when building libcurl with HTTP disabled,Daniel Stenberg2006-07-202-3/+7
* Avoid warning "comparison of unsigned expression < 0 is always false"Gisle Vanem2006-07-201-1/+1
* Avoid warning 'port' might be used uninitialized in this function.Gisle Vanem2006-07-201-1/+1
* Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich2006-07-194-3/+19
* Fix compiler warningsYang Tse2006-07-196-27/+29
* Avoid variable declaration shadowing previously declared oneYang Tse2006-07-191-4/+4
* Avoid variable declaration shadowing previously declared oneYang Tse2006-07-191-4/+4
* remove variable declaration shadowing previously declared oneYang Tse2006-07-191-1/+1
* Remove variable declaration shadowing previously declared oneYang Tse2006-07-191-5/+3
* Abort if unable to write pid file, and close socket when aborting.Yang Tse2006-07-191-4/+16
* Abort if unable to write pid file.Yang Tse2006-07-191-0/+2
* -Use curl_socket_t instead of int.Yang Tse2006-07-171-13/+22
* "*connected" must be set to FALSE if trynextip() fails.Yang Tse2006-07-171-3/+4
* Jari Sundell did some excellent research and bug tracking, figured out thatDaniel Stenberg2006-07-173-2/+33
* tests/libtest/lib506.c version 1.11 is now also logging CURLSHOPT_LOCKFUNC, C...Yang Tse2006-07-171-0/+3