Age | Commit message (Collapse) | Author |
|
|
|
|
|
to the proper 'libcurl' as clearly this caused confusion.
|
|
instruction in the comments to use that instead! Original mail:
http://curl.haxx.se/mail/lib-2008-11/0019.html
|
|
|
|
|
|
|
|
an SONAME bump.
|
|
|
|
to have a curl_off_t data type no longer gated to off_t.
|
|
|
|
|
|
|
|
|
|
for 7.18.2 since we have added functions in this release.
http://curl.haxx.se/mail/lib-2008-05/0240.html
|
|
|
|
|
|
$capath is known to configure, so it can be defined in config.h instead.
|
|
default instead of a ca bundle. The configure script will also look for a
ca path if no ca bundle is found and no option given.
- Fixed detection of previously installed curl-ca-bundle.crt
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
and those required by other components to avoid forcing unneeded
dependencies into the target objects.
|
|
|
|
|
|
|
|
newer MSVC versions)
|
|
|
|
to get a better overview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added "CURL_EXTERN" to memdebug.h functions.
Cleaned up Makefile.vc6.
|
|
|
|
|
|
file after the bison/yacc process to add the fix Harshal Pradhan suggested.
|
|
|
|
|
|
|
|
|
|
An Alexander Krasnostavsky fix.
|
|
|
|
memory.h is included everywhere for this.
|