git: ftp-proxy - Port from libevent to kqueue(2)/kevent(2)
Samuel Greear
sjg at crater.dragonflybsd.org
Fri Aug 13 06:04:29 PDT 2010
commit 2af0c10e141aead20fe11cb8db4093034223834a
Author: Samuel J. Greear <sjg at thesjg.com>
Date: Fri Aug 13 01:06:38 2010 +0000
ftp-proxy - Port from libevent to kqueue(2)/kevent(2)
* Was using libevent's bufferevent* API, we let the socket buffers do
most of the work.
Summary of changes:
usr.sbin/ftp-proxy/Makefile | 2 -
usr.sbin/ftp-proxy/ftp-proxy.c | 308 ++++++++++++++++++++++++++--------------
2 files changed, 202 insertions(+), 108 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2af0c10e141aead20fe11cb8db4093034223834a
--
DragonFly BSD source repository
More information about the Commits
mailing list