detect service tid once and use wsi with valid context to do it
[platform/upstream/libwebsockets.git] / lib / lws-plat-unix.c
2015-12-24 Andy Greendetect service tid once and use wsi with valid context...
2015-12-23 Andy Greenlibev complete unix plat context init
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-13 Andy Greenlws_plat_fd add wsi to fops and helpers
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-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-10-12 Thomas Greensladeadditional https post fix
2015-10-12 =?UTF-8?q?Joakim... Fix potential memory leak
2015-04-21 PokrovskiyFix broken libev support in client mode
2015-03-04 Andy Greenuse initgroups in plat unix
2015-02-28 banthonywalkerSubject: [PATCH] call lws_plat_inet_ntop instead of...
2015-01-29 Andy Greenssl pending buffered reads unbreak NO_SSL
2015-01-29 Andy Greenssl pending buffered reads use linked list
2015-01-26 Imo Farcherplat unix 64 bit timestamps on 32-bit os
2014-11-30 Andy Greencoverity 83657 plat unix check setsockopt return
2014-11-30 Andy Greencoverity 83659 plat unix check fstat return
2014-11-30 Andy Greencoverity 83660 plat unix check fcntl return
2014-11-30 Andy Greencoverity 83671 dead code
2014-10-09 Andy Greenssl optimize poll when buffered ssl read data
2014-10-08 Andy Greenssl fix pending reads stuck in ssl layer
2014-07-29 Aurelian PopFix TCP keepalive use in UNIX systems
2014-07-06 geqfix build on OpenBSD
2014-04-27 vpeter4Fix for binding socket to a specific interface (fixes...
2014-04-27 vpeter4Disable compile warning: no newline at end of file
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-03 Andy Greenrefactor ssl related code into ssl.c
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 Greenplat change to build selection by cmake
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-03-31 Andy Greenclean libwebsockets.c