1. bbc5c07 upgrade and improve storage efficiency of minilex by Andy Green · 10 years ago
  2. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 10 years ago
  3. 25f8b9e openwrt: add cyassl options, update to LWS_ cmake syntax by John Clark · 10 years ago
  4. e04ec35 Fix installation into relative installation directory by Patrick Gansterer · 10 years ago
  5. cb6ee15 Define libwebsocket_write_http as a macro instead of inline by Patrick Gansterer · 10 years ago
  6. ae1a8be win32 provide empty declaration for inline by Andy Green · 10 years ago
  7. 71a8870 add cyassl options, update to LWS_ cmake syntax by John Clark · 10 years ago
  8. 388dc7d Fix cyassl flags, update documentation by John Clark · 10 years ago
  9. 4a83727 Remove duplicated implementations for bzero() by Patrick Gansterer · 10 years ago
  10. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  11. 61a6ae4 Check if getenv() exists by Patrick Gansterer · 10 years ago
  12. 148b945 Allow setting the HTTP proxy via creation info by Patrick Gansterer · 10 years ago
  13. 02684c5 fix missing include for time by Andy Green · 10 years ago
  14. 5b71aac Enable compilation on Windows CE by Patrick Gansterer · 10 years ago
  15. cd9d6c5 Correctly server non-ASCII filenames on Windows by Patrick Gansterer · 10 years ago
  16. 9d61491 Add dummy implementation when strerror() is missing by Patrick Gansterer · 10 years ago
  17. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  18. 8a59033 Fix type checks in CMake by Patrick Gansterer · 10 years ago
  19. ce8079c Add explicit cast to setsockopt() calls by Patrick Gansterer · 10 years ago
  20. fce64cd Fix Content-Type header of http status response by Patrick Gansterer · 10 years ago
  21. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  22. 3ef96e8 Rename leave to cleanup by Patrick Gansterer · 10 years ago
  23. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 10 years ago
  24. 7769a2d Replace perror() with lwsl_warn() by Patrick Gansterer · 10 years ago
  25. b37bd6c Fix endian detection on non-linux systems by Patrick Gansterer · 10 years ago
  26. 2ff6955 Add missing LWS_VISIBLE to libwebsocket_set_timeout() by Patrick Gansterer · 10 years ago
  27. 0f3e413 unconfuse quoting in CMakeLists.txtt by Andy Green · 10 years ago
  28. 83725d8 revert wrong fix visibility of return_http_status by Andy Green · 10 years ago
  29. 7b7b7b2 Fix windows compilation. by Joakim Soderberg · 10 years ago
  30. 86267d9 use SO_REUSEADDR on windows since supposedly ok now by Gabriel Gritsch · 10 years ago
  31. 6afb19a fix visibility of return_http_status by Andy Green · 10 years ago
  32. 7f54e76 fix WITHOUT_CLIENT install in CMake by Andy Green · 10 years ago
  33. 1ea84e7 update cmake opts in README.build by Andy Green · 10 years ago
  34. 92f9b16 interface_to_sa no longer server only by Andy Green · 10 years ago
  35. e049a77 Call libwebsocket_set_timeout() before callback LWS_CALLBACK_HTTP. by Craig McQueen · 10 years ago
  36. 03bb8f9 Add support to binding client to interface. by Mattias Lundberg · 10 years ago
  37. 6596e4b Fix compilation on Windows. by Joakim Soderberg · 10 years ago
  38. e7fd8b1 Add LWS_VISIBLE to libwebsocket_set_timeout() so it can be used externally. by Craig McQueen · 10 years ago
  39. a9e4787 add missing CMake pieces by Andy Green · 10 years ago
  40. 8284cf1 document new extpoll apis by Michael Haberler · 10 years ago
  41. 099645d update test server for new extpoll by Michael Haberler · 10 years ago
  42. ffbc02f change extpoll in lib to new way by Michael Haberler · 10 years ago
  43. b309305 replace old extpoll callbacks with LWS_CALLBACK_CHANGE_MODE_POLL_FD by Michael Haberler · 10 years ago
  44. cb73306 define struct libwebsocket_pollargs by Michael Haberler · 10 years ago
  45. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 10 years ago
  46. 09f0058 LWS_CALLBACK_USER by Andy Green · 10 years ago
  47. e39e6ef libwebsocket_callback_all_protocol by Andy Green · 10 years ago
  48. 890f8e9 add const http write helper by Gabriel Gritsch · 10 years ago
  49. 8ea1955 fix zero length ping pong by Andy Green · 10 years ago
  50. f975f73 missing endian preprocessor defines on Linux environments by Daniel Ludwig · 10 years ago
  51. e919af8 update version in libwebsockets.pc by Andy Green · 10 years ago
  52. 7c6f26c fix memory leak by arnaudviala · 10 years ago
  53. 176de27 add timeout between accept and negotiation by Andy Green · 10 years ago
  54. d578f57 Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Alexandre Erwin Ittner · 10 years ago
  55. af8694d make force_exit volatile. by Jakob Flierl · 10 years ago
  56. 6744555 cmake and other fixes by Joakim Soderberg · 10 years ago
  57. 8631032 Removed needless VS projects now that cmake is fixed by martell · 10 years ago
  58. e91a759 additional mingw fixes by martell · 10 years ago
  59. 19c73f3 fixed windows build by martell · 10 years ago
  60. ac1ebba trac 53 mingw ssize_t redef by Andy Green · 10 years ago
  61. 9bdcf18 fix LWS_NO_SERVER compile by John Clark · 10 years ago
  62. eca0e49 Subject: [PATCH] libwebsockets.h: use _GNU_SOURCE instead of __USE_GNU by Michael Haberler · 11 years ago
  63. f162492 fix lws_lookup off by one by nononame · 11 years ago
  64. ed451d5 ppoll fix signal mask sense by Andy Green · 11 years ago
  65. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago
  66. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  67. 3c7fe49 openwrt add build makefile by tmu · 11 years ago
  68. a8268e7 fix dropmask dereference even when NULL by Nikolay Dimitrov · 11 years ago
  69. 0a0a7eb Trac 53 minw update by pmcdona · 11 years ago
  70. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  71. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  72. 4ebedc2 windows use msvc baestd and ssize_t from there by James Chen · 11 years ago
  73. 8ff88e9 distinguish error from truncation by Christian Wyss · 11 years ago
  74. 8d5793b ie10 lws url workaround by John Harrison · 11 years ago
  75. 793e7c0 NO_EXTENSIONS fixes by mroszko · 11 years ago
  76. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  77. aa08492 solve broken partial file sends by Andy Green · 11 years ago
  78. ca15338 interpret zero rx buffer size as default in http by Andy Green · 11 years ago
  79. 944a78d protect the label with an ifdef by Andreas Pakulat · 11 years ago
  80. e01cb9a Subject: [PATCH] Fixed the logging of OpenSSL errors to report the correct by Jonti · 11 years ago
  81. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  82. b353a45 support for client authentication based on certs by prasannateamf1 · 11 years ago
  83. 909a372 case insensitive http headers by Andy Green · 11 years ago
  84. 1e3f7b8 introduce uri args by Andy Green · 11 years ago
  85. d3f6873 back up directory paths properly by Andy Green · 11 years ago
  86. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  87. 6f42910 uri santitation fixes deal with single dot update attack.sh by Andy Green · 11 years ago
  88. b1a9e50 translate and protect uri test sever use uri path by Andy Green · 11 years ago
  89. 19895bc introduce LWS_CALLBACK_FILTER_HTTP_CONNECTION by Andy Green · 11 years ago
  90. 6cd8880 add cookie example to test server by Andy Green · 11 years ago
  91. 7900256 allow other headers in http send file by Andy Green · 11 years ago
  92. 84fd949 make ah available in http callback properly by Andy Green · 11 years ago
  93. cc13c6f improve minilex use external parsing header by Andy Green · 11 years ago
  94. 7ee4f89 windows workaround unsigned fd in emulated poll by Graham Newton · 11 years ago
  95. d1eac60 interface improve visibility fail if not found by Andy Green · 11 years ago
  96. dae94d8 Windows Fix usage in Windows XP targetting projects by Andreas Pakulat · 11 years ago
  97. 29338d9 unixify websock w32.h line endings by Andy Green · 11 years ago
  98. fe8589c Windows Fix include for win32helpers by Andreas Pakulat · 11 years ago
  99. 7e86740 Windows Fix installing the dll by Andreas Pakulat · 11 years ago
  100. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago