Re: [Libevent-users] Does EV_PERSIST with a timeout work differently on 1.x and 2.x versions?

2010-12-06 Thread Clint Webb
On Mon, Dec 6, 2010 at 8:48 PM, Evan Jones wrote: > On Dec 5, 2010, at 21:13 , Clint Webb wrote: >> >> After the Timeout event was fired, it seemed as though the event was >> no longer queued, even though EV_PERSIST was specified. >> >> Is this different behaviour

[Libevent-users] Does EV_PERSIST with a timeout work differently on 1.x and 2.x versions?

2010-12-05 Thread Clint Webb
I've got a number of network apps I've recently had to retrofit so that they work with libevent 1.x. They were originally written for libevent 2.x and worked well. But since we had to run the apps on some machines that would not likely have the 2.x libraries, I've made it so that the code should

Re: [Libevent-users] evhttp_encode_uri() fails to escape certain characters

2010-10-07 Thread Clint Webb
On Thu, Oct 7, 2010 at 1:12 AM, Nick Mathewson wrote: > On Fri, Sep 24, 2010 at 4:21 PM, Bas Verhoeven wrote: > But what if somebody is saying something iffy like >    asprintf(&query1, "q1=%s", v1); >    asprintf(&query2, "q2=%s", v2); >    encoded1 = evhttp_encode_uri(query1); >    encoded2 =

Re: [Libevent-users] libevent-2.0.3-alpha released

2009-11-21 Thread Clint Webb
Is that link correct? On Sat, Nov 21, 2009 at 1:23 PM, Niels Provos wrote: > 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-1.4.13-stable.tar.gz