coverity 181575: check vhost iface non-null if using via bind_iface
[platform/upstream/libwebsockets.git] / lib / lws-plat-unix.c
2017-07-19 Andy Greencoverity 181575: check vhost iface non-null if using...
2017-07-18 Andy Greenvalgrind: fix leak in caps handling
2017-06-07 Leonardo Maccari... Subject: Support to bind accepted socket to device...
2017-06-06 Andy Greencapabilities support
2017-06-05 Leonardo Maccari... Subject: windows: support to bind to a specific IPv6...
2017-05-09 Andy GreenLWS_WITH_STATS
2017-03-21 Aditya TirumalaSubject: Libevent: Initial Support
2017-03-21 Andy GreenCMake: add option to avoid GISPIPE IGN for Android 7+
2017-03-09 Silas Parkergcc-format-strings: 32-bit build
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-02-05 Martin MilataSubject: gcc format strings: Make GCC check format...
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-10-04 Andy Greenclosing drops any pending ah rx immediately
2016-10-04 Andy Greenport forced service checking from libuv
2016-10-03 Peter PentchevSubject: Fix some typographical and grammatical errors.
2016-09-14 Andy Greenlws_snprintf
2016-09-08 Fredrik SkogmanAdded build support for Solaris.
2016-07-14 Andy Piperwindows detect client connection error
2016-07-14 Andy Greendlfcn h only if plugins
2016-07-14 Andy Greendocumentation convert to doxygen
2016-05-04 Andy Greenlibuv fixes for foreign loop test
2016-05-02 Andy Greenplugins_dir convert to array
2016-04-22 Andy Greencruft remove sigusr2 handling
2016-04-13 Andy Greenhttp2 update integration
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-03-28 Andy Greenintroduce vhosts
2016-02-26 Andy Greenforce service properly when unconsumed rxbuf in ah
2016-02-25 Andy Greenunix privs change group before user
2016-02-15 Andy Greenah owns rxbuf
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-16 Andy Greenlws_interface_to_sa
2016-01-11 Andy Greenextension permessage deflate
2015-12-25 Peter PentchevRecognize Debian GNU/kFreeBSD as FreeBSD-ish.
2015-12-25 Andy Greenhttp header malloc pool implement pool
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