| Commit message (Expand) | Author | Age | Files | Lines |
* | include: cleanup | Daniel Stenberg | 2011-05-09 | 1 | -2/+2 |
* | make: add 'checksrc' as target to check code style | Daniel Stenberg | 2011-04-27 | 1 | -0/+4 |
* | Windows build: alternative makefile | Pierre Joye | 2011-01-28 | 1 | -1/+4 |
* | cmake: removed two files | Daniel Stenberg | 2011-01-06 | 1 | -5/+5 |
* | distrib: add new file to EXTRA_DIST | Yang Tse | 2010-12-20 | 1 | -1/+2 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix the find command linecurl-7_19_7 | Daniel Stenberg | 2009-11-04 | 1 | -1/+1 |
* | avoid fiddling in the ares subdir since that isn't part of the release | Daniel Stenberg | 2009-11-04 | 1 | -1/+1 |
* | Include the Android make file in the source package even though the | Dan Fandrich | 2009-08-11 | 1 | -1/+1 |
* | Remove buildconf.bat from release and daily snapshot archives. | Yang Tse | 2009-06-08 | 1 | -1/+1 |
* | Add missing cmake files to the tarball (thanks to Richard Atterer's report) | Daniel Stenberg | 2009-04-27 | 1 | -1/+1 |
* | removed pointless file | Daniel Stenberg | 2009-04-25 | 1 | -2/+2 |
* | first take at bundling cmake-related files in the tarball | Daniel Stenberg | 2009-04-14 | 1 | -3/+9 |
* | adjustment for new Mac OS X framework build script | Yang Tse | 2009-02-23 | 1 | -1/+1 |
* | - 'reconf' is removed since we rather have users use 'buildconf' | Daniel Stenberg | 2009-01-01 | 1 | -2/+2 |
* | "make clean" now cleans out the docs and tests directories, too. | Dan Fandrich | 2008-10-01 | 1 | -1/+5 |
* | vc6curl.dsw and MSVC 6 IDE build directions | Yang Tse | 2008-08-30 | 1 | -1/+2 |
* | Andres Garcia pointed out these Makefile mistakes... | Daniel Stenberg | 2008-08-28 | 1 | -1/+1 |
* | - Running 'make ca-firefox' in the root build dir will now run the new | Daniel Stenberg | 2008-08-23 | 1 | -0/+4 |
* | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse | 2008-07-30 | 1 | -0/+2 |
* | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse | 2008-07-29 | 1 | -2/+0 |
* | move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS | Yang Tse | 2008-07-27 | 1 | -2/+2 |
* | move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro... | Yang Tse | 2008-07-25 | 1 | -1/+1 |
* | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | 2008-07-24 | 1 | -0/+2 |
* | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich | 2008-03-31 | 1 | -1/+1 |
* | removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl. | Gunter Knauf | 2008-02-10 | 1 | -2/+1 |
* | make use of mv's backup feature so that calling the ca-bundle target more tha... | Gunter Knauf | 2008-02-09 | 1 | -1/+1 |
* | oops, we make the copyright year ranges the simple style | Daniel Stenberg | 2008-02-08 | 1 | -1/+1 |
* | provide the ca-bundle target the same way as the Makefile.dist does it so that | Daniel Stenberg | 2008-02-08 | 1 | -1/+6 |
* | Compile most of the example apps in docs/examples when doing a 'make check'. | Dan Fandrich | 2007-07-12 | 1 | -1/+4 |
* | Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get | Daniel Stenberg | 2005-11-16 | 1 | -0/+3 |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | Add an alert already here if 'make test' is attempted for a cross-compile | Daniel Stenberg | 2005-03-11 | 1 | -0/+11 |
* | Dan Fandrich added libcurl.pc.in to the dist | Daniel Stenberg | 2004-12-13 | 1 | -1/+1 |
* | Added buildconf buildconf.bat to the dist | Daniel Stenberg | 2004-07-22 | 1 | -2/+2 |
* | testcurl.sh is dead, long live tests/testcurl.pl! | Daniel Stenberg | 2004-06-21 | 1 | -1/+1 |
* | 'make test-torture' in the root now runs a full torture test | Daniel Stenberg | 2004-05-17 | 1 | -0/+3 |
* | build_vms.com is removed from here | Daniel Stenberg | 2004-03-15 | 1 | -2/+1 |
* | source header added | Daniel Stenberg | 2004-01-13 | 1 | -1/+20 |
* | Made the dist-hook more generic for adding more files named .dist into the | Daniel Stenberg | 2003-10-30 | 1 | -2/+6 |
* | Include the RELEASE-NOTES file too, which is basicly the release announce | Daniel Stenberg | 2003-09-22 | 1 | -1/+2 |
* | make an uninstall hook in the same manner we already did an install hook | Daniel Stenberg | 2003-08-06 | 1 | -0/+5 |
* | SSLCERTS was moved into the docs/ directory | Daniel Stenberg | 2003-07-23 | 1 | -1/+1 |
* | When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for | Daniel Stenberg | 2003-06-27 | 1 | -0/+5 |
* | Only build in lib and src by default, make the others dist-subdirs. | Daniel Stenberg | 2003-05-27 | 1 | -3/+4 |
* | added dist-hook that clears the tests/log dir properly as otherwise | Daniel Stenberg | 2003-03-31 | 1 | -0/+1 |
* | 7.10.4-pre2 commit | Daniel Stenberg | 2003-02-24 | 1 | -1/+1 |
* | add the new emacs file and removed the former one | Daniel Stenberg | 2003-01-29 | 1 | -1/+1 |
* | make test-full in the root dir should run verbose tests but not stop on | Daniel Stenberg | 2003-01-21 | 1 | -1/+1 |
* | Added a 'test-full' target to run the tests in verbose mode. | Daniel Stenberg | 2003-01-21 | 1 | -0/+3 |