1. 53f437e add new context arg to libwebsockets_serve_http_file by Andy Green · 12 years ago
  2. 1023d2b robustness server dont exit server on accept problems by Andy Green · 12 years ago
  3. 3278872 workaround for some gcc array bounds false positive by Andy Green · 12 years ago
  4. fab033d add logo to test file by Andy Green · 12 years ago
  5. bb2dc8a update test server html serving callback to use aepd whitelist approach by Andy Green · 12 years ago
  6. 56d4697 add libwebsockets.org logo to share by Andy Green · 12 years ago
  7. 583f8b3 optimize http file sending by Andy Green · 12 years ago
  8. 65b0e91 listen socket more frequent service by Andy Green · 12 years ago
  9. fa17ca7 add empty m4 dir as workaround for autoreconf issue by Andy Green · 12 years ago
  10. a824d18 allow LWS_SOMAXCONN to be defined at configuretime by Andy Green · 12 years ago
  11. 5fc460c extpoll use hashtable for fd tracking by Andy Green · 12 years ago
  12. 29da6d9 allow building just the library not the testapps by Andy Green · 12 years ago
  13. 63ca55e make sure we have PATH_MAX on some linux toolchains (AG modified a bit) by Jack Mitchell · 12 years ago
  14. 8db451f extpoll break out of loop when set or clear finds fd by Edwin van der Oetelaar · 12 years ago
  15. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  16. a50dd1a merge test server extpoll into test server by Andy Green · 12 years ago
  17. 5e59bf1 optimize extpoll fd delete by Edwin van der Oetelaar · 12 years ago
  18. 73abc25 deal with SSL_ERROR_WANT_ in client connect action by Andy Green · 12 years ago
  19. 43063dd add longlived option to test client by Andy Green · 12 years ago
  20. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago
  21. 3fc2c65 replace ifdefs around close socket with compatible_close by Andy Green · 12 years ago
  22. 455d1fe ssl client certs fix crash by Larry Hayes · 12 years ago
  23. 24b588b absorb README.rst into main README and code by Andy Green · 12 years ago
  24. c0d6b63 expose compiletime constants to setting from configure by Andy Green · 12 years ago
  25. d678ea3 renable deflate frame buffer expansion fixing DoS by Andy Green · 12 years ago
  26. 3c82019 fix config enable name for getifaddrs by Andy Green · 12 years ago
  27. c4ef7b1 introduce getifaddrs for toolchains without it by David · 12 years ago
  28. 41c5803 audit and make all malloc check for OOM by Andy Green · 12 years ago
  29. 8a26509 logging add timestamp by Andy Green · 12 years ago
  30. de8f27a logging extend level set api to allow setting emission function by Andy Green · 12 years ago
  31. 7e9b427 update README with info on new logging scheme by Andy Green · 12 years ago
  32. 46ef0cf allow enabling debug contexts from test apps by Andy Green · 12 years ago
  33. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  34. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  35. 6cd1ea9 update soname and configure to v1.0 by Andy Green · 12 years ago
  36. a63c24b correct autotools warning by Andy Green · 12 years ago
  37. 988bd98 zlib code add OOM checks remove buffer expansion on rx path by Andy Green · 12 years ago
  38. ed3c840 Avoid leaking a socket when SSL_accept fails. by David Galeano · 12 years ago
  39. 7c8d989 Print error string on accept failure. by David Galeano · 12 years ago
  40. 6b66791 Increased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BUFFER. by David Galeano · 12 years ago
  41. 229b711 Added README file with some useful tips for using the library. by David Galeano · 12 years ago
  42. 96aa7e6 Added support for continuation frames on the server. by David Galeano · 12 years ago
  43. 6515443 Close connection if LWS_CALLBACK_HTTP returns non-zero. by David Galeano · 12 years ago
  44. 7ffbe1b Fixed to keep reading data until the SSL internal buffer is empty. by David Galeano · 12 years ago
  45. 4fbc40c Added no-cache headers to client handshake: by David Galeano · 12 years ago
  46. ed3bc90 Separate compression levels for server and client, by David Galeano · 12 years ago
  47. 1ed189e More correct handling of inflate result. by David Galeano · 12 years ago
  48. e0d0fd7 Fixed crash when HTTP requests method is not GET. by David Galeano · 12 years ago
  49. cc148e4 Check if macro SSL_OP_NO_COMPRESSION is defined before trying to use it. by David Galeano · 12 years ago
  50. 1aad881 Using size_t instead of int for deflate-frame offsets and length. by David Galeano · 12 years ago
  51. f177f2a Added private macro CIPHERS_LIST_STRING to define ciphers list string. by David Galeano · 12 years ago
  52. 77a677c When choosing a cipher, use the server's preferences. by David Galeano · 12 years ago
  53. 584b316 Pass URI length to LWS_CALLBACK_HTTP. by David Galeano · 12 years ago
  54. c72f6f9 Disable compression for SSL socket, by David Galeano · 12 years ago
  55. 9b3d4b2 Using "SSL_CTX_use_certificate_chain_file" instead of "SSL_CTX_use_certificate_file" by David Galeano · 12 years ago
  56. 0d586c4 Better definition of "debug" macro for Win32 builds. by David Galeano · 12 years ago
  57. 7dd9bc5 Use __inline for Win32 builds. by David Galeano · 12 years ago
  58. a1b3973 Avoid checking choked pipe if no extension has more data to write. by David Galeano · 12 years ago
  59. 960da6e zlib update 1.2.7 by David Galeano · 12 years ago
  60. 3697309 Set listen backlog to SOMAXCONN. by David Galeano · 12 years ago
  61. b88e096 Fixed operator precedence bug. by David Galeano · 12 years ago
  62. 01d0256 Avoid deflate of small packets. by David Galeano · 12 years ago
  63. 2605ffe Support compressed packets bigger than MAX_USER_RX_BUFFER. by David Galeano · 12 years ago
  64. 4c38f14 Allow extensions when no protocol was specified. by David Galeano · 12 years ago
  65. 85a0921 Added extension "deflate-frame". Using by default instead of "deflate-stream". by David Galeano · 12 years ago
  66. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 12 years ago
  67. d58c6ab Fixed deflate-stream extension. by David Galeano · 12 years ago
  68. c9f1ff8 Added private macro AWAITING_TIMEOUT instead of harcoded value 5. by David Galeano · 12 years ago
  69. dae2dcb Fixed spacing. by David Galeano · 12 years ago
  70. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  71. 36750b8 Return NULL if the handshake failed to complete, by David Galeano · 12 years ago
  72. a3a97d1 Ignoring linux build files by David Galeano · 12 years ago
  73. b42dcc7 Use feature check rather than browser check. by David Galeano · 12 years ago
  74. aa0bc86 Changed client handshake to use "Origin" instead of "Sec-WebSocket-Origin" as defined by RFC 6455 when using version 13 of the protocol. by David Galeano · 12 years ago
  75. cb19368 Fixed compiler warnings on Windows. by David Galeano · 12 years ago
  76. 2915a80 Added new status codes from RFC 6455. by David Galeano · 12 years ago
  77. aeb5748 Fixed compiler warning on Windows. by David Galeano · 12 years ago
  78. c451a4f required version of autoconf can be lower by Artem Baguinski · 12 years ago
  79. d3ce131 Static variable is now const. by David Galeano · 12 years ago
  80. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  81. 15e31f3 add missing docs for new context user pointer by Andy Green · 12 years ago
  82. dc93b7f libwebsocket_service_fd: EAGAIN is harmless, treat like EINTR by Alon Levy · 12 years ago
  83. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  84. e1be13d lib/Makefile.am: whitespace fix by Alon Levy · 12 years ago
  85. 3147b02 add pkg-config file libwebsockets.pc by Alon Levy · 12 years ago
  86. 88f8d57 Added test.html favicon.ico to EXTRA_DIST. by Anders Brander · 12 years ago
  87. 4e6fe90 Add missing .h files to sources. by Anders Brander · 12 years ago
  88. 4ed9bb8 Add kernel doc to extra_dist. by Anders Brander · 12 years ago
  89. 5e8967a always taking an interest in ppid wont hurt by Andy Green · 12 years ago
  90. 7b61062 remove depcomp by Andy Green · 12 years ago
  91. fa3f405 stop being so fragile on socket lifecycle by Andy Green · 12 years ago
  92. 94c62c6 use autogen.sh by Andy Green · 12 years ago
  93. 71e5369 add not about autoreconf and libtoolize by Andy Green · 12 years ago
  94. 3928f61 restore accept error as closure signal by Andy Green · 12 years ago
  95. 9153166 check for prctl, poll parent PID if not present by Artem Baguinski · 13 years ago
  96. 1e32663 Fixing uninitialised memory by Paulo Roberto Urio · 12 years ago
  97. 4144e83 some toolchains need stddef by Paulo Roberto Urio · 12 years ago
  98. 5513fe0 add missing sa_data init to canonical hostname code by Andy Green · 12 years ago
  99. 1f680ab Fixed segfault in libwebsocket_context_destroy. by Paulo Roberto Urio · 12 years ago
  100. d1db83c sockets were left open if connection could not be by Tobias Maier · 12 years ago