Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-11-27 | greep at mindspring.com provided an index.html file that links to all the | Daniel Stenberg | |
existing HTML documents. It makes it easier to browse all the docs with your browser. | |||
2001-11-07 | Added VERSIONS that explains about the (lib)curl version numbers | Daniel Stenberg | |
2001-09-17 | curl_easy_duphandle is new | Daniel Stenberg | |
2001-08-28 | automake 1.5 complained on my SUFFIXES line! | Daniel Stenberg | |
2001-08-21 | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | |
2001-08-21 | added 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-21 | libcurl.5 is renamed to libcurl.3 | Daniel Stenberg | |
2001-05-29 | moved list of authors to the separate THANKS file and added that to the | Daniel Stenberg | |
release archive | |||
2001-05-28 | curl_global_cleanup and curl_global_init added to the family | Daniel Stenberg | |
2001-04-23 | curl_printf became curl_mprintf | Daniel Stenberg | |
2001-04-22 | added missing (new) man pages | Daniel Stenberg | |
2001-04-18 | Added curl-config.1 | Daniel Stenberg | |