Lines Matching full:there

27   There is a work-in-progress book with reference manual at
55 There is also an --enable-silent-rules configure option to make
66 There is now an alternative cmake-based build process; cmake users
87 There is an EVLOOP_NO_EXIT_ON_EMPTY flag that tells event_base_loop()
88 to keep looping even when there are no pending events. (Ordinarily,
93 singletons but provided no means to free them. There is now a
99 your process exit()s. If you aren't using a leak-checking tool, there
102 There is a new event_base_get_npriorities() function to return the
106 event on the heap. Unfortunately, with event_new(), there was no
112 In other words, there was no easy way for event_new() to set up an
121 There's also a new event_base_get_running_event() function you can
133 There is an event_get_priority() function to return an event's
136 By analogy to event_base_loopbreak(), there is now an
140 There's a function, event_base_foreach_event(), that can iterate over
154 largest number of events that there have been since the last call, use
161 On backends that support it (currently epoll), there is now an
235 There are also two new variants of event_del() that you can use for
276 There's also been some work done to try to make the debugging logs
305 There's a new evbuffer_add_buffer() interface that you can use to add
310 To aid in adding data in bulk while minimizing evbuffer calls, there
313 There's a new evbuffer_copyout_from() variant function to enable
319 There's a new evbuffer_set_flags()/evbuffer_clear_flags() that you can use to
325 bufferevent's callbacks. Previously, there was no supported way to do
376 There is a new evdns_base_clear_host_addresses() function to remove
379 Also there is evdns_base_get_nameserver_addr() for retrieve the address of
418 Also there is evhttp_connection_set_initial_retry_tv() to change initial
421 There are a new pair of functions: evhttp_set_bevcb() and
427 There's a new evhttp_foreach_bound_socket() function to iterate over
436 There's a new kind of request callback for errors; you can set it with
437 evhttp_request_set_error_cb(). It gets called when there's a request error,
447 There's a new evhttp_connection_get_addr() API to return the peer
468 There are some flags available for connections, which can be installed with
478 There is evhttp_request_get_response_code_line() if
481 There are *evhttp_uri_parse_with_flags() that accepts
487 There's a function "evutil_secure_rng_set_urandom_device_file()" that
493 There are new API to work with monotonic timer -- monotonic time is
505 defer accept()s until there is data to read (TCP_DEFER_ACCEPT).
720 so there shouldn't be any mistakes, but you never know.
752 There are some under-tested modules, though: we need to fix those.
761 Plus there is vagrant boxes if you what to test it on more OS'es then
762 travis-ci allows, and there is a wrapper (in python) that will parse logs and