- Jan 20, 2010
-
-
Yang Tse authored
-
Yang Tse authored
killing a sockfilter process the actual PID from the pid file is used and not the one returned by open2() which might be different.
-
Yang Tse authored
indicates that only one of the two possible sockfilter processes should be killed. Valid values for this parameter are 'main' and 'data'.
-
Yang Tse authored
generates warning 'Use of uninitialized value in scalar assignment' with perl versions older than 5.10
-
Yang Tse authored
Adjust environment vars setting and restoring from test definition. Avoid using strftime in torture sub.
-
Daniel Stenberg authored
identical names but different paths properly
-
- Jan 19, 2010
-
-
Daniel Stenberg authored
HTTP Cookie: header _needs_ to be sorted on the path length in the cases where two cookies using the same name are set more than once using (overlapping) paths. Realizing this, identically named cookies must be sorted correctly. But detecting only identically named cookies and take care of them individually is harder than just to blindly and unconditionally sort all cookies based on their path lengths. All major browsers also already do this, so this makes our behavior one step closer to them in the cookie area. Test case 8 was the only one that broke due to this change and I updated it accordingly.
-
Daniel Stenberg authored
pointed it out to me)
-
Daniel Stenberg authored
again when downloading files over FTP using ASCII and it turns out that the final size of the file is not the same as the initial size the server reported. This is very common since servers don't take the newline conversions into account.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
Add some debug messages to see what's going on with valgrind logs.
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 18, 2010
-
-
Yang Tse authored
of messages atomic, on systems where an fwrite of a memory buffer is atomic.
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
different than the one specified in test definition for same server
-
Yang Tse authored
-
Yang Tse authored
This will make tests 310 311 and 312 fail while fixing. - Remove some debug messages
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 17, 2010
- Jan 15, 2010
-
-
Yang Tse authored
maketgz already converts this file to DOS style with an awk filter.
-
Yang Tse authored
-
Yang Tse authored
subroutines for ssh and socks test suite servers.
-
Dan Fandrich authored
-
- Jan 14, 2010
-
-
Yang Tse authored
the <killserver> section of test harness definition files.
-
Kamil Dudka authored
being properly detected under certain circumstances. It had been caused by strange behavior of pkg-config when handling PKG_CONFIG_LIBDIR. pkg-config distinguishes among empty and non-existent environment variable in that case.
-
- Jan 13, 2010
-
-
Yang Tse authored
-
Kamil Dudka authored
-
- Jan 12, 2010