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
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
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