QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
src Directory Reference

Files

file  apps.h [code]
 Handles applications running inside the server.
 
file  atomic.h [code]
 Some more atomic operations that aren't implemented alsewhere.
 
file  client.h [code]
 Provides all utility client functions.
 
file  compat.h [code]
 For older versions of libraries, adds helpers for things that don't exist.
 
file  config.h [code]
 Every configuration option that QIO has.
 
file  evs.h [code]
 Handles routing all events to their proper handlers.
 
file  evs_qio.h [code]
 The default event handlers for QIO.
 
file  evs_query.h [code]
 For doing fast lookups of ev_path -> handler.
 
file  periodic.h [code]
 Periodically runs tasks on every client.
 
file  protocols.h [code]
 Manages all of the protocols that clients may speak.
 
file  protocols_flash.h [code]
 Handles sending the flash socket policy file back on flash connections.
 
file  protocols_http.h [code]
 Provides support for HTTP long polling.
 
file  protocols_raw.h [code]
 Allows communication with QIO without any framing.
 
file  protocols_rfc6455.h [code]
 The QuickIO protocol over websockets (rfc6455).
 
file  protocols_util.h [code]
 Support functions for various protocol needs.
 
file  quickio.h [code]
 Every header, definition, and whatnot QuickIO needs to run.
 
file  sub.h [code]
 Controls the memory around subscriptions.