summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release time for 7.15.5curl-7_15_5Daniel Stenberg2006-08-071-0/+2
* Check for network libraries the _same_ way it is done in cURL.Yang Tse2006-08-061-0/+16
* Check for network libraries the same way it is done in cURL.Yang Tse2006-08-051-15/+108
* Initial stab at making libcurl compile under Minix 3.Dan Fandrich2006-08-042-2/+6
* Minor compatibility fixYang Tse2006-08-042-5/+5
* Added version info for iconv.Gisle Vanem2006-08-041-0/+15
* Added 'curl_version_info_data::iconv_ver_num' for iconv version.Gisle Vanem2006-08-041-0/+3
* Fixed typo.Gisle Vanem2006-08-041-1/+1
* Added dependency for splay.obj.Gisle Vanem2006-08-041-1/+3
* Fixed comment.Gisle Vanem2006-08-041-1/+1
* oops, the previous commit was incomplete as we made an unconditional callDaniel Stenberg2006-08-041-0/+3
* even when we get a single connection to deal with, we must still check forDaniel Stenberg2006-08-041-4/+3
* Fix compiler warningYang Tse2006-08-042-5/+16
* Avoid redundant check. configure script takes care of not definingYang Tse2006-08-043-6/+12
* Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse2006-08-042-8/+12
* This is now a working example using libevent and curl_multi_socket() for reallyDaniel Stenberg2006-08-031-216/+98
* adding CURLM_CALL_MULTI_SOCKET that's just the same as CURLM_CALL_MULTI_PERFORMDaniel Stenberg2006-08-031-1/+7
* MinGW/MSYS needs lib ws2_32 for proper operation of configure script.Yang Tse2006-08-031-0/+12
* Ravi Pratap fixed ares_getsock() to actually return the proper bitmap andDaniel Stenberg2006-08-032-3/+6
* removed running_handles argument from multi_runsingle() since it wasn't reallyDaniel Stenberg2006-08-031-6/+4
* Silence compiler warning 'unused parameter running_handles' in function multi...Yang Tse2006-08-031-0/+1
* keep count of the number of "alive" handles in a struct member, as otherwiseDaniel Stenberg2006-08-021-11/+15
* Mark Lentczner fixed how libcurl was not properly doing chunked encodingDaniel Stenberg2006-08-023-23/+16
* a CURLOPT_PROGRESSFUNCTION clarificationDaniel Stenberg2006-08-021-5/+6
* Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()Daniel Stenberg2006-08-013-5/+15
* spell-fixed a commentDaniel Stenberg2006-08-011-1/+1
* updated docs with the new parameterDaniel Stenberg2006-08-011-14/+26
* Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse2006-07-312-0/+30
* Silence warning: empty body in an if-statementYang Tse2006-07-313-3/+5
* Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse2006-07-312-0/+20
* Provide definitions needed for macros sread() and swrite() in config file.Yang Tse2006-07-313-0/+39
* adapt to the new protosDaniel Stenberg2006-07-301-3/+5
* curl_multi_socket() and curl_multi_socket_all() got modified prototypes: theyDaniel Stenberg2006-07-305-90/+107
* Winsock and Cygwin need address family specification before bind(), this shou...Yang Tse2006-07-291-6/+1
* Fix compiler warnings.Yang Tse2006-07-292-7/+9
* include setup_once.h dependency and adjust to 80 char lines.Yang Tse2006-07-291-40/+47
* new D bindingDaniel Stenberg2006-07-281-2/+2
* Replace send() and recv() with swrite() and sread() macros.Yang Tse2006-07-283-22/+20
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-2810-72/+295
* test case 277 - HTTP RFC1867-type formposting with custom Content-TypeDaniel Stenberg2006-07-272-1/+57
* 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