X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/2be5a2e8f3eb90f2f6da62c0fd81c7e3b3e62f0c..603c9c6d30d790ebe838ae858aeb1b365e06fef0:/README diff --git a/README b/README index 2348412..380ecfb 100644 --- a/README +++ b/README @@ -30,14 +30,13 @@ href="http://www.llucax.com.ar/~luca/eventxx/releases/eventxx.tar.gz">current release from the release directory or grab the -most up to date -sources from the darcs repository. +most up +to date sources from the git repository. You can also take a look the the darcsweb interface to see -the latest -changes online or subscribe to its -RSS +href="http://git.llucax.com.ar/?p=software/eventxx.git;a=summary">eventxx +gitweb interface to see the latest changes online or subscribe to its +RSS feed to follow the development. @@ -127,8 +126,7 @@ examples related page. @section Status -This library has not been widely used yet, but it's used in some serious -projects, so I think it's moderately stable now. The library has no support +I think the library is moderately stable now. The library has no support for buffered events yet, but patches are welcome. It doesn't support the HTTP stuff, and probably never will because that has nothing to do with event handling. @@ -138,9 +136,9 @@ had a way free that memory, from version 1.2 to 1.3a, if you tried to free the memory the program @c abort() because a failed assertion). Because of that, there is a way to disable the @link eventxx::dispatcher::~dispatcher() dispatcher destructor @endlink (which calls the inexistent/broken -@c event_base_free() function). So if you use a @libevent version previous -to 1.3b, you have to compile your programs defining the -@c EVENTXX_NO_EVENT_BASE_FREE macro. +@c event_base_free() function in the broken versions). So if you use a +@libevent version previous to 1.3b, you have to compile your programs +defining the @c EVENTXX_NO_EVENT_BASE_FREE macro. If something is broken it would be really easy to fix because @eventxx is just a simple wrapper around @libevent. So, please try it out, and if you @@ -154,12 +152,12 @@ it. @author Leandro Lucarella -@version 0.6 +@version 0.7 @par License This program is under the BOLA license (see http://auriga.wearlab.de/~alb/bola/ for more details or read the -LICENSE +LICENSE file itself, it's very short and it basically says it's Public Domain). */