Entries tagged as libeventLibevent-2.0.7-rc releaseThursday, September 9. 2010
Nick announced the release of Libevent-2.0.7-rc today. Here is an excerpt from his email:
Thanks to everybody who reported and fixed bugs in Libevent 2.0.6-rc, You can download source code of libevent releases from monkey.org Libevent 2.0.4-alpha releasedFriday, March 5. 2010
Libevent 2.0.4-alpha is now available for download:
http://monkey.org/~provos/libevent-2.0.4-alpha.tar.gz http://monkey.org/~provos/libevent-2.0.4-alpha.tar.gz.sig The complete change list is available here. Some of the feature improvements include:
However, we (that means mostly Nick) have also made a large number of bug fixes and stability improvements across many platforms. Many thanks to everyone who helped by providing bug reports and patches including Brodie Thiesfield, Dagobert Michelsen, Evan Jones, Joachim Bauch, Pavel Plesov, Roman Puls, Sebastian Hahn, William Ahern, Yasuoka Masahiko and Zhuang Yuyao. In a separate email, Nick also provided a much more verbose description of what all changed. OpenSSL Client Certificates and Libevent-2.0.3-alphaFriday, December 4. 2009
Tom Pusateri reported success with using OpenSSL client certificates and libevent's builtin OpenSSL support. Here is what he wrote on the mailing list:
Posted by Niels Provos
in Libevent
at
18:02
| Comments (0)
| Trackbacks (0)
Defined tags for this entry: libevent
Libevent-2.0.3-alpha releaseFriday, November 20. 2009
It has been a while since the last alpha release of libevent-2.0. Yesterday, we released 2.0.3-alpha which can be downloaded from
http://monkey.org/~provos/libevent-2.0.3-alpha.tar.gz Please, give it a spin and let us know if you run into any problems. There have been a lot of changes since the last release, mostly due to Nick's hard work. Here are just some highlights, the ChangeLog contains the full story: - SSL/TLS support on bufferevents, using the OpenSSL library - Improved searching on evbuffer objects - Improved support for Windows - More efficient memory allocation for event_bases that use epoll - Improved thread-safety - The IOCP bufferevent backend is now exposed on Windows; many thanks to Christopher Davis for his work. Many thanks to everyone who helped with patches and bug reports including Rocco Carbone, Brodie Thiesfield, Caitlin Mercer, David Reiss, Alexander Pronchenkov, Jacek Masiulaniec, Ka-Hing Cheung, Christopher Davis, Ferenc Szalai, and Ryan Phillips. Edited to fix the link. Libevent 1.4.13-stable releasedTuesday, November 17. 2009
We just released a new stable version of Libevent that fixes the following problems:
A new alpha release of libevent 2.0 is on its way, too. Thanks to everyone who submitted patches and bug reports. The source code is available at http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz. Don't forget to verify the signature. New Libevent ReleasesTuesday, July 28. 2009
Nick just announced two new libevent releases. Here is his summary.
Libevent 1.4.12-stable: You can find the source in the usual place: http://monkey.org/~provos/libevent-1.4.12-stable.tar.gz This is a bugfix-only release, and some of the bugs were kind of nasty. I'd recommend that you upgrade, especially if you are writing code that uses epoll or evdns. Changes in 1.4.12-stable:
Libevent-2.0.2-alpha: The first alpha release in the long-promised Libevent 2.0 series is finally out. You can download Libevent 2.0.2-alpha from: http://monkey.org/~provos/libevent-2.0.2-alpha.tar.gz This is an alpha release. Libevent 2.0 is not finished. There will be bugs, and we make no promises about the stability of any APIs introduced in the 2.0.x-alpha releases. When you find bugs, please let us know. Libevent 2.0 is intended to be backward compatible with the Libevent 1.4 APIs[*]. Any program that worked with Libevent 1.4 should still work with Libevent 2.0, unless we screwed up. Please test your programs when you have a chance, so that if we did screw up, we can notice soon. [*] Unless you were messing around with the internals of internal structures. This release adds many new features to the previous alpha release, and fixes many bugs. See the ChangeLog for full details. Highlights include:
Special thanks to everybody who helped find bugs and improve the code, especially James Mansion, Zack Weinberg, and Joachim Bauch. Small Libevent 2.0 Performance TestSaturday, April 11. 2009
In preparation for CodeCon, Nick and I wanted to see how HTTP performance differs between Libevent 1.4 and Libevent 2.0. HTTP is a good test case as it exercises many of the optimized components. Here is a preliminary result.
The libevent HTTP server is serving 200,000 bytes of content for each request. Apache's benchmark tool ab was used to make 15,000 requests with 40 requests happening in parallel.
In the meantime, Nick is working on making IOCP available for Windows.
Posted by Niels Provos
in Hacking, Libevent, News, SpyBye
at
23:18
| Comments (2)
| Trackbacks (0)
Defined tags for this entry: libevent, performance
Libevent 1.4.9-stable releasedSunday, December 21. 2008
We just released libevent 1.4.9-stable. You can download the source from the usual place:
This release fixes a number of bugs:
Thanks to Dean McNamee, Victor Chang, Alejo Sanchez, Richard Jones, Robin Haberkorn and everyone else who reported bugs or supplied patches. Libevent 1.4.8-stable releasedSaturday, September 13. 2008
This is another bug fix release. Here are the problems fixed in this one:
You can download the source from the usual place: Libevent 1.4.7-stable releasedMonday, August 25. 2008
You can download the source from the usual place:
http://monkey.org/~provos/libevent-1.4.7-stable.tar.gz This release fixes a bug where headers arriving in multiple packets were not parsed. The bug fix is from Jiang Hong. Thank you. Libevent 1.4.6-stable releasedThursday, July 24. 2008
With all the DNS stuff that is going on at the moment, it took longer than planned to release libevent 1.4.6-stable, but here it is. You can download the source from the usual place:
This was meant to be a quick bug fix release, but a number of changes have crept in. Here's a brief summary:
We would like to thank the people who have reported bugs and patches including Scott Lamb, Moshe Litvin, Alexander Drozdov, Adam Langley, Ian Bell and others. To report a bug, make a feature request, or submit code, you can use our sourceforge interface. Libevent 1.4.5-stable releasedWednesday, June 25. 2008
I am happy to announce the release of libevent 1.4.5-stable. You can download the source here:
There have been a few bug fixes since 1.4.4-stable. Here's a brief summary:
We would like to thank the people who have reported bugs including Forest Wilkinson, liusifan and others. To report a bug, make a feature request, or submit code, you can use our sourceforge interface here. Libevent 1.4.4-stable releasedTuesday, May 13. 2008
I am happy to announce the release of libevent 1.4.4-stable. You can download the source here:
There have been a few bug fixes since 1.4.3-stable. Here's a brief summary:
See the changelog for full details. We would like to thank the people who have reported bugs including Matt Domsch, Forest Wilkinson, Jon and several anonymous reporters. To report a bug, make a feature request, or submit code, you can use our sourceforge interface.
(Page 1 of 1, totaling 13 entries)
|
QuicksearchSecure DNS?ArchivesCategoriesShow tagged entriesSpyBye InstallationFollow these instructions to install SpyBye.
Proxy ConfigurationTo use SpyBye set your proxy to www.spybye.org:8080. Then visit http://spybye.org/.
The SwitchProxy Firefox extension might help. |



