kc3-lang/libevent/ChangeLog

Branch :


Log

Author Commit Date CI Message
2cffd6c9 2010-02-28 16:53:42 Bump version to 2.0.4-alpha-dev
3a5cfb0d 2010-02-28 12:49:03 Add a changelog for 2.0.4-alpha from Git, sorted by hand
94d00651 2009-11-20 12:56:29 Add stub header for 2.0.4-alpha changelog.
f1691539 2009-11-19 23:08:50 Remove most calls to event_err() in http and deal with memory errors instead svn:r1555
986500de 2009-11-19 22:02:33 nick found a race condition in the pthreads test case svn:r1554
b8f222e0 2009-11-19 21:14:31 On FreeBSD and other OSes, connect can return ECONREFUSED immediately; instead of failing the function call, pretend with faileld in the callback. svn:r1553
bdfe72f3 2009-11-19 00:21:48 Documentation adjustments svn:r1552
86f57420 2009-11-16 22:25:46 Add two implementations of getaddrinfo: one blocking and one nonblocking. The entry points are evutil_getaddrinfo and evdns_getaddrinfo respectively. There are fairly extensive unit tests. I believe this code conforms to RFC3493 pretty closely, but there are probably more issues. It should get tested on more platforms. This code means we can dump the well-intentioned but weirdly-implemented bufferevent_evdns and evutil_resolve code. svn:r1537
72bafc17 2009-11-16 22:23:55 Remove the stupid brokenness where DNS option names needed to end with a colon. svn:r1536
629a6133 2009-11-15 18:59:59 When running set[ug]id, don't check the environment. Idea from OpenBSD, but made a bit more generic to handle uncivilized lands that do not define issetugid. svn:r1530