History log of /dovecot/src/lib/ioloop-iolist.c
Revision Date Author Comments Expand
0536ccb51d41e3078c3a9fa33e509fb4b2420f95 21-Sep-2011 Timo Sirainen <tss@iki.fi>

Renamed lib/*-internal.h files to lib/*-private.h for consistency.

/dovecot/src/lib-fs/ostream-cmp.c /dovecot/src/lib-mail/istream-dot.c /dovecot/src/lib-mail/istream-header-filter.c /dovecot/src/lib-ssl-iostream/istream-openssl.c /dovecot/src/lib-ssl-iostream/ostream-openssl.c /dovecot/src/lib-storage/index/istream-attachment.c /dovecot/src/lib-storage/index/istream-mail-stats.c /dovecot/src/lib-storage/index/mbox/istream-raw-mbox.c /dovecot/src/lib-test/test-common.c Makefile.am ioloop-epoll.c ioloop-iolist.c ioloop-kqueue.c ioloop-notify-dn.c ioloop-notify-fd.c ioloop-notify-inotify.c ioloop-notify-kqueue.c ioloop-notify-none.c ioloop-poll.c ioloop-private.h ioloop-select.c ioloop.c iostream-private.h iostream.c istream-base64-encoder.c istream-concat.c istream-crlf.c istream-data.c istream-file.c istream-limit.c istream-mmap.c istream-private.h istream-seekable.c istream-tee.c istream.c ostream-buffer.c ostream-file.c ostream-private.h ostream.c test-istream-base64-encoder.c test-istream-concat.c test-istream-crlf.c test-istream-seekable.c test-istream-tee.c /dovecot/src/plugins/zlib/istream-bzlib.c /dovecot/src/plugins/zlib/istream-zlib.c /dovecot/src/plugins/zlib/ostream-bzlib.c /dovecot/src/plugins/zlib/ostream-zlib.c
8b6f56900570900cf7eb0282ff7d7885c4316dfa 19-Oct-2010 Timo Sirainen <tss@iki.fi>

ioloop: If io_add() is called twice for same fd, give a bit more informative panic message.

dcc76bb1e1bb287e3e71e6a39a7ca207fab0eaa8 08-Mar-2007 Timo Sirainen <tss@iki.fi>

Various cleanups to ioloop code. --HG-- branch : HEAD

35565557e05721a761132cec2ba1d93acacb6c14 16-Aug-2006 Timo Sirainen <tss@iki.fi>

Rewrote much of the kqueue code. It didn't work correctly if there were both input and output I/O handlers added for the same file descriptor. The code works now very much like epoll code. Did also several cleanups. --HG-- branch : HEAD