win32: enable 64-bit file lengths
[platform/upstream/libwebsockets.git] / lib / handshake.c
2017-06-09 WebsocketUserwin32: enable 64-bit file lengths
2017-03-07 Andy Greenraw: enable server and client raw sockets
2017-02-18 Andy GreenESP32 platform
2017-02-05 Andy Greengcc- format strings: debug and extra plugins
2016-08-23 Andy Greencgi-retain-timeout-after-POST-send
2016-08-10 Andy Greenesp8266 initial support
2016-05-13 Andy Greenasserts log which
2016-05-09 Andy GreenPOST handling dont autocomplete transaction
2016-04-18 Andy Greenclient http
2016-04-13 Andy Greenhttp2 update integration
2016-03-21 Andy Greencgi env
2016-02-25 Andy Greencgi
2016-02-25 Andy Greenuser code must explicitly complete http transaction
2016-02-15 Andy Greentimeout settable from info
2016-02-15 Andy Greenah owns rxbuf
2016-01-26 Andy Greenmultithread stability
2016-01-11 Andy Greenextension permessage deflate
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
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-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-06 Andy Greenclean reduce windows build warnings
2015-12-05 Andy Greenmore server close processing error handling precisions
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-11-20 Andy Greenhttp post zero content length
2015-10-21 Andy Greenqualify server specific api with LWS_NO_SERVER
2015-10-21 Andy Greenkeepalive fix flow now forced closed removed
2014-10-09 Christian Schüldtssl renew timeout while post keeps coming
2014-10-08 Andy Greenhttp2 fix build when http2 disabled
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-08-16 Carl Stehlehttp keepalive needs to reinit some header union state
2014-08-07 Andrew CanadayReset hdr_parsing_completed for WSI_STATE_HTTP:
2014-07-18 Andrew CanadayKeep-alive: disable timeout and let TCP ka kill.
2014-07-18 Andrew CanadayMake sure headers are parsed before proceeding.
2014-07-14 Andrew CanadayDon't need 'content_remain' in libwebsocket_read
2014-07-14 Andrew CanadayHTTP Version, Keep-alive support, No-copy POST
2014-07-07 Andrew Canadaylibwebsockets_read: update 'len' after lws_handshake_se...
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-03 Andy Greenrefactor handshake client and server handling into...
2014-03-17 Andy Greennonzero return from client parser is close
2014-03-15 Andy Greenclient allow user callback to close on nonzero return
2014-02-28 Patrick GanstererAdd explicit cast to setsockopt() calls
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-27 Patrick GanstererRename leave to cleanup
2014-02-19 Craig McQueenCall libwebsocket_set_timeout() before callback LWS_CAL...
2014-02-15 Andy Greenadd timeout between accept and negotiation
2014-02-09 John Clarkfix LWS_NO_SERVER compile
2013-12-09 Andy Greensolve broken partial file sends
2013-12-08 Andy Greeninterpret zero rx buffer size as default in http
2013-11-24 kapejodSupport for HTTP POST.
2013-11-10 Andy Greenreal http status codes update attack.sh
2013-11-09 Andy Greenintroduce LWS_CALLBACK_FILTER_HTTP_CONNECTION
2013-11-09 Andy Greenmake ah available in http callback properly
2013-09-18 Andy Greenchange LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user...
2013-05-19 Andy Greentrac 28 - differentiate between http serving and accept...
2013-03-30 Peter PentchevHide private library symbols
2013-03-23 Andy GreenSOL_SNDBUF set to protocol rx size
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-09 Andy Greendont leak when protocol agreement probs
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-18 Andy Greenhandle http union transition properly
2013-02-14 Andy Greencreate user alloc for http if requested
2013-02-12 Andy Greensecurity harden http parser a bit
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenvalgrind drop header allocation down http path
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-08 Andy Greenhandshake bail3 should be bail
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 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
next