1. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  2. 36750b8 Return NULL if the handshake failed to complete, by David Galeano · 12 years ago
  3. a3a97d1 Ignoring linux build files by David Galeano · 12 years ago
  4. b42dcc7 Use feature check rather than browser check. by David Galeano · 12 years ago
  5. 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
  6. cb19368 Fixed compiler warnings on Windows. by David Galeano · 12 years ago
  7. 2915a80 Added new status codes from RFC 6455. by David Galeano · 12 years ago
  8. aeb5748 Fixed compiler warning on Windows. by David Galeano · 12 years ago
  9. c451a4f required version of autoconf can be lower by Artem Baguinski · 12 years ago
  10. d3ce131 Static variable is now const. by David Galeano · 12 years ago
  11. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  12. 15e31f3 add missing docs for new context user pointer by Andy Green · 12 years ago
  13. dc93b7f libwebsocket_service_fd: EAGAIN is harmless, treat like EINTR by Alon Levy · 12 years ago
  14. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  15. e1be13d lib/Makefile.am: whitespace fix by Alon Levy · 12 years ago
  16. 3147b02 add pkg-config file libwebsockets.pc by Alon Levy · 12 years ago
  17. 88f8d57 Added test.html favicon.ico to EXTRA_DIST. by Anders Brander · 12 years ago
  18. 4e6fe90 Add missing .h files to sources. by Anders Brander · 12 years ago
  19. 4ed9bb8 Add kernel doc to extra_dist. by Anders Brander · 12 years ago
  20. 5e8967a always taking an interest in ppid wont hurt by Andy Green · 12 years ago
  21. 7b61062 remove depcomp by Andy Green · 12 years ago
  22. fa3f405 stop being so fragile on socket lifecycle by Andy Green · 12 years ago
  23. 94c62c6 use autogen.sh by Andy Green · 12 years ago
  24. 71e5369 add not about autoreconf and libtoolize by Andy Green · 12 years ago
  25. 3928f61 restore accept error as closure signal by Andy Green · 12 years ago
  26. 9153166 check for prctl, poll parent PID if not present by Artem Baguinski · 13 years ago
  27. 1e32663 Fixing uninitialised memory by Paulo Roberto Urio · 12 years ago
  28. 4144e83 some toolchains need stddef by Paulo Roberto Urio · 12 years ago
  29. 5513fe0 add missing sa_data init to canonical hostname code by Andy Green · 12 years ago
  30. 1f680ab Fixed segfault in libwebsocket_context_destroy. by Paulo Roberto Urio · 12 years ago
  31. d1db83c sockets were left open if connection could not be by Tobias Maier · 12 years ago
  32. e59d477 link lz explicitly for mips by yuval tal · 12 years ago
  33. d551217 null exception with null extensions list by Andrew Chambers · 12 years ago
  34. 13f7791 refresh autotools stuff by Andy Green · 12 years ago
  35. 86e82ab update test html now mozilla uses normal ws apis by Andy Green · 12 years ago
  36. a69f051 start migration to getnameinfo by Andy Green · 12 years ago
  37. 8360a47 openssl allow connect multiple packets for SSL_connect by Ken Atherton · 12 years ago
  38. cf56e4d cleanup extra wrapping needed on braced define by Andy Green · 12 years ago
  39. 05c66f7 android toolchain SHA1 endian fix by Peter Hillier · 12 years ago
  40. 06fbcee ssize_t needs help on windows by David Brooks · 12 years ago
  41. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  42. 80a4497 introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR by David Brooks · 12 years ago
  43. 993343b set connection callback before connection completed to allow early messages by David Brooks · 12 years ago
  44. 6c6a3d3 improve callback prototypes to use single definition by David Brooks · 12 years ago
  45. ee2213d reduce debug spew by David Brooks · 12 years ago
  46. 4d80662 workaround osx compiler bug by Pasi Mankinen · 12 years ago
  47. 9c5436c document mingw build by Andy Green · 12 years ago
  48. aa6fc44 mingw add win32helper to lib and fix extpoll by Andy Green · 12 years ago
  49. dc36192 doc add explanation missing from per context provate data by Andy Green · 12 years ago
  50. 39347de mingw add zlib paths by Andy Green · 12 years ago
  51. 796ce7a remove duplicated netdb include from client handshake by Andy Green · 12 years ago
  52. cce2a81 change DATADIR to INSTALL_DATADIR solve mingw conflict by Andy Green · 12 years ago
  53. a314788 mingw gettimeofday avoid missing include by Andy Green · 12 years ago
  54. eeeddf0 mingw add in missing poll defs by Andy Green · 12 years ago
  55. 2a480ea mingw hide some missing includes by Andy Green · 12 years ago
  56. 0dbef49 autoconf introduce enable mingw and adapt compiler options by Andy Green · 12 years ago
  57. 6ee372f style cleaning by Andy Green · 12 years ago
  58. 7b5af9a fix onopen browser context patch by Andy Green · 12 years ago
  59. 3ae39ff allow message processing from onopen browser context by Yonathan Yusim · 12 years ago
  60. e8c9b56 use ssize_t instead of size_t for return values of read/recv/SSL_read by Tobias Maier · 12 years ago
  61. 3059263 make duplicate headers append instead of get ignored by Nick Dowell · 12 years ago
  62. c04c193 close connection if socket recv() fails. by Nick Dowell · 12 years ago
  63. f803c0d fix heap corruption if HTTP callback calls libwebsocket_close_and_free_session by Nick Dowell · 12 years ago
  64. fd96330 map wsorigin on to origin at an early point and stop dupe header mem leaks by Andy Green · 12 years ago
  65. 5519d9f handle unsupported protocol correctly by Nick Dowell · 12 years ago
  66. 15601fd fix issuing null extension header if none supported by Andy Green · 12 years ago
  67. d515ddd Don't care for the human-readable part of "HTTP/1.1 101" reply by Artem Egorkine · 13 years ago
  68. f2e5e98 cleanup fixes tested on win32 compiler by Dan Zhang · 13 years ago
  69. 20b66e9 win32 poll emulation clean and address PEEK issue by Andy Green · 13 years ago
  70. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  71. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  72. 2f5b9bd add missing win32 zlib pieces by David Galeano · 13 years ago
  73. 2ef7505 http charsets have case insensitive tokens by Oleg Golosovskiy · 13 years ago
  74. 7b11fec Added support for Windows XP. by David Galeano · 13 years ago
  75. 08d60f1 Added BYTE_ORDER definition for win32 builds. by David Galeano · 13 years ago
  76. 07b56e6 doc LWS_EXTERN by Andy Green · 13 years ago
  77. 0644779 zlib update by David Galeno · 13 years ago
  78. 4c65884 Added "Release DLL" configuration. by David Galeano · 13 years ago
  79. 9454e21 Added LWS_EXTERN to allow building a DLL. by David Galeano · 13 years ago
  80. f700935 Fixed compiler warnings. by David Galeano · 13 years ago
  81. a0e4c88 Ignoring Release build and opensdf files. by David Galeano · 13 years ago
  82. 5bf6578 fix failure to limit 7bit lengths by Andy Green · 13 years ago
  83. f243115 Fix compile issue on Apple by M K · 13 years ago
  84. a11fe94 correct cpp extern only being on win32 by Andy Green · 13 years ago
  85. 188d896 test html uplevel detect browser and MozWebSocket by Andy Green · 13 years ago
  86. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  87. 25a56b0 v08 receiver ignore frame with unhandled ext opcode by Andy Green · 13 years ago
  88. 815fa23 v08 change ignore incoming set ext bits by Andy Green · 13 years ago
  89. c15cb38 my compiler version didn't find it, but there is an uninitialized usage of by Andy Green · 13 years ago
  90. 0922650 extensions fix deflate stream vs mux and veto it on mux children by Andy Green · 13 years ago
  91. 5555c98 x google mux handle illegal channel add indexes cleanup handle ch1 rx by Andy Green · 13 years ago
  92. 68b4504 extensions introduce pre close veto by Andy Green · 13 years ago
  93. 8c6aaa2 extensions change child count to highest child subchannel by Andy Green · 13 years ago
  94. f665241 extensions ensure per conn allocation starts zeroed by Andy Green · 13 years ago
  95. 6ab0bba x google mux complete introduction of MUX_REAL_CHILD_INDEX_OFFSET that got included accidentally by Andy Green · 13 years ago
  96. f4a7c69 add gitignore by Jean-Pierre Gygax · 13 years ago
  97. b422887 win32 update for vc 2010 contributed by Jean-Pierre Gygax · 13 years ago
  98. d3b421e remove use mux blocks macro by Andy Green · 13 years ago
  99. a59bb90 x google mux change to new compact channel index scheme by Andy Green · 13 years ago
  100. 69b6808 x google mux introduce sticky mux opcode usage if ever used in channel by Andy Green · 13 years ago