[Libevent-users] What's New in Libevent 1.4

2008-04-07 Thread Nick Mathewson
What's New In Libevent 1.4: 0. About this document This document describes the key differences between Libevent 1.3 and Libevent 1.4, from a user's point of view. It was most recently updated based on features from libevent 1.4.2-rc. 1. Packaging Issues. 1.1. The great library division.

[Libevent-users] ANN: Libevent 1.4.3-stable released

2008-04-07 Thread Nick Mathewson
Hello, everyone! It's finally time to release a stable libevent again. Libevent 1.4.3-stable is now tagged and ready to go. You can get the source here: http://monkey.org/~provos/libevent-1.4.3-stable.tar.gz There are a few bug fixes since 1.4.2-rc. Here's a summary of what's changed sin

[Libevent-users] libevent 1.3e and MSVC 2005

2008-04-07 Thread Damir Nedzibovic
Hello people, I spent some time playing with the svn version of libevent 1.3e (https://levent.svn.sourceforge.net/svnroot/levent/branches/patches-1.3) and trying to build it with MS Visual Studio 2005. I also made some fixes to the code in order to get HTTP stuff working. In the attach you can fin

[Libevent-users] Problems handling sigpipe in multithreaded program

2008-04-07 Thread Ron Arts
Hi all, I am having problems with sigpipe handling. According to what I've read, if I ignore pipe signals before creating threads, all created threads will inherit this setting and ignore the sigpipes as well. My program's main thread uses libevent like this: sa.sa_handler = SIG_IGN; sa.sa