Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-14 | mqtt: add new experimental protocol | Bjorn Stenberg | |
Closes #5173 | |||
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | |
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 | |||
2019-11-12 | CURL-DISABLE: initial docs for the CURL_DISABLE_* defines | Daniel Stenberg | |
The disable-scan script used in test 1165 is extended to also verify that the docs cover all used defines and all defines offered by configure. Reported-by: SLDiggie on github Fixes #4545 Closes #4587 | |||
2019-10-02 | ESNI: initial build/setup | Niall | |
Closes #4011 | |||
2019-08-07 | docs/EXPERIMENTAL: explain what it means and what's experimental now | Daniel Stenberg | |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg | |
USe configure --with-ngtcp2 or --with-quiche Using either option will enable a HTTP3 build. Co-authored-by: Alessandro Ghedini <alessandro@ghedini.me> Closes #3500 | |||
2019-07-20 | docs/PARALLEL-TRANSFERS: added | Daniel Stenberg | |
2019-04-22 | docs/BUG-BOUNTY: bug bounty time [skip ci] | Daniel Stenberg | |
Introducing the curl bug bounty program on hackerone. We now recommend filing security issues directly in the hackerone ticket system which only is readable to curl security team members. Assisted-by: Daniel Gustafsson Closes #3488 | |||
2019-03-03 | docs/ALTSVC.md: docs describing the approach | Daniel Stenberg | |
Closes #3498 | |||
2019-02-20 | curl: remove MANUAL from -M output | Daniel Stenberg | |
... and remove it from the dist tarball. It has served its time, it barely gets updated anymore and "everything curl" is now convering all this document once tried to include, and does it more and better. In the compressed scenario, this removes ~15K data from the binary, which is 25% of the -M output. It remains in the git repo for now for as long as the web site builds a page using that as source. It renders poorly on the site (especially for mobile users) so its not even good there. Closes #3587 | |||
2019-02-04 | docs: use $(INSTALL_DATA) to install man page | Julian Z | |
Fixes #3518 Closes #3522 | |||
2018-09-23 | whitespace fixes | Viktor Szakats | |
- 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 | |||
2018-07-02 | DEPRECATE: new doc describing planned item removals | Daniel Stenberg | |
Closes #2704 | |||
2018-06-15 | docs/RELEASE-PROCEDURE.md: renamed to use .md extension | Daniel Stenberg | |
Closes #2663 | |||
2018-06-14 | GOVERNANCE.md: explains how this project is run | Daniel Stenberg | |
Closes #2657 | |||
2018-03-11 | docs/SECURITY.md -> docs/SECURITY-PROCESS.md | Daniel Stenberg | |
2017-11-24 | make: fix "make distclean" | Daniel Stenberg | |
Fixes #2097 Closes #2108 | |||
2017-08-29 | HELP-US.md: "How to get started helping out in the curl project" | Daniel Stenberg | |
Closes #1837 | |||
2017-06-30 | make: build the docs subdir only from within src | Daniel Stenberg | |
... and don't build at all in include Prompted-by-work-by: Simon Warta Ref: #1590 Closes #1591 | |||
2017-04-26 | Makefile: fix make dist | Dan Fandrich | |
Commit 80a87e8a broke 'make dist' as it can't handle installing from absolute target names. Rearranged the dependencies so the absolute name is used for building but the relative name is use for distributing. | |||
2017-04-24 | Makefile: avoid use of GNU-specific form of $< | Dan Fandrich | |
$< is only allowed in implicit rules in some non-GNU makes (e.g. BSD, AIX) so avoid use elsewhere by referencing the dependent curl.1 file directly instead. This is somewhat tricky because the file is supplied in the packaged tar ball (but not in git) but must still be able to be rebuilt when its dependencies change. The right thing must happen in both tar ball and git source trees, as well as in both in-tree and out-of-tree builds. | |||
2017-03-31 | dist: add missing files to the tarball | Daniel Stenberg | |
2017-03-30 | docs/Makefile.am: include CMakeLists.txt in the dist tarball | Daniel Stenberg | |
2017-03-29 | make: use the variable MAKE for recursive calls | Maksim Stsepanenka | |
Closes #1366 | |||
2017-03-13 | make: regenerate docs/curl.1 by runinng make in docs | Daniel Stenberg | |
... previously, docs/ was only a dist subdir, now also a build subdir. Reported-by: Dan Fandrich Bug: https://curl.haxx.se/mail/lib-2017-03/0017.html | |||
2017-03-07 | Makefile.am: Remove distribution man pages when running 'make clean' | Steve Brokenshire | |
2017-01-23 | docs/curl.1: generate from the cmdline-opts script | Daniel Stenberg | |
2016-12-17 | cmdline-opts: include the man page split up files in the dist | Daniel Stenberg | |
2016-10-28 | BINDINGS: converted to markdown | Daniel Stenberg | |
To make it render better on the web site, at the price of it becoming slightly less readable as text. | |||
2016-10-21 | INSTALL: converted to markdown => INSTALL.md | Daniel Stenberg | |
Also heavily edited for content. Removed lots of old cruft that we added like 10+ years ago that is likely incorrect by now. Also removed INSTALL.devcpp for same reason. | |||
2016-10-10 | dist: remove PDF and HTML converted docs from the releases | Daniel Stenberg | |
2016-08-09 | LICENSE-MIXING.md: switched to markdown | Daniel Stenberg | |
2016-08-09 | docs-make: have markdown files use .md | Daniel Stenberg | |
2016-08-09 | HISTORY.md: use markdown extension | Daniel Stenberg | |
2016-08-09 | SSLCERTS.md: renamed to markdown extension | Daniel Stenberg | |
2016-08-09 | INTERNALS.md: use markdown extension for markdown content | Daniel Stenberg | |
2016-08-09 | CONTRIBUTE.md: markdown extension | Daniel Stenberg | |
2016-05-18 | dist: include CHECKSRC.md | Daniel Stenberg | |
Reported-by: Paul Howarth Bug: https://curl.haxx.se/mail/lib-2016-05/0116.html | |||
2016-03-29 | build: use roffit 0.11 feature | Daniel Stenberg | |
... load file specified as argument. | |||
2016-03-29 | docs/HTTP-COOKIES: converted to markdown | Daniel Stenberg | |
2016-03-14 | docs/Makefile.am: include CODE_STYLE in tarball too | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-11-20 | build: Fix theoretical infinite loops | Daniel Shahaf | |
Add error-checking to 'cd' in a few cases where omitting the checks might result in an infinite loop. Closes #535 | |||
2015-10-26 | DISTRO-DILEMMA: removed | Daniel Stenberg | |
Out of date and not kept accurate. It was sort of a problem of the past anyway. | |||
2015-06-29 | CODE_OF_CONDUCT.md: added | Daniel Stenberg | |
Just to underscore how we treat each other in this project. Nothing new really, but could be useful for newcomers and outsiders to see our values. | |||
2015-06-10 | INTERNALS: absorbed docs/LIBCURL-STRUCTS | Daniel Stenberg | |
2015-05-30 | HTTP2.md: formatted properly | Daniel Stenberg | |
2015-05-30 | HTTP2: moved docs into docs/ and make it markdown | Daniel Stenberg | |
2014-03-08 | SSL-PROBLEMS: describes common curl+SSL problems | Daniel Stenberg | |
2013-12-18 | RELEASE-PROCEDURE: new document | Daniel Stenberg | |