#include "_doctype.html" cURL - Development #include "css.t" #define DEVEL_INDEX #define CURL_URL devel.html #include "_menu.html" #include "setup.t"
curl
development
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: #if 1

Open issues

#include "bugbox.t"
#endif
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.
  • Keywords lists all test case keywords used.
SUBTITLE(Broadcasted commit info)

Each push to the git repository 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. #if 0
  • TODO-RELEASE lists issues we may work on to get fix for the next release, or a future one. #endif
  • Source code - check out the latest code directly from git
  • Release calendar, pick your format: XML, ICAL, HTML
SUBTITLE(Bugs and discussions)
  • Bug tracker [github] - 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
  • We also get pull requests and issues filed at github.
SUBTITLE(Documentation)

Most of these are documents from the source archive converted to web pages here for your convenience.

The README documentation files from the curl/lib directory:

SUBTITLE(Related Documentation)