Re: [Libevent-users] Re: [PATCH]: libevent/dns DNS_ERR_NOANSWERS

2011-09-12 Thread Nick Mathewson
On Tue, Aug 30, 2011 at 8:14 AM, Leonid Evdokimov wrote: >> There is an odd edge-case in dns. DNS_ERR_NOANSWER isn't actually a >> great name. > > By the way, RFC 2308 (Negative Caching of DNS Queries (DNS NCACHE)) > calls this case NODATA. > > Is DNS_ERR_NODATA better name from your point of view

Re: [Libevent-users] API question: struct evkeyval

2011-09-12 Thread Nick Mathewson
On Wed, Aug 10, 2011 at 12:41 PM, Mark Ellzey wrote: > On Wed, Aug 10, 2011 at 07:39:02PM +0400, Leonid Evdokimov wrote: >> evhttp_parse_query and evhttp_parse_query_str require preallocated >> struct evkeyvalq that has unstable ABI according to section 2.1 of >> whatsnew-2.0.txt >> >> But these f

Re: [Libevent-users] off_t confusion

2011-09-12 Thread Nick Mathewson
On Mon, Aug 15, 2011 at 4:34 PM, Michael Herf wrote: > An autoconf setting (to use largefile or not) would be a great start, and I > like the idea of defaulting to 64-bit, even though it will probably break > some people who don't compile that way but use off_t in their code. From > what I can tel