1. 4dd3385 libev protect when disabled at runtime in server.c by Andy Green · 10 years ago
  2. 8c2c924 win32 clean remove leftover ifdef by Andy Green · 10 years ago
  3. 4e1462d fix libev build by Andy Green · 10 years ago
  4. bfaea95 clean libwebsockets.c by Andy Green · 10 years ago
  5. b13eed4 Cleanup header includes by Patrick Gansterer · 10 years ago
  6. ac49f1e Remove useless usage of ssize_t by Patrick Gansterer · 10 years ago
  7. c3e8337 Windows: Support LWS_POLLHUP socket event by Patrick Gansterer · 10 years ago
  8. b47f87b Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP by Patrick Gansterer · 10 years ago
  9. e85ddb4 Merge branch 'tid' of https://github.com/paroga/libwebsockets by Andy Green · 10 years ago
  10. 0bf8fe5 Add missing resetting of the service_tid on Windows by Patrick Gansterer · 10 years ago
  11. 73882e4 Remove websock-w32.h by Patrick Gansterer · 10 years ago
  12. 462c981 Move #define for random() into the test applications where needed by Patrick Gansterer · 10 years ago
  13. 970e19c Remove unreferenced local variable on Windows by Patrick Gansterer · 10 years ago
  14. 60cbbac Use Sleep() instead of usleep() on Windows by Patrick Gansterer · 10 years ago
  15. fc5734c Remove dummy headers for Windows by Patrick Gansterer · 10 years ago
  16. 8df031d Remove emulated_poll on Windows by Patrick Gansterer · 10 years ago
  17. 0fc37b6 windows Use WSAWaitForMultipleEvents() instead of poll() on Windows by Patrick Gansterer · 10 years ago
  18. 8c020f2 Build fixes for WindowsCE by Patrick Gansterer · 10 years ago
  19. 6ff04bb Remove duplicated code for setting the socket options by Patrick Gansterer · 10 years ago
  20. 0447329 Fix IPv6 on non-Linux platforms by Patrick Gansterer · 10 years ago
  21. 145ecec cyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER by Andy Green · 10 years ago
  22. a616300 Fix nonblocking connect on Windows by Patrick Gansterer · 10 years ago
  23. 7844d04 ipv6 client fix by Andy Green · 10 years ago
  24. 055f297 ipv6 integration fixes by Andy Green · 10 years ago
  25. 3f13ea2 add ipv6 support by James Devine · 10 years ago
  26. 9ed754d fix NO_EXTENSIONS by Andy Green · 10 years ago
  27. 9769f4f libev port by Andrew Canaday · 10 years ago
  28. 03203ab trac 58 ssl enable SNI per vhost certs by erauhut · 10 years ago
  29. 28b12ad ssl output handle want read write by Andy Green · 10 years ago
  30. 35c80f9 ssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server and client by Andy Green · 10 years ago
  31. e254d95 truncated send keep and grow truncation buffer by Andy Green · 10 years ago
  32. 27e770b clean output.c a little by Andy Green · 10 years ago
  33. 564056d nonzero return from client parser is close by Andy Green · 10 years ago
  34. d2ec7ad ssl client use OS CA root certs by default by Andy Green · 10 years ago
  35. 5ac7e7a client allow user callback to close on nonzero return by Andy Green · 10 years ago
  36. bbc5c07 upgrade and improve storage efficiency of minilex by Andy Green · 10 years ago
  37. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 10 years ago
  38. 25f8b9e openwrt: add cyassl options, update to LWS_ cmake syntax by John Clark · 10 years ago
  39. e04ec35 Fix installation into relative installation directory by Patrick Gansterer · 10 years ago
  40. cb6ee15 Define libwebsocket_write_http as a macro instead of inline by Patrick Gansterer · 10 years ago
  41. ae1a8be win32 provide empty declaration for inline by Andy Green · 10 years ago
  42. 71a8870 add cyassl options, update to LWS_ cmake syntax by John Clark · 10 years ago
  43. 388dc7d Fix cyassl flags, update documentation by John Clark · 10 years ago
  44. 4a83727 Remove duplicated implementations for bzero() by Patrick Gansterer · 10 years ago
  45. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  46. 61a6ae4 Check if getenv() exists by Patrick Gansterer · 10 years ago
  47. 148b945 Allow setting the HTTP proxy via creation info by Patrick Gansterer · 10 years ago
  48. 02684c5 fix missing include for time by Andy Green · 10 years ago
  49. 5b71aac Enable compilation on Windows CE by Patrick Gansterer · 10 years ago
  50. cd9d6c5 Correctly server non-ASCII filenames on Windows by Patrick Gansterer · 10 years ago
  51. 9d61491 Add dummy implementation when strerror() is missing by Patrick Gansterer · 10 years ago
  52. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  53. 8a59033 Fix type checks in CMake by Patrick Gansterer · 10 years ago
  54. ce8079c Add explicit cast to setsockopt() calls by Patrick Gansterer · 10 years ago
  55. fce64cd Fix Content-Type header of http status response by Patrick Gansterer · 10 years ago
  56. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  57. 3ef96e8 Rename leave to cleanup by Patrick Gansterer · 10 years ago
  58. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 10 years ago
  59. 7769a2d Replace perror() with lwsl_warn() by Patrick Gansterer · 10 years ago
  60. b37bd6c Fix endian detection on non-linux systems by Patrick Gansterer · 10 years ago
  61. 2ff6955 Add missing LWS_VISIBLE to libwebsocket_set_timeout() by Patrick Gansterer · 10 years ago
  62. 0f3e413 unconfuse quoting in CMakeLists.txtt by Andy Green · 10 years ago
  63. 83725d8 revert wrong fix visibility of return_http_status by Andy Green · 10 years ago
  64. 7b7b7b2 Fix windows compilation. by Joakim Soderberg · 10 years ago
  65. 86267d9 use SO_REUSEADDR on windows since supposedly ok now by Gabriel Gritsch · 10 years ago
  66. 6afb19a fix visibility of return_http_status by Andy Green · 10 years ago
  67. 7f54e76 fix WITHOUT_CLIENT install in CMake by Andy Green · 10 years ago
  68. 1ea84e7 update cmake opts in README.build by Andy Green · 10 years ago
  69. 92f9b16 interface_to_sa no longer server only by Andy Green · 10 years ago
  70. e049a77 Call libwebsocket_set_timeout() before callback LWS_CALLBACK_HTTP. by Craig McQueen · 10 years ago
  71. 03bb8f9 Add support to binding client to interface. by Mattias Lundberg · 10 years ago
  72. 6596e4b Fix compilation on Windows. by Joakim Soderberg · 10 years ago
  73. e7fd8b1 Add LWS_VISIBLE to libwebsocket_set_timeout() so it can be used externally. by Craig McQueen · 10 years ago
  74. a9e4787 add missing CMake pieces by Andy Green · 10 years ago
  75. 8284cf1 document new extpoll apis by Michael Haberler · 10 years ago
  76. 099645d update test server for new extpoll by Michael Haberler · 10 years ago
  77. ffbc02f change extpoll in lib to new way by Michael Haberler · 10 years ago
  78. b309305 replace old extpoll callbacks with LWS_CALLBACK_CHANGE_MODE_POLL_FD by Michael Haberler · 10 years ago
  79. cb73306 define struct libwebsocket_pollargs by Michael Haberler · 10 years ago
  80. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 10 years ago
  81. 09f0058 LWS_CALLBACK_USER by Andy Green · 10 years ago
  82. e39e6ef libwebsocket_callback_all_protocol by Andy Green · 10 years ago
  83. 890f8e9 add const http write helper by Gabriel Gritsch · 10 years ago
  84. 8ea1955 fix zero length ping pong by Andy Green · 10 years ago
  85. f975f73 missing endian preprocessor defines on Linux environments by Daniel Ludwig · 10 years ago
  86. e919af8 update version in libwebsockets.pc by Andy Green · 10 years ago
  87. 7c6f26c fix memory leak by arnaudviala · 10 years ago
  88. 176de27 add timeout between accept and negotiation by Andy Green · 10 years ago
  89. d578f57 Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Alexandre Erwin Ittner · 10 years ago
  90. af8694d make force_exit volatile. by Jakob Flierl · 10 years ago
  91. 6744555 cmake and other fixes by Joakim Soderberg · 10 years ago
  92. 8631032 Removed needless VS projects now that cmake is fixed by martell · 10 years ago
  93. e91a759 additional mingw fixes by martell · 10 years ago
  94. 19c73f3 fixed windows build by martell · 10 years ago
  95. ac1ebba trac 53 mingw ssize_t redef by Andy Green · 10 years ago
  96. 9bdcf18 fix LWS_NO_SERVER compile by John Clark · 10 years ago
  97. eca0e49 Subject: [PATCH] libwebsockets.h: use _GNU_SOURCE instead of __USE_GNU by Michael Haberler · 11 years ago
  98. f162492 fix lws_lookup off by one by nononame · 11 years ago
  99. ed451d5 ppoll fix signal mask sense by Andy Green · 11 years ago
  100. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago