client: add libuv support to lws_client_reset
[platform/upstream/libwebsockets.git] / lib / libuv.c
2017-06-26 Andy Greenclient: add libuv support to lws_client_reset
2017-05-23 Petar ParadzikSubject: libuv: Fix closing handle multiple times
2017-04-28 Andy Greenesp32: return random length from lws_get_random
2017-03-22 Andy Greendebug: reduce spew for debug log level
2017-03-20 Andy Greenext: pmd: improve dealing with partial input usage...
2017-03-01 Andy Greenadoption: make union for socket and file fds
2016-12-20 Andy Greencontext deprecation
2016-12-20 Andy Greenuv: dont try to touch watcher until after loop initialized
2016-12-16 Bablooosvhost: allow adding vhosts after server init
2016-12-16 Andy Greenalias lws_plat_service_tsi to lws_service_tsi in public api
2016-10-04 Andy Greenport forced service checking from libuv
2016-09-14 Andy Greenlws_snprintf
2016-08-19 Andy Greenuv: dont handle SIGSEGV, SIGFPE
2016-05-25 Andy Greenwindows adapt plugin name format vs functions
2016-05-15 Andy Greenwin fix warnings from appveyor
2016-05-13 Andy Greenasserts log which
2016-05-12 Andy Greencheck oom on lws_malloc
2016-05-08 Andy Greenlibuv tidy up destroy and disable timer races during...
2016-05-04 Andy Greenlibuv fixes for foreign loop test
2016-05-02 Andy Greenplugins_dir convert to array
2016-04-19 Andy Greenwindows another uv_poll_init
2016-04-16 Andy Greenvh doubly linked list for wsi on same protocol
2016-04-13 Andy Greenlwsws cgi integration
2016-04-13 Andy Greenlwsws conf and plugins convert to libuv apis
2016-04-07 Andy Greenplugins
2016-04-07 Andy Greenlibuv add idle processing to force service where needed
2016-04-04 Andy Greenlibuv report init failure
2016-04-01 Meir Yanovichlibuv win32 fixes 2
2016-03-31 Andy Greenlibuv win32 fixes
2016-03-28 Andy Greenintroduce vhosts
2016-03-23 Andy GreenLWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to...
2016-03-22 Denis Osvaldlibuv: sigint API cleanup
2016-03-22 Denis Osvaldlibuv: handle signals only if requested
2016-03-02 Alex Hultmanlibuv.c: Service fd with LWS_POLLHUP on poll errors
2016-02-29 Andy Greenadopt readbuf do service
2016-02-27 Andy Greenlibuv create 1Hz background timeout check
2016-02-20 Alex HultmanStop uv loop in default signal handler, clean-ups
2016-02-20 Alex HultmanMake sure every handle is closed before destroying...
2016-02-20 Alex HultmanDon't destroy ev/uv loops if they haven't been created yet
2016-02-14 Andy Greenlibuv integration