Skip to content

Tags: spayton/libwebsockets

Tags

v1.23-chrome32-firefox24

Toggle v1.23-chrome32-firefox24's commit message
v1.2.3 changelog update

Signed-off-by: Andy Green <[email protected]>

v1.22-chrome26-firefox18

Toggle v1.22-chrome26-firefox18's commit message
unstaged server changes

Signed-off-by: Andy Green <[email protected]>

v1.21-chrome26-firefox18

Toggle v1.21-chrome26-firefox18's commit message
check for default protocol rx buf limit

This fixes

http://libwebsockets.org/trac/ticket/13

When using the default rx protocol buffer, the check is
performed against 0 not the default length.  That's the
case both in client and server code...

There's no problem if you actually give a max frame size
in the protocol definition.

Signed-off-by: Andy Green <[email protected]>

v1.2-chrome26-firefox18

Toggle v1.2-chrome26-firefox18's commit message
update changelog

Signed-off-by: Andy Green <[email protected]>

valgrind-clean

Toggle valgrind-clean's commit message
valgrind client close in a controlled way on SIGINT

With this, both the test server and client are valgrind-clean
tested with a chrome session also active to the server

Signed-off-by: Andy Green <[email protected]>

v1.1-chrome26-firefox18

Toggle v1.1-chrome26-firefox18's commit message
update changelog tag chrome 26 firefox 18

Signed-off-by: Andy Green <[email protected]>

v1.0-chrome25-firefox17

Toggle v1.0-chrome25-firefox17's commit message
update soname and configure to v1.0

Signed-off-by: Andy Green <[email protected]>

release-0.6

Toggle release-0.6's commit message
add context construction option to skip server hostname lookup

Signed-off-by: Andy Green <[email protected]>

support-chrome-20-firefox-12

Toggle support-chrome-20-firefox-12's commit message
update test html now mozilla uses normal ws apis

Signed-off-by: Andy Green <[email protected]>

support-protocol-v8-chrome-15-firefox-6

Toggle support-protocol-v8-chrome-15-firefox-6's commit message
fix failure to limit 7bit lengths

Reported-by: Tran Le Hung <[email protected]>
Reported-by: Tobias Maier <[email protected]>
Signed-off-by: Andy Green <[email protected]>