Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maketgz: make bzip2 creation work with Parallel BZIP2 too | Daniel Stenberg | 2013-04-18 | 1 | -2/+2 |
| | | | | | | Apparently the previous usage didn't work with that implementation, while this updated version works with at least both Parallel BZIP2 v1.1.8 and regular bzip "Version 1.0.6, 6-Sept-2010". | ||||
* | curl tool: use configuration files from lib directory | Yang Tse | 2012-04-06 | 1 | -7/+1 |
| | | | | | | | | | | | Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists. | ||||
* | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | keep a single copy of config-win32.h in version control repository. | Yang Tse | 2011-08-05 | 1 | -0/+3 |
| | | | | maketgz and buildconf.bat updated to reflect this. | ||||
* | Added some hacks in order to build with VC from git. | Guenter Knauf | 2010-09-02 | 1 | -2/+2 |
| | | | | | Adam Light posted this patch to the list which enables builds from git with VC versions other than vc6; also he added a vc10 target. | ||||
* | maketgz: produce CHANGES automatically with the 1000 most recent commits | Daniel Stenberg | 2010-06-21 | 1 | -0/+3 |
| | | | | | It passes the git log output through 'log2changes.pl' to produce the lot. | ||||
* | restore executable bits on some files | Daniel Stenberg | 2010-03-24 | 1 | -0/+0 |
| | |||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | various changes of CVS to git | Daniel Stenberg | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | removed trailing whitespace | Yang Tse | 2010-02-14 | 1 | -2/+2 |
| | |||||
* | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | 2009-07-14 | 1 | -2/+2 |
| | | | | libcurl is used with other projects which also have a config.h. | ||||
* | lzma compressed tarballs too for some testing, it does produce MUCH smaller | Daniel Stenberg | 2009-02-23 | 1 | -5/+12 |
| | | | | files | ||||
* | Truly make sure that the vc8 and vc9 makefiles that are generated get included | Daniel Stenberg | 2009-01-30 | 1 | -8/+8 |
| | | | | in the release archive - by using our .dist suffix trick. | ||||
* | - Karl M brought the patch that creates vc9 Makefiles, and I made 'maketgz' | Daniel Stenberg | 2009-01-11 | 1 | -2/+27 |
| | | | | now use the actual makefile targets to do the VC8 and VC9 makefiles. | ||||
* | Vladimir Lazarenko pointed out that we should do some 'mt' magic when | Daniel Stenberg | 2007-10-24 | 1 | -1/+1 |
| | | | | | | building with VC8 to get the "manifest" embedded to make fine stand-alone binaries. The maketgz and the src/Makefile.vc6 files were adjusted accordingly. | ||||
* | Mohun Biswas sent a patch to fix generated MSVC8 makefiles. | Gunter Knauf | 2007-10-20 | 1 | -2/+2 |
| | |||||
* | offer a friendlier single-line command | Daniel Stenberg | 2007-09-15 | 1 | -4/+2 |
| | |||||
* | - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct | Daniel Stenberg | 2007-03-09 | 1 | -2/+2 |
| | | | | machine type too. | ||||
* | - Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8 | Daniel Stenberg | 2007-03-02 | 1 | -0/+5 |
| | | | | | | | | | makefiles that are included in the source release archives, generated from the Makefile.vc6 files by the maketgz script. I also modified the root Makefile to have a VC variable that defaults to vc6 but can be overridden to allow it to be used for vc8 as well. Like this: nmake VC=vc8 vc | ||||
* | When building tarballs, we also set the timestamp of the generated package. ↵ | Daniel Stenberg | 2007-02-12 | 1 | -0/+5 |
| | | | | | | | This is meant to primarily be used for the autobuilds to know from what point in time a particular tarball is, and thus what changes it contains (or not). | ||||
* | make REALLY sure src/config.h.in is a copy of lib/config.h.in | Daniel Stenberg | 2006-08-08 | 1 | -0/+3 |
| | |||||
* | Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin | Daniel Stenberg | 2005-10-14 | 1 | -0/+1 |
| | | | | | | reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version. | ||||
* | we all the next version 7.15.0 due to the new TFTP support | Daniel Stenberg | 2005-10-06 | 1 | -1/+0 |
| | |||||
* | Bryan Henderson pointed out in bug report #1081788 that the curl-config | Daniel Stenberg | 2004-12-09 | 1 | -1/+1 |
| | | | | | --vernum output wasn't zero prefixed properly (as claimed in documentation). This is fixed in maketgz now. | ||||
* | update the version numbers in the libcurl.plist automaticly on release | Daniel Stenberg | 2004-12-08 | 1 | -0/+4 |
| | |||||
* | src/version.h was not properly made! | Daniel Stenberg | 2004-03-23 | 1 | -1/+1 |
| | |||||
* | Introducing curl/curlver.h for keeping the curl version info only. | Daniel Stenberg | 2004-03-22 | 1 | -1/+1 |
| | |||||
* | cut the patch number before a '-' too, to enable '7.11.0-pre1' to use | Daniel Stenberg | 2004-01-12 | 1 | -1/+1 |
| | | | | patch number zero. | ||||
* | some outputs for easier debugging | Daniel Stenberg | 2003-12-12 | 1 | -0/+3 |
| | |||||
* | Insert the major, minor and patch numbers into the curl/curl.h header as | Daniel Stenberg | 2003-11-06 | 1 | -8/+9 |
| | | | | well. Removed the depedency on perl. | ||||
* | newer, nicer | Daniel Stenberg | 2003-10-31 | 1 | -19/+5 |
| | |||||
* | 1. read the version from the command line | Daniel Stenberg | 2003-10-18 | 1 | -4/+10 |
| | | | | 2. make the libcurl and curl version the same | ||||
* | Remind about the gpg command lines | Daniel Stenberg | 2003-05-20 | 1 | -0/+5 |
| | |||||
* | output the md5sum as the last step | Daniel Stenberg | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | generate and include PDF versions of the docs in the release archive | Daniel Stenberg | 2002-10-14 | 1 | -0/+7 |
| | |||||
* | generate bzip2 and zip files too | Daniel Stenberg | 2001-09-27 | 1 | -3/+41 |
| | |||||
* | run 'make clean' before 'make dist' to make sure the HTML files are up-to-date | Daniel Stenberg | 2001-08-21 | 1 | -0/+6 |
| | |||||
* | 7.8-pre1 commit | Daniel Stenberg | 2001-05-28 | 1 | -1/+1 |
| | |||||
* | general autoconf and automake fixes | Daniel Stenberg | 2001-05-22 | 1 | -2/+2 |
| | |||||
* | made it split the version number on - too to make 7.7-blabla make a better | Daniel Stenberg | 2001-03-08 | 1 | -1/+1 |
| | | | | version number define in the header file | ||||
* | adjusted to use 'make dist' when building the package | Daniel Stenberg | 2001-01-08 | 1 | -82/+5 |
| | |||||
* | the configure script dynamically gets the version from the include file now | Daniel Stenberg | 2000-10-23 | 1 | -19/+19 |
| | | | | which lets the maketgz skip updating the configure.in file | ||||
* | moved here from the newlib branch | Daniel Stenberg | 2000-05-22 | 1 | -2/+11 |
| | |||||
* | Initial revision | Daniel Stenberg | 1999-12-29 | 1 | -0/+152 |