- Jun 07, 2011
-
-
Kamil Dudka authored
When closing a connection, the speedchecker's timestamp is now deleted so that it cannot accidentally be used by a fresh connection on the same handle when examining the transfer speed. Bug: https://bugzilla.redhat.com/679709
-
Yang Tse authored
-
Daniel Stenberg authored
When a time condition isn't met, so that no body is delivered to the application even though a 2xx response is being read from the server, we must close the connection to avoid a re-use of the connection to be completely tricked. Added test 1128 to verify.
-
- Jun 05, 2011
-
-
Daniel Stenberg authored
Typecasts added since I changed more code to use long for timeouts
-
- Jun 04, 2011
-
-
Daniel Stenberg authored
It was mostly typecasted to int all over the code so switching to long instead all over should be a net gain.
-
- Jun 03, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I removed the prefix as well accordingly.
-
- Jun 02, 2011
- Jun 01, 2011
- May 30, 2011
-
-
Yang Tse authored
-
- May 27, 2011
-
-
Yang Tse authored
-
- May 26, 2011
- May 25, 2011
-
-
Daniel Stenberg authored
When switching to HTTP because a HTTP proxy is being used, the existing handler is now checked if it already is "compatible". This allows the https handler remain while other non-http handlers will be redirected. Bug: http://curl.haxx.se/mail/lib-2011-05/0214.html Reported by: Jerome Robert
-
Yang Tse authored
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
-
- May 24, 2011
- May 23, 2011
-
-
Yang Tse authored
Fix compiler warning: `keycheck' might be used uninitialized in this function. Fix compiler warning: `keybit' might be used uninitialized in this function.
-
Yang Tse authored
Fix variable declaration placement
-
Yang Tse authored
Fix missing semicolon
-
Yang Tse authored
Fix compiler warning: expression has no effect Fix OOM handling
-
Yang Tse authored
Fix compiler warning: expression has no effect
-
Yang Tse authored
Fix compiler warning: unused variable 'data'
-
- May 21, 2011
-
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: enumerated type mixed with another type
-
Yang Tse authored
Fix compiler warning: empty body in an if-statement
-
- May 20, 2011
-
-
Ola Mork authored
Get cyassl's NO_FILESYSTEM to work with libcurl. Otherwise I'd get linker errors for the missing "SSL_CTX_load_verify_locations" functions.
-
- May 19, 2011
-
-
Yang Tse authored
Fix linkage on c-ares enabled Windows static builds
-
- May 18, 2011
-
-
Daniel Stenberg authored
Fix the return type of the callback to match close() and make use of it.
-