]> granicus.if.org Git - libevent/shortlog
libevent
2004-07-30 Niels Provosdevpoll support
2004-07-20 Niels Provosmake it compile on solaris
2004-07-19 Niels Provosshould work a little bit better with solaris compiler
2004-07-13 Niels Provoschange evbuffer_read so that it reads directly into...
2004-07-13 Niels Provosmake the sockets non-blocking; increase the data size...
2004-07-13 Niels Provosfix a bug for persistent events when using select()
2004-06-11 Niels Provosmake it compile on systems without vasprintf
2004-06-11 Niels Provosreformat comment
2004-05-24 Niels Provosfix some of the windows compile issues; make buffer...
2004-04-13 Niels Provoslicense
2004-04-04 Niels Provosadd a section about BUGS
2004-04-04 Niels Provosadd section about buffered events
2004-04-04 Niels Provossupport for low and high watermarks
2004-04-04 Niels Provosadd new functions
2004-04-04 Niels Provosversion 0.8
2004-04-04 Niels Provosprovide more regression tests
2004-03-27 Niels Provosfaster insertion of timeouts; ensure uniqueness in...
2004-03-23 Niels Provosallow the write callback to called even if there is...
2004-03-23 Niels Provosprovided buffered events
2004-03-22 Niels Provossupport event_loopexit(); idea from marius; and fix...
2004-02-22 Niels Provosnew event_once interface; start of buffering interface...
2003-12-20 Niels Provosfix kqueue behaviour; requires special kernel patch...
2003-10-25 Niels Provosmake rtsig optional
2003-10-25 Niels Provosfixes to handle error cases by Anatoly Vorobey at pobox.com
2003-10-25 Niels Provosfix source files
2003-10-25 Niels Provosfix license
2003-10-11 Niels Provosbad realloc; found by awohl at chessclub
2003-10-05 Niels Provosmake it work with more shells
2003-10-04 Niels Provos3-clause license and changes to the benchmark by davide
2003-10-04 Niels Provosminor corrections; change license to 3-clause BSD license
2003-09-25 Niels Provosproper rtsig
2003-09-25 Niels Provosfix poll hup support
2003-09-25 Niels Provosmore tests
2003-09-25 Niels Provos__FUNCTION__ -> __func__
2003-09-25 Niels Provoswindows support
2003-09-25 Niels Provoscredits
2003-09-25 Niels Provosconstify; some windows stuff by mike davis; fix a poll bug
2003-09-25 Niels Provosupdate build stuff
2003-09-25 Niels ProvosReal time signal support from Taral <taral@taral.net>
2003-09-23 Niels ProvosWindows support from Mike Davis
2003-06-24 Niels Provosfound a bug where specifying both read|write for a...
2003-06-12 Niels Provosclean up from NetBSD integration
2003-06-02 Niels Provosbug fix from Ira Lee
2003-06-02 Niels Provosbug fix from Pierre Phaneuf
2003-06-02 Niels Provosforgot
2003-04-30 Niels Provosfix a bug where a event fires twice due to bad active...
2003-04-29 Niels Provosupdated tree code
2003-04-14 Niels Provosversion 0.7
2003-04-10 Niels Provosif a timeout on the active list is rescheduled before...
2003-04-09 Niels Provosdocument environment variables
2003-04-09 Niels Provosuse maximum number of fds for epoll_create; from Davide...
2003-04-09 Niels Provosproper indent
2003-04-09 Niels Provosadd some timer macros for operating systems that dont...
2003-03-30 Niels ProvosEVENT_SHOW_METHOD environment prints which event mechan...
2003-03-10 Niels Provosadd benchmark
2003-03-10 Niels Provosfix type
2003-03-10 Niels Provossimple bench mark
2003-03-09 Niels Provossome cleanup
2003-03-09 Niels Provos-g
2003-03-09 Niels Provosstyle
2003-03-08 Niels Provosanother test
2003-03-08 Niels Provoscopyright
2003-03-08 Niels Provosoneshot means that its removed from the kernel list...
2003-03-08 Niels Provosfix kqueue problem
2003-03-08 Niels Provosinclude config.h
2003-03-08 Niels Provossync
2003-03-08 Niels Provosadd persist test
2003-03-08 Niels Provosmore comprehensive regression test
2003-03-08 Niels Provosfix signal usage
2003-03-08 Niels Provosautomake-ify test dir, too
2003-03-07 Niels Provoscheck for linux eventpoll
2003-03-07 Niels Provossupport for Linux eventpoll mechanism
2003-03-07 Niels Provosfix signal usage
2003-03-01 Niels Provosreplace references to __FUNCTION__ with __func__
2003-03-01 Niels Provosifdef config.h
2003-03-01 Niels Provossupport disabling of event mechanisms via the environme...
2003-02-28 Niels Provossupport poll(2) and split out the signal handling
2002-10-07 Niels Provosgrammar from jsyn@nthought.com
2002-10-07 Niels Provosportability fixes from marius@umich.edu.
2002-09-15 Niels Provosversion 0.6
2002-09-15 Niels Provostest timeouts
2002-09-15 Niels Provossignal fixes from ericj@monkey.org via dugsong@monkey.org
2002-09-08 Niels Provosfix from marius@umich.edu
2002-09-06 Niels Provosadd timeout_ defines back for backward compatibility.
2002-07-26 Niels Provossync with openbsd; API change: timeout_ is now evtimer_
2002-06-13 Niels Provosversion 0.5
2002-06-13 Niels Provosmake kqueue signal callback work with sigchld. cast...
2002-06-11 Niels Provosmake kqueue work for callbacks that use both read and...
2002-05-20 Niels Provossignal fix from dugsong@monkey.org
2002-05-20 Niels Provosupdating a timeout might corrupt RB tree. Remove befor...
2002-04-17 Niels Provosforgot to initialize elements
2002-04-16 Niels Provoscorrect date
2002-04-10 Niels Provosremove queue.h include
2002-04-10 Niels Provosdeal correctly with deleting an event, now that we...
2002-04-10 Niels Provosdescribe signal_*
2002-04-10 Niels Provossignal support for kqueue; support of EV_PERSIST flag...
2002-04-10 Niels Provosinitial support for signals (only for select now) based...
2002-04-09 Niels Provosport to solaris
2002-04-09 Niels Provoschange includes
2002-04-09 Niels Provosadd compat dir to includes
next