1. 3f4623b lws_metrics by Andy Green · 3 years, 5 months ago
  2. c9731c5 type comparisons: fixes by Andy Green · 3 years, 6 months ago
  3. 942f46b lwsws: add -n to allow skipping lws plugins dir by Andy Green · 3 years, 7 months ago
  4. 44e8606 docs: switch to use main by Andy Green · 3 years, 8 months ago
  5. 5c7b5af cmake: disable export visibility when building lws static by Andy Green · 3 years, 9 months ago
  6. c3dee88 static build: lwsws by Andy Green · 3 years, 9 months ago
  7. 286cf43 sul: multiple timer domains by Andy Green · 4 years ago
  8. b3131fd cmakelist: Augean Stables refactor by Andy Green · 4 years ago
  9. 62f22c9 malloc_trim: move out of unix plat and into lwsws by Andy Green · 4 years, 3 months ago
  10. 3299c54 illumos: fix build errors by Zhiwen Zheng · 4 years, 7 months ago
  11. f7149e9 cc0: align dedication to CC0 FAQ recommended format by Andy Green · 5 years ago
  12. 39e19c8 qnx: qnx6.5 compatibility by pblemel · 5 years ago
  13. 9bed6d6 clean: general whitespace cleanup by Andy Green · 6 years ago
  14. 7d9ff98 logs: go back to ansi only on tty and add lwsl_emit_stderr_notimestamp by Andy Green · 6 years ago
  15. 11fdbd8 lwsws: logging: use stderr not syslog directly by Andy Green · 6 years ago
  16. d1f9f0a libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h by Andy Green · 6 years ago
  17. d461f46 libwebsockets.h: clean out some boilerplate better put in core/private.h by Andy Green · 6 years ago
  18. a03dd40 plugins: gitws libjsongit2 support by Andy Green · 6 years ago
  19. f497562 refactor: change event lib minimal examples to serve as the test apps by Andy Green · 6 years ago
  20. d37b383 refactor: apply ops structs to event loop handlers by Andy Green · 6 years ago
  21. 4b7144f lws_buflist by Andy Green · 6 years ago
  22. 422cbf2 align private LWS_NO_EXTENSIONS to be same as public LWS_WITHOUT_EXTENSIONS by Andy Green · 6 years ago
  23. f63f4e5 lwsws: change the example to not bind to lo by Andy Green · 6 years ago
  24. aae2c24 lws_snprintf by Andy Green · 6 years ago
  25. 1c70181 build: enable signed vs unsigned warnings on gcc by Andy Green · 7 years ago
  26. 904a9c0 http2: make usable by Andy Green · 7 years ago
  27. 6f3f2df lejp-conf: skip conf.d files containing tilde by Andy Green · 7 years ago
  28. 9c2a7dd ah pool: change to dynamic linked list by Andy Green · 7 years ago
  29. 4ce7259 lwsws: survive LWS_WITHOUT_EXTENSIONS by Andy Green · 7 years ago
  30. a9f74f2 lwsws: remove no longer extant D option from help string by Andy Green · 7 years ago
  31. 6f11c13 lws-meta by Andy Green · 7 years ago
  32. faa1526 lws-vhost-destroy by Andy Green · 7 years ago
  33. a150072 libuv: add helper for clean valgrind with foreign loop by Andy Green · 7 years ago
  34. 0be9e98 win32: enable 64-bit file lengths by WebsocketUser · 7 years ago
  35. 6384eb7 esp32: return random length from lws_get_random by Andy Green · 7 years ago
  36. 238766b windows: changes to build with VS2015 by Joel Winarske · 7 years ago
  37. be9fb91 context deprecation by Andy Green · 7 years ago
  38. 69c88d9 context: external_baggage_free_on_destroy by Andy Green · 7 years ago
  39. 0c98401 lwsws license to cc0 by Andy Green · 8 years ago
  40. f32d250 ws ping pong on idle connections by Andy Green · 8 years ago
  41. 0aa382f lejp-conf: substitute _lws_ddir_ with install dir by Andy Green · 8 years ago
  42. 3358c53 lwsws conf.c migrate to lib by Andy Green · 8 years ago
  43. 92b0d8a lwsws fix settable conf dir and error paths by Andy Green · 8 years ago
  44. 9b03cb9 lwsws localhost example conf add testcgi by Andy Green · 8 years ago
  45. 34b8161 lwsws update example conf to be 7681 no ssl test server by Andy Green · 8 years ago
  46. 7a9970f win fix warnings from appveyor by Andy Green · 8 years ago
  47. 8ef14c0 lwsws conf mount extra mimetypes by Andy Green · 8 years ago
  48. 6954daa lwsws conf allow setting cipher list and ecdh curve by Andy Green · 8 years ago
  49. fb8be05 add lws_init_vhost_client_ssl api to allow client ssl use on a vhost by Andy Green · 8 years ago
  50. 0a4da2c lwsws remove all protocols use lws default http by Andy Green · 8 years ago
  51. 677d6c1 lwsws cleanup and allocate config strings dynamically by Andy Green · 8 years ago
  52. f530de8 lwsws remove non libuv SIGINT handler by Andy Green · 8 years ago
  53. 5afc567 lejp bring into lws by Andy Green · 8 years ago
  54. b24aaeb add protocol plugin for post demo by Andy Green · 8 years ago
  55. cae57ad plugins_dir convert to array by Andy Green · 8 years ago
  56. 4664f71 create_vhost move mounts list to info by Andy Green · 8 years ago
  57. 734f10a logs document logrotate configuration for lwsws by Andy Green · 8 years ago
  58. f79534e post example in test server by Andy Green · 8 years ago
  59. 09490ae coverity 160167 resource_path set at cmake may overflow buffer by Andy Green · 8 years ago
  60. 42e8b18 http cache policy by Andy Green · 8 years ago
  61. c673125 client http by Andy Green · 8 years ago
  62. b21c20b context settable server string by Andy Green · 8 years ago
  63. 2f0bc93 lws access log option and lwsws conf by Andy Green · 8 years ago
  64. 57f2007 vhost collect rx tx stats by Andy Green · 8 years ago
  65. 868b9f2 strict transport security vhost option flag and lwsws conf support by Andy Green · 8 years ago
  66. a1ab201 lwsws conf unix sockets support vhost conf option by Andy Green · 8 years ago
  67. 1042b34 lwsws conf move interface to be vhost attribute by Andy Green · 8 years ago
  68. b46e4a8 vhost keepalive timeout by Andy Green · 8 years ago
  69. f5efa74 cgi post by Andy Green · 8 years ago
  70. 22d6f39 http2 update integration by Andy Green · 8 years ago
  71. a5e73a1 lwsws cgi integration by Andy Green · 8 years ago
  72. 6e7b79b lwsws specifically signed char return lejp by Andy Green · 8 years ago
  73. 0a18354 lwsws conf and plugins convert to libuv apis by Andy Green · 8 years ago
  74. d459a6f lwsws redirect and correct vhost selection before accept by Andy Green · 8 years ago
  75. 37098ae lwsws protocol filter and options by Andy Green · 8 years ago
  76. 0207705 plugins by Andy Green · 8 years ago
  77. cd0c696 lwsws Libwebsockets Web Server by Andy Green · 8 years ago