client: protect against possible NULL deref path
[platform/upstream/libwebsockets.git] / lib / output.c
2016-05-05 Andy Greenrecv revert treating zero as hangup
2016-04-14 Justin Chenrecv treat zero return as error
2016-02-15 Andy Greentimeout settable from info
2016-01-29 Andy Greenclean pre 1.7
2016-01-27 Andy Greenreduce debug logging mark socket dead when pollert
2016-01-26 Andy Greenmultithread stability
2016-01-20 Andy Greenintroduce LWS_WARN_UNUSED_RESULT
2016-01-19 Andy Greenmultithreaded service
2016-01-11 Andy Greenextension permessage deflate
2016-01-08 Andy Greenpartial always use partial buffering if send incomplete
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
2015-12-28 Andy Greenautobahn requires zero length tx allowed
2015-12-26 Andy Greenclose add api to control sent close frame contents
2015-12-26 Andy Greendeprecate LWS_SEND_BUFFER_POST_PADDING
2015-12-26 Andy Greenoutput eliminate redundant post calculation
2015-12-17 Andy Greenlws_get_context not _ctx
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-15 Andrejs HaninsFix corruption of close reason code in close frame
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 Greenlws_get_ctx conversion
2015-12-10 Andy Greenosx fix unsigned signed compare error
2015-12-10 Andy Greenlws_plat_fd implement platform default handlers
2015-12-06 Andy Greenclean reduce windows build warnings
2015-12-05 Andy Greenclean more whitespace 2
2015-12-04 Andy Greenclean tidy the worst whitespace alignment probs due...
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-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 Greenwin use platform invalid socket api elsewhere too
2015-11-06 Andrejs HaninsSubject: [PATCH] Fix for close ack sending
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-26 Andy Greenkeepalive close file when send completes dont wait...
2015-10-15 Mark Liknessallow EAGAIN and friends on straight read
2015-10-12 Andy Greenuse send MSG_NOSIGNAL
2015-10-12 =?UTF-8?q?Jos=C3... fix #309. Receive large messages over WSS
2015-10-11 =?UTF-8?q?Dalibor... [PATCH] added timeout reset in serve_http_file_fragment...
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-11-30 Andy Greencoverity 83661 output check lseek return
2014-10-18 Andy Greenhttp2 dont use incoming END_STREAM when sending headers
2014-10-18 Andy Greenhttp2 working nghttp fetch multi files completely
2014-10-18 Andy Greenhttp2 track content length add END_STREAM
2014-10-17 Andy Greenhttp2 handle flags
2014-10-16 Andy Greentrac 89 add flag on fatal send fail to use simple close
2014-10-12 Andy Greenhttp2 hpack basic decode ok including huff
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenhttp2 fix build when http2 disabled
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-08-18 Andy Greendeprecate no_buffer_all_partials
2014-04-10 Andy Greenfixes for close flush
2014-04-10 Andy Greenclose should flush any truncated send before really...
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-10 Andy Greentruncated send always callback on writeable
2014-04-06 Andy Greenallow signals during send
2014-04-06 Andy Greenrefactor add ssl read write single implementation
2014-04-03 Andy Greenclean small additional ifdef reduction
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-04-01 Andy Greentruncated send issue independent of LWS_NO_EXTENSIONS 2
2014-04-01 Andy Greenonly use clean buffer for failed write if sent something
2014-03-29 Patrick Ganstererwindows Use WSAWaitForMultipleEvents() instead of poll...
2014-03-23 Andy Greenssl output handle want read write
2014-03-23 Andy Greentruncated send keep and grow truncation buffer
2014-03-23 Andy Greenclean output.c a little
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Patrick GanstererCleanup include statements
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-15 Andy Greenfix zero length ping pong
2013-12-21 Nikolay Dimitrovfix dropmask dereference even when NULL
2013-12-10 mroszkoNO_EXTENSIONS fixes
2013-12-09 Andy Greenhandle EAGAIN during send
2013-11-24 Andreas Pakulatprotect the label with an ifdef
2013-11-10 Andy Greenreal http status codes update attack.sh
2013-11-09 Andy Greenallow other headers in http send file
2013-10-18 Andy Greenfix clean return path user code handle
2013-10-17 Andy Greenadd explicit error for partial send
2013-06-29 David Gauchardfix http incomplete send handling
2013-06-23 Joachim BauchSupport empty ping and pong packets.
2013-05-03 Andy Greenlog err if unable to open http file
2013-03-30 Peter PentchevHide private library symbols
2013-03-09 Henrik AbelssonFix printf format error
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-12 Andy Greenfix another escaape runon
2013-02-11 Andy Greenstyle cleanup
2013-02-10 Andy Greendont close in user callback wrapper let ancestor do it
2013-02-10 Andy Greenfix error path in file transfer
2013-02-10 Andy Greenthrow out lws_websocket_related cruft
2013-02-08 Andy Greenremove need for filepath buffer on http file serve
2013-01-30 Andy Greeninstrument latency
2013-01-29 Andy Greenevict all broadcast support
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-20 Andy Greenintroduce without extensions
2013-01-18 Andy Greenadd lws_confirm_legit_wsi
next