clean: fixes for appveyor warnings
[platform/upstream/libwebsockets.git] / lib / server-handshake.c
2017-07-18 Andy Greenclean: fixes for appveyor warnings
2017-05-29 emptyVoidSubject: Direct extension confirmation to the negotiate...
2017-03-08 Andy Greencoverity 177526: pointer difference already scaled
2017-03-07 Andy Greenext: use arguments and reply with them
2016-12-16 Andy Greenws-server: restrict returned Sec-Websocket-Protocol...
2016-08-10 Andy Greenesp8266 initial support
2016-07-14 Andy Greenplugin table dirlisting
2016-07-14 Andy Greendefer ESTABLISHED until after mode is WS_SERVING
2016-05-19 Andy Greenreplace LWS_MAX_SOCKET_IO_BUF with context creation...
2016-04-01 Andy Greentest server align rxbuf with permessage deflate rx...
2016-03-28 Andy Greenintroduce vhosts
2016-01-29 Andy Greenclean pre 1.7
2016-01-26 Andy Greenmultithread stability
2016-01-19 Andy Greenmultithreaded service
2016-01-12 Andy Greenfuzzer eliminate hsecond ah free path firing assert...
2016-01-11 Andy Greenextension permessage deflate
2015-12-30 Andy Greenext negotiation tolerate semicolon args
2015-12-17 Andy Greenserver check cb return during establish
2015-12-17 Andy Greenlws_get_context not _ctx
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenmake protocols const require explicit context API BREAK
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-08 Alexander BruinesAccess to wsi->ssl at LWS_CALLBACK_ESTABLISHED
2015-12-04 Andy Greenclean tidy the worst whitespace alignment probs due...
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-04-07 Andy Greenparser restrict unknown header paranoia to server methods
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-12-01 Andy Greenrevert 187
2014-11-07 Andrew CanadayDon't free wsi->u.hdr.ah except through lws_free_header...
2014-10-29 Rene JagerSubject: [PATCH] fixes for handling multiple protocols...
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-25 Andy Greeninternal SHA1 users all use libwebsockets_SHA1
2014-04-10 Andy Greenfixup no extentsion around last clean
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-12 Andy Greeneliminate snprintf
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-11 Andy Greenuse part of service buffer to make response not malloc
2013-02-10 Andy Greenuse context service buffer instead of stack for clent_c...
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-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