X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/baf84e3741d88472c270efb118be8e3621ebe2d8..5fa73f11e7de1ec05ae002455b8f58d622df2fa2:/README?ds=inline diff --git a/README b/README index e1963fd..ee8f492 100644 --- a/README +++ b/README @@ -1,3 +1,6 @@ +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 @@ -64,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). +- win32 compatibility for the core parts. + +- the event core library (ev and event layer) compiles and works both as + C and C++. + 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