|
Revision 21227, 0.6 kB
(checked in by tokuhirom, 5 years ago)
|
|
updated todo
|
| Line | |
|---|
| 1 | TODO: |
|---|
| 2 | - misc. |
|---|
| 3 | -- documentation |
|---|
| 4 | - JS level things |
|---|
| 5 | -- cgi.js |
|---|
| 6 | -- base64.js |
|---|
| 7 | -- etc. |
|---|
| 8 | - added unix domain socket support |
|---|
| 9 | - add socket.* |
|---|
| 10 | - org.coderepos.subprocess module |
|---|
| 11 | - genereate more smart docs |
|---|
| 12 | - pop3 support |
|---|
| 13 | - smtp support |
|---|
| 14 | - getopt library |
|---|
| 15 | - C++ level things(ext) |
|---|
| 16 | -- gdbm |
|---|
| 17 | -- posix(send signal, etc) |
|---|
| 18 | -- better curl support |
|---|
| 19 | -- neon support |
|---|
| 20 | -- evhttp support |
|---|
| 21 | -- libgd |
|---|
| 22 | -- better libxml support |
|---|
| 23 | -- parse e-mail |
|---|
| 24 | - misc issue |
|---|
| 25 | -- call memcached_free automatically |
|---|
| 26 | -- call close(2) automatically |
|---|
| 27 | |
|---|
| 28 | FINISHED: |
|---|
| 29 | - add ARGV[] vars for scripting |
|---|
| 30 | -- sqlite |
|---|
| 31 | -- stdin/stdout |
|---|
| 32 | -- file |
|---|
| 33 | -- process |
|---|