platform/upstream/libwebsockets.git
2013-01-16 Andy Greentest client remove usleep
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 Greenworkaround for some gcc array bounds false positive
2013-01-16 Andy Greenadd logo to test file
2013-01-16 Andy Greenupdate test server html serving callback to use aepd...
2013-01-16 Andy Greenadd libwebsockets.org logo to share
2013-01-16 Andy Greenoptimize http file sending
2013-01-15 Andy Greenlisten socket more frequent service
2013-01-15 Andy Greenadd empty m4 dir as workaround for autoreconf issue
2013-01-15 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime
2013-01-15 Andy Greenextpoll use hashtable for fd tracking
2013-01-15 Andy Greenallow building just the library not the testapps
2013-01-15 Jack Mitchellmake sure we have PATH_MAX on some linux toolchains
2013-01-15 Edwin van der... extpoll break out of loop when set or clear finds fd
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greenmerge test server extpoll into test server
2013-01-15 Edwin van der... optimize extpoll fd delete
2013-01-15 Andy Greendeal with SSL_ERROR_WANT_ in client connect action
2013-01-15 Andy Greenadd longlived option to test client
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 Andy Greenfix config enable name for getifaddrs
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 Greenupdate README with info on new logging scheme
2013-01-10 Andy Greenallow enabling debug contexts from test apps
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 Greencorrect autotools warning
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 README file with some useful tips for using the...
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 Galeanozlib update 1.2.7
2013-01-10 David GaleanoSet listen backlog to SOMAXCONN.
2013-01-10 David GaleanoFixed operator precedence bug.
2013-01-10 David GaleanoAvoid deflate of small packets.
2013-01-10 David GaleanoSupport compressed packets bigger than MAX_USER_RX_BUFFER.
2013-01-09 David GaleanoAllow extensions when no protocol was specified.
2013-01-09 David GaleanoAdded extension "deflate-frame".
2013-01-09 David GaleanoAdded support for extensions that only manipulate appli...
2013-01-09 David GaleanoFixed deflate-stream extension.
2013-01-09 David GaleanoAdded private macro AWAITING_TIMEOUT instead of harcode...
2013-01-09 David GaleanoFixed spacing.
2013-01-09 David GaleanoAdded context creation parameter for CA certificates...
2013-01-09 David GaleanoReturn NULL if the handshake failed to complete,
2013-01-09 David GaleanoIgnoring linux build files
2013-01-09 David GaleanoUse feature check rather than browser check.
2013-01-09 David GaleanoChanged client handshake to use "Origin" instead of...
2013-01-09 David GaleanoFixed compiler warnings on Windows.
2013-01-09 David GaleanoAdded new status codes from RFC 6455.
2013-01-09 David GaleanoFixed compiler warning on Windows.
2013-01-09 Artem Baguinskirequired version of autoconf can be lower
2013-01-09 David GaleanoStatic variable is now const.
2012-10-22 Andy Greenadd context construction option to skip server hostname...
2012-10-19 Andy Greenadd missing docs for new context user pointer
2012-10-19 Alon Levylibwebsocket_service_fd: EAGAIN is harmless, treat...
2012-10-19 Alon Levylibwebsocket_context: add userspace pointer for use...
2012-10-19 Alon Levylib/Makefile.am: whitespace fix
2012-10-19 Alon Levyadd pkg-config file libwebsockets.pc
2012-10-17 Anders BranderAdded test.html favicon.ico to EXTRA_DIST.
2012-10-17 Anders BranderAdd missing .h files to sources.
2012-10-17 Anders BranderAdd kernel doc to extra_dist.
2012-10-17 Andy Greenalways taking an interest in ppid wont hurt
2012-10-07 Andy Greenremove depcomp
2012-10-07 Andy Greenstop being so fragile on socket lifecycle
2012-10-06 Andy Greenuse autogen.sh
2012-07-20 Andy Greenadd not about autoreconf and libtoolize
2012-07-20 Andy Greenrestore accept error as closure signal
2012-07-20 Artem Baguinskicheck for prctl, poll parent PID if not present
2012-06-04 Paulo Roberto... Fixing uninitialised memory
2012-06-04 Paulo Roberto... some toolchains need stddef
next