[or-cvs] [tor/master 35/38] Add a changes file for bufferevents

nickm at torproject.org nickm at torproject.org
Mon Sep 27 20:51:00 UTC 2010


Author: Nick Mathewson <nickm at torproject.org>
Date: Mon, 27 Sep 2010 12:46:43 -0400
Subject: Add a changes file for bufferevents
Commit: 89e8f31c42400e39e6bc8dfa2bc8735d7d5b5bf0

---
 changes/bufferevent-support |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 changes/bufferevent-support

diff --git a/changes/bufferevent-support b/changes/bufferevent-support
new file mode 100644
index 0000000..22ee50e
--- /dev/null
+++ b/changes/bufferevent-support
@@ -0,0 +1,9 @@
+ o Major features
+   - Tor can now optionally build with the "bufferevents" buffered IO
+     backend provided by Libevent, when building with Libevent 2.0.7-rc
+     or later.  To use this feature, make sure you have the latest possible
+     version of Libevent, and run autoconf with the --enable-bufferevents
+     flag.  Using this feature will make our networking code more flexible,
+     lets us stack layers on each other, and let us use more efficient
+     zero-copy transports where available.
+
-- 
1.7.1




More information about the tor-commits mailing list