- Feb 18, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
moved sample program defines into separate Makefile.inc so that other makefiles can pick up the defines from there.
-
Guenter Knauf authored
-
Yang Tse authored
'enumerated type mixed with another type' and 'variable was set but never used'
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
-
- Feb 17, 2008
-
-
Daniel Stenberg authored
connection by force when it was called before the entire request is completed, simply because we can't know if the connection really can be re-used safely at that point.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
DONE before the entire request operation is complete and thus we can't know in what state it is for re-using, so we're forced to close it. In a perfect world we can add code that keep track of if we really must close it here or not, but currently we have no such detail knowledge. Jerome Muffat-Meridol helped us work this out.
-
Daniel Stenberg authored
premature set TRUE, which means it was done before the request comleted. It could then very well not have received any data.
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Feb 16, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
removed unsused ldap module dependency since the module didnt autounload from protected address space.
-
- Feb 15, 2008
-
-
Daniel Stenberg authored
verification is requested. Previously it would even return failure if gnutls failed to get the server cert even though no verification was asked for. - Fix my Curl_timeleft() leftover mistake in the gnutls code
-
Daniel Stenberg authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
http request and then you'd reuse the handle and replace the Accept: header, as then libcurl would send two Accept: headers!
-
Guenter Knauf authored
-
Guenter Knauf authored
moved info block up before help block so that it can also be displayed before help option; trial to add a version number.
-
- Feb 14, 2008
-
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Feb 13, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Yang Tse authored
when verifying the https and ftps servers
-
- Feb 12, 2008
-
-
Yang Tse authored
timeout passed to startnew, when this happens startnew completes without being able to read the pidfile and consequently returns a zero pid2. To fix the above posibility the server pid is recovered from the verification stage which will actually return the server pid when verification is valid.
-
Yang Tse authored
-
- Feb 11, 2008
-
-
Daniel Stenberg authored
Feb 7 that didn't abort properly on timeouts. These are actually old problems but now they should be fixed.
-
Yang Tse authored
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Guenter Knauf authored
added -t switch to make text info of CAs optional; added -q switch to be really quiet.
-