platform/upstream/libwebsockets.git
2016-03-02 Andy Greenadd explicit parent child wsi relationships
2016-03-02 Alex Hultmanlibuv.c: Service fd with LWS_POLLHUP on poll errors
2016-02-29 Ondracowince minor adaptations
2016-02-29 Daniel Santossatisfy apparently bogus compiler warning somewhere
2016-02-29 Andy Greenclient support http without ws
2016-02-29 Andy Greenclient accept connection request even if no free ah
2016-02-29 Andy Greenrelease checklist ab
2016-02-29 Andy Greenadopt readbuf do service
2016-02-29 Andy Greenlibuv when in use skip shutdown close phase
2016-02-29 Andy Greenwindows listen for pollhup
2016-02-29 Andy Greenah move more_rx_waiting to wsi scope
2016-02-27 Andy Greentest server libuv support status protocol
2016-02-27 Andy Greenlibuv create 1Hz background timeout check
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-26 Andy Greenadopt readbuf fix no ah path
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-25 Andy Greentest server log LWS_CALLBACK_HTTP
2016-02-25 Andy Greenlogging timestamp creation expose as api
2016-02-25 Andy Greencgi
2016-02-25 Andy Greenuser code must explicitly complete http transaction
2016-02-25 Andy Greendefeat POLLOUT if socket in shutdown wait
2016-02-25 Andy Greenadopt variant with preamble rx
2016-02-25 Andy Greenws union member must have actual struct at start not...
2016-02-25 Andrejs Haninsclient callback closed if not upgraded also for server...
2016-02-25 Andrejs Haninsclient connect must init position_in_fds_table
2016-02-25 Andy Greenwindows doesnt have localtime_r
2016-02-25 Andy Greentest server status no ssl include time header
2016-02-21 Andy Greentest server add lws_status
2016-02-21 Andy GreenLWS_BUILD_HASH improve
2016-02-21 Andy Greentest html add tabs
2016-02-21 Andy Greenlibwebsockets.org url updates
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 Greenchangelog sync
2016-02-20 Andy Greenattack.sh add check for nonexistant file processing
2016-02-19 Andy Greenlws_return_http_status send content length
2016-02-19 Andy Greentest server example systemd service file
2016-02-19 Andy Greendaemonize work under systemd
2016-02-19 Andy Greenah pool lifetime use dynamic rxpos
2016-02-19 Andy Greentest server allow set uid gid from cmdline
2016-02-18 Andy Greenwindows plat correct assert test in lws_poll_listen_fd
2016-02-18 Andy Greencontext creation info add ecdh_curve
2016-02-18 Andy Greentest server SSL STS header delivery example
2016-02-18 Andy Greentest server allow only best quality ciphers
2016-02-18 Andy Greenssl add server ecdh curve init
2016-02-17 Andy Greentest server allow external certs
2016-02-17 Andy Greenssl ecdh check errors properly
2016-02-16 Andy Greenmore documentation typos
2016-02-16 Peter PentchevFix some typos.
2016-02-16 Andy Greendebug reduce noise
2016-02-16 Andy Greenv1.7.0
2016-02-16 Andy Greenappveyor update openssl url
2016-02-15 Andy Greencoverity 158147 test ping sprintf bounds
2016-02-15 Andy Greencoverity 158146 test fraggle sprintf bounds
2016-02-15 Andy Greencoverity 158145 lws_header_table_detatch must handle...
2016-02-15 Andy Greenrelease checklist coverity
2016-02-15 Andy Greenapi doc update pre 1.7
2016-02-15 Andy Greentimeout settable from info
2016-02-15 Andy Greenrelease checklist api updates
2016-02-15 Andy Greenhttp_transaction_completed handle two completions in...
2016-02-15 Andy Greenah owns rxbuf
2016-02-15 Andy Greenautobahn wait for all fork completion
2016-02-15 Andy Greenautobahn put back 2.10 2.11
2016-02-15 Andy Greenattack.sh add http1.1 pipelining check
2016-02-15 Andy Greenrelease checklist qa
2016-02-14 Andy Greenlibuv integration
2016-02-14 Alex Hultmanport test-server-libuv.c from libev to libuv
2016-02-13 Alex Hultmanlibuv initial replace libev version
2016-02-13 Andy Greenrelease-checklist
2016-02-12 Dan AlbertAsk sysconf for Android's getdtablesize.
2016-02-09 Steffen Vogelfixed LWS_PRE description
2016-02-09 Andy Greenspecfile add fuzxy
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-02-01 Andy Greenautobahn add test script
2016-01-31 Andy Greenattack.sh exit 0 on success
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 157403 fuzxy handle currently impossible error
2016-01-29 Andy Greencoverity 157404 get rid of needless NULL check
2016-01-29 Andy Greencleanup test app startup messages
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
next