aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-31- When building with c-ares 1.6.1 (not yet released) or later and IPv6 supportDaniel Stenberg
2009-01-31- ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolvingDaniel Stenberg
2009-01-31- Scott Cantor filed bug report #2550061Daniel Stenberg
2009-01-30Truly make sure that the vc8 and vc9 makefiles that are generated get includedDaniel Stenberg
2009-01-30Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reportingDan Fandrich
2009-01-30Mentioned some other characters that may need escaping on the curl commandDan Fandrich
2009-01-30ensure that we use the ANSI version functionsYang Tse
2009-01-30fix typo in commentYang Tse
2009-01-30Provide another definition missing in MinGW's headersYang Tse
2009-01-29Provide some definitions missing in MinGW's headersYang Tse
2009-01-29Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse
2009-01-29added some more messages to SSPI error functionYang Tse
2009-01-29Avoid inclusion of ntsecapi.h and directly provide the KERB_WRAP_NO_ENCRYPTYang Tse
2009-01-29fix compiler warningsYang Tse
2009-01-28- Markus Moeller introduced two new options to libcurl:Daniel Stenberg
2009-01-28fix compiler warning: conversion from 'int' to 'bool', possible loss of dataYang Tse
2009-01-28fix compiler warning: enumerated type mixed with another typeYang Tse
2009-01-26- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an appDaniel Stenberg
2009-01-26wrap line at col 80Daniel Stenberg
2009-01-26- The "-no_ticket" option was introduced in Openssl0.9.8j. It's a flag toDaniel Stenberg
2009-01-26- Alexey Borzov filed bug report #2535504Daniel Stenberg
2009-01-26added 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
2009-01-21Improved the title and keywordsDan Fandrich
2009-01-21Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich
2009-01-21Call setlocale() for libtest tests to test the effects of locale-inducedDan Fandrich
2009-01-20- Lisa Xu pointed out that the ssh.obj file was missing from the lib/Makefile...Daniel Stenberg
2009-01-19fix typo in comment that made it confusingDaniel Stenberg
2009-01-197.19.3 is out nowDaniel Stenberg
2009-01-19700 friendly contributors after the new ones in 7.19.3 were addedDaniel Stenberg
2009-01-1917 new contributors from the 7.19.3 releaseDaniel Stenberg
2009-01-19start over on our journey towards 7.19.4...Daniel Stenberg
2009-01-19time to releaseDaniel Stenberg
2009-01-18fopen() returns error in 'errno' even on Windows.Gisle Vanem
2009-01-18Constified some arguments in local functions.Gisle Vanem
2009-01-17fixed global copyright.Gunter Knauf
2009-01-16- Andrew de los Reyes fixed curlbuild.h for "generic" gcc builds on PPC, bothDaniel Stenberg
2009-01-15Add steps needed for zlib support under MinixDan Fandrich
2009-01-15- Tim Ansell fixed a compiler warning in lib/cookie.cDaniel Stenberg
2009-01-14a bunch of minor updatesDaniel Stenberg
2009-01-14- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead itDaniel Stenberg
2009-01-13213 - bug #2501457 "Timeouts not working with curl_multi_socket_action()" -Daniel Stenberg
2009-01-1362. CURLOPT_TIMEOUT does not work properly with the regular multi andDaniel Stenberg
2009-01-13Karl Moerder removed wsock32.lib from the vc9 makefilesDaniel Stenberg
2009-01-13Grant Erickson fixed timeouts for TFTPDaniel Stenberg
2009-01-13- Michael Wallner fixed a NULL pointer deref when callingDaniel Stenberg
2009-01-13Stefan Teleman's curlbuild.h fix for SunPro compilersDaniel Stenberg
2009-01-13oops, the previous wasn't meant to get committed but since I did it I thoughtDaniel Stenberg
2009-01-13- Stefan Teleman brought a patch to fix the default curlbuild.h file for theDaniel Stenberg
2009-01-13- ares__send_query() now varies the retry timeout pseudo-randomly to avoidPhil Blundell