aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile.am
AgeCommit message (Collapse)Author
2016-12-17cmdline-opts: include the man page split up files in the distDaniel Stenberg
2016-10-28BINDINGS: converted to markdownDaniel Stenberg
To make it render better on the web site, at the price of it becoming slightly less readable as text.
2016-10-21INSTALL: converted to markdown => INSTALL.mdDaniel 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-10dist: remove PDF and HTML converted docs from the releasesDaniel Stenberg
2016-08-09LICENSE-MIXING.md: switched to markdownDaniel Stenberg
2016-08-09docs-make: have markdown files use .mdDaniel Stenberg
2016-08-09HISTORY.md: use markdown extensionDaniel Stenberg
2016-08-09SSLCERTS.md: renamed to markdown extensionDaniel Stenberg
2016-08-09INTERNALS.md: use markdown extension for markdown contentDaniel Stenberg
2016-08-09CONTRIBUTE.md: markdown extensionDaniel Stenberg
2016-05-18dist: include CHECKSRC.mdDaniel Stenberg
Reported-by: Paul Howarth Bug: https://curl.haxx.se/mail/lib-2016-05/0116.html
2016-03-29build: use roffit 0.11 featureDaniel Stenberg
... load file specified as argument.
2016-03-29docs/HTTP-COOKIES: converted to markdownDaniel Stenberg
2016-03-14docs/Makefile.am: include CODE_STYLE in tarball tooDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-20build: Fix theoretical infinite loopsDaniel Shahaf
Add error-checking to 'cd' in a few cases where omitting the checks might result in an infinite loop. Closes #535
2015-10-26DISTRO-DILEMMA: removedDaniel Stenberg
Out of date and not kept accurate. It was sort of a problem of the past anyway.
2015-06-29CODE_OF_CONDUCT.md: addedDaniel 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-10INTERNALS: absorbed docs/LIBCURL-STRUCTSDaniel Stenberg
2015-05-30HTTP2.md: formatted properlyDaniel Stenberg
2015-05-30HTTP2: moved docs into docs/ and make it markdownDaniel Stenberg
2014-03-08SSL-PROBLEMS: describes common curl+SSL problemsDaniel Stenberg
2013-12-18RELEASE-PROCEDURE: new documentDaniel Stenberg
2013-10-28SECURITY: "curl security for developers"Daniel Stenberg
Describes our security process from a project and curl developer's perspective.
2013-08-08mk-ca-bundle.1: don't install on make installDaniel 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-06LIBCURL-STRUCTS: new documentDaniel 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-03HTTP-COOKIES: added cookie documentationDaniel Stenberg
2012-04-27add newly created manual pageJan Schaumann
2011-03-22headers: more copyright headers addedDaniel Stenberg
2011-03-22MAIL-ETIQUETTE: how to behaveDaniel 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-24remove the CVSish $Id$ linesDaniel Stenberg
2009-05-19Remove empty line used to force CVS to update the $Id date string formatYang Tse
2009-05-18Add empty line, to force CVS to update the $Id date string formatYang Tse
2005-10-28Tom Kyer's DevCpp-Mingw Install & Compilation guideDaniel Stenberg
2005-09-01added DISTRO-DILEMMADaniel Stenberg
2004-07-05Added README.netware to the release archiveDaniel Stenberg
2004-06-21removed libcurl-the-guide from the distDaniel Stenberg
2004-04-27Added LICENSE-MIXING to the release archiveDaniel Stenberg
2004-03-05'make clean' should only remove the generated html files, index.html is notDaniel Stenberg
one of them!
2004-03-02clean the html and pdf filesDaniel Stenberg
2003-11-05use roffit to make HTML from man pagesDaniel Stenberg
http://daniel.haxx.se/projects/roffit/
2003-10-17nicer pdf generationDaniel Stenberg
2003-10-13use $(NROFF), not gnroff (patch by Domenico Andreoli)Daniel Stenberg
2003-07-23SSLCERTS was moved into the docs/ directoryDaniel Stenberg
2003-02-26added index.htmlDaniel Stenberg
2002-10-14generate and include PDF versions of the docs in the release archiveDaniel Stenberg
2002-10-07added libcurl-the-guide to the distDaniel Stenberg
2002-10-03Bjorn Wiren pointed out that INSTALL was missing in the tarballsDaniel Stenberg
2002-06-25added HISTORYDaniel Stenberg
for newbies ;-)
2002-04-27Added BINDINGS, lists all available libcurl bindings as of this date.Daniel Stenberg