summaryrefslogtreecommitdiff
path: root/deps/uv/README.md
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-10-10 16:56:02 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2011-10-10 16:56:02 +0200
commit025f5c89c76fb7b64a1a8bbd2b2ec91ea171660a (patch)
treeb75010402a780611074bd5c2e6043063b95ce21e /deps/uv/README.md
parent326ba25451d41adced0f9e9f43b35dc422451dd7 (diff)
downloadandroid-node-v8-025f5c89c76fb7b64a1a8bbd2b2ec91ea171660a.tar.gz
android-node-v8-025f5c89c76fb7b64a1a8bbd2b2ec91ea171660a.tar.bz2
android-node-v8-025f5c89c76fb7b64a1a8bbd2b2ec91ea171660a.zip
uv: upgrade to 41e8574
Diffstat (limited to 'deps/uv/README.md')
-rw-r--r--deps/uv/README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/deps/uv/README.md b/deps/uv/README.md
index 880c5138cd..8e569bbfb6 100644
--- a/deps/uv/README.md
+++ b/deps/uv/README.md
@@ -8,8 +8,6 @@ http://nodejs.org/
## Features
-Implemented:
-
* Non-blocking TCP sockets
* Non-blocking named pipes
@@ -32,13 +30,11 @@ Implemented:
* ANSI escape code controlled TTY `uv_tty_t`
-In-progress:
-
- * File system events (Currently supports inotify, `ReadDirectoryChangesW`
- and will support kqueue and event ports in the near future.)
+ * File system events Currently supports inotify, `ReadDirectoryChangesW`
+ and kqueue. Event ports in the near future.
`uv_fs_event_t`
- * Socket sharing between processes `uv_ipc_t`
+ * IPC and socket sharing between processes `uv_write2`
## Documentation