Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-22 | Fixed the CN extraction | Daniel Stenberg | |
2005-04-22 | update the copyright year | Daniel Stenberg | |
2005-04-22 | modified this year | Daniel Stenberg | |
2005-04-22 | ignore the memdump file when showing files after a failure | Daniel Stenberg | |
2005-04-22 | copyright this year | Daniel Stenberg | |
2005-04-22 | Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger. | Daniel Stenberg | |
2005-04-22 | changes for building with IPV6. | Gunter Knauf | |
2005-04-22 | modified the test case success reporting, added "test N out of Y" and | Daniel Stenberg | |
"remaining: [time]" outputs to hint users about what to expect | |||
2005-04-22 | test 256 is like test 38 but with proxy + proxy auth | Daniel Stenberg | |
2005-04-22 | keywords | Daniel Stenberg | |
2005-04-22 | Set the retry delay variables after the option parsing, as bug report | Daniel Stenberg | |
#1187787 points out. | |||
2005-04-21 | added missing headers | Daniel Stenberg | |
2005-04-20 | changes for building with IPV6 and LDAP. | Gunter Knauf | |
2005-04-19 | prevent compiler warning | Daniel Stenberg | |
2005-04-19 | added typecast when converting from long to unsigned short, to prevent ↵ | Daniel Stenberg | |
compiler warning | |||
2005-04-19 | indented source to look more like other ares code, | Daniel Stenberg | |
added (somewhat ugly) typecasts to build warning-free on 64bit platforms (the result of a (char *) - (char *) cannot be stored in an int universally) | |||
2005-04-19 | sortlist_alloc() is never used on win32, so ifdef out it to prevent warning | Daniel Stenberg | |
2005-04-19 | only define _REENTRANT if not already defined, and only in setup.h | Daniel Stenberg | |
2005-04-19 | Check for and config for the ca cert bundle properly when built with GnuTLS. | Daniel Stenberg | |
Previously this was only done for OpenSSL builds. | |||
2005-04-19 | when --with-gnutls is used, we assume a bin/libgnutls-config file in the | Daniel Stenberg | |
given prefix. Building something with gnutls without it just is too error- prone. | |||
2005-04-19 | remove the warning for a lacking crypto lib since it migth just be a gnutls | Daniel Stenberg | |
build... | |||
2005-04-19 | added CURLOPT_PORT test when using proxy | Daniel Stenberg | |
2005-04-18 | two bugfixes of today | Daniel Stenberg | |
2005-04-18 | Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still | Daniel Stenberg | |
used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix. | |||
2005-04-18 | Toshiyuki Maezawa reported that when doing a POST with a read callback, | Daniel Stenberg | |
libcurl didn't properly send an Expect: 100-continue header. It does now. | |||
2005-04-18 | digest works in the proxyauth too | Daniel Stenberg | |
2005-04-18 | Initial curl_multi_socket() stuff, #ifdef'ed out for now but committed for | Daniel Stenberg | |
documentational purposes. | |||
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 | |
level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support and hopefully FTP-SSL support in the future. Added four test cases for FTP-ipv6. | |||
2005-04-18 | Modified to not mix ordinary print to STDOUT with a system() that prints to | Daniel Stenberg | |
stdout, since I've found cases on Solaris where the second output mixes with the first and thus the big check-script doesn't properly find the first string in the output stream. | |||
2005-04-17 | somewhat clarified that this only sets the fd_sets and expects them to be | Daniel Stenberg | |
cleared before this function is called | |||
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 | |
kind of tests we have and how many tests that test certain features | |||
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 | |
it is still likely to not do very good since it can't figure out all the lib dependencies) | |||
2005-04-14 | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg | |
when the response come in many small chunks. | |||
2005-04-14 | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg | |
update the docs accordingly | |||
2005-04-13 | oops, only negative numbers are errors | Daniel Stenberg | |
2005-04-13 | Mention GnuTLS and fix a few spelling errors. | Dan Fandrich | |