handle same vh protocol reinsert
[platform/upstream/libwebsockets.git] / lib / pollfd.c
2017-08-12 Andy Greenhandle same vh protocol reinsert
2017-07-19 Andy Greenlws-meta
2017-05-09 Andy GreenLWS_WITH_STATS
2017-04-06 Andy Greenraw: take care about same vh protocol linked list
2017-04-05 Andy Greenpollout: handle request for pollout during pollout...
2017-03-21 Aditya TirumalaSubject: Libevent: Initial Support
2017-03-01 Andy Greenadoption: make union for socket and file fds
2017-02-22 Andy Greenmbed3: sayonara
2017-02-18 Andy GreenESP32 platform
2017-02-05 Andy Greengcc- format strings: debug and extra plugins
2016-12-20 Andy Greencontext deprecation
2016-08-10 Andy Greenclient fixups after esp8266
2016-08-10 Andy Greenesp8266 initial support
2016-07-14 Andy Greendocumentation convert to doxygen
2016-04-16 Andy Greenvh doubly linked list for wsi on same protocol
2016-04-13 Andy Greenhttp2 update integration
2016-04-07 Andy Greenplugins
2016-03-28 Andy Greenintroduce vhosts
2016-02-25 Andy Greendefeat POLLOUT if socket in shutdown wait
2016-02-14 Andy Greenlibuv integration
2016-01-29 Andy Greenclean pre 1.7
2016-01-26 Andy Greenmultithread stability
2016-01-19 Andy Greenmultithreaded service
2016-01-11 Andy Greenextension permessage deflate
2015-12-24 Andy Greendetect service tid once and use wsi with valid context...
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-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 wmarquesrRefactoring conditional directives for if wrappers
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-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-11-25 Andy Greenmbed3 working examples
2015-11-20 Andy GreenCALLBACK_LOCK_POLL use len to differentiate locking...
2015-11-14 Andy Greenmbed3 workable plus or minus mbed3 net stack bug
2015-11-14 Andy Greenmbed3 plat
2015-11-14 Andy Greenmbed3 warning cleaning
2015-11-14 Andy Greenwin use platform invalid socket api elsewhere too
2015-10-14 Andy Greenimprove callback close checking
2015-10-14 bdavisfd test will fail under windows, where file descriptors...
2015-04-22 Joe KilnerEnsure proper cleanup is performed if last websocket is
2015-01-30 Bud Daviswin32 use hashtable for fd management
2014-12-15 Andy Greenclean unmix declarations and code
2014-12-13 Octav ZlatiorSubject: [PATCH] Fixes occasional segfault in lws_chage...
2014-11-01 Andy Greenhttp2 window update
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-02 Andy Greenrefactor pollfd related functions into pollfd.c