Age | Commit message (Expand) | Author |
2005-04-18 | better fix for the socket -1 case | Daniel Stenberg |
2005-04-18 | ignore sockfilt | Daniel Stenberg |
2005-04-18 | safety measure to avoid using -1 as socket | Daniel Stenberg |
2005-04-18 | allow some more time | Daniel Stenberg |
2005-04-18 | ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT. | Daniel Stenberg |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg |
2005-04-18 | Modified to not mix ordinary print to STDOUT with a system() that prints to | Daniel Stenberg |
2005-04-17 | somewhat clarified that this only sets the fd_sets and expects them to be | Daniel Stenberg |
2005-04-16 | keywords added | Daniel Stenberg |
2005-04-16 | minor edits, report the test cases without keywords | Daniel Stenberg |
2005-04-16 | starting to produce a summary in HTML | Daniel Stenberg |
2005-04-16 | avoid warning on windows | Daniel Stenberg |
2005-04-16 | clarify that > in the verbose output can contain newlines | Daniel Stenberg |
2005-04-16 | keywords added | Daniel Stenberg |
2005-04-15 | initial tool to report info/keywords of the test cases | Daniel Stenberg |
2005-04-15 | started adding "keywords" for each test, to better allow us to sum up what | Daniel Stenberg |
2005-04-15 | add needed include | Daniel Stenberg |
2005-04-15 | Attempted to fix c-ares not building on non-IPv6 systems | Dominick Meglio |
2005-04-15 | if libgnutls-config isn't found in the given path, deal with it nicer (but | Daniel Stenberg |
2005-04-14 | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg |
2005-04-14 | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg |
2005-04-13 | oops, only negative numbers are errors | Daniel Stenberg |
2005-04-13 | Mention GnuTLS and fix a few spelling errors. | Dan Fandrich |
2005-04-13 | don't bail out just because the ca file has a problem, it might be OK | Daniel Stenberg |
2005-04-13 | fix port number | Daniel Stenberg |
2005-04-13 | GnuTLS support | Daniel Stenberg |
2005-04-13 | extended the multi-thread explanation | Daniel Stenberg |
2005-04-13 | fix compiler warning | Daniel Stenberg |
2005-04-13 | Allow environment variables to override default autotools. | Dan Fandrich |
2005-04-12 | next release will be version 7.14.0 thanks to the added GnuTLS support | Daniel Stenberg |
2005-04-12 | Provides an unconditional strlcat() proto even if strlcat() was found by | Daniel Stenberg |
2005-04-12 | requires OpenSSL, as our GnuTLS doesn't provide support for | Daniel Stenberg |
2005-04-12 | support tests that requires 'OpenSSL' specificly | Daniel Stenberg |
2005-04-11 | credits | Daniel Stenberg |
2005-04-11 | refresh | Daniel Stenberg |
2005-04-11 | 5.12 Can I make libcurl fake or hide my real IP address? | Daniel Stenberg |
2005-04-10 | HTTP 304 response with Content-Length: header | Daniel Stenberg |
2005-04-09 | Removed usage of u_int and u_char | Dominick Meglio |
2005-04-09 | Blah, revert my removal of the extra check since the problem is there for real. | Daniel Stenberg |
2005-04-09 | OK, I must've been halucinating or something because I no longer see the | Daniel Stenberg |
2005-04-09 | Made sortlist support IPv6 (this can probably use some testing) | Dominick Meglio |
2005-04-09 | Made sortlist support CIDR matching for IPv4 | Dominick Meglio |
2005-04-08 | Added preliminary IPv6 support to ares_gethostbyname | Dominick Meglio |
2005-04-08 | fixed the 304 response-with-content-length problem reported by Cory Nelson | Daniel Stenberg |
2005-04-08 | Added include for inet_net_pton.h to ares__get_hostent.c | Dominick Meglio |
2005-04-08 | Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family | Dominick Meglio |
2005-04-08 | re-arrange some code to prevent warnings on unreachable code | Daniel Stenberg |
2005-04-08 | include sys/types.h too when checking for headers as otherwise this breaks | Daniel Stenberg |
2005-04-08 | updated instructions | Marty Kuhrt |
2005-04-08 | fixed control_y trap problem | Marty Kuhrt |