updated spec enabled ssl
[profile/ivi/libwebsockets.git] / lib / handshake.c
2013-03-07 Andy Greenremove lws_ensure_user_space from public api change... 22/3122/1
2013-03-07 Andy Greenhandle http union transition properly 13/3113/1
2013-03-07 Andy Greencreate user alloc for http if requested 04/3104/1
2013-03-07 Andy Greensecurity harden http parser a bit 86/3086/1
2013-03-07 Andy Greenstyle cleanup 71/3071/1
2013-03-07 Andy Greenvalgrind drop header allocation down http path 60/3060/1
2013-03-07 Andy Greenreplace per header mallocs with single malloc 3 level... 59/3059/1
2013-03-07 Andy Greenhandshake bail3 should be bail 33/3033/1
2013-03-07 Andy Greenremove fixed rx buffer allow definition per protocol 32/3032/1
2013-03-07 Andy Greenunionize header token array 20/3020/1
2013-03-07 Andy Greenheaders deleted after websocket established 18/3018/1
2013-03-07 Andy Greenact on fatal parse problems 15/3015/1
2013-03-07 Joakim SoderbergCMake support + fixed windows build. 02/3002/1
2013-03-07 Andy Greenserver allow NULL protocol map to protocol 0 82/2982/1
2013-03-07 Andy Greenunionize mutually exclusive wsi members 59/2959/1
2013-03-07 Andy Greenremove all support for pre v13 protocols 56/2956/1
2013-03-07 Andy Greenintroduce without extensions 50/2950/1
2013-03-07 Andy Greenrefactor and introduce without server configure option 34/2934/1
2013-03-07 Andy Greenadd lexical parser for headers 31/2931/1
2013-03-07 Andy Greenupdate ping test client and stop exposing payload to... 17/2917/1
2013-03-07 Andy Greenconfigure without client 14/2914/1
2013-03-07 Andy Greenhttp service break into outer loop states 96/2896/1
2013-03-07 Andy Greenlogging ensure everyone has a newline 91/2891/1
2013-03-07 Andy Greenaudit and make all malloc check for OOM 83/2883/1
2013-03-07 Andy Greenintroduce logging api and convert all library output... 78/2878/1
2013-03-07 Aaron Zinmancompile in xcode, privatize debug macro 77/2877/1
2013-03-07 David GaleanoClose connection if LWS_CALLBACK_HTTP returns non-zero. 68/2868/1
2013-03-07 David GaleanoPass URI length to LWS_CALLBACK_HTTP. 58/2858/1
2013-03-07 David GaleanoFixed compiler warnings on Windows. 36/2836/1
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