libevent  2.2.1
Event notification library
event2 Directory Reference

Files

file  buffer.h [code]
 Functions for buffering data for network sending or receiving.
 
file  buffer_compat.h [code]
 Obsolete and deprecated versions of the functions in buffer.h: provided only for backward compatibility.
 
file  bufferevent.h [code]
 Functions for buffering data for network sending or receiving.
 
file  bufferevent_compat.h [code]
 Deprecated versions of the functions in bufferevent.h: provided only for backwards compatibility.
 
file  bufferevent_ssl.h [code]
 OpenSSL support for bufferevents.
 
file  dns.h [code]
 Provides a few APIs to use for resolving DNS names, and a facility for implementing simple DNS servers.
 
file  dns_compat.h [code]
 Potentially non-threadsafe versions of the functions in dns.h: provided only for backwards compatibility.
 
file  event.h [code]
 Core functions for waiting for and receiving events, and using event bases.
 
file  event_compat.h [code]
 Potentially non-threadsafe versions of the functions in event.h: provided only for backwards compatibility.
 
file  http.h [code]
 Basic support for HTTP serving.
 
file  http_compat.h [code]
 Potentially non-threadsafe versions of the functions in http.h: provided only for backwards compatibility.
 
file  listener.h [code]
 A callback that we invoke when a listener has a new connection.
 
file  rpc.h [code]
 This header files provides basic support for an RPC server and client.
 
file  rpc_compat.h [code]
 Deprecated versions of the functions in rpc.h: provided only for backwards compatibility.
 
file  tag.h [code]
 Helper functions for reading and writing tagged data onto buffers.
 
file  tag_compat.h [code]
 Obsolete/deprecated functions from tag.h; provided only for backwards compatibility.
 
file  thread.h [code]
 Functions for multi-threaded applications using Libevent.
 
file  util.h [code]
 Common convenience functions for cross-platform portability and related socket manipulations.
 
file  watch.h [code]
 "Prepare" and "check" watchers.