close: add LWSS_WAITING_TO_SEND_CLOSE_NOTIFICATION allowed to send
[platform/upstream/libwebsockets.git] / lib / output.c
2018-01-26 Andy Greenclose: add LWSS_WAITING_TO_SEND_CLOSE_NOTIFICATION... 30/168430/1 accepted/tizen/unified/20180129.073414 submit/tizen/20180126.083202
2017-07-28 Andy Greenpmd: autobahn fixes
2017-07-19 Andy Greenlws-meta
2017-07-07 Andy Greenlws_intptr_t
2017-06-09 WebsocketUserwin32: enable 64-bit file lengths
2017-05-09 Andy GreenLWS_WITH_STATS
2017-05-09 Andy Greenlws_write: report and reject suspicious lengths
2017-05-07 Andy Greenesp32: reapply pending count just for esp32
2017-05-03 Andy Greennon-ssl: return 0 on pending
2017-03-31 Andy Greenesp32: separate factory setup
2017-03-09 honjanehttp2: fix log compile errors
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-18 Andy GreenESP32 platform
2017-02-05 Andy Greengcc- format strings: debug and extra plugins
2017-02-05 Martin MilataSubject: gcc format strings: Make GCC check format...
2017-01-04 Andy Greenclient: MORE_SERVICE is not an error
2016-12-20 Andy GreenRFC7233 HTTP Ranges support for server
2016-08-21 Andy Greenquench logging
2016-08-10 Andy Greenesp8266 initial support
2016-08-10 Andy Greenws ping pong on idle connections
2016-07-14 Andy Greendocumentation convert to doxygen
2016-06-17 Andy Greenprotocol generic sessions
2016-06-07 Andy Greenlws_write escalate pending truncated to make the
2016-05-19 Andy Greenreplace LWS_MAX_SOCKET_IO_BUF with context creation...
2016-05-15 Andy Greenoutput size trimming with default rxbuf fix
2016-05-10 Andy Greenoutput allow LWS_PRE+4 on top of rx_buffer_size for...
2016-05-05 Andy Greenrecv revert treating zero as hangup
2016-04-22 Andy Greendebug spew reduce
2016-04-18 Andy Greenplugin lws server status
2016-04-15 Andy Greenlws access log option and lwsws conf
2016-04-15 Justin Chenrecv treat zero return as error
2016-04-15 Andy Greenjson dump vhost
2016-04-13 Andy Greenhttp2 update integration
2016-03-20 Andy Greenproxy rewrite
2016-03-18 Andy Greenclean signed mismatches and protect ssl specific code
2016-03-18 Alex Hultmanlws_write restrict chunk size
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
next