Lines Matching +refs:test +refs:current +refs:scope

21  test:
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
46 o Parse IPv6 scope IDs. (f602211f Philip Homburg)
170 o Link test/regress with event_core/event_extra over event (22380996 Azat Khuzhin)
175 o tinytest: implement per-test timeout (via alarm() under !win32 only)
269 o Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3. (532a8cc3)
337 o test/dns: replace servname since solaris does not have "http" (d6bafbbe Azat Khuzhin)
338 o test/thread: netbsd is too slow, increase timeout for conditions_simple (3c7422fc Azat Khuzhin)
339 o test/dns: run async resolving after sync one (to avoid timeouts) (07862531 Azat Khuzhin)
340 o test/http: turn off some tests that based on backlog filling (falky) (26f416c1 Azat Khuzhin)
383 o test/regress: cover a polling of invalid fd (cb0df5c Tim Hentenaar)
503 o test: replace sleeping with syncing pair in main/fork (16d220c Azat Khuzhin)
504 o test/http: do not run tests that based on backlog filling (freebsd) (500b6b7 Azat Khuzhin)
505 …o test/bufferevent/iocp: fix test name for "bufferevent_connect_fail_eventcb" (4410e9d Azat Khuzhi…
506 …o test/ssl: use send()/recv()/EVUTIL_ERR_RW_RETRIABLE()/EVUTIL_SOCKET_ERROR() to fix win32 (a9e8cd…
507 o test/https_basic: increase timeout for complete write (fixes win32) (d5a2f2f Azat Khuzhin)
508 o test: fix building with --disable-thread-support under win32 (a487706 Azat Khuzhin)
509 o test/buffer: evbuffer_add_buffer() with empty chains (a272bc4 Azat Khuzhin)
510 o test/buffer: evbuffer_remove_buffer() with empty chains (prepend) (f0cfa14 Azat Khuzhin)
511 …o test/buffer: evbuffer_remove_buffer() with empty chains (evbuffer_add_buffer()) (2880ce6 Azat Kh…
512 o test/buffer: cover evbuffer_expand() for overflow (48dab7a Azat Khuzhin)
513 …o test/be_filter: creating test case for data stuck with active watermarks (766194b Eduardo Paniss…
514 o test/http: avoid using conditionals with omitted operands (fixes VS2015) (2a4bf29 Azat Khuzhin)
515 …o test/http: don't mix declarations and code (fixes -Wdeclaration-after-statement) (aabf1c2 Azat K…
516 o test/buffer: fix leak in test_evbuffer_prepend() (c08d90b Azat Khuzhin)
517 o test/buffer: avoid errors with --no-fork (reinitialize static vars) (e7d1e39 Azat Khuzhin)
518 …o test/buffer: cover n_add_for_cb when evbuffer_prepend() need to allocate buffer (e77ff41 Azat Kh…
519 o test/tinytest_macros: add new one tt_nstr_op() (bd19a28 Azat Khuzhin)
520 …o test/bufferevent: check that output_filter disabled during processing output (ae28812 Azat Khuzh…
521 o test/listener: regression for missing unlock in listener_read_cb() (7d85651 Azat Khuzhin)
522 …o test/regress: add tests for evbuffer_add() breakage on empty last chain (d5ee739 Marcus Sundberg)
523 o test/http: fix running some tests sequential (with --no-fork) (bddad71 Azat Khuzhin)
524 o test/http: localize evhttp server structure (cbc3209 Azat Khuzhin)
525 o test/dns: regression for empty hostname (d7348ba Azat Khuzhin)
526 o test/http: fix SERVER_TIMEOUT tests under win32 (d49a658 Azat Khuzhin)
527 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
528 o test/http: adopt for C90 (mixed code and declarations) (d02a285 Azat Khuzhin)
529 o test/http: cover NS timed out during request cancellations separatelly (0c343af Azat Khuzhin)
530 …o test/http: request cancellation with resolving/{conn,write}-timeouts in progress (334340d Azat K…
531 o test/http: exit from the loop in the errorcb to wait cancellation (927ab33 Azat Khuzhin)
533 o test/http: read_on_write_error: fix it for win32 (3b58169 Azat Khuzhin)
534 o test/http: separate coverage for EVHTTP_CON_READ_ON_WRITE_ERROR (5c2b4c1 Azat Khuzhin)
535 o test/http: cover "Expect: 100-continue" client-server interaction (31d8116 Azat Khuzhin)
536 o test/http: *lingering tests shouldn't have "Expect: 100-continue" (ed469ab Azat Khuzhin)
537 o test: use EVUTIL_SHUT_WR (04fc82f Azat Khuzhin)
538 o test/http: avoid huge stack allocations to fix win32 builds (3166765 Azat Khuzhin)
539 o test: http/lingering_close: cover EVHTTP_SERVER_LINGERING_CLOSE (e122ca1 Azat Khuzhin)
540 o test: http/non_lingering_close: cover ~EVHTTP_SERVER_LINGERING_CLOSE (f41e1b0 Azat Khuzhin)
541 … o test: http/*: update expected HTTP codes for body exceeds `max_body_size` (addf2b9 Azat Khuzhin)
542 o test: http/data_length_constrains: set EVHTTP_CON_READ_ON_WRITE_ERROR (d38a723 Azat Khuzhin)
543 …o test: increase buffer size for http/data_length_constraints to trigger EPIPE (0792e1e Azat Khuzh…
544 o test/tinytest_demo: include <windows.h> for win32 to fix tdm-gcc (f062bbe Azat Khuzhin)
545 o test/regress: cover event_del() waiting mechanism (5b58b70 Azat Khuzhin)
546 … o test/regress: cover existing signal callbacks and fork() + event_reinit() (ceddc60 Azat Khuzhin)
547 o test/regress: cover signals after fork() + event_reinit() (b075b81 Azat Khuzhin)
548 …o test/regress: main/fork: rewrite assertions by just removing event in callback (088d8b3 Azat Khu…
549 o test/dns: check exit code of evdns_getaddrinfo() (0b9d432 Azat Khuzhin)
550 …o test/dns: cover evdns_getaddrinfo() and evdns_base_free() with @fail_requests (4ad3483 Azat Khuz…
551 o test/dns: cover @fail_requests for evdns_base_free() (d6c6fb4 Azat Khuzhin)
552 o test/dns: more graceful coverage of @fail_requests (123d372 Azat Khuzhin)
553 …o test/ssl: cover busy-loop (i.e. {read,write}-blocked-on-{write,read} stuff) (da0ea7a Azat Khuzhi…
554 o test/http: write_during_read for https (23c77b6 Azat Khuzhin)
555 o test/http: connection_fail for https (7ea26f7 Azat Khuzhin)
556 o test/http: stream_out for https (ac04968 Azat Khuzhin)
557 o test/http: chunk_out for https (a71ffb9 Azat Khuzhin)
558 o test/regress: fix ssl-less builds (need to make this prettier) (3160716 Azat Khuzhin)
559 o test/http: allow dirty shutdown for ssl to fix https_incomplete (1ede326 Azat Khuzhin)
560 o test/http: https basic (59714b4 Azat Khuzhin)
561 o test/http: incomplete{,_timeout} for https (615490d Azat Khuzhin)
562 o test/http: add simplest test for http/https/https_dirty_shutdown (93b19dc Azat Khuzhin)
563 o test/http: https: retry coverage (7c2d24a Azat Khuzhin)
564 o test/http: https server support (plus some helpers) (a7088ad Azat Khuzhin)
565 o test/http: more sanity checks (a27c53c Azat Khuzhin)
566 o test/ssl: export getkey()/getcert()/get_ssl_ctx()/init_ssl() for https (0c4c387 Azat Khuzhin)
567 o test/regress_be: basic coverage bufferevent_flush() for pair/sock layers (ad52602 Azat Khuzhin)
568 … o test/regress_be: socket_filter_inactive: check bufferevent after creation (f8081af Azat Khuzhin)
569 o test/regress_be: cover finalizers from inactive to active queue (337684b Azat Khuzhin)
570 o test/regress_buffer: fix clang compilation warnings (d8fd4c0 Azat Khuzhin)
571 …o test/regress_http: fix compilation warnings (-Wmissing-field-initializers) (cd422e0 Azat Khuzhin)
572 …o test/regress_dns: fix compilation warnings (-Wmissing-field-initializers/for) (f55db98 Azat Khuz…
574 o test: fix bufferevent/bufferevent_pair_release_lock in debug mode (3f749e9 Azat Khuzhin)
575 o test: fix bufferevent/bufferevent_pair_release_lock for freebsd (79f9ace Azat Khuzhin)
576 o test/regress_be: bufferevent_enable() shouldn't call eventcb by it's own (a0f308d Azat Khuzhin)
577 o test/regress_be: introduce fake_listener_create() (37dc9e0 Azat Khuzhin)
578 o test/regress_http: cover evhttp_request_own() (6f6fa0d Azat Khuzhin)
579 o test/regress_http: cover write during read (3d15aeb Azat Khuzhin)
580 …o test/regress_http: verify that closecb will be called without multiple write (4be6c70 Azat Khuzh…
581 o test/regress: fix bufferevent_pair_release_lock with EVENT_DEBUG_MODE (6ea6655 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)
584 o test/regress_ssl: covert that we can't change fd with underlying (df507af Azat Khuzhin)
585 o test/regress_ssl: cover that events (read/write) at finish not pending (762edb4 Azat Khuzhin)
586 o test/regress_ssl: cover fd manipulations (b78a829 Azat Khuzhin)
587 o test/regress_ssl: convert open_ssl_bufevs() to mask (46bba73 Azat Khuzhin)
588 o test/regress_ssl: convert client/server to mask too (3455991 Azat Khuzhin)
589 o test/regress_ssl: cover "allow_dirty_shutdown" (0430327 Azat Khuzhin)
590 o test/regress_ssl: convert regress_bufferevent_openssl() to bitmask (342e116 Azat Khuzhin)
592 o test/regress_http: initialize "dns_base" to avoid reading trash (9f0bff3 Azat Khuzhin)
593 …o test/http: cover retrying with saved conn_address by shutting down dns server (f4874d8 Azat Khuz…
598 o Fix memory leak in signal-test.c (666db91 basavesh.as)
691 o test: run regress with EVENT_DEBUG_MODE=1 and without (cf2cf2a Azat Khuzhin)
713 o test/automake: don't use paralell test harness (since automake 1.12) (44d755e Azat Khuzhin)
721 o test/regress_ssl: Fix compile problems for win32 (73d0360 Trond Norbye)
740 o make test/regress_ssl.c compile without warnings (9f02a44 Thomas Bernard)
741 o test/regress_be: drop debug __asm__(int3) to fix arm build (8240379 Azat Khuzhin)
748 o Commented out a WIN32 threading / timing test for now (e84e269 Mark Ellzey)
811 o test: add family argument for http_connection_test_() (177b8a7 Azat Khuzhin)
812 …o test: add regress for evhttp_connection_set_family() with AF_INET and AF_UNSPEC (42aefeb Azat Kh…
813 o test/http: add regress test for set family to AF_INET6 (3fbf3cc Azat Khuzhin)
815 o test/regress: add simplestsignal: to track reorder bugs separately (b897bef Azat Khuzhin)
816 o test/evbuffer_peek: add regress in case we have first buffer greater (e2d139d Azat Khuzhin)
817 o More evbuffer_peek() test cases (154006a)
826 o Add test for evhttp_connection_free_on_completion (b0e9924 John Ohl)
827 o Fix annoying heisenbug in test-time.c (cb73704)
836 o ignore one more test binary (b6593aa Michael Richardson)
837 o ignore config.cache/test-driver files (c83f333 Mike Frysinger)
905 o Update unit test to make sure that the callback happens after the
926 o Only test the event backends available on the system. (7ea4159
933 o Added a test for testing if kqueue works with pipes. (2799b35
1026 o Fix test compilation with nmake: add the gdi.lib dependency (5ba8ab7)
1051 o Fix dns/leak_resume_send_err test. (7e876df Azat Khuzhin)
1145 o Unit test for event_remove_timer with EV_PERSIST. (96150dd)
1202 o build test/test-script.sh on systems with a less-featureful $< (f935e21)
1210 o uri decode: changed the test for the existence of the next character
1218 o Add test for EVREQ_HTTP_REQUEST_CANCEL into http_cancel_test() (862c217
1223 o Add regress test ipv6_for_domain. (9ec88bd Azat Khuzhin)
1226 o Add a test with an active_later event at event_base_free time. (1c3147f)
1229 o New test for active_later->active transition on event_active (a153874)
1233 o A test for event_get_assignment() (f09629e)
1235 o Fix a bug in the new main/event_foreach test (702c9aa)
1321 o Improve the monotonic-time unit test: make it check the step size (7428c78)
1338 o Add a unit test in which an event is created with event_base_once()
1345 them, invoke the ./test/regress program with the @all alias.
1347 o Simplify test.sh code significantly. (9b856fd Ross Lagerwall)
1352 o Shave 700 msec off the persistent_timeout_jump test (21205b8)
1356 o Avoid test -e; older shs don't have one. (f1bd938)
1357 o Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
1443 o tests: Fix renegotiation test to work around openssl 1.0.1 bug (c2f3086)
1444 o tests: Warn when openssl version in unit test mismatches compiled version. (ac009f9)
1487 …o If a higher-priority event becomes active, don't continue running events of the current priority…
1569 o Fix a race condition in the dns/bufferevent_connect_hostname test. (cba48c7)
1571 o Check event_base correctness at end of each unit test (3312b02)
1584 o unit test for remove_buffer bug (90bd620 Greg Hazel)
1599 o improve test to remove at least one buffer from src (7eb52eb Greg Hazel)
1646 o Have test-ratelim.c support IOCP (0ff2c5a)
1757 o Fix http unit test on non-windows platforms without getaddrinfo (6092f12)
1771 o Fix test.sh output on solaris (b4f89b6 Dave Hart)
1772 o Make test-eof fail with a timeout if we never get an eof. (05a2c22 Harlan Stenn)
1773 o Use %s with printf in test.sh (039b9bd)
1788 o Correct an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.am (9c469db Dave Hart)
1802 o Add comment to configure.in to explain gc-sections test logic (c621359)
1835 o Fix a comment in test-fdleak after 077c7e949. (3881d8f Ross Lagerwall)
1859 o Add checks for functions in test-ratelim.c; found by Coverity (aa501e1)
1860 o Avoid memory leak in test_event_calloc unit test; found by coverity
1924 o Use current event set rather than current pending change when
1955 o New event_base_update_cache_time() to set cached_tv to current
1994 o Add a bufferevent_getcb() to find a bufferevent's current
2046 o In configure, test for _WIN32 not WIN32. (85078b1 Peter Rosin)
2080 o More abstraction in test.sh (cd74c4e)
2081 o Add failing test for evbuffer_search_range. (8e26154 Nir Soffer)
2085 o Make test-changelist faster (7622d26)
2086 o Reduce the timeout in the main/fork test. (ab14f7c)
2090 o Allow more slop in deferred_cb_skew test; freebsd needs it (b9f7e5f)
2093 o Add a new test: test-fdleak which tests for fd leaks by creating many
2095 o Add a unit test for event_base_dump_events() (7afe48a, 8d08cce)
2153 o Fix up sample/event-test.c to use newer interfaces and make it
2155 o On Unix, remove event.fifo left by sample/event-test.c. (c0dacd2 Ross
2157 o Rename event-test.c to event-read-fifo.c. (a5b370a Ross Lagerwall)