#include "_doctype.html"
cURL - Development
#include "css.t"
#define DEVEL_INDEX
#define CURL_URL devel.html
#include "_menu.html"
#include "setup.t"
WHERE1(Development)
TITLE(Curl Development Overview)
This is the section of the web site devoted to the development of curl and
libcurl. If you are just a "user" of curl or libcurl, this may not be where
you want to hang out.
There is always development going on in the curl project. To help out the
development team, we provide these services:
Open issues
#include "bugbox.t"
SUBTITLE(Generated contents)
Build and source information that is updated all the time:
- Recent Source
Activity - What happened recently in the source code repository?
-
Automatic Builds - We
build curl automatically non-stop to verify that it builds and works.
-
Daily Snapshot - The latest
version of curl, packaged and provided daily.
-
Daily scans with the clang source code analyzer. It keeps a 30 day backlog.
|
SUBTITLE(Broadcasted commit info)
Each push to the git respository will be announced over various systems.
- Mail is sent to the curl-commits
mailing list
- A note is dropped in the #curl IRC channel
- A tweet is sent out by the @curlcommits user on twitter
|
SUBTITLE(Documents in progress)
Stuff being worked on for the next release.
- RELEASE-NOTES is the current work in
progress document for the next release.
-
TODO-RELEASE lists issues we may work on to
get fix for the next release, or a future one.
-
Source code - check out the latest code
directly from git
|
SUBTITLE(Bugs and discussions)
-
Bug tracker
[sourceforge.net] - submit problems there. See also the KNOWN_BUGS document.
-
libcurl mailing list - Development
talk and thoughts about how the future will become is discussed there.
- A few devs and users hang out on IRC, in the #curl channel on
irc.freenode.net
|
SUBTITLE(Documentation)
Most of these are documents from the source archive converted to web pages
here for your convenience.
- TODO - we try to maintain lists of what
things you could help us with and features a future
curl release might get.
-
Contribute explains about a few things
to consider when you contribute with patches and source code to the curl
project.
-
Copyright details the copyright and
licensing for curl and libcurl.
-
Internals describes how things work
internally in curl, for code hackers, bug fixers and generally interested
parties.
- The KNOWN_BUGS list.
-
Thanks to these people, curl exists as it is
today!
-
List of specifications, that we use as basis for the
protocols we support
- The runtests man page
- The testcurl docs
The README documentation files from the curl/lib directory:
SUBTITLE(Related Documentation)
-
You'll find answers to many questions regarding SSL and OpenSSL in the
OpenSSL FAQ.
-
C programming language international standardization working group
JTC1/SC22/WG14
#include "_footer.html"