]> git.llucax.com Git - software/libev.git/blobdiff - README
workaround for solaris 9's lack of standard C language header files
[software/libev.git] / README
diff --git a/README b/README
index 4c58623b41ea96b3d04f67a914c21e4934223f17..ee8f4920940eafe09ca3069e71fdff8f9aa2beab 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,7 @@
-libev is a high-performanc3 event loop/event model with lots of features.
+Homepage: http://software.schmorp.de/pkg/libev
+E-Mail: libev@schmorp.de
+
+libev is a high-performance event loop/event model with lots of features.
 
 It is modelled (very losely) after libevent
 (http://monkey.org/~provos/libevent/) and the Event perl module, but aims
 
 It is modelled (very losely) after libevent
 (http://monkey.org/~provos/libevent/) and the Event perl module, but aims
@@ -28,9 +31,6 @@ at http://libev.schmorp.de/bench.html).
 - detects time jumps and adjusts timers
   (works for both forward and backward time jumps and also for absolute timers).
 
 - detects time jumps and adjusts timers
   (works for both forward and backward time jumps and also for absolute timers).
 
-- can correctly remove timers while executing callbacks
-  (libevent doesn't handle this reliably and can crash).
-
 - race-free signal processing
   (libevent may delay processing signals till after the next event).
 
 - race-free signal processing
   (libevent may delay processing signals till after the next event).
 
@@ -67,13 +67,26 @@ at http://libev.schmorp.de/bench.html).
 - a event.h compatibility header exists, and can be used to run a wide
   range of libevent programs unchanged (such as evdns.c).
 
 - a event.h compatibility header exists, and can be used to run a wide
   range of libevent programs unchanged (such as evdns.c).
 
+- win32 compatibility for the core parts.
+
+- the event core library (ev and event layer) compiles and works both as
+  C and C++.
+
 whats missing?
 
 whats missing?
 
-- evbuffer, evhttp, bufferevent are missing.
+- no event-like priority support at the moment (the ev priorities
+  are not yet finished and work differently, but you can use idle watchers
+  to get a similar effect).
+
+AUTHOR
 
 
-- no priority support at the moment (but likely to be delivered later).
+libev was written and designed by Marc Lehmann and Emanuele Giaquinta.
 
 
-- kqueue, poll (libev currently implements epoll and select).
+The following people sent in patches or made other noteworthy
+contributions (if I forgot to include you, please shout at me, it was an
+accident):
 
 
-- windows support (whats windows?).
+W.C.A. Wijngaards
+Christopher Layne
+Chris Brody