]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for bufferevents
authorNick Mathewson <nickm@torproject.org>
Mon, 27 Sep 2010 16:46:43 +0000 (12:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Sep 2010 18:22:18 +0000 (14:22 -0400)
changes/bufferevent-support [new file with mode: 0644]

diff --git a/changes/bufferevent-support b/changes/bufferevent-support
new file mode 100644 (file)
index 0000000..22ee50e
--- /dev/null
@@ -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.
+