Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-08-17 19:16:43 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-08-17 19:16:43 +0400
commitd4f4380f7ea04ee045fae1661242a5a7f2f1267a (patch)
treee52efc422e2602aa3d919b245b619d648ba1cd28 /TODO
parent03dda31b7586e50ea8d9f3f0ca09026cf229e999 (diff)
Add TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4d87e686d37..37dcb9e876e 100644
--- a/TODO
+++ b/TODO
@@ -15,3 +15,4 @@
- TCP servers should have an optional number of maximum connections. When
the maximum is reached it stops accepting new connections.
- compile under clang
+- Use C++ style casts everywhere.