Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2008-03-20 | - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by | Michal Marek | |
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 | |||
2008-02-18 | - We're no longer providing a very old ca-bundle in the curl tarball. You can | Daniel Stenberg | |
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. | |||
2008-02-08 | include mk-ca-bundle.pl in the tarballs | Daniel Stenberg | |
2007-10-29 | let 7.17.1 be version-info 4:1:0 | Daniel Stenberg | |
2007-08-23 | added the two new os400 files | Daniel Stenberg | |
2007-07-12 | added nwos.c so that it gets distributed with releases and tarballs. | Gunter Knauf | |
2007-04-03 | update copyright year | Yang Tse | |
2007-02-17 | Better separate the library dependencies into those required by libcurl | Dan Fandrich | |
and those required by other components to avoid forcing unneeded dependencies into the target objects. | |||
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg | |
2006-08-29 | Renamed config.dj -> config.dos. | Gisle Vanem | |
2006-08-07 | Allow again proper compilation outside of the source tree | Yang Tse | |
2006-07-25 | Michael Jerris added magic that builds lib/curllib.vcproj automatically (for | Daniel Stenberg | |
newer MSVC versions) | |||
2006-07-07 | Fixed building curllib.dsp when running make outside the source tree. | Dan Fandrich | |
2006-06-24 | Added README.pipelining but also extracted the "docs" files to a separate list | Daniel Stenberg | |
to get a better overview | |||
2006-05-31 | Added config-tpf.h to the release package | Daniel Stenberg | |
2006-04-10 | added README.multi_socket | Daniel Stenberg | |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-16 | Removed references to config-vms.h from the makefiles. | Dan Fandrich | |
2005-01-14 | Added README.hostip | Daniel Stenberg | |
2005-01-08 | Added Makefile.Watcom to EXTRA_DIST. | Gisle Vanem | |
2004-11-16 | Added README.httpauth to the dist | Daniel Stenberg | |
2004-11-09 | Changes for removing libcurl.def file on Win32. | Gisle Vanem | |
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. | |||
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg | |
2004-08-24 | Attempt to quick-fix the getdate problem by post-replacing the getdate.c | Daniel Stenberg | |
file after the bison/yacc process to add the fix Harshal Pradhan suggested. | |||
2004-07-16 | removed Makefile.b32.resp from the list. | Gunter Knauf | |
2004-07-14 | removed the config-netware.h from the release archives | Daniel Stenberg | |
2004-07-04 | include the Makefile.inc file to get all sources and headers | Daniel Stenberg | |
2004-07-02 | make clean now removes getdate.c | Daniel Stenberg | |
2004-06-09 | when producing curllib.dsp, include libcurl.def as a source file. | Daniel Stenberg | |
An Alexander Krasnostavsky fix. | |||
2004-05-13 | Added two two missing header files I missed when I removed the noinst_HEADERS | Daniel Stenberg | |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | |
memory.h is included everywhere for this. | |||
2004-05-11 | new attempt at an improved DSP-file generation | Daniel Stenberg | |
2004-05-07 | don't use a magic define name | Daniel Stenberg | |
2004-05-07 | Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the | Daniel Stenberg | |
known source files. Not actually verified to work yet. | |||
2004-05-06 | curlx.h is a header to add to the release archive(s) | Daniel Stenberg | |
2004-05-04 | removed curl_formparse() from the library | Daniel Stenberg | |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg | |
usage. | |||
2004-04-07 | renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_* | Daniel Stenberg | |
concept, and added lib/README.curlx to explain details about it | |||
2004-04-06 | Added the curl source header and changed some comments | Daniel Stenberg | |
2004-03-25 | cut off 'curl_' from the strerror file names | Daniel Stenberg | |
2004-03-24 | missed the new header file | Daniel Stenberg | |
2004-03-24 | Gisle Vanem's fix to replace the bad use of strerror(). This introduces | Daniel Stenberg | |
Curl_strerror() that attempts to be thread-safe _and_ works on Windows too! | |||
2004-03-17 | new netware-related files added to the distribution | Daniel Stenberg | |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2003-12-11 | use the CORRECT file name! ;-) | Daniel Stenberg | |
2003-12-10 | added the new amiga files to the dist | Daniel Stenberg | |
2003-12-10 | do the ares stuff in the configure file | Daniel Stenberg | |
2003-11-10 | Generate the ca-bundle.h file in the build dir and not in the source dir, | Daniel Stenberg | |
which works nicely since the build dir is before the source dir in the include path. |