1. cae57ad plugins_dir convert to array by Andy Green · 9 years ago
  2. 4d5ac9c plugin standalone example for oot build by Andy Green · 9 years ago
  3. d5dc5df provide default empty protocol zero handler if NULL protocols in info by Andy Green · 9 years ago
  4. 2f72f67 libwebsockets-test-server-v2.0 showing how to use mounts and plugins by Andy Green · 9 years ago
  5. 952fcde per vhost options struct explicitly const by Andy Green · 9 years ago
  6. 4664f71 create_vhost move mounts list to info by Andy Green · 9 years ago
  7. 72e0e2a Add warn_unused_result check, attribute only supported by GCC 3.4 or later by Patrick Farrell · 9 years ago
  8. 67729c9 Eliminated compile warning in test-client.c by Stephan Eberle · 9 years ago
  9. ff32d01 Fixed misspelled size_t by Stephan Eberle · 9 years ago
  10. 8087959 Fixed build failure under Visual Studio 14 2015 by Stephan Eberle · 9 years ago
  11. f14f723 Fixed build failure under Linux with GNU 4.8.4 by Stephan Eberle · 9 years ago
  12. 3f41a9d Fixes for building with MinGW by Stephan Eberle · 9 years ago
  13. 734f10a logs document logrotate configuration for lwsws by Andy Green · 9 years ago
  14. 12aeba7 server status add getloadavg and lib version and more css by Andy Green · 9 years ago
  15. f79534e post example in test server by Andy Green · 9 years ago
  16. 2420887 docs vhosts and mounts by Andy Green · 9 years ago
  17. fe3f60d android make script contrib by Alexander Bruines · 9 years ago
  18. 119bdaa Android needs sys/resource.h by Alexander Bruines · 9 years ago
  19. 8dd32ae http2 handle error path on ensure_user_space by Andy Green · 9 years ago
  20. 2f21628 pollin shouldnt always win over pollout by Andy Green · 9 years ago
  21. a2757c7 coverity 160162 check fcntl return by Andy Green · 9 years ago
  22. 16146cd coverity 160163 LWS_WARN_UNUSED_RESULT needed on header apis by Andy Green · 9 years ago
  23. 516f388 coverity 160166 readlink doesnt NUL terminate by Andy Green · 9 years ago
  24. 5dd57a9 coverity 160165 dead code by Andy Green · 9 years ago
  25. 09490ae coverity 160167 resource_path set at cmake may overflow buffer by Andy Green · 9 years ago
  26. 1536c5b coverity 160160/160161 test server commanline args strncpy NUL management by Andy Green · 9 years ago
  27. 5bf2ce1 debug spew reduce by Andy Green · 9 years ago
  28. 2110ce9 cruft remove sigusr2 handling by Andy Green · 9 years ago
  29. 81bf43b client account for retries by Andy Green · 9 years ago
  30. 42e8b18 http cache policy by Andy Green · 9 years ago
  31. 748a221 cgi lifecycle logging by Andy Green · 9 years ago
  32. d02028b Update libwebsockets.h by hgrundy · 9 years ago
  33. 5c3a3c5 access_log reset transaction size when using keepalive by Andy Green · 9 years ago
  34. 912c42f ah try for ah when adopting socket to vhost by Andy Green · 9 years ago
  35. 5f947cd windows another uv_poll_init by Andy Green · 9 years ago
  36. 1759e32 Conditionally define snprintf on Windows by Lucas Terra · 9 years ago
  37. c6496b2 Script and config to make tracking ABI/API changes easy. by Roger A. Light · 9 years ago
  38. c673125 client http by Andy Green · 9 years ago
  39. 451cee5 polarssl implementation by Andy Green · 9 years ago
  40. 19f61e5 Fix inet_ntop linking error on Windows by Lucas Terra · 9 years ago
  41. 9806140 plugin lws server status by Andy Green · 9 years ago
  42. 4714cf0 vh doubly linked list for wsi on same protocol by Andy Green · 9 years ago
  43. 7e2c385 redirects need fake content metadata by Andy Green · 9 years ago
  44. b21c20b context settable server string by Andy Green · 9 years ago
  45. cec2fd5 lws normalize http response by Andy Green · 9 years ago
  46. 2f0bc93 lws access log option and lwsws conf by Andy Green · 9 years ago
  47. 30cdb3a recv treat zero return as error by Justin Chen · 9 years ago
  48. f3e9c73 json dump vhost by Andy Green · 9 years ago
  49. 57f2007 vhost collect rx tx stats by Andy Green · 9 years ago
  50. 868b9f2 strict transport security vhost option flag and lwsws conf support by Andy Green · 9 years ago
  51. a1ab201 lwsws conf unix sockets support vhost conf option by Andy Green · 9 years ago
  52. 144594d unix sockets make vhost option by Andy Green · 9 years ago
  53. 1042b34 lwsws conf move interface to be vhost attribute by Andy Green · 9 years ago
  54. cc3c6fb vhost should have his own options by Andy Green · 9 years ago
  55. ddd9bfa Add testapps support for client certs and CRLs by Alexander Bruines · 9 years ago
  56. 4418245 Support for abstract socket by Yeonjun Lim · 9 years ago
  57. 3c6a8c1 Add unix domain socket by Yeonjun Lim · 9 years ago
  58. b46e4a8 vhost keepalive timeout by Andy Green · 9 years ago
  59. 5b95081 ssl server init failure info by Andy Green · 9 years ago
  60. 5e799a4 ssl store vhost in ssl private data not context by Andy Green · 9 years ago
  61. f5efa74 cgi post by Andy Green · 9 years ago
  62. 22d6f39 http2 update integration by Andy Green · 9 years ago
  63. a5e73a1 lwsws cgi integration by Andy Green · 9 years ago
  64. 6e7b79b lwsws specifically signed char return lejp by Andy Green · 9 years ago
  65. 0a18354 lwsws conf and plugins convert to libuv apis by Andy Green · 9 years ago
  66. e01a551 vhost if explicit vhosts only enable protocols with pvo mentions by Andy Green · 9 years ago
  67. d459a6f lwsws redirect and correct vhost selection before accept by Andy Green · 9 years ago
  68. 37098ae lwsws protocol filter and options by Andy Green · 9 years ago
  69. efcf496 windows snprintf is _snprintf by Meir Yanovich · 9 years ago
  70. da77a60 android fix rlimit by Galen Ma · 9 years ago
  71. c5376b1 extensions add api for user code option manipulation by Andy Green · 9 years ago
  72. 150233d urldecode forbid malformed by Andy Green · 9 years ago
  73. fd12fc2 plugins also link lwsws against websockets_shared by Andy Green · 9 years ago
  74. 8d21c35 plugins link libwebsockets dynamically by Denis Osvald · 9 years ago
  75. 0207705 plugins by Andy Green · 9 years ago
  76. 09998e3 libuv add idle processing to force service where needed by Andy Green · 9 years ago
  77. e800915 lws_service_adjust_timeout optimize by Andy Green · 9 years ago
  78. 513580d revert 622d9f2 ssl pending handcrank by Andy Green · 9 years ago
  79. 2e15d0a win32 libuv build notes by Meir Yanovich · 9 years ago
  80. d5ff4bf win32 needs strange strftime args by Meir Yanovich · 9 years ago
  81. a19ff9b uri processing reject paths not starting with slash by Andy Green · 9 years ago
  82. 45dead9 libuv report init failure by Andy Green · 9 years ago
  83. f29fbdf test server libevuv set LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT on ssl by Andy Green · 9 years ago
  84. 9694ebe libuv win32 fixes 2 by Meir Yanovich · 9 years ago
  85. 1c428c3 test server align rxbuf with permessage deflate rx buf size by Andy Green · 9 years ago
  86. bbcd241 libuv win32 fixes by Andy Green · 9 years ago
  87. 02ff145 cmake libuv fix include forcing path by Andy Green · 9 years ago
  88. 7d5b153 Fix build with musl libc by V.Krishn · 10 years ago
  89. 1a3f177 mbedtls and polarssl first part by Andy Green · 9 years ago
  90. f632e44 revert cmake remove targets from install path by Andy Green · 9 years ago
  91. 7fe02e3 ssl split out common server and client ssl sources by Andy Green · 9 years ago
  92. eefb13a ssl migrate client pieces to ssl.c by Andy Green · 9 years ago
  93. cd0c696 lwsws Libwebsockets Web Server by Andy Green · 9 years ago
  94. d526c50 introduce vhosts by Andy Green · 9 years ago
  95. e2cf3e1 SNI for server side: receive callback by Andy Green · 9 years ago
  96. 476329f http2 build with alpn capable ssl no debug by Andy Green · 9 years ago
  97. c6fd360 LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT to default to runtime ssl disable by Andy Green · 9 years ago
  98. f107e4b libuv: sigint API cleanup by Denis Osvald · 9 years ago
  99. de9f794 libuv: handle signals only if requested by Denis Osvald · 9 years ago
  100. 1a13885 cgi env by Andy Green · 9 years ago