canonical libwebsockets.org websocket library
![]() This seems to be enough to get a clean valgrind run for the test server with 1 x chrome and 1 x libwebsockets-test-client session being run for 10s lwsts[19767]: libwebsockets-test-server exited cleanly ==19767== ==19767== HEAP SUMMARY: ==19767== in use at exit: 0 bytes in 0 blocks ==19767== total heap usage: 41,071 allocs, 41,071 frees, 27,464,834 bytes allocated ==19767== ==19767== All heap blocks were freed -- no leaks are possible ==19767== ==19767== For counts of detected and suppressed errors, rerun with: -v ==19767== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2) test client is another story... Signed-off-by: Andy Green <andy.green@linaro.org> |
||
---|---|---|
cmake | ||
lib | ||
m4 | ||
scripts | ||
test-server | ||
win32port | ||
.gitignore | ||
autogen.sh | ||
changelog | ||
CMakeLists.txt | ||
config.h.cmake | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
libwebsockets-api-doc.html | ||
libwebsockets.pc.in | ||
libwebsockets.spec | ||
LICENSE | ||
Makefile.am | ||
README | ||
README.build | ||
README.coding | ||
README.test-apps |
This is the libwebsockets C library for lightweight websocket clients and servers. For support, visit http://libwebsockets.org and consider joining the project mailing list at http://ml.libwebsockets.org/mailman/listinfo/libwebsockets You can get the latest version of the library from git http://git.libwebsockets.org https://github.com/warmcat/libwebsockets for more information: README.build - information on building the library README.coding - information for writing code using the library README.test-apps - information about the test apps built with the library