Added HTTP OPTIONS support:
[platform/upstream/libwebsockets.git] / lib / parsers.c
2014-07-06 Andrew CanadayAdded HTTP OPTIONS support:
2014-07-06 Andrew CanadayReducing CPU cycles spent calculating per-header length...
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-06-29 Andrew CanadayAdded new HTTP headers and WSI tokens:
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-03-09 Andy Greenupgrade and improve storage efficiency of minilex
2014-02-28 Patrick GanstererCleanup include statements
2014-02-15 Andy Greenfix zero length ping pong
2013-11-24 kapejodSupport for HTTP POST.
2013-11-13 Andy Greencase insensitive http headers
2013-11-12 Andy Greenintroduce uri args
2013-11-12 Andy Greenback up directory paths properly
2013-11-10 Andy Greenuri santitation fixes deal with single dot update attack.sh
2013-11-10 Andy Greentranslate and protect uri test sever use uri path
2013-11-09 Andy Greenimprove minilex use external parsing header
2013-11-04 Andreas PakulatSupport _WIN32 in addition to WIN32 define
2013-03-30 Peter PentchevHide private library symbols
2013-03-23 Andy Greencosmetic debug improvements
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-09 Andy Greendont sweat unkknown method for client
2013-02-28 Andy Greentrace 22 fix zero length close from client
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-18 Andy Greenremove header name buffer
2013-02-14 Andy Greenunstaged server changes
2013-02-12 Andy Greensecurity disallow repeated GET
2013-02-12 Andy Greensecurity harden http parser a bit
2013-02-11 Andy Greenfix ssl reject path for freeing header allocation
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenclient convert to new headers scheme eliminating mallocs
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-10 Andy Greendont close in user callback wrapper let ancestor do it
2013-02-10 Andy Greenthrow out lws_websocket_related cruft
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-07 Andy Greenunionize header token array
2013-02-07 Andy Greenheaders deleted after websocket established
2013-02-07 Andy Greenleverage TOKEN_SKIPPING better in parser
2013-02-07 Andy Greensimplify parsing complete
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-19 Andy Greenchange bitfield setting to avoid gcc warnings
2013-01-19 Andy Greenimprove frame_is_binary setting
2013-01-18 Andy Greenrefactor and introduce without server configure option
2013-01-18 Andy Greenintrodice tracking if frame is binary
2013-01-17 Andy Greenadd lexical parser for headers
2013-01-17 Andy Greensolve flowcontrol problems
2013-01-17 Andy Greencheck errors on shutdown close
2013-01-16 Andy Greenupdate ping test client and stop exposing payload to...
2013-01-16 Andy Greenrefactor output.c
2013-01-16 Andy Greenrefactor migrate client stuff to client.c
2013-01-16 Andy Greenadd new context arg to libwebsockets_serve_http_file
2013-01-16 Andy Greenoptimize http file sending
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 GaleanoAdded support for continuation frames on the server.
2013-01-10 David GaleanoFixed crash when HTTP requests method is not GET.
2013-01-10 David GaleanoAvoid checking choked pipe if no extension has more...
2013-01-09 David GaleanoAdded support for extensions that only manipulate appli...
2013-01-09 David GaleanoFixed spacing.
2013-01-09 David GaleanoFixed compiler warning on Windows.
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
next