mbed3 plat
[platform/upstream/libwebsockets.git] / lib / output.c
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
2013-01-17 Andy Greencheck errors on shutdown close
2013-01-16 Andy Greenupdate ping test client and stop exposing payload to...
2013-01-16 Andy Greenexport lswl_hexdump
2013-01-16 Andy Greenrefactor output.c