Re: [Libevent-users] bufferevent with custom IO

2012-09-10 Thread Joachim Bauch
On 10.09.2012 16:51, Nick Mathewson wrote: > Having new *connect_hostname commands is making me think that maybe > this should be an abstract method of bufferevent that only some > bufferevent subtypes support. Yes, the whole "lookup-and-start-connecting" part should be refactored to a common meth

Fwd: [Libevent-users] Possible memleaks reported in Debian bug#679217

2012-09-10 Thread Nick Mathewson
Whoops. Should have sent this to the mailing list. Also, Leo, where did you get the idea that the @monkey.org address is the current mailing list? Is there a dead link somewhere? -- Forwarded message -- From: Nick Mathewson Date: Sun, Sep 9, 2012 at 5:00 PM Subject: Re: [Libeven

Re: [Libevent-users] bufferevent with custom IO

2012-09-10 Thread Nick Mathewson
On Thu, Sep 6, 2012 at 5:30 PM, Joachim Bauch wrote: > -Ursprüngliche Nachricht- > Von:Nick Mathewson > [...] >> Sounds like a big but fun project. You might want to look at >> bufferevent_sock.c first; bufferevent_openssl.c has to jump through a >> lot of annoying hoops because the

Re: [Libevent-users] bufferevent with custom IO

2012-09-10 Thread Joachim Bauch
On 08.09.2012 00:03, Mark Ellzey wrote: > On Thu, Sep 06, 2012 at 11:30:54PM +0200, Joachim Bauch wrote: >> Thanks for the heads up. The socket-based code surely will be helpful >> when the implementation starts. I wrote an initial draft of how the >> API could look like and put it on github: >>