- Oct 08, 2008
-
-
Dan Fandrich authored
CURLINFO_REDIRECT_URL leaking memory and returning incorrect results when two URLs are requested. Reported by vmpdemo in bug #2152270
-
Yang Tse authored
-
Dan Fandrich authored
-
- Oct 07, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
a fresh connection to be made in such cases and the request retransmitted. This should fix test case 160. Added test case 1079 in an attempt to test a similar connection dropping scenario, but as a race condition, it's hard to test reliably.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the concerns mentioned for 174 and the other guy hasn't returned so I remove the entry from here now.
-
Daniel Stenberg authored
the app re-used the handle to do a connection to host B and then again re-used the handle to host A, it would not update the info with host A's IP address (due to the connection being re-used) but it would instead report the info from host B.
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
option to specify dis(activation) of compiler optimizations. If option is specified, it will be honored independant of the --(dis|en)able-debug option.
-
- Oct 03, 2008
- Oct 02, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
option to specify dis(activation) of picky compiler warnings. If option is specified, it will be honored independant of the --(dis|en)able-debug option. If option is not specified, it will follow --(dis|en)able-debug setting, whose default is disabled if not specified.
-
- Oct 01, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Sep 30, 2008
-
-
Yang Tse authored
dereferencing type-punned pointer will break strict-aliasing rules
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Patrick Monnerat authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
gets a 550 response back for the cases where a download (or NOBODY) is wanted. It still allows a 550 as response if the SIZE is used as part of an upload process (like if resuming an upload is requested and the file isn't there before the upload). I also modified the FTP test server and a few test cases accordingly to match this modified behavior.
-