aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)Author
2008-11-03I liked Daniel Johnson's simplified version bumper guide so I modified theDaniel Stenberg
instruction in the comments to use that instead! Original mail: http://curl.haxx.se/mail/lib-2008-11/0019.html
2008-11-01bump VERSIONINFO for the upcoming releaseDaniel Stenberg
2008-09-01Add README.curl_off_t to the release archiveDaniel Stenberg
2008-08-28Adjust generation of MSVC project filesYang Tse
2008-08-24Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg
an SONAME bump.
2008-08-24Added firefox-db2pem.sh to the release archiveDaniel Stenberg
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
to have a curl_off_t data type no longer gated to off_t.
2008-07-15add comment for include pathsYang Tse
2008-06-24Added README.NSS to describe the current NSS situation.Daniel Stenberg
2008-06-21Oops, that was an experimental change not meant to be committed!Daniel Stenberg
2008-06-21made Curl_nss_send() take const data to kill compiler warningDaniel Stenberg
2008-05-23Dan Fandrich pointed out that this is the way we should increase the numberDaniel 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-22we bump the SO "revision" for next release due to the new functions addedDaniel Stenberg
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal 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 byMichal 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 canDaniel 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-08include mk-ca-bundle.pl in the tarballsDaniel Stenberg
2007-10-29let 7.17.1 be version-info 4:1:0Daniel Stenberg
2007-08-23added the two new os400 filesDaniel Stenberg
2007-07-12added nwos.c so that it gets distributed with releases and tarballs.Gunter Knauf
2007-04-03update copyright yearYang Tse
2007-02-17Better separate the library dependencies into those required by libcurlDan Fandrich
and those required by other components to avoid forcing unneeded dependencies into the target objects.
2006-09-30Support for FTP third party transfers is now droppedDaniel Stenberg
2006-08-29Renamed config.dj -> config.dos.Gisle Vanem
2006-08-07Allow again proper compilation outside of the source treeYang Tse
2006-07-25Michael Jerris added magic that builds lib/curllib.vcproj automatically (forDaniel Stenberg
newer MSVC versions)
2006-07-07Fixed building curllib.dsp when running make outside the source tree.Dan Fandrich
2006-06-24Added README.pipelining but also extracted the "docs" files to a separate listDaniel Stenberg
to get a better overview
2006-05-31Added config-tpf.h to the release packageDaniel Stenberg
2006-04-10added README.multi_socketDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-16Removed references to config-vms.h from the makefiles.Dan Fandrich
2005-01-14Added README.hostipDaniel Stenberg
2005-01-08Added Makefile.Watcom to EXTRA_DIST.Gisle Vanem
2004-11-16Added README.httpauth to the distDaniel Stenberg
2004-11-09Changes for removing libcurl.def file on Win32.Gisle Vanem
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6.
2004-11-02Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg
2004-09-15Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg
2004-08-24Attempt to quick-fix the getdate problem by post-replacing the getdate.cDaniel Stenberg
file after the bison/yacc process to add the fix Harshal Pradhan suggested.
2004-07-16removed Makefile.b32.resp from the list.Gunter Knauf
2004-07-14removed the config-netware.h from the release archivesDaniel Stenberg
2004-07-04include the Makefile.inc file to get all sources and headersDaniel Stenberg
2004-07-02make clean now removes getdate.cDaniel Stenberg
2004-06-09when producing curllib.dsp, include libcurl.def as a source file.Daniel Stenberg
An Alexander Krasnostavsky fix.
2004-05-13Added two two missing header files I missed when I removed the noinst_HEADERSDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-05-11new attempt at an improved DSP-file generationDaniel Stenberg
2004-05-07don't use a magic define nameDaniel Stenberg
2004-05-07Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and theDaniel Stenberg
known source files. Not actually verified to work yet.