Re: [Libevent-users] inet_ntop and inet_pton

2011-02-09 Thread Jeroen Habraken
On 8 February 2011 19:32, Nick Mathewson wrote: > On Tue, Feb 8, 2011 at 7:48 AM, Jeroen Habraken wrote: >> Hi, >> >> On lines 1499 and 1500 in evutil.c from libevent-2.0.10-stable I've >> found the following: >> >> #define USE_INTERNAL_NTOP >>

[Libevent-users] inet_ntop and inet_pton

2011-02-08 Thread Jeroen Habraken
Hi, On lines 1499 and 1500 in evutil.c from libevent-2.0.10-stable I've found the following: #define USE_INTERNAL_NTOP #define USE_INTERNAL_PTON which leads to the built-in inet_ntop and inet_pton never being used. Why are these defined? Regards, Jeroen Hab

Re: [Libevent-users] bug + question

2011-01-05 Thread Jeroen Habraken
lue pairs are each separated by an equals sign. * The series of pairs is separated by the ampersand, '&' or semicolon, ';'. which seems to be the most sane text on the subject (also note the part on the encoding there). > [snip] > > > yrs, > -- > Nick Regards, Jeroen Habraken *** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-usersin the body.

Re: [Libevent-users] evhttp_decode_uri API bug

2010-11-16 Thread Jeroen Habraken
On 16 November 2010 15:05, Nick Mathewson wrote: > On Tue, Nov 16, 2010 at 6:04 AM, Jeroen Habraken wrote: >> Hi, >> >> Since I read the HTTP part of libevent is getting some love, I wanted >> to mention a bug in the evhttp_decode_uri interface. It doesn't return