Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-31 | removed README.cmake due to the improved situation | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-02-09 | set VERSIONINFO accordingly for the 7.20.0 release | Daniel Stenberg | |
2009-12-12 | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg | |
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse | |
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400. | |||
2009-11-02 | describe the cmake situation | Daniel Stenberg | |
2009-10-17 | README.NSS is gone | Daniel Stenberg | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-06 | Revert delegating c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. This embedded c-ares linking is again handled from the configure script. | |||
2009-06-04 | allow building libcurl for VxWorks | Yang Tse | |
2009-06-04 | c-ares embbeded builds header include paths fully defined in makefiles | Yang Tse | |
2009-05-30 | Delegate c-ares linking magic on libtool and auto-makefiles when using | Yang Tse | |
the uninstalled c-ares libtool archive built from the CVS embedded tree. | |||
2009-05-08 | Renamed vc6 workspace and project files to avoid filename clash when used ↵ | Yang Tse | |
for conversion to later VS versions. | |||
2009-05-08 | Renamed vc6 workspace and project files to avoid filename clash when used ↵ | Yang Tse | |
for conversion to later VS versions. | |||
2009-04-28 | allow usage of in-tree c-ares when building from outside of the cvs tree | Yang Tse | |
2009-04-27 | Add missing cmake files to the tarball (thanks to Richard Atterer's report) | Daniel Stenberg | |
2009-04-14 | first take at bundling cmake-related files in the tarball | Daniel Stenberg | |
2009-02-23 | adjustment for new Mac OS X framework build script | Yang Tse | |
2009-02-23 | - I renamed everything in the windows builds files that used the name 'curllib' | Daniel Stenberg | |
to the proper 'libcurl' as clearly this caused confusion. | |||
2008-11-03 | I liked Daniel Johnson's simplified version bumper guide so I modified the | Daniel Stenberg | |
instruction in the comments to use that instead! Original mail: http://curl.haxx.se/mail/lib-2008-11/0019.html | |||
2008-11-01 | bump VERSIONINFO for the upcoming release | Daniel Stenberg | |
2008-09-01 | Add README.curl_off_t to the release archive | Daniel Stenberg | |
2008-08-28 | Adjust generation of MSVC project files | Yang Tse | |
2008-08-24 | Introduced the configure option --enable-soname-bump that lets a user enforce | Daniel Stenberg | |
an SONAME bump. | |||
2008-08-24 | Added firefox-db2pem.sh to the release archive | Daniel Stenberg | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-07-15 | add comment for include paths | Yang Tse | |
2008-06-24 | Added README.NSS to describe the current NSS situation. | Daniel Stenberg | |
2008-06-21 | Oops, that was an experimental change not meant to be committed! | Daniel Stenberg | |
2008-06-21 | made Curl_nss_send() take const data to kill compiler warning | Daniel Stenberg | |
2008-05-23 | Dan Fandrich pointed out that this is the way we should increase the number | Daniel Stenberg | |
for 7.18.2 since we have added functions in this release. http://curl.haxx.se/mail/lib-2008-05/0240.html | |||
2008-05-22 | we bump the SO "revision" for next release due to the new functions added | Daniel Stenberg | |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich | |
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 | |