Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-10-28 | SECURITY: "curl security for developers" | Daniel Stenberg | |
Describes our security process from a project and curl developer's perspective. | |||
2013-08-08 | mk-ca-bundle.1: don't install on make install | Daniel Stenberg | |
Since the mk-ca-bundle tool itself isn't installed with make install, there's no point in installing its documentation. Bug: http://curl.haxx.se/mail/lib-2013-08/0057.html Reported-by: Guenter Knauf | |||
2013-08-06 | LIBCURL-STRUCTS: new document | Daniel Stenberg | |
This is the first version of this new document, detailing the seven perhaps most important internal structs in libcurl source code: 1.1 SessionHandle 1.2 connectdata 1.3 Curl_multi 1.4 Curl_handler 1.5 conncache 1.6 Curl_share 1.7 CookieInfo | |||
2012-07-03 | HTTP-COOKIES: added cookie documentation | Daniel Stenberg | |
2012-04-27 | add newly created manual page | Jan Schaumann | |
2011-03-22 | headers: more copyright headers added | Daniel Stenberg | |
2011-03-22 | MAIL-ETIQUETTE: how to behave | Daniel Stenberg | |
This is a new documentation for the source tree. This information has been present since a long time at http://curl.haxx.se/mail/etiquette.html but now it is put into a plain text version too for wider distribution. The web version will be automatically generated from this source document. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-05-19 | Remove empty line used to force CVS to update the $Id date string format | Yang Tse | |
2009-05-18 | Add empty line, to force CVS to update the $Id date string format | Yang Tse | |
2005-10-28 | Tom Kyer's DevCpp-Mingw Install & Compilation guide | Daniel Stenberg | |
2005-09-01 | added DISTRO-DILEMMA | Daniel Stenberg | |
2004-07-05 | Added README.netware to the release archive | Daniel Stenberg | |
2004-06-21 | removed libcurl-the-guide from the dist | Daniel Stenberg | |
2004-04-27 | Added LICENSE-MIXING to the release archive | Daniel Stenberg | |
2004-03-05 | 'make clean' should only remove the generated html files, index.html is not | Daniel Stenberg | |
one of them! | |||
2004-03-02 | clean the html and pdf files | Daniel Stenberg | |