aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-09-10 07:11:45 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-09-10 07:11:45 +0000
commit152cf6325d3b1b0383d9c36fab9243005e4ea456 (patch)
tree43b8c3d1b45d1fd280c996b62327ed4446429c0d /docs/TODO
parentc98ab69cc7aae688db604bbaad5bcc8d3fe25cba (diff)
Checked in some grammatical and minor other fixes in the documentation and
examples that I found in the FreeBSD ports system.
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index cb6d307bd..39ce32039 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -50,7 +50,7 @@
7. SSL
7.1 Disable specific versions
- 7.2 Provide mytex locking API
+ 7.2 Provide mutex locking API
7.3 dumpcert
7.4 Evaluate SSL patches
7.5 Cache OpenSSL contexts
@@ -152,7 +152,7 @@
know MUST have it. This is error-prone. We therefore want the header files to
adapt to configure results. Those results must be stored in a new header and
they must use a curl name space, i.e not be HAVE_* prefix (as that would risk
- collide with other apps that use libcurl and that runs configure).
+ a collision with other apps that use libcurl and that runs configure).
Work on this has been started but hasn't been finished, and the initial patch
and some details are found here:
@@ -165,7 +165,7 @@
2.1 More non-blocking
- Make sure we don't ever loop because of non-blocking sockets return
+ Make sure we don't ever loop because of non-blocking sockets returning
EWOULDBLOCK or similar. The GnuTLS connection etc.
2.2 Pause transfers
@@ -304,7 +304,7 @@ to provide the data to send.
Provide an option that allows for disabling specific SSL versions, such as
SSLv2 http://curl.haxx.se/bug/feature.cgi?id=1767276
-7.2 Provide mytex locking API
+7.2 Provide mutex locking API
Provide a libcurl API for setting mutex callbacks in the underlying SSL
library, so that the same application code can use mutex-locking