Lines Matching refs:timeout
22 o tinytest: support timeout on Windows (794e8f75 yuangongji)
30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin)
175 o tinytest: implement per-test timeout (via alarm() under !win32 only)
226 o Do not crash when evhttp_send_reply_start() is called after a timeout. (826f1134)
318 timeout for some tests (to reduce number of failures due to timing issues),
338 o test/thread: netbsd is too slow, increase timeout for conditions_simple (3c7422fc Azat Khuzhin)
481 o http: install timeout for read too during connect for ssl (040000d Azat Khuzhin)
507 o test/https_basic: increase timeout for complete write (fixes win32) (d5a2f2f Azat Khuzhin)
582 o test/regress_ssl: check events fd/pending after timeout triggered (cdafdf0 Azat Khuzhin)
583 o test/regress_ssl: cover case when server didn't up (failed with timeout) (74845f1 Azat Khuzhin)
606 o sample/https-client: add -timeout option (4637aa8 Azat Khuzhin)
1013 o Initialize async bufferevent timeout CBs unconditionally (af9b2a7)
1146 o Double-check next timeout when adding events (9443868 Nate Rosenblum)
1432 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f)
1455 o evdns: Avoid segfault on weird timeout during name lookup. (dc32077 Greg Hazel)
1772 o Make test-eof fail with a timeout if we never get an eof. (05a2c22 Harlan Stenn)
1890 timeout (e47042f, 09cbc3d)
1891 o Remove a needless base-notify when rescheduling the first timeout (77a96fd)
1901 o Bypass event_add when using event_base_once() for a 0-sec timeout (35c5c95)
2072 o added timeout debug logs to include event ptr. (4b7d298 Mark Ellzey)
2086 o Reduce the timeout in the main/fork test. (ab14f7c)
2087 o New evhttp function to adjust initial retry timeout (350a3c4)