updated spec enabled ssl
[profile/ivi/libwebsockets.git] / lib / parsers.c
2013-03-07 Andy Greentrace 22 fix zero length close from client 53/3153/1
2013-03-07 Andy Greenreflect send completeness in lws_write return 47/3147/1
2013-03-07 Andy Greenremove header name buffer 14/3114/1
2013-03-07 Andy Greenunstaged server changes 00/3100/1
2013-03-07 Andy Greensecurity disallow repeated GET 87/3087/1
2013-03-07 Andy Greensecurity harden http parser a bit 86/3086/1
2013-03-07 Andy Greenfix ssl reject path for freeing header allocation 75/3075/1
2013-03-07 Andy Greenstyle cleanup 71/3071/1
2013-03-07 Andy Greenclient convert to new headers scheme eliminating mallocs 64/3064/1
2013-03-07 Andy Greenreplace per header mallocs with single malloc 3 level... 59/3059/1
2013-03-07 Andy Greendont close in user callback wrapper let ancestor do it 52/3052/1
2013-03-07 Andy Greenthrow out lws_websocket_related cruft 50/3050/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 Greenleverage TOKEN_SKIPPING better in parser 17/3017/1
2013-03-07 Andy Greensimplify parsing complete 16/3016/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 Greenchange bitfield setting to avoid gcc warnings 37/2937/1
2013-03-07 Andy Greenimprove frame_is_binary setting 36/2936/1
2013-03-07 Andy Greenrefactor and introduce without server configure option 34/2934/1
2013-03-07 Andy Greenintrodice tracking if frame is binary 33/2933/1
2013-03-07 Andy Greenadd lexical parser for headers 31/2931/1
2013-03-07 Andy Greensolve flowcontrol problems 29/2929/1
2013-03-07 Andy Greencheck errors on shutdown close 28/2928/1
2013-03-07 Andy Greenupdate ping test client and stop exposing payload to... 17/2917/1
2013-03-07 Andy Greenrefactor output.c 12/2912/1
2013-03-07 Andy Greenrefactor migrate client stuff to client.c 11/2911/1
2013-03-07 Andy Greenadd new context arg to libwebsockets_serve_http_file 10/2910/1
2013-03-07 Andy Greenoptimize http file sending 04/2904/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 GaleanoAdded support for continuation frames on the server. 69/2869/1
2013-03-07 David GaleanoFixed crash when HTTP requests method is not GET. 63/2863/1
2013-03-07 David GaleanoAvoid checking choked pipe if no extension has more... 53/2853/1
2013-03-07 David GaleanoAdded support for extensions that only manipulate appli... 45/2845/1
2013-03-07 David GaleanoFixed spacing. 42/2842/1
2013-03-07 David GaleanoFixed compiler warning on Windows. 34/2834/1
2012-04-20 David Brooksreduce debug spew
2012-04-09 Andy Greenstyle cleaning
2012-04-05 Nick Dowellmake duplicate headers append instead of get ignored
2012-04-04 Andy Greenmap wsorigin on to origin at an early point and stop...
2011-11-07 Andy Greendebug move most spew into debug macro
2011-10-04 Oleg Golosovskiyhttp charsets have case insensitive tokens
2011-09-25 Andy Greenfix failure to limit 7bit lengths
2011-09-25 Andy Greenv08v13 add support v13 default
2011-09-25 Andy Greenv08 receiver ignore frame with unhandled ext opcode
2011-09-25 Andy Greenv08 change ignore incoming set ext bits
2011-05-28 Andy Greenextensions fix deflate stream vs mux and veto it on...
2011-05-24 Andy Greenx google mux implement child close
2011-05-24 Andy Greenfix parser reaction to zero length payloads
2011-05-24 Andy Greenfix server ping coming as client payload
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-05-14 Andy Greenwin32 use binary flag on opening http file
2011-04-24 Andy Greenhandle new masking order and fixups
2011-04-24 Andy Greeninterpret new opcode map when 07
2011-04-24 Andy Greenissue new opcodes when 07
2011-04-24 Andy Greenwrite client frames the new way for 07
2011-04-24 Andy Greencarry over 06 stuff to 07
2011-04-24 Andy Greenadd 07 support
2011-04-15 Pavel BorzenkovFix segfault in libwebsocket_write()
2011-03-22 Andy Greenpass ext pointer in ext callback
2011-03-07 Andy Greenfix misunderstood fragmentation restriction
2011-03-07 Andy Greenadd CONTINUATION write mode
2011-03-07 Andy Greenadd extra state for waiting on close ack with timeout
2011-03-07 Pat McManus @Mozillainterop notes - libwebsocket -06 close
2011-03-06 Andy Greencallback each active extension on packet tx pre send
2011-03-06 Andy Greenintroduce lws_issue_raw
2011-03-02 Peter Hinzintroduce win32 build capability
2011-03-01 Andy Greenintroduce 76 00 client support
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-14 Andy Greenintroduce this param in callback fix server close on...
2011-02-14 Andy Greeneliminate dummy 76 challenge content in 04 plus
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-30 Andy Greenintroduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch
2011-01-30 Andy Greenclean-style.patch
2011-01-27 Andy Greenintroduce-test-ping-app.patch
2011-01-27 Andy Greenworkaround-32bit-size_t.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-frame-unmasking.patch
2011-01-18 Andy Greenintroduce-new-04-handshake.patch
2011-01-18 Andy Greenintroduce-new-04-headers-logic.patch
2010-12-20 Andy Greenclean--move-v2-support-to-claim-v3.patch
2010-12-19 Andy Greenclean-whitespace.patch
next