v1.7.3
[platform/upstream/libwebsockets.git] / lib /
2016-02-29 Andy Greenlibuv when in use skip shutdown close phase
2016-02-29 Andy Greenwindows listen for pollhup
2016-02-28 Andy Greenlibuv create 1Hz background timeout check
2016-02-28 Andy Greenah move more_rx_waiting to wsi scope
2016-02-27 Kamil RytarowskiDon't include <sys/cdefs.h> for NetBSD
2016-02-27 Andy Greennetbsd netinet include
2016-02-26 Andy Greenforce service properly when unconsumed rxbuf in ah
2016-02-25 Andy Greenclose wsi must do detatch ah flow even if no ah
2016-02-25 Andy Greenimprove timeout and ah list comments
2016-02-25 Andy Greenremove ah scan
2016-02-25 Andy Greenfix missing callback return check
2016-02-25 Andy Greenunix privs change group before user
2016-02-24 Andy Greendefeat POLLOUT if socket in shutdown wait
2016-02-24 Andy Greenws union member must have actual struct at start not...
2016-02-24 Andrejs Haninsclient callback closed if not upgraded also for server...
2016-02-22 Andrejs Haninsclient connect must init position_in_fds_table
2016-02-21 Andy Greenwindows doesnt have localtime_r
2016-02-20 Sebastian Reimerlwsl stderr sink use formatted time
2016-02-20 Andy Greenssl get rid of build_cert_chain
2016-02-20 Alex HultmanStop uv loop in default signal handler, clean-ups
2016-02-20 Alex HultmanMake sure every handle is closed before destroying...
2016-02-20 Alex HultmanDon't destroy ev/uv loops if they haven't been created yet
2016-02-20 Andy Greenlws_return_http_status send content length
2016-02-20 Andy Greendaemonize work under systemd
2016-02-20 Andy Greenah pool lifetime use dynamic rxpos
2016-02-18 Andy Greenwindows plat correct assert test in lws_poll_listen_fd
2016-02-18 Andy Greenssl add server ecdh curve init
2016-02-17 Andy Greenssl ecdh check errors properly
2016-02-16 Peter PentchevFix some typos.
2016-02-16 Andy Greendebug reduce noise
2016-02-15 Andy Greencoverity 158145 lws_header_table_detatch must handle...
2016-02-15 Andy Greentimeout settable from info
2016-02-15 Andy Greenhttp_transaction_completed handle two completions in...
2016-02-15 Andy Greenah owns rxbuf
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
next