On 30 Aug 2011, at 11:54 PM, Nick Mathewson wrote:
Folks have submitted patches, and I commented on the patches to
suggest revisions, and they never revised. I can try to look more
closely in the future.
I did find this mentioned previously:
http://sourceforge.net/tracker/?func=detail&aid=303
On Tue, Aug 30, 2011 at 5:39 PM, Mark Ellzey wrote:
> On Tue, Aug 30, 2011 at 09:56:01PM +0200, Graham Leggett wrote:
>> Hi all,
>>
>> I have seen mention of support for https from within libevent, but
>> I'm struggling to find details of where to find it. Is there any
>> example code anywhere to
On Tue, Aug 30, 2011 at 09:56:01PM +0200, Graham Leggett wrote:
> Hi all,
>
> I have seen mention of support for https from within libevent, but
> I'm struggling to find details of where to find it. Is there any
> example code anywhere to show how one might support such a thing?
>
There is no di
Hi all,
I have seen mention of support for https from within libevent, but I'm
struggling to find details of where to find it. Is there any example
code anywhere to show how one might support such a thing?
Regards,
Graham
--
*
On Tue, Aug 30, 2011 at 2:09 PM, Jack Scott Dorr wrote:
> I have a libevent based server that used to use a custom ssl wrapper to
> handle ssl traffic. This server takes ssl traffic on one end and speaks
> non-crypto on the other end.
>
> For a variety of reasons, the switch was made to use the
I have a libevent based server that used to use a custom ssl wrapper to handle
ssl traffic. This server takes ssl traffic on one end and speaks non-crypto on
the other end.
For a variety of reasons, the switch was made to use the built in ssl
bufferevents to handle the ssl portion. The non-cryp
Yes, I just found out that I need to call event_add before start the
message pump.
Thanks.
Kun
On Tue, Aug 30, 2011 at 10:50 AM, Nick Mathewson wrote:
> On Tue, Aug 30, 2011 at 1:46 PM, Kun Xi wrote:
>> Hello,
>>
>> I just wondered whether libevent event loop can handle the SIGTERM and
>> SIGQU
On Tue, Aug 30, 2011 at 1:46 PM, Kun Xi wrote:
> Hello,
>
> I just wondered whether libevent event loop can handle the SIGTERM and
> SIGQUIT appropriately. Here is the code snippet I am trying to exit
> the message loop gracefully and brutally:
>
> static void quick_shutdown(evutil_socket_t _, sh
Hello,
I just wondered whether libevent event loop can handle the SIGTERM and
SIGQUIT appropriately. Here is the code snippet I am trying to exit
the message loop gracefully and brutally:
static void quick_shutdown(evutil_socket_t _, short what, void* ctx) {
struct event_base *evb = (struct
> 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?
--
WBRBW, Leonid Evdokimov
xmpp:l...@darkk.net.ru && http://darkk
10 matches
Mail list logo