aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile.am
AgeCommit message (Collapse)Author
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
2002-03-07added the "known bugs" fileDaniel Stenberg
2002-03-04moved lots to the new subdir 'libcurl'Daniel Stenberg
2001-11-27greep at mindspring.com provided an index.html file that links to all theDaniel Stenberg
existing HTML documents. It makes it easier to browse all the docs with your browser.
2001-11-07Added VERSIONS that explains about the (lib)curl version numbersDaniel Stenberg
2001-09-17curl_easy_duphandle is newDaniel Stenberg
2001-08-28automake 1.5 complained on my SUFFIXES line!Daniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-21added a 'html' target that builds HTML versions from the man page sources.Daniel Stenberg
It requires 'gnroff' and 'man2html' for now. 'make html' will be invoked by the 'maketgz' script and the HTML files are included in release archives.
2001-06-21libcurl.5 is renamed to libcurl.3Daniel Stenberg
2001-05-29moved list of authors to the separate THANKS file and added that to theDaniel Stenberg
release archive
2001-05-28curl_global_cleanup and curl_global_init added to the familyDaniel Stenberg
2001-04-23curl_printf became curl_mprintfDaniel Stenberg
2001-04-22added missing (new) man pagesDaniel Stenberg
2001-04-18Added curl-config.1Daniel Stenberg
2001-03-22added escape and unescape man pagesDaniel Stenberg
2001-01-08adjusted to work with automake 'make dist'Daniel Stenberg
2001-01-08Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg
2000-10-02Added curl_easy_getinfo.3Daniel Stenberg
2000-07-29for install and moreDaniel Stenberg