Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-11 | Include the Android make file in the source package even though the | Dan Fandrich | |
config.h issue hasn't been completely solved. This will save some effort for someone desperate to use curl on Android. | |||
2009-06-08 | Remove buildconf.bat from release and daily snapshot archives. | Yang Tse | |
buildconf.bat is only for CVS tree builds. | |||
2009-04-27 | Add missing cmake files to the tarball (thanks to Richard Atterer's report) | Daniel Stenberg | |
2009-04-25 | removed pointless file | 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-01-01 | - 'reconf' is removed since we rather have users use 'buildconf' | Daniel Stenberg | |
2008-10-01 | "make clean" now cleans out the docs and tests directories, too. | Dan Fandrich | |
2008-08-30 | vc6curl.dsw and MSVC 6 IDE build directions | Yang Tse | |
2008-08-28 | Andres Garcia pointed out these Makefile mistakes... | Daniel Stenberg | |
2008-08-23 | - Running 'make ca-firefox' in the root build dir will now run the new | Daniel Stenberg | |
firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl. | |||
2008-07-30 | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse | |
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball. | |||
2008-07-29 | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse | |
in top Makefile.am triggered a problem that prevented aclocal from running successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61 A tarball which reproduces mentioned problem is the one dated July-28-2008 http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz We actually don't need all the bells and whistles that the above mechanism provides. We only need to include our m4/reentrant.m4 file in acinclude.m4 so here we go with this simpler mechanism. | |||
2008-07-27 | move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS | Yang Tse | |
2008-07-25 | move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion ↵ | Yang Tse | |
problem | |||
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | |
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros. | |||
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich | |
normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal. | |||
2008-02-10 | removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl. | Gunter Knauf | |
2008-02-09 | make use of mv's backup feature so that calling the ca-bundle target more ↵ | Gunter Knauf | |
than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename. | |||
2008-02-08 | oops, we make the copyright year ranges the simple style | Daniel Stenberg | |
2008-02-08 | provide the ca-bundle target the same way as the Makefile.dist does it so that | Daniel Stenberg | |
it works the same way for configure-based platforms as for non-configure ones | |||
2007-07-12 | Compile most of the example apps in docs/examples when doing a 'make check'. | Dan Fandrich | |
2005-11-16 | Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get | Daniel Stenberg | |
installed on 'make install' time. | |||
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-11 | Add an alert already here if 'make test' is attempted for a cross-compile | Daniel Stenberg | |
since there's no use building the whole test suite first and _then_ tell it doesn't work anyway... | |||
2004-12-13 | Dan Fandrich added libcurl.pc.in to the dist | Daniel Stenberg | |
2004-07-22 | Added buildconf buildconf.bat to the dist | Daniel Stenberg | |
2004-06-21 | testcurl.sh is dead, long live tests/testcurl.pl! | Daniel Stenberg | |
2004-05-17 | 'make test-torture' in the root now runs a full torture test | Daniel Stenberg | |
2004-03-15 | build_vms.com is removed from here | Daniel Stenberg | |
2004-01-13 | source header added | Daniel Stenberg | |
2003-10-30 | Made the dist-hook more generic for adding more files named .dist into the | Daniel Stenberg | |
dist archive. Preparing for a new maketgz. | |||
2003-09-22 | Include the RELEASE-NOTES file too, which is basicly the release announce | Daniel Stenberg | |
message. | |||
2003-08-06 | make an uninstall hook in the same manner we already did an install hook | Daniel Stenberg | |
as otherwise will make distcheck fail | |||
2003-07-23 | SSLCERTS was moved into the docs/ directory | Daniel Stenberg | |
2003-06-27 | When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for | Daniel Stenberg | |
include files and docs, so now I've added a custom install hook to run make install for docs and install when data is installed at the top-level. | |||
2003-05-27 | Only build in lib and src by default, make the others dist-subdirs. | Daniel Stenberg | |
Make the test stuff get built when we run 'make test' instead. | |||
2003-03-31 | added dist-hook that clears the tests/log dir properly as otherwise | Daniel Stenberg | |
'make distcheck' doesn't pass | |||
2003-02-24 | 7.10.4-pre2 commit | Daniel Stenberg | |
2003-01-29 | add the new emacs file and removed the former one | Daniel Stenberg | |
2003-01-21 | make test-full in the root dir should run verbose tests but not stop on | Daniel Stenberg | |
single failures | |||
2003-01-21 | Added a 'test-full' target to run the tests in verbose mode. | Daniel Stenberg | |
2002-11-11 | include SSLCERTS and not UPGRADE. We leave UPGRADE a while in CVS, but it | Daniel Stenberg | |
should be removed soonish. | |||
2002-10-14 | generate and include PDF versions of the docs in the release archive | Daniel Stenberg | |
2002-09-05 | fixed the pkgadd target | Daniel Stenberg | |
2002-09-03 | no longer package MITX.txt or MPL-1.1.txt since we now use COPYING only | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |
2002-03-04 | no longer include the multi dir, the examples should be in the examples | Daniel Stenberg | |
dir | |||
2002-02-25 | automake usage and options cleanup | Daniel Stenberg | |
2002-02-07 | moved the config-* files to lib/Makefile.am | Daniel Stenberg | |