Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-10-20 | copyrights: update Gisle Vanem's email | Daniel Stenberg | |
2015-08-30 | makefiles: Added our standard copyright header | Steve Holme | |
But kept the original author, when they were specified in a comment, as the initial copyright holder. | |||
2013-01-20 | Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables | Yang Tse | |
2012-12-26 | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | |
2012-04-06 | curl tool: use configuration files from lib directory | Yang Tse | |
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. | |||
2011-04-16 | Changed email per Gisle's request. | Guenter Knauf | |
2010-12-03 | build: lib/config.dos renamed to lib/config-dos.h | Yang Tse | |
2010-08-02 | Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro. | Guenter Knauf | |
2010-03-24 | remove the CVSish $Id$ lines | 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-13 | improve usability with UNIX-like shells or a DOS command interpreters | Yang Tse | |
2009-06-12 | Fixed to take in account the different interpretation of double | Yang Tse | |
quootes on UNIX-like shells vs DOS-like command interpreters. | |||
2007-02-27 | Added "CSOURCES = $(CURL_SOURCES)". | Gisle Vanem | |
2007-02-27 | Remove $(CURL_SOURCES). | Gisle Vanem | |
2007-02-27 | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem | |
config.h includes ../lib/config.dos. | |||
2007-02-20 | curl tool was using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | |
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, curl tool, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we avoid the above described problems. | |||
2004-12-17 | Add libidn.a and iconv libraries if USE_IDNA=1. | Gisle Vanem | |
2004-11-15 | Added top_srcdir. | Gisle Vanem | |
2004-11-15 | Added revision id, test for USE_ARES. | Gisle Vanem | |
Uses Makefile.inc. | |||
2004-06-29 | Gisle's djgpp updates | Daniel Stenberg | |
2004-03-29 | Gisle Vanem's djgpp/MS-DOS updates | Daniel Stenberg | |
2003-12-19 | Gisle Vanem's djgpp fixes | Daniel Stenberg | |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |