summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-12 07:19:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-12 07:19:43 +0000
commitc3bfb355c56178d23a5fc2d8706a1da472800da4 (patch)
treeaf5f73e848d2327ce8e07980a852a7329f4f9499
parentc69dd14cbc1fcd901a0ab80c33e7653a8223fa78 (diff)
downloadgnurl-c3bfb355c56178d23a5fc2d8706a1da472800da4.tar.gz
gnurl-c3bfb355c56178d23a5fc2d8706a1da472800da4.tar.bz2
gnurl-c3bfb355c56178d23a5fc2d8706a1da472800da4.zip
error codes *ARE* documented now
-rw-r--r--docs/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index b82fa20f6..a4be13e8f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -32,12 +32,14 @@ TODO
otherwise it isn't really interesting.
* Data sharing. Tell which easy handles within a multi handle that should
- share cookies, connection cache, dns cache, ssl session cache.
+ share cookies, connection cache, dns cache, ssl session cache. Full
+ suggestion found here: http://curl.haxx.se/dev/sharing.txt
* Mutexes. By adding mutex callback support, the 'data sharing' mentioned
above can be made between several easy handles running in different threads
too. The actual mutex implementations will be left for the application to
implement, libcurl will merely call 'getmutex' and 'leavemutex' callbacks.
+ Part of the sharing suggestion at: http://curl.haxx.se/dev/sharing.txt
* No-faster-then-this transfers. Many people have limited bandwidth and they
want the ability to make sure their transfers never use more bandwith than
@@ -59,8 +61,8 @@ TODO
DOCUMENTATION
- * Document all CURLcode error codes, why they happen and what most likely
- will make them not happen again. In a libcurl point of view.
+ * Include documentation in the main archive about all the various libcurl
+ bindings.
FTP