autobahn wait for all fork completion
[platform/upstream/libwebsockets.git] / lib /
2016-02-14 Andy Greenlibuv integration
2016-02-13 Alex Hultmanlibuv initial replace libev version
2016-02-12 Dan AlbertAsk sysconf for Android's getdtablesize.
2016-02-09 Andy Greenlws_reset_header_table dont reset NULL
2016-02-08 Andy Greenlicense clarification and test apps CC zero
2016-02-06 Andy Greenlws_parse_uri fix test client use and add more docs
2016-02-06 Andy Greenah pool take care about freeing headers after parsing
2016-02-02 Andy Greendebug spew remove ah reset logging
2016-02-02 Andy GreenLWS_WARN_DEPRECATED and fixup older test apps
2016-01-30 Andy Greenah http1.1 deal with pipelined headers properly
2016-01-29 Andy Greenclean pre 1.7
2016-01-29 Andy Greencoverity 157401 dont test SHUTDOWN state in mode switch
2016-01-29 Andy Greencoverity 157402 explicitly disallow handling invalid...
2016-01-29 Andy Greencoverity 157404 get rid of needless NULL check
2016-01-29 Andy Greenrestrict SO_REUSEPORT to multithreading only so no...
2016-01-29 Andy Greenhttp1.1 keepalive drop ah betweentimes
2016-01-28 Andy Greenwin dont redefine _WINSOCK_DEPRECATED_NO_WARNINGS
2016-01-28 Danomi Czaskilextable add x-real-ip
2016-01-27 Andy Greenreduce debug logging mark socket dead when pollert
2016-01-26 Andy Greenlws_adopt_socket
2016-01-26 Andy Greenmultithread stability
2016-01-21 Andy Greenfuzzer handle junk after upgrade header
2016-01-21 Andy Greenunify bounds checking in parser
2016-01-21 Andy Greenwin add dummy LWS_WARN_UNUSED_RESULT
2016-01-20 Andy Greenmbed align with pt changes
2016-01-20 Andy Greenintroduce LWS_WARN_UNUSED_RESULT
2016-01-20 Andy Greenheader fragment reject empty early
2016-01-19 Andy Greentolower remove
2016-01-19 Andy Greenparser issue_char audit
2016-01-19 Andy Greentimeout also fixup for0middle guy deletion case
2016-01-19 Andy Greentimeout check take copies since he may be deleted
2016-01-19 Andy Greencoverity 156860 wsi dereference before NULL check
2016-01-19 Andy Greencoverity 156861 context destroy dereference context...
2016-01-19 Andy Greencoverity 156862 unused return value
2016-01-19 Andy Greenmultithreaded service
2016-01-19 Andy Greenfix broken ext arg parsing
2016-01-18 Andy Greentimeout move to doubly linked list
2016-01-18 Andy Greenavoid using deallocated things during context dedtroy
2016-01-18 Andy Greencleaning
2016-01-16 Andy Greenlws_interface_to_sa
2016-01-16 Andy Greenuse lws_close not raw close
2016-01-15 Andy Greenpermessage deflate male callback VISIBLE
2016-01-15 Andy Greenfix client getting hung up on at negotiation
2016-01-15 Andy Greenredirect
2016-01-15 Andy Greenparse_uri
2016-01-15 Vijay Khurdiyassl add ECDH server support
2016-01-14 Andy Greenonly report CLIENT_CONNECTION_ERROR once on some paths
2016-01-13 Andy Greenremove double free attempts from no ACCEPT server respo...
2016-01-12 Andy Greenfuzzer eliminate hsecond ah free path firing assert...
2016-01-12 Andy Greenfuzzer rx overflow mitigate
2016-01-12 Andy Greenlws_client_connect_via_info
2016-01-11 Andy Greenextension permessage deflate
2016-01-09 Andy Greenclean libev.c style
2016-01-08 Andy Greenlibev set events to match revents
2016-01-08 Andy Greenpartial always use partial buffering if send incomplete
2016-01-06 Denis Osvaldproperly skip protocols with NULL name
2016-01-06 Denis Osvaldfix callback typedefs and declarations
2015-12-30 Andy Greendoc improve docs around header access apis
2015-12-30 Andy Greenext negotiation tolerate semicolon args
2015-12-30 Andy Greenutf8 check compatible with extensions
2015-12-29 Andy Greenoptimize utf8 check tests into state bit
2015-12-29 Andy Greenintroduce LWS_SERVER_OPTION_VALIDATE_UTF8
2015-12-29 Andy Greenautobahn check utf8 on TEXT and CLOSE
2015-12-28 Andy Greenautobahn reject forbidden close code ranges
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 reject on reserved opcode or bits
2015-12-28 Andy Greenautobahn extend max ping pong close payload to 125
2015-12-28 Andy Greenautobahn report final frag only on final rx bufload
2015-12-28 Andy Greenautobahn requires zero length tx allowed
2015-12-28 Andy Greenautobahn requires zero length rx allowed
2015-12-26 Andy Greenclose add api to control sent close frame contents
2015-12-26 Andy Greenclose add callback to get peer close reason
2015-12-26 Andy Greenmbed3 remove unused allocations
2015-12-26 Andy Greendeprecate LWS_SEND_BUFFER_POST_PADDING
2015-12-26 Andy Greenoutput eliminate redundant post calculation
2015-12-26 Andy Greenremove MAX_MUX_RECURSION from PRE padding
2015-12-26 Andy Greenrearrange private struct packing 2
2015-12-25 Peter PentchevRecognize Debian GNU/kFreeBSD as FreeBSD-ish.
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-25 Andy Greeninfo struct add padding pool
2015-12-24 Andy Greendetect service tid once and use wsi with valid context...
2015-12-23 Andy Greenlibev complete unix plat context init
2015-12-22 gaby64libev context destroy
2015-12-18 Andy Greenuridecoding lws_hdr_fragment_length
2015-12-18 Andy Greenwhitespace tidy
2015-12-18 Andy Greenuridecode no need to require length plus 2
2015-12-18 Andy Greenuridecoding disallow uriencoded equals in name part
2015-12-18 Andy Greenuridecoding handle plus chars as space
2015-12-18 Andy Greenuridecoding support optional semicolon as delimiter
2015-12-17 Andy Greencontext protocol destroy provide nonnull wsi with context
2015-12-17 Andy Greenserver check cb return during establish
2015-12-17 Andy Greenclient check cb return during establish
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...
next