- Mar 09, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
machine type too.
-
- Mar 07, 2007
-
-
Dan Fandrich authored
unencrypted data connections.
-
- Mar 01, 2007
-
-
Yang Tse authored
in builds with HTTP support disabled to keep consistent enum values for CURLMstate in all kind of builds.
-
- Feb 28, 2007
- Feb 27, 2007
-
-
Daniel Stenberg authored
server through a proxy and have the remote https server port set using the CURLOPT_PORT option, protocol gets reset to http from https after the first request. User defined URL was modified internally by libcurl and subsequent reuse of the easy handle may lead to connection using a different protocol (if not originally http). I found that libcurl hardcoded the protocol to "http" when it tries to regenerate the URL if CURLOPT_PORT is set. I tried to fix the problem as follows and it's working fine so far
-
Gisle Vanem authored
-
Yang Tse authored
-
- Feb 26, 2007
-
-
Daniel Stenberg authored
header line without quotes and with a CRLF immediately following...
-
Gisle Vanem authored
since they're already included through "setup.h".
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Feb 25, 2007
-
-
Daniel Stenberg authored
the multi interface. Note that it still does a part of the connection in a blocking manner.
-
- Feb 22, 2007
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
"case label value exceeds maximum value for type" and "comparison is always false due to limited range of data type" Both triggered when using a bool variable as the switch variable in a switch statement and using enums for the case targets.
-
Yang Tse authored
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h
-
- Feb 21, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fixing some bugs: o Don't mix GET and POST requests in a pipeline o Fix the order in which requests are dispatched from the pipeline o Fixed several curl bugs with pipelining when the server is returning chunked encoding: * Added states to chunked parsing for final CRLF * Rewind buffer after parsing chunk with data remaining * Moved chunked header initializing to a spot just before receiving headers
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
struct for platforms that don't have it to setup_once.h
-
- Feb 19, 2007
-
-
Daniel Stenberg authored
when the multi interface was used.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
5).
-
Daniel Stenberg authored
-
- Feb 18, 2007
-
-
Daniel Stenberg authored
the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.
-
Yang Tse authored
-
Yang Tse authored
-
- Feb 17, 2007
-
-
Yang Tse authored
-
Dan Fandrich authored
and those required by other components to avoid forcing unneeded dependencies into the target objects.
-
Dan Fandrich authored
-
- Feb 16, 2007
-
-
Yang Tse authored
-