fix docs about protocol version supported
[platform/upstream/libwebsockets.git] / lib /
2013-01-29 Andy Greenevict all broadcast support
2013-01-28 Matthieu RiviereFreeBSD compatibility
2013-01-28 Andy Greentrac 6 expose libwebsockets read with note about not...
2013-01-28 Edwin van den Oetelaarfix ssl bits outside of ifdef coverage
2013-01-28 Andy Greenforce client ssl bio nonblocking
2013-01-28 Andy Greenforce ssl rw bios nonblocking
2013-01-28 Andy Greentimeout coverage for ssl accept
2013-01-28 Andy Greenbreak up ssl accept action
2013-01-28 Andy Greenensure accept is nonblocking
2013-01-25 Andy Greenautocreate foreign broadcast sockets on broadcast
2013-01-23 Andy Greentrac 5 sa_restorer deprecated
2013-01-22 Andy Greentrac 3 document write and context_user
2013-01-22 Andy Greentrac 4 correct libebsocket_service_fd
2013-01-21 Andy Greenmore LWS_NO_DAEMONIZE
2013-01-21 Andy Greenbind gcc debug generation to_DEBUG
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenkey_b64 doesnt need to be in wsi
2013-01-21 Andy Greenavoid PATH_MAX in bss in daemonize
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-21 Andy Greendisable private broadcast sockets if enable no fork...
2013-01-20 Andy Greenlog major dynamic allocation info
2013-01-20 Andy Greenzlib not needed if no extensions
2013-01-20 Andy Greenintroduce without extensions
2013-01-19 Edwin van den Oetelaarsyslog requires format string
2013-01-19 Andy Greenmake use of lock file
2013-01-19 FNAwindows compatibility changes for private libwebsockets
2013-01-19 Andy Greentest server add daemonization flag
2013-01-19 Andy Greentest server use syslog logging
2013-01-19 Andy Greenallow_use_of_lwsl_logging in user code
2013-01-19 Andy Greenhelper api: log through syslog
2013-01-19 Andy Greenlogging select some lwsl_info usage to be lwsl_notice
2013-01-19 Andy Greenadd lwsl_notice
2013-01-19 Andy Greenexpose log level in emit
2013-01-19 Andy Greenchange bitfield setting to avoid gcc warnings
2013-01-19 Andy Greenimprove frame_is_binary setting
2013-01-18 Andy Greenadd lws_confirm_legit_wsi
2013-01-18 Andy Greenrefactor and introduce without server configure option
2013-01-18 Andy Greenintrodice tracking if frame is binary
2013-01-18 Edwin van den Oetelaardifferent compiler warning fixes
2013-01-17 Andy Greenadd lexical parser for headers
2013-01-17 Andy Greendeprecate x google mux
2013-01-17 Andy Greensolve flowcontrol problems
2013-01-17 Andy Greencheck errors on shutdown close
2013-01-17 Andy Greenreplace hashtable polltable management
2013-01-17 Andy Greeninclude daemonization file whoops
2013-01-17 Andy Greenportability dont assume size of tv.t_usec
2013-01-17 Peter Youngincluding assert h needed on osx
2013-01-17 Peter Youngjust use limits.h directly
2013-01-17 Andy Greenintroduce daemonize
2013-01-16 Andy Greenclient allow remote server to accept with no protocol set
2013-01-16 Andy Greenupdate ping test client and stop exposing payload to...
2013-01-16 Andy Greenexport lswl_hexdump
2013-01-16 Andy Greenroubustness only return 0 from fd service if handled
2013-01-16 Andy Greenconfigure without client
2013-01-16 Andy Greenrefactor output.c
2013-01-16 Andy Greenrefactor migrate client stuff to client.c
2013-01-16 Andy Greenadd new context arg to libwebsockets_serve_http_file
2013-01-16 Andy Greenrobustness server dont exit server on accept problems
2013-01-16 Andy Greenoptimize http file sending
2013-01-15 Andy Greenlisten socket more frequent service
2013-01-15 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime
2013-01-15 Jack Mitchellmake sure we have PATH_MAX on some linux toolchains
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greendeal with SSL_ERROR_WANT_ in client connect action
2013-01-15 Andy Greenlogging ensure everyone has a newline
2013-01-15 Andy Greenreplace ifdefs around close socket with compatible_close
2013-01-14 Larry Hayesssl client certs fix crash
2013-01-13 Andy Greenabsorb README.rst into main README and code
2013-01-12 Andy Greenexpose compiletime constants to setting from configure
2013-01-12 Andy Greenrenable deflate frame buffer expansion fixing DoS
2013-01-12 Davidintroduce getifaddrs for toolchains without it
2013-01-12 Andy Greenaudit and make all malloc check for OOM
2013-01-12 Andy Greenlogging add timestamp
2013-01-12 Andy Greenlogging extend level set api to allow setting emission...
2013-01-10 Andy Greenintroduce logging api and convert all library output...
2013-01-10 Aaron Zinmancompile in xcode, privatize debug macro
2013-01-10 Andy Greenupdate soname and configure to v1.0
2013-01-10 Andy Greenzlib code add OOM checks remove buffer expansion on...
2013-01-10 David GaleanoAvoid leaking a socket when SSL_accept fails.
2013-01-10 David GaleanoPrint error string on accept failure.
2013-01-10 David GaleanoIncreased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BU...
2013-01-10 David GaleanoAdded support for continuation frames on the server.
2013-01-10 David GaleanoClose connection if LWS_CALLBACK_HTTP returns non-zero.
2013-01-10 David GaleanoFixed to keep reading data until the SSL internal buffe...
2013-01-10 David GaleanoAdded no-cache headers to client handshake:
2013-01-10 David GaleanoSeparate compression levels for server and client,
2013-01-10 David GaleanoMore correct handling of inflate result.
2013-01-10 David GaleanoFixed crash when HTTP requests method is not GET.
2013-01-10 David GaleanoCheck if macro SSL_OP_NO_COMPRESSION is defined before...
2013-01-10 David GaleanoUsing size_t instead of int for deflate-frame offsets...
2013-01-10 David GaleanoAdded private macro CIPHERS_LIST_STRING to define ciphe...
2013-01-10 David GaleanoWhen choosing a cipher, use the server's preferences.
2013-01-10 David GaleanoPass URI length to LWS_CALLBACK_HTTP.
2013-01-10 David GaleanoDisable compression for SSL socket,
2013-01-10 David GaleanoUsing "SSL_CTX_use_certificate_chain_file" instead...
2013-01-10 David GaleanoBetter definition of "debug" macro for Win32 builds.
2013-01-10 David GaleanoUse __inline for Win32 builds.
2013-01-10 David GaleanoAvoid checking choked pipe if no extension has more...
2013-01-10 David GaleanoSet listen backlog to SOMAXCONN.
2013-01-10 David GaleanoFixed operator precedence bug.
next