summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorroot <root>2007-11-01 11:55:54 +0000
committerroot <root>2007-11-01 11:55:54 +0000
commit8b9a210d6531a3b35e9e6138473f6456318bae22 (patch)
tree42456732ceb92f20143f7c55057cf4a6081849a5 /README
parent1bd3bb1d1727f4452c96ee728278f37bd717a62a (diff)
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 1f3917d..0e756fd 100644
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
-libev is modelled after libevent (http://monkey.org/~provos/libevent/), but aims
-to be faster and more correct, and also more featureful. Examples:
+libev is modelled (very losely) after libevent
+(http://monkey.org/~provos/libevent/), but aims to be faster and more
+correct, and also more featureful. Examples:
(comparisons relative to libevent-1.3e and libev-0.00)
@@ -56,6 +57,8 @@ to be faster and more correct, and also more featureful. Examples:
- libev handles EBADF gracefully by removing the offending fds.
+- doesn't rely on nonportable BSD header files.
+
whats missing?
- evdns, evhttp, bufferevent are missing, libev is only an even library at