multithreaded service
[platform/upstream/libwebsockets.git] / lib / service.c
2016-01-19 Andy Greenmultithreaded service
2016-01-18 Andy Greentimeout move to doubly linked list
2016-01-15 Andy Greenfix client getting hung up on at negotiation
2016-01-11 Andy Greenextension permessage deflate
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
2015-12-26 Andy Greenclose add callback to get peer close reason
2015-12-17 Andy Greenlws_get_context not _ctx
2015-12-17 Andy Greenclean internal refactor
2015-12-17 Andy Greenwin cover clearing sock_send_blocking when external...
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-14 Andy Greenwhitespace trailing mass cleanout
2015-12-06 Andy Greenclean reduce windows build warnings
2015-12-05 Andy Greenserver socket service close when detected do right...
2015-12-05 Andy Greenclean more whitespace 2
2015-12-05 Andy Greenclean more whitespace
2015-12-05 Andy Greenserver socket service close fix fail detect
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-12-03 Andrew CanadayHandle pending SSL reads which would otherwise not...
2015-11-15 Andy Greenclose actually close after send close ack
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-06 Andrejs HaninsSubject: [PATCH] Fix for close ack sending
2015-10-16 Andy Greenattempt to get correct close flow banning writeable...
2015-10-15 Andy Greenavoid changing wrong revents if connection closed
2015-10-12 =?UTF-8?q?Jos=C3... fix #309. Receive large messages over WSS
2015-04-25 Andy Greenclose also enable pollout processing for post send...
2015-04-25 Andy Greenclose send close ack control packet type
2015-04-17 Andy Greenclose reply must use writable control reply path
2015-04-12 Andy Greentimeout counts as pernmanently unusable close
2015-03-24 Andy Greenping allow zero length PING
2015-01-30 Bud Daviswin32 use hashtable for fd management
2014-12-10 Andy GreenNO_EXTENSION clean out handled var in handle_POLLOUT_event
2014-12-10 Andy GreenNO_SERVER_fix cosmetic warning
2014-12-04 Alejandro MerySubject: [PATCH] Introduce lws_free2() helper to free...
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-11-30 Andy Greencoverity 83664 consistently check NULL
2014-11-30 Andy Greencoverity 83667 dead code
2014-11-30 Andy Greencoverity 83681 unused assignment
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-09 Andy Greenssl optimize poll when buffered ssl read data
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenssl fix pending reads stuck in ssl layer
2014-10-08 Andy Greenhttp2 fix build when http2 disabled
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-30 Andy Greenhttp2 add h2c upgrade and http2 connmode
2014-08-24 Andy Greendefer PONG send until no partial send buffer
2014-07-06 AndyMcGTrac 75: fix uxexpected ssl connection close
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-10 Andy Greenfixes for close flush
2014-04-10 Andy Greenclose should flush any truncated send before really...
2014-04-10 Andy Greeninform timeout source when TIMEDOUT_WAITING
2014-04-06 Andy Greenfix accept nonzero as close from WRITEABLE callback
2014-04-06 Andy Greenrefactor use unified ssl read write functions
2014-04-03 Andy Greenclean small additional ifdef reduction
2014-04-03 Andy Greenrefactor move flow control to server.c
2014-04-02 Andy Greenrefactor service related functions into service.c