test-client: fix broken protocol names
[platform/upstream/libwebsockets.git] / lib / lws-plat-win.c
2016-04-07 Andy Greenlibuv add idle processing to force service where needed
2016-02-29 Ondracowince minor adaptations
2016-02-29 Andy Greenwindows listen for pollhup
2016-02-18 Andy Greenwindows plat correct assert test in lws_poll_listen_fd
2016-02-15 Andy Greenah owns rxbuf
2016-01-28 Andy Greenwin dont redefine _WINSOCK_DEPRECATED_NO_WARNINGS
2016-01-26 Andy Greenmultithread stability
2016-01-19 Andy Greenmultithreaded service
2016-01-16 Andy Greenlws_interface_to_sa
2015-12-26 Andy Greenrearrange private struct packing 2
2015-12-24 Andy Greendetect service tid once and use wsi with valid context...
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-14 Andy Greenwin align to recent changes
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenlws_plat_fd add wsi to fops and helpers
2015-12-13 Andy Greenwin open flags 3 lsb are not bitfields
2015-12-10 Andy Greenwindows use right perversion flgs
2015-12-10 Andy Greenlws_plat_fd implement platform default handlers
2015-12-09 Andy Greenplat combine inits into single lws_plat_init and provid...
2015-12-06 Andy Greenclean reduce windows build warnings
2015-12-05 Andy Greenwindows align lws_service_fd return processing with...
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-11-19 Andy Greenwin remove piggybacked hack
2015-11-18 Andy Greenwindows eliminate duplicate POLLOUT
2015-11-13 Andy Greenplat win be robust against NULL wsi_from_fd 3
2015-11-13 Andy Greenplat win be robust against NULL wsi_from_fd 2
2015-11-13 Andy Greenplat win be robust against NULL wsi_from_fd
2015-10-12 =?UTF-8?q?Joakim... Fix potential memory leak
2015-04-15 Andy Greenwindows check for NULL getprotobyname
2015-01-30 Bud Daviswin32 use hashtable for fd management
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-11-06 Emerson Clarkeplat win add ibterface to sa
2014-04-15 Patrick GanstererWindows: Fix implementation of lws_plat_inet_ntop()
2014-04-15 Patrick GanstererWindows: Fix the passed parameter to the setsockopt...
2014-04-03 Andy Greenwindows fix breakage from plat refactor
2014-04-02 Andy Greenclean move lws_plat externs
2014-04-02 Andy Greenipv6 use lws_plat_ to avoid win naming collision
2014-04-02 Andy Greenwin32 inet_top
2014-04-02 Andy Greenplat change to build selection by cmake
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-03-31 Andy Greenwin32 clean remove leftover ifdef
2014-03-31 Andy Greenclean libwebsockets.c