A new version of Systrace that supports 64-bit Linux installations can be downloaded from
here. The major changes are support of 64-bit Linux with ptrace as well as 32-bit binaries under a 64-bit system. Let me know if you run into any issues with this.
We just released libevent 1.4.9-stable. You can download the source from the usual place:
- http://monkey.org/~provos/libevent-1.4.9-stable.tar.gz
This release fixes a number of bugs:
- fixed several memory leaks in the HTTP layer.
- fixed signal handling for multi-threaded applications.
- fixed issues with the timer cache when leaving/entering the event loop.
Check
here for a more detailed change list.
Thanks to Dean McNamee, Victor Chang, Alejo Sanchez, Richard Jones, Robin Haberkorn and everyone else who reported bugs or supplied patches.
This is another bug fix release. Here are the problems fixed in this one:
- Match the query in DNS replies to the query in the request; from Vsevolod Stakhov.
- Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong.
- Do not remove Accept-Encoding header
You can download the source from the usual place:
- http://monkey.org/~provos/libevent-1.4.8-stable.tar.gz
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.
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:
- http://monkey.org/~provos/libevent-1.4.6-stable.tar.gz
This was meant to be a quick bug fix release, but a number of changes have crept in. Here's a brief summary:
- Several HTTP fixes
- Corrected handling of trailing headers in chunked replies
- Correctly deal with multi-line HTTP headers
- Improved signal handling for kqueue and epoll backends
- Various other bug fixes
See the
changelog for full details.
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.
I am happy to announce the release of libevent 1.4.5-stable. You can download the source here:
http://monkey.org/~provos/libevent-1.4.5-stable.tar.gz
There have been a few bug fixes since 1.4.4-stable. Here's a brief summary:
- Several HTTP fixes
- Fixed the Windows port
- event_rpcgen.py correctly generates fixed length entries now
See the
changelog for full details.
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.