1. 988bd98 zlib code add OOM checks remove buffer expansion on rx path by Andy Green · 12 years ago
  2. ed3c840 Avoid leaking a socket when SSL_accept fails. by David Galeano · 12 years ago
  3. 7c8d989 Print error string on accept failure. by David Galeano · 12 years ago
  4. 6b66791 Increased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BUFFER. by David Galeano · 12 years ago
  5. 96aa7e6 Added support for continuation frames on the server. by David Galeano · 12 years ago
  6. 6515443 Close connection if LWS_CALLBACK_HTTP returns non-zero. by David Galeano · 12 years ago
  7. 7ffbe1b Fixed to keep reading data until the SSL internal buffer is empty. by David Galeano · 12 years ago
  8. 4fbc40c Added no-cache headers to client handshake: by David Galeano · 12 years ago
  9. ed3bc90 Separate compression levels for server and client, by David Galeano · 12 years ago
  10. 1ed189e More correct handling of inflate result. by David Galeano · 12 years ago
  11. e0d0fd7 Fixed crash when HTTP requests method is not GET. by David Galeano · 12 years ago
  12. cc148e4 Check if macro SSL_OP_NO_COMPRESSION is defined before trying to use it. by David Galeano · 12 years ago
  13. 1aad881 Using size_t instead of int for deflate-frame offsets and length. by David Galeano · 12 years ago
  14. f177f2a Added private macro CIPHERS_LIST_STRING to define ciphers list string. by David Galeano · 12 years ago
  15. 77a677c When choosing a cipher, use the server's preferences. by David Galeano · 12 years ago
  16. 584b316 Pass URI length to LWS_CALLBACK_HTTP. by David Galeano · 12 years ago
  17. c72f6f9 Disable compression for SSL socket, by David Galeano · 12 years ago
  18. 9b3d4b2 Using "SSL_CTX_use_certificate_chain_file" instead of "SSL_CTX_use_certificate_file" by David Galeano · 12 years ago
  19. 0d586c4 Better definition of "debug" macro for Win32 builds. by David Galeano · 12 years ago
  20. 7dd9bc5 Use __inline for Win32 builds. by David Galeano · 12 years ago
  21. a1b3973 Avoid checking choked pipe if no extension has more data to write. by David Galeano · 12 years ago
  22. 3697309 Set listen backlog to SOMAXCONN. by David Galeano · 12 years ago
  23. b88e096 Fixed operator precedence bug. by David Galeano · 12 years ago
  24. 01d0256 Avoid deflate of small packets. by David Galeano · 12 years ago
  25. 2605ffe Support compressed packets bigger than MAX_USER_RX_BUFFER. by David Galeano · 12 years ago
  26. 4c38f14 Allow extensions when no protocol was specified. by David Galeano · 12 years ago
  27. 85a0921 Added extension "deflate-frame". Using by default instead of "deflate-stream". by David Galeano · 12 years ago
  28. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 12 years ago
  29. d58c6ab Fixed deflate-stream extension. by David Galeano · 12 years ago
  30. c9f1ff8 Added private macro AWAITING_TIMEOUT instead of harcoded value 5. by David Galeano · 12 years ago
  31. dae2dcb Fixed spacing. by David Galeano · 12 years ago
  32. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  33. 36750b8 Return NULL if the handshake failed to complete, by David Galeano · 12 years ago
  34. a3a97d1 Ignoring linux build files by David Galeano · 12 years ago
  35. 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
  36. cb19368 Fixed compiler warnings on Windows. by David Galeano · 12 years ago
  37. 2915a80 Added new status codes from RFC 6455. by David Galeano · 12 years ago
  38. aeb5748 Fixed compiler warning on Windows. by David Galeano · 12 years ago
  39. d3ce131 Static variable is now const. by David Galeano · 12 years ago
  40. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  41. 15e31f3 add missing docs for new context user pointer by Andy Green · 12 years ago
  42. dc93b7f libwebsocket_service_fd: EAGAIN is harmless, treat like EINTR by Alon Levy · 12 years ago
  43. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  44. e1be13d lib/Makefile.am: whitespace fix by Alon Levy · 12 years ago
  45. 4e6fe90 Add missing .h files to sources. by Anders Brander · 12 years ago
  46. 5e8967a always taking an interest in ppid wont hurt by Andy Green · 12 years ago
  47. fa3f405 stop being so fragile on socket lifecycle by Andy Green · 12 years ago
  48. 94c62c6 use autogen.sh by Andy Green · 12 years ago
  49. 3928f61 restore accept error as closure signal by Andy Green · 12 years ago
  50. 9153166 check for prctl, poll parent PID if not present by Artem Baguinski · 13 years ago
  51. 1e32663 Fixing uninitialised memory by Paulo Roberto Urio · 12 years ago
  52. 4144e83 some toolchains need stddef by Paulo Roberto Urio · 12 years ago
  53. 5513fe0 add missing sa_data init to canonical hostname code by Andy Green · 12 years ago
  54. 1f680ab Fixed segfault in libwebsocket_context_destroy. by Paulo Roberto Urio · 12 years ago
  55. d1db83c sockets were left open if connection could not be by Tobias Maier · 12 years ago
  56. d551217 null exception with null extensions list by Andrew Chambers · 12 years ago
  57. 13f7791 refresh autotools stuff by Andy Green · 12 years ago
  58. a69f051 start migration to getnameinfo by Andy Green · 12 years ago
  59. 8360a47 openssl allow connect multiple packets for SSL_connect by Ken Atherton · 12 years ago
  60. cf56e4d cleanup extra wrapping needed on braced define by Andy Green · 12 years ago
  61. 05c66f7 android toolchain SHA1 endian fix by Peter Hillier · 12 years ago
  62. 06fbcee ssize_t needs help on windows by David Brooks · 12 years ago
  63. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  64. 80a4497 introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR by David Brooks · 12 years ago
  65. 993343b set connection callback before connection completed to allow early messages by David Brooks · 12 years ago
  66. 6c6a3d3 improve callback prototypes to use single definition by David Brooks · 12 years ago
  67. ee2213d reduce debug spew by David Brooks · 12 years ago
  68. 4d80662 workaround osx compiler bug by Pasi Mankinen · 12 years ago
  69. aa6fc44 mingw add win32helper to lib and fix extpoll by Andy Green · 12 years ago
  70. dc36192 doc add explanation missing from per context provate data by Andy Green · 12 years ago
  71. 39347de mingw add zlib paths by Andy Green · 12 years ago
  72. 796ce7a remove duplicated netdb include from client handshake by Andy Green · 12 years ago
  73. cce2a81 change DATADIR to INSTALL_DATADIR solve mingw conflict by Andy Green · 12 years ago
  74. a314788 mingw gettimeofday avoid missing include by Andy Green · 12 years ago
  75. 2a480ea mingw hide some missing includes by Andy Green · 12 years ago
  76. 0dbef49 autoconf introduce enable mingw and adapt compiler options by Andy Green · 12 years ago
  77. 6ee372f style cleaning by Andy Green · 12 years ago
  78. 7b5af9a fix onopen browser context patch by Andy Green · 12 years ago
  79. 3ae39ff allow message processing from onopen browser context by Yonathan Yusim · 12 years ago
  80. e8c9b56 use ssize_t instead of size_t for return values of read/recv/SSL_read by Tobias Maier · 12 years ago
  81. 3059263 make duplicate headers append instead of get ignored by Nick Dowell · 12 years ago
  82. c04c193 close connection if socket recv() fails. by Nick Dowell · 12 years ago
  83. f803c0d fix heap corruption if HTTP callback calls libwebsocket_close_and_free_session by Nick Dowell · 12 years ago
  84. fd96330 map wsorigin on to origin at an early point and stop dupe header mem leaks by Andy Green · 12 years ago
  85. 5519d9f handle unsupported protocol correctly by Nick Dowell · 12 years ago
  86. 15601fd fix issuing null extension header if none supported by Andy Green · 12 years ago
  87. d515ddd Don't care for the human-readable part of "HTTP/1.1 101" reply by Artem Egorkine · 13 years ago
  88. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  89. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  90. 2ef7505 http charsets have case insensitive tokens by Oleg Golosovskiy · 13 years ago
  91. 7b11fec Added support for Windows XP. by David Galeano · 13 years ago
  92. 08d60f1 Added BYTE_ORDER definition for win32 builds. by David Galeano · 13 years ago
  93. 9454e21 Added LWS_EXTERN to allow building a DLL. by David Galeano · 13 years ago
  94. f700935 Fixed compiler warnings. by David Galeano · 13 years ago
  95. 5bf6578 fix failure to limit 7bit lengths by Andy Green · 13 years ago
  96. f243115 Fix compile issue on Apple by M K · 13 years ago
  97. a11fe94 correct cpp extern only being on win32 by Andy Green · 13 years ago
  98. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  99. 25a56b0 v08 receiver ignore frame with unhandled ext opcode by Andy Green · 13 years ago
  100. 815fa23 v08 change ignore incoming set ext bits by Andy Green · 13 years ago