Subject: Eliminated 'unused variable' compiler warning generated with -DLWS_WITH_NO_L...
[platform/upstream/libwebsockets.git] / lib / client-parser.c
2017-03-26 Andy Greenpmd: handle case we are already on drain list
2017-03-25 Andy Greenpmd: align client rx sm with server one
2017-02-27 Andy Greenclient: take care of rx close during pending partial...
2017-02-05 Andy Greengcc- format strings: debug and extra plugins
2016-08-10 Andy Greenws ping pong on idle connections
2016-05-19 Andy Greenreplace LWS_MAX_SOCKET_IO_BUF with context creation...
2016-03-23 Andy GreenLWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to...
2016-01-29 Andy Greenclean pre 1.7
2016-01-20 Andy Greenintroduce LWS_WARN_UNUSED_RESULT
2016-01-19 Andy Greenmultithreaded service
2016-01-11 Andy Greenextension permessage deflate
2015-12-30 Andy Greenutf8 check compatible with extensions
2015-12-29 Andy Greenoptimize utf8 check tests into state bit
2015-12-29 Andy Greenintroduce LWS_SERVER_OPTION_VALIDATE_UTF8
2015-12-29 Andy Greenautobahn check utf8 on TEXT and CLOSE
2015-12-28 Andy Greenautobahn reject forbidden close code ranges
2015-12-28 Andy Greenautobahn reject noncontinuation based on pending FIN...
2015-12-28 Andy Greenautobahn detect disordered continuation
2015-12-28 Andy Greenautobahn reject on reserved opcode or bits
2015-12-28 Andy Greenautobahn extend max ping pong close payload to 125
2015-12-28 Andy Greenautobahn requires zero length rx allowed
2015-12-26 Andy Greenclose add api to control sent close frame contents
2015-12-25 Andy Greenws ping buffer allocate in wsi ws union member
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-06 Andy Greenclean more whitespace 3
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-03-24 Andy Greenping client ping handling use same infrastructure as...
2014-11-30 Andy Greencoverity 83665 fail on null buffer
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-03-23 Andy Greenfix NO_EXTENSIONS
2014-03-15 Andy Greenclient allow user callback to close on nonzero return
2014-02-15 Andy Greenfix zero length ping pong
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-18 Andy Greenfix no extensions build
2013-02-14 Andy Greencheck for default protocol rx buf limit
2013-02-11 Andy Greenstyle cleanup
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 Greenact on fatal parse problems
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-16 Andy Greenupdate ping test client and stop exposing payload to...
2013-01-16 Andy Greenrefactor migrate client stuff to client.c