- Jan 22, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
also says so. I also made the list of protocols get sorted.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
s/RTPDATA/INTERLEAVEDATA/
-
Daniel Stenberg authored
'note' in most description as it is mostly useless.
-
Yang Tse authored
-
Yang Tse authored
removal of Curl_addrinfo_copy(), Curl_addrinfo6_callback(), and Curl_addrinfo4_callback()
-
- Jan 21, 2010
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl options for controlling what to get and how to receive posssibly interleaved RTP data. Initial commit.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the code more curl-style
-
Daniel Stenberg authored
-
- 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
-