platform/upstream/libwebsockets.git
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
2012-06-04 Andy Greenadd missing sa_data init to canonical hostname code
2012-06-04 Paulo Roberto... Fixed segfault in libwebsocket_context_destroy.
2012-05-30 Tobias Maiersockets were left open if connection could not be
2012-05-21 yuval tallink lz explicitly for mips
2012-05-20 Andrew Chambersnull exception with null extensions list
2012-05-20 Andy Greenrefresh autotools stuff
2012-05-03 Andy Greenupdate test html now mozilla uses normal ws apis
2012-05-03 Andy Greenstart migration to getnameinfo
2012-05-03 Ken Athertonopenssl allow connect multiple packets for SSL_connect
2012-05-03 Andy Greencleanup extra wrapping needed on braced define
2012-05-01 Peter Hillierandroid toolchain SHA1 endian fix
2012-05-01 David Brooksssize_t needs help on windows
2012-04-20 David Brooksintroduce libwebsocket_client_connect_extended
2012-04-20 David Brooksintroduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR
2012-04-20 David Brooksset connection callback before connection completed...
2012-04-20 David Brooksimprove callback prototypes to use single definition
2012-04-20 David Brooksreduce debug spew
2012-04-13 Pasi Mankinenworkaround osx compiler bug
2012-04-12 Andy Greendocument mingw build
2012-04-12 Andy Greenmingw add win32helper to lib and fix extpoll
2012-04-12 Andy Greendoc add explanation missing from per context provate...
2012-04-12 Andy Greenmingw add zlib paths
2012-04-12 Andy Greenremove duplicated netdb include from client handshake
2012-04-12 Andy Greenchange DATADIR to INSTALL_DATADIR solve mingw conflict
2012-04-12 Andy Greenmingw gettimeofday avoid missing include
2012-04-12 Andy Greenmingw add in missing poll defs
2012-04-12 Andy Greenmingw hide some missing includes
2012-04-12 Andy Greenautoconf introduce enable mingw and adapt compiler...
2012-04-09 Andy Greenstyle cleaning
2012-04-09 Andy Greenfix onopen browser context patch
next