diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-27 02:34:27 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-27 02:34:27 +0000 |
commit | b6b03c8ab95236215492ea1c819751c8bd155871 (patch) | |
tree | e2bab1be637efc0e3fdfdd4cd886fee9d11d00e9 /CHANGES | |
parent | 432945e42218dbe479836674dbd633f5ca2b7f9f (diff) |
Added feature in runtests.pl to select tests based on key word.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ Daniel Stenberg (26 Jul 2008) Daniel Fandrich (26 Jul 2008) - Added test 1044 to test large file support in ftp with -I. +- Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4 + address in an IPv6 capable libcurl. + +- Added feature in runtests.pl to select tests based on key word. + Daniel Fandrich (23 Jul 2008) - Changed the long logfile elision code in runtests.pl to properly handle lines ending in \r. |