client: protect against possible NULL deref path
[platform/upstream/libwebsockets.git] / lib / private-libwebsockets.h
2016-09-14 Andy Greenlws_snprintf
2016-05-13 Sterling JensenFix leak caused by undestroyed pthread mutex
2016-04-23 Alexander BruinesAndroid needs sys/resource.h
2016-04-07 Andy Greenlibuv add idle processing to force service where needed
2016-04-04 Andy Greenlibuv win32 fixes
2016-03-29 V.KrishnFix build with musl libc
2016-03-17 Alex HultmanOptimize payload exhaustion
2016-03-04 Andy Greenwindows deal with no snprintf
2016-02-28 Andy Greenlibuv create 1Hz background timeout check
2016-02-28 Andy Greenah move more_rx_waiting to wsi scope
2016-02-24 Andy Greenws union member must have actual struct at start not...
2016-02-15 Andy Greentimeout settable from info
2016-02-15 Andy Greenah owns rxbuf
2016-02-14 Andy Greenlibuv integration
2016-02-13 Alex Hultmanlibuv initial replace libev version
2016-01-30 Andy Greenah http1.1 deal with pipelined headers properly
2016-01-26 Andy Greenmultithread stability
2016-01-20 Andy Greenintroduce LWS_WARN_UNUSED_RESULT
2016-01-19 Andy Greenmultithreaded service
2016-01-18 Andy Greentimeout move to doubly linked list
2016-01-18 Andy Greenavoid using deallocated things during context dedtroy
2016-01-15 Andy Greenredirect
2016-01-12 Andy Greenfuzzer rx overflow mitigate
2016-01-11 Andy Greenextension permessage deflate
2016-01-06 Denis Osvaldfix callback typedefs and declarations
2015-12-30 Andy Greenutf8 check compatible with extensions
2015-12-29 Andy Greenoptimize utf8 check tests into state bit
2015-12-29 Andy Greenautobahn check utf8 on TEXT and CLOSE
2015-12-28 Andy Greenautobahn reject noncontinuation based on pending FIN...
2015-12-28 Andy Greenautobahn detect disordered continuation
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
2015-12-28 Andy Greenautobahn extend max ping pong close payload to 125
2015-12-26 Andy Greenclose add api to control sent close frame contents
2015-12-26 Andy Greenrearrange private struct packing 2
2015-12-25 Andy Greenrearrange struct packing
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-25 Andy Greenhttp header malloc pool allow listen accept flow control
2015-12-25 Andy Greenws ping buffer allocate in wsi ws union member
2015-12-24 Andy Greendetect service tid once and use wsi with valid context...
2015-12-18 Andy Greenuridecoding disallow uriencoded equals in name part
2015-12-17 Andy Greenclean internal refactor
2015-12-17 Andy Greenwin solve various cranky problems with msvc
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 GreenURIPS_ARGUMENTS is redundant
2015-12-15 Andy Greendocument how the header fragments work
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 Andy Greenmbed3 align to recent changes
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenlibev take care about const context where possible
2015-12-13 Andy Greenmake protocols const require explicit context API BREAK
2015-12-13 Andy Greenlws_get_ctx conversion
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 more whitespace 4
2015-12-06 Andy Greenclean reduce windows build warnings
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-12-03 Andy Greenassert.h move to private header
2015-12-03 Peter PentchevFix some minor typos.
2015-11-20 Andy Greenreturn AWAITING_TIMEOUT to 5s
2015-11-14 Andy Greenmbed3 workable plus or minus mbed3 net stack bug
2015-11-14 Andy Greenmbed3 plat
2015-11-14 Andy Greenmbed3 warning cleaning
2015-11-14 Andy Greenintroduce lws_sockfd_type
2015-11-14 Andy Greenmbed3 build support
2015-11-13 Andy Greenwin client use platform invalid socket
2015-11-08 Andy Greenproxy auth
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-12 Andrew CanadayAdded libwebsocket_sigint_cfg for libev builds to provide
2015-10-12 Roger A. LightSeparate private defines in lws_config_private.h
2015-10-12 =?UTF-8?q?Joakim... Fix potential memory leak
2015-10-12 =?UTF-8?q?Joakim... Use LWS_HAVE_ instead of just HAVE_
2015-10-12 ABruinesAllow using CyaSSL in stead of wolfSSL
2015-10-12 Alexander BruinesMove from CyaSSL to wolfSSL
2015-10-12 =?UTF-8?q?Jos=C3... fix #309. Receive large messages over WSS
2015-04-22 wonder-miceFrom 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep...
2015-04-17 Andy Greenclose reply must use writable control reply path
2015-03-24 Andy Greenping allow zero length PING
2015-03-04 Andy Greenclean remove x perm on two sources
2015-01-30 Bud Daviswin32 use hashtable for fd management
2015-01-29 Andy Greenssl pending buffered reads use linked list
2015-01-28 Andy Greengethostbyname removal from lws get peer addresses
2014-12-13 Alejandro Meryadd container_of() macro
2014-12-04 Alejandro MerySubject: [PATCH] Introduce lws_free2() helper to free...
2014-12-04 Alejandro MerySubject: [PATCH] Add custom allocator support using...
2014-11-30 Andy Greencoverity 83680 kill needless semicolons
2014-11-18 Andy Greenandroid64 make bzero def conditional
2014-11-08 Andy Greenlws_union_transition
2014-11-07 Andrew CanadayAdding header table free function to make sure we free...
2014-11-01 Andy Greenhttp2 window update
2014-10-27 Andy Greenhttp2 padding and ping to autopong
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-18 Andy Greenhttp2 dont use incoming END_STREAM when sending headers
2014-10-18 Andy Greenhttp2 track content length add END_STREAM
2014-10-17 Andy Greenhttp2 handle flags
2014-10-16 joseph.urciuolissl allow externally managed SSL_CTX
2014-10-16 Andy Greentrac 89 add flag on fatal send fail to use simple close
2014-10-12 Andy Greenhttp2 able to send test.html to nghttp2
next