Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: fix missing year (range) updates | Daniel Stenberg | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | build: fix djgpp builds | Gisle Vanem | 2021-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update build instructions in packages/DOS/README - Extend 'VPATH' with 'vquic' and 'vssh'. - Allow 'Makefile.dist' to build both 'lib' and 'src'. - Allow using the Windows hosted djgpp cross compiler to build for MSDOS under Windows. - 'USE_SSL' -> 'USE_OPENSSL' - Added a 'link_EXE' macro. Etc, etc. - Linking 'curl.exe' needs '$(CURLX_CFILES)' too. - Do not pick-up '../lib/djgpp/*.o' files. Recompile locally. - Generate a gzipped 'tool_hugehelp.c' if 'USE_ZLIB=1'. - Remove 'djgpp-clean' - Adapt to new C-ares directory structure - Use conditional variable assignments Clarify the 'conditional variable assignment' in 'common.dj'. Closes https://github.com/curl/curl/pull/6382 | ||||
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
| | | | | Closes #6172 | ||||
* | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | 2020-03-24 | 1 | -1/+1 |
| | | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141 | ||||
* | whitespace fixes | Viktor Szakats | 2018-09-23 | 1 | -1/+0 |
| | | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037 | ||||
* | lib: fix the djgpp build | Gisle Vanem | 2017-06-21 | 1 | -1/+3 |
| | | | | Bug: https://github.com/curl/curl/commit/73a2fcea0b4adea6ba342cd7ed1149782c214ae3#commitcomment-22655993 | ||||
* | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg | 2017-06-14 | 1 | -4/+1 |
| | | | | | | | | Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456 | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | build: fix for MSDOS/djgpp | Gisle Vanem | 2015-10-21 | 1 | -1/+3 |
| | | | | | | - Add a VPATH-statement for the vtls/*.c files. - Due to 'vtls/*.c', remove that subdir part from $(OBJECTS). | ||||
* | copyrights: update Gisle Vanem's email | Daniel Stenberg | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | makefiles: Added our standard copyright header | Steve Holme | 2015-08-30 | 1 | -2/+24 |
| | | | | | But kept the original author, when they were specified in a comment, as the initial copyright holder. | ||||
* | Changed email per Gisle's request. | Guenter Knauf | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | build: lib/config.dos renamed to lib/config-dos.h | Yang Tse | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | update to current state | Daniel Stenberg | 2010-03-24 | 1 | -2/+1 |
| | |||||
* | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | 2009-07-14 | 1 | -4/+4 |
| | | | | libcurl is used with other projects which also have a config.h. | ||||
* | improve usability with UNIX-like shells or a DOS command interpreters | Yang Tse | 2009-06-13 | 1 | -8/+21 |
| | |||||
* | ../include/curl/curlbuild.h.dist is not present in release archives so | Daniel Stenberg | 2009-06-08 | 1 | -4/+4 |
| | | | | the makefile cannot depend on it | ||||
* | Added rule to generate '../include/curl/curlbuild.h'. | Gisle Vanem | 2008-08-21 | 1 | -1/+4 |
| | |||||
* | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem | 2007-02-27 | 1 | -257/+4 |
| | |||||
* | Don't include zlib headers in dependency output. | Gisle Vanem | 2006-08-29 | 1 | -73/+35 |
| | |||||
* | Use config.dos instead. Updated generated dependencies. | Gisle Vanem | 2006-08-29 | 1 | -153/+183 |
| | |||||
* | Updated generated dependencies. | Gisle Vanem | 2005-05-14 | 1 | -118/+135 |
| | |||||
* | cut 'n paste error | Daniel Stenberg | 2005-04-07 | 1 | -2/+2 |
| | |||||
* | GnuTLS updates | Daniel Stenberg | 2005-04-07 | 1 | -0/+4 |
| | |||||
* | getdate.c is gone. | Gisle Vanem | 2004-12-17 | 1 | -158/+204 |
| | |||||
* | changed to use Makefile.inc since Gisle agreed. | Gunter Knauf | 2004-07-11 | 1 | -12/+4 |
| | |||||
* | Gisle's djgpp updates | Daniel Stenberg | 2004-06-29 | 1 | -167/+202 |
| | |||||
* | Gisle Vanem's djgpp/MS-DOS updates | Daniel Stenberg | 2004-03-29 | 1 | -100/+126 |
| | |||||
* | djgpp fixes by Gisle Vanem | Daniel Stenberg | 2003-12-19 | 1 | -157/+175 |
| | |||||
* | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | 2003-05-21 | 1 | -0/+157 |