Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-11-05 | use roffit to make HTML from man pages | Daniel Stenberg | |
http://daniel.haxx.se/projects/roffit/ | |||
2003-10-17 | nicer pdf generation | Daniel Stenberg | |
2003-10-13 | use $(NROFF), not gnroff (patch by Domenico Andreoli) | Daniel Stenberg | |
2003-07-23 | SSLCERTS was moved into the docs/ directory | Daniel Stenberg | |
2003-02-26 | added index.html | Daniel Stenberg | |
2002-10-14 | generate and include PDF versions of the docs in the release archive | Daniel Stenberg | |
2002-10-07 | added libcurl-the-guide to the dist | Daniel Stenberg | |
2002-10-03 | Bjorn Wiren pointed out that INSTALL was missing in the tarballs | Daniel Stenberg | |
2002-06-25 | added HISTORY | Daniel Stenberg | |
for newbies ;-) | |||
2002-04-27 | Added BINDINGS, lists all available libcurl bindings as of this date. | Daniel Stenberg | |
2002-03-07 | added the "known bugs" file | Daniel Stenberg | |
2002-03-04 | moved lots to the new subdir 'libcurl' | Daniel Stenberg | |