aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-19remove the warning for a lacking crypto lib since it migth just be a gnutlsDaniel Stenberg
2005-04-19added CURLOPT_PORT test when using proxyDaniel Stenberg
2005-04-18two bugfixes of todayDaniel Stenberg
2005-04-18Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg
2005-04-18Toshiyuki Maezawa reported that when doing a POST with a read callback,Daniel Stenberg
2005-04-18digest works in the proxyauth tooDaniel Stenberg
2005-04-18Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed forDaniel Stenberg
2005-04-18better fix for the socket -1 caseDaniel Stenberg
2005-04-18ignore sockfiltDaniel Stenberg
2005-04-18safety measure to avoid using -1 as socketDaniel Stenberg
2005-04-18allow some more timeDaniel Stenberg
2005-04-18ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.Daniel Stenberg
2005-04-18Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg
2005-04-18Modified to not mix ordinary print to STDOUT with a system() that prints toDaniel Stenberg
2005-04-17somewhat clarified that this only sets the fd_sets and expects them to beDaniel Stenberg
2005-04-16keywords addedDaniel Stenberg
2005-04-16minor edits, report the test cases without keywordsDaniel Stenberg
2005-04-16starting to produce a summary in HTMLDaniel Stenberg
2005-04-16avoid warning on windowsDaniel Stenberg
2005-04-16clarify that > in the verbose output can contain newlinesDaniel Stenberg
2005-04-16keywords addedDaniel Stenberg
2005-04-15initial tool to report info/keywords of the test casesDaniel Stenberg
2005-04-15started adding "keywords" for each test, to better allow us to sum up whatDaniel Stenberg
2005-04-15add needed includeDaniel Stenberg
2005-04-15Attempted to fix c-ares not building on non-IPv6 systemsDominick Meglio
2005-04-15if libgnutls-config isn't found in the given path, deal with it nicer (butDaniel Stenberg
2005-04-14Two new slowdown tests for better testing of the FTP response reader functionDaniel Stenberg
2005-04-14make the ftp server support reply/servercmd, and make SLOWDOWN work, andDaniel Stenberg
2005-04-13oops, only negative numbers are errorsDaniel Stenberg
2005-04-13Mention GnuTLS and fix a few spelling errors.Dan Fandrich
2005-04-13don't bail out just because the ca file has a problem, it might be OKDaniel Stenberg
2005-04-13fix port numberDaniel Stenberg
2005-04-13GnuTLS supportDaniel Stenberg
2005-04-13extended the multi-thread explanationDaniel Stenberg
2005-04-13fix compiler warningDaniel Stenberg
2005-04-13Allow environment variables to override default autotools.Dan Fandrich
2005-04-12next release will be version 7.14.0 thanks to the added GnuTLS supportDaniel Stenberg
2005-04-12Provides an unconditional strlcat() proto even if strlcat() was found byDaniel Stenberg
2005-04-12requires OpenSSL, as our GnuTLS doesn't provide support forDaniel Stenberg
2005-04-12support tests that requires 'OpenSSL' specificlyDaniel Stenberg
2005-04-11creditsDaniel Stenberg
2005-04-11refreshDaniel Stenberg
2005-04-115.12 Can I make libcurl fake or hide my real IP address?Daniel Stenberg
2005-04-10HTTP 304 response with Content-Length: headerDaniel Stenberg
2005-04-09Removed usage of u_int and u_charDominick Meglio
2005-04-09Blah, revert my removal of the extra check since the problem is there for real.Daniel Stenberg
2005-04-09OK, I must've been halucinating or something because I no longer see theDaniel Stenberg
2005-04-09Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio
2005-04-09Made sortlist support CIDR matching for IPv4Dominick Meglio
2005-04-08Added preliminary IPv6 support to ares_gethostbynameDominick Meglio