win32: enable 64-bit file lengths
[platform/upstream/libwebsockets.git] / lib / lws-plat-win.c
2017-06-09 WebsocketUserwin32: enable 64-bit file lengths
2017-06-05 Leonardo Maccari... Subject: windows: support to bind to a specific IPv6...
2017-04-19 Joel WinarskeSubject: windows: fops write support
2017-04-19 dspnamewindows: constify first arg of plat fops open
2017-04-18 Andy Greenwindows: align choked trunc checking with unix
2017-03-05 Andy Greenfops-zip
2017-03-01 Andy Greenfops: allow setting from context creation and introduce...
2017-03-01 Andy Greenadoption: make union for socket and file fds
2017-02-26 Andy Greenfops: refactor around lws_fops_fd_t
2017-02-12 Andy Greenfile_ops: add compression flags and convert open flags...
2017-01-17 Andy Greenwindows: reduce C99isms to something MS compiler can...
2017-01-16 Andy Greenwin32 fixes
2016-12-23 namowenlws_plat_service_tsi: accessing context before checking...
2016-12-20 Andy Greencontext deprecation
2016-12-16 Andy Greenalias lws_plat_service_tsi to lws_service_tsi in public api
2016-10-10 Andy Greenadjust_timeout: with default lws_plat_service_tsi allow...
2016-10-06 Andy Greenextpoll: expose forced service apis
2016-09-05 Andy Greenwindows: WCHAR in lws_plat_inet_ntop needs double the...
2016-07-14 Mike MessinaRecheck slot when an FD gets closed and make formatting...
2016-07-14 mmessinaUse one event for all sockets to avoid 64 limit and...
2016-07-14 Andy Greenwin32-clean-and-use-do-while
2016-07-14 Andy Piperwindows detect client connection error
2016-07-14 Andy Greendocumentation convert to doxygen
2016-06-16 OndraCoModified the 64 connections "backup" so that there...
2016-06-16 OndraCoAdded a back-up in case of more than 64 connections.
2016-05-25 Andy Greenwindows call plugins init on win32 plat
2016-05-05 OndraCoChanges to enable WIN CE support
2016-04-26 Stephan EberleFixes for building with MinGW
2016-04-07 Andy Greenlibuv add idle processing to force service where needed
2016-03-28 Andy Greenintroduce vhosts
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