headers deleted after websocket established
[platform/upstream/libwebsockets.git] / lib / handshake.c
2013-02-07 Andy Greenheaders deleted after websocket established
2013-02-07 Andy Greenact on fatal parse problems
2013-02-06 Joakim SoderbergCMake support + fixed windows build.
2013-01-30 Andy Greenserver allow NULL protocol map to protocol 0
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-20 Andy Greenintroduce without extensions
2013-01-18 Andy Greenrefactor and introduce without server configure option
2013-01-17 Andy Greenadd lexical parser for headers
2013-01-16 Andy Greenupdate ping test client and stop exposing payload to...
2013-01-16 Andy Greenconfigure without client
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greenlogging ensure everyone has a newline
2013-01-12 Andy Greenaudit and make all malloc check for OOM
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 GaleanoClose connection if LWS_CALLBACK_HTTP returns non-zero.
2013-01-10 David GaleanoPass URI length to LWS_CALLBACK_HTTP.
2013-01-09 David GaleanoFixed compiler warnings on Windows.
2012-05-03 Andy Greencleanup extra wrapping needed on braced define
2012-04-13 Pasi Mankinenworkaround osx compiler bug
2012-04-09 Andy Greenstyle cleaning
2012-04-05 Nick Dowellfix heap corruption if HTTP callback calls libwebsocket...
2012-04-04 Nick Dowellhandle unsupported protocol correctly
2012-03-29 Andy Greenfix issuing null extension header if none supported
2011-11-07 Andy Greendebug move most spew into debug macro
2011-11-07 Alex BlighAdd libwebsockets_ensure_user_space
2011-09-25 Andy Greenv08v13 add support v13 default
2011-05-24 Andy Greenx google mux implement child close
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-04-24 Andy Greencarry over 06 stuff to 07
2011-03-22 Andy Greenpass ext pointer in ext callback
2011-03-09 Patrick McManuslibwebsockets - gcc warnings
2011-03-07 Andy Greenadd extra state for waiting on close ack with timeout
2011-03-06 Andy Greenallow extensions for parsing
2011-03-06 Andy Greencreate server extension response dynamically
2011-03-02 Peter Hinzintroduce win32 build capability
2011-02-26 Andy Greencarry over 05 specific stuff to 06
2011-02-26 Andy Greenrequire close reason argument on close and free session
2011-02-26 Andy Greenonly send sec webscoket nonce on 04
2011-02-26 Andy Greenmake origin optional on server
2011-02-14 Andy Greenintroduce this param in callback fix server close on...
2011-02-14 Andy Greenunify server and client close
2011-02-13 Andy Greenintroduce-user-handshake-filter-callback.patch
2011-02-10 Andy Greenoptimize-random-device-open.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-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-19 Andy Greenintroduce-04-control-frames.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
2010-12-20 Andy Greenuse-libcrypto-hash-implementations.patch
2010-12-20 Andy Greenclean--move-v2-support-to-claim-v3.patch
2010-12-19 Andy Greenclean-and-add-pedantic-remove-long-long.patch
2010-11-15 Andy Greenfix-md5-problem.patch
2010-11-13 Andy Greencoding-style-cleanups.patch
2010-11-12 Andy Greenfix-revents-inherited-from-old-socket-bug.patch
2010-11-12 Andy Greenfix-user-pointer-bug.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 Greenadd-protocol-filter.patch
2010-11-08 Andy Greenstyle-cleanups.patch
2010-11-08 Andy Greenbreak-out-lib-sources.patch