1. 4dd3385 libev protect when disabled at runtime in server.c by Andy Green · 10 years ago
  2. ac49f1e Remove useless usage of ssize_t by Patrick Gansterer · 10 years ago
  3. b47f87b Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP by Patrick Gansterer · 10 years ago
  4. 73882e4 Remove websock-w32.h by Patrick Gansterer · 10 years ago
  5. 145ecec cyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by Andy Green · 10 years ago
  6. 9769f4f libev port by Andrew Canaday · 10 years ago
  7. 35c80f9 ssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server and client by Andy Green · 10 years ago
  8. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  9. cd9d6c5 Correctly server non-ASCII filenames on Windows by Patrick Gansterer · 10 years ago
  10. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  11. fce64cd Fix Content-Type header of http status response by Patrick Gansterer · 10 years ago
  12. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  13. 83725d8 revert wrong fix visibility of return_http_status by Andy Green · 10 years ago
  14. 6afb19a fix visibility of return_http_status by Andy Green · 10 years ago
  15. 92f9b16 interface_to_sa no longer server only by Andy Green · 10 years ago
  16. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 10 years ago
  17. 176de27 add timeout between accept and negotiation by Andy Green · 10 years ago
  18. d578f57 Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Alexandre Erwin Ittner · 10 years ago
  19. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  20. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  21. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  22. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  23. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  24. d1eac60 interface improve visibility fail if not found by Andy Green · 11 years ago
  25. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  26. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  27. ac04911 cygwin compatibility by Bob Roberts · 11 years ago
  28. b82b0dd Print SSL error codes as well as the string. by Joakim Soderberg · 11 years ago
  29. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  30. 0c2f4d8 update missed extpoll calls to use correct args for ssl by Andy Green · 11 years ago
  31. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  32. 54cb346 introduce LWS_CALLBACK_HTTP_WRITEABLE by Andy Green · 11 years ago
  33. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  34. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  35. 3551709 fix busted debug format in ssl mode by Andy Green · 11 years ago
  36. b5b2319 style cleanup by Andy Green · 11 years ago
  37. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  38. 0390608 use context service buffer instead of stack for server_socket_service by Andy Green · 11 years ago
  39. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  40. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  41. b8b247d remove need for filepath buffer on http file serve by Andy Green · 12 years ago
  42. 23c5f2e add autotools bits for cyassl by Andy Green · 11 years ago
  43. 68a672b unionize header token array by Andy Green · 11 years ago
  44. 2b57a34 headers deleted after websocket established by Andy Green · 11 years ago
  45. b378ce9 Added support for CyaSSL replacement of OpenSSL. by Joakim Soderberg · 11 years ago
  46. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 11 years ago
  47. e000a70 instrument latency by Andy Green · 11 years ago
  48. 6f520a5 evict all broadcast support by Andy Green · 11 years ago
  49. 0794af9 fix ssl bits outside of ifdef coverage by Edwin van den Oetelaar · 11 years ago
  50. 1167dd4 force ssl rw bios nonblocking by Andy Green · 11 years ago
  51. ba85a7d timeout coverage for ssl accept by Andy Green · 11 years ago
  52. e216071 break up ssl accept action by Andy Green · 11 years ago
  53. 6f047ee ensure accept is nonblocking by Andy Green · 11 years ago
  54. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  55. f5bc130 disable private broadcast sockets if enable no fork config option by Andy Green · 12 years ago
  56. 3182ece introduce without extensions by Andy Green · 12 years ago
  57. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago