http service break into outer loop states
[platform/upstream/libwebsockets.git] / lib / private-libwebsockets.h
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greendeal with SSL_ERROR_WANT_ in client connect action
2013-01-15 Andy Greenreplace ifdefs around close socket with compatible_close
2013-01-12 Andy Greenexpose compiletime constants to setting from configure
2013-01-10 Andy Greenintroduce logging api and convert all library output...
2013-01-10 Aaron Zinmancompile in xcode, privatize debug macro
2013-01-10 David GaleanoIncreased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BU...
2013-01-10 David GaleanoAdded private macro CIPHERS_LIST_STRING to define ciphe...
2013-01-10 David GaleanoBetter definition of "debug" macro for Win32 builds.
2013-01-10 David GaleanoUse __inline for Win32 builds.
2013-01-09 David GaleanoAdded support for extensions that only manipulate appli...
2013-01-09 David GaleanoAdded private macro AWAITING_TIMEOUT instead of harcode...
2012-10-19 Alon Levylibwebsocket_context: add userspace pointer for use...
2012-07-20 Artem Baguinskicheck for prctl, poll parent PID if not present
2012-04-20 David Brooksimprove callback prototypes to use single definition
2012-04-12 Andy Greenmingw hide some missing includes
2012-04-09 Andy Greenstyle cleaning
2011-09-25 Andy Greenv08v13 add support v13 default
2011-05-28 Andy Greenextensions fix deflate stream vs mux and veto it on...
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-05-14 Andy Greenmake base 64 helper apis public
2011-05-14 Andy Greenwin32 fix release build
2011-04-29 Andy Greenfix deflate window
2011-04-25 Andy Greenmove send pipe choked api to public exports
2011-04-24 Andy Greenadd 07 support
2011-04-23 Andy Greenintroduce 07 opcode ordering
2011-03-22 Andy Greenpass ext pointer in ext callback
2011-03-08 Andy Greendisable nagle algorithm
2011-03-07 Andy Greenexpose random api
2011-03-07 Andy Greenadd extra state for waiting on close ack with timeout
2011-03-06 Andy Greencallback each active extension on packet tx pre send
2011-03-06 Andy Greenintroduce lws_send_pipe_choked
2011-03-06 Andy Greenintroduce lws_issue_raw
2011-03-05 Andy Greenintroduce struct libwebsocket_extension
2011-03-05 Andy Greenfix openssl breakage from win32
2011-03-02 Peter Hinzintroduce win32 build capability
2011-02-26 Andy Greenchange default client version to 06
2011-02-26 Andy Greenrequire close reason argument on close and free session
2011-02-26 Andy Greenintroduce 06 close status codes
2011-02-21 Andy Greenadd callback for OpenSSL client cert verification action
2011-02-14 Andy Greenadd include for gettimeofday even without ssl
2011-02-14 Darin WillitsOnly include anything from openssl if configured for it
2011-02-14 Andy Greenbreak client connect into states and apply timeout
2011-02-14 Andy Greenintroduce timeout system
2011-02-14 Darin WillitsApple / iOS build compatability patch
2011-02-14 Andy Greenunify server and client close
2011-02-13 Andy Greenintroduce-user-handshake-filter-callback.patch
2011-02-12 Andy Greendecouple-service-from-fd-array-index.patch
2011-02-10 Andy Greenoptimize-random-device-open.patch
2011-02-10 Andy Greenoptimize-server-for-all-zero-nonce-case.patch
2011-02-10 Andy Greenintroduce-new-05-socket-closure-rules.patch
2011-02-09 Andy Greenparse-and-reject-extensions-header.patch
2011-02-09 Andy Greenintroduce-ietf-05-framing-and-commandline-options.patch
2011-02-09 Andy Greenchange-client-mode-to-enum.patch
2011-01-30 Andy Greenintroduce-k-switch-defeat-masking.patch
2011-01-28 Andy Greenfix-host-header-contents--introduce-canonical-hostname...
2011-01-27 Andy Greenintroduce-http_proxy-support-no-auth.patch
2011-01-27 Andy Greenintroduce-test-ping-app.patch
2011-01-27 Andy Greenintroduce-ssl-client-connections--flow-control.patch
2011-01-23 Andy Greenclean--fix-sigpipe.patch
2011-01-22 Andy Greenintroduce-client-support.patch
2011-01-20 Andy Greenadd-enable-nofork-config-option.patch
2011-01-19 Andy Greenexpose-event-loop.patch
2011-01-19 Andy Greenintroduce-04-control-frames.patch
2011-01-18 Andy Greenintroduce-new-04-frame-unmasking.patch
2011-01-18 Andy Greenintroduce-new-04-masking-key-computation.patch
2011-01-18 Andy Greenintroduce-new-04-handshake.patch
2011-01-18 Andy Greenintroduce-new-04-headers-logic.patch
2011-01-18 Andy Greenadd-base64-encode-decode.patch
2010-12-20 Andy Greenuse-libcrypto-hash-implementations.patch
2010-12-19 Andy Greenclean-whitespace.patch
2010-12-19 Andy Greenclean-and-add-pedantic-remove-long-long.patch
2010-12-18 Andy Greenfork-sever-process-and-introduce-broadcast-api.patch
2010-11-13 Andy Greencoding-style-cleanups.patch
2010-11-12 Andy Greenmove-to-automatic-protocol-list-scheme.patch
2010-11-11 Andy Greenadd-Sec-WebSocket-Draft-and-protocol-autodetect.patch
2010-11-11 Andy Greenfix-rx-action-76.patch
2010-11-08 Andy Greenbreak-out-lib-sources.patch