1. 3f63560 fix broken ext arg parsing by Andy Green · 9 years ago
  2. d738f84 timeout move to doubly linked list by Andy Green · 9 years ago
  3. 15c92b1 From 8dc784c121fb387f1871245b3194eae662bddfa3 Mon Sep 17 00:00:00 2001 by Andrew Cooks · 9 years ago
  4. 2a6df60 From 1e933db07bed7a0b5ac8dc49146815348ae37ded Mon Sep 17 00:00:00 2001 by Andrew Cooks · 9 years ago
  5. cdcf5fc From 7f39ea761e98ea96f79a7e69d4cdeee0c39d316e Mon Sep 17 00:00:00 2001 by Andrew Cooks · 9 years ago
  6. 2a0dbcf Generate the API documentation in a reproducible way. by Peter Pentchev · 9 years ago
  7. 9a9d5ea avoid using deallocated things during context dedtroy by Andy Green · 9 years ago
  8. 4319b4d fuzxy by Andy Green · 9 years ago
  9. a547554 cleaning by Andy Green · 9 years ago
  10. 1d719ec lws_interface_to_sa by Andy Green · 9 years ago
  11. d5060d2 use lws_close not raw close by Andy Green · 9 years ago
  12. ec1296a Subject: [PATCH] Make echo test app option consistent with the other test by David Andrade · 9 years ago
  13. 29cfeeb permessage deflate male callback VISIBLE by Andy Green · 9 years ago
  14. 7c507e4 fix client getting hung up on at negotiation by Andy Green · 9 years ago
  15. 809d69a redirect by Andy Green · 9 years ago
  16. 7a0fcf2 parse_uri by Andy Green · 9 years ago
  17. e73d446 ssl add ECDH server support by Vijay Khurdiya · 9 years ago
  18. 7c15eb1 only report CLIENT_CONNECTION_ERROR once on some paths by Andy Green · 9 years ago
  19. 389a4bb remove double free attempts from no ACCEPT server response cleanup path by Andy Green · 9 years ago
  20. 8308073 fuzzer eliminate hsecond ah free path firing assert sentinel by Andy Green · 9 years ago
  21. 9928ccc fuzzer rx overflow mitigate by Andy Green · 9 years ago
  22. 5b37366 lws_client_connect_via_info by Andy Green · 9 years ago
  23. b6289d1 test client remove abs modulo by Andy Green · 9 years ago
  24. 6711266 extension permessage deflate by Andy Green · 9 years ago
  25. 58ad3d6 clean libev.c style by Andy Green · 9 years ago
  26. 5783b1a libev set events to match revents by Andy Green · 9 years ago
  27. 5eeb4bd partial always use partial buffering if send incomplete by Andy Green · 9 years ago
  28. 27174e6 properly skip protocols with NULL name by Denis Osvald · 9 years ago
  29. 034e514 fix callback typedefs and declarations by Denis Osvald · 9 years ago
  30. 0c7e5a9 doc improve docs around header access apis by Andy Green · 9 years ago
  31. 2b35e12 ext negotiation tolerate semicolon args by Andy Green · 9 years ago
  32. 86c1ef1 utf8 check compatible with extensions by Andy Green · 9 years ago
  33. 9b81d3c optimize utf8 check tests into state bit by Andy Green · 9 years ago
  34. 44a7f65 introduce LWS_SERVER_OPTION_VALIDATE_UTF8 by Andy Green · 9 years ago
  35. 0c7b38b autobahn check utf8 on TEXT and CLOSE by Andy Green · 9 years ago
  36. 7c28684 autobahn reject forbidden close code ranges by Andy Green · 9 years ago
  37. fde3684 autobahn README.test apps.md by Andy Green · 9 years ago
  38. 91d624e autobahn reject noncontinuation based on pending FIN state by Andy Green · 9 years ago
  39. 977734e autobahn detect disordered continuation by Andy Green · 9 years ago
  40. 44e0b08 autobahn add same serverside rxflow cache to client by Andy Green · 9 years ago
  41. f05167d autobahn reject on reserved opcode or bits by Andy Green · 9 years ago
  42. d5be3bf autobahn test echo extend max echo and follow message boundary by Andy Green · 9 years ago
  43. 7dbf21e autobahn extend max ping pong close payload to 125 by Andy Green · 9 years ago
  44. 41434fa autobahn report final frag only on final rx bufload by Andy Green · 9 years ago
  45. 4c9d895 autobahn requires zero length tx allowed by Andy Green · 9 years ago
  46. 20db310 autobahn requires zero length rx allowed by Andy Green · 9 years ago
  47. e7d8e20 autobahn test echo meddling by Andy Green · 9 years ago
  48. 07f1946 clean windows warnings by Andy Green · 9 years ago
  49. 40e607b test server libev by Andy Green · 9 years ago
  50. 4e2ac76 clarify changelog by Andy Green · 9 years ago
  51. daa6b8f update api docs by Andy Green · 9 years ago
  52. 1fb95e8 close add api to control sent close frame contents by Andy Green · 9 years ago
  53. 066a7a1 close add callback to get peer close reason by Andy Green · 9 years ago
  54. a24b408 mbed3 remove forcing _DEBUG by Andy Green · 9 years ago
  55. 5b85e39 mbed3 remove unused allocations by Andy Green · 9 years ago
  56. 3246ebb deprecate LWS_SEND_BUFFER_POST_PADDING by Andy Green · 9 years ago
  57. de1a6a5 output eliminate redundant post calculation by Andy Green · 9 years ago
  58. 87bac69 remove MAX_MUX_RECURSION from PRE padding by Andy Green · 9 years ago
  59. aa775fd rearrange private struct packing 2 by Andy Green · 9 years ago
  60. da2eab3 Recognize Debian GNU/kFreeBSD as FreeBSD-ish. by Peter Pentchev · 9 years ago
  61. de132b9 rearrange struct packing by Andy Green · 9 years ago
  62. 3df5800 http header malloc pool implement pool by Andy Green · 9 years ago
  63. b3d21f1 http header malloc pool allow listen accept flow control by Andy Green · 9 years ago
  64. ba38a7e ws ping buffer allocate in wsi ws union member by Andy Green · 9 years ago
  65. a4244f0 info struct add padding pool by Andy Green · 9 years ago
  66. c35b36b detect service tid once and use wsi with valid context to do it by Andy Green · 9 years ago
  67. 400e5a7 libev complete unix plat context init by Andy Green · 9 years ago
  68. d8383ca libev context destroy by gaby64 · 9 years ago
  69. 8933eaf test ping android compatibility by Andy Green · 9 years ago
  70. cc5dff9 Subject: [PATCH] Typo in macro name. by Roger A. Light · 9 years ago
  71. e974f0c uridecoding lws_hdr_fragment_length by Andy Green · 9 years ago
  72. ab5ed3c whitespace tidy by Andy Green · 9 years ago
  73. 9f54c1f uridecode no need to require length plus 2 by Andy Green · 9 years ago
  74. 3ba035d uridecoding disallow uriencoded equals in name part by Andy Green · 9 years ago
  75. 8b9fe99 uridecoding handle plus chars as space by Andy Green · 9 years ago
  76. 03d7e9d uridecoding support optional semicolon as delimiter by Andy Green · 9 years ago
  77. f1cf5be version 1.6.0 by Andy Green · 9 years ago
  78. 1849e5e api doc v1.6.0 by Andy Green · 9 years ago
  79. 9e8d148 changelog pre v1.6.0 by Andy Green · 9 years ago
  80. 4588e4e clean uri arg dump by Andy Green · 9 years ago
  81. e70c63b context protocol destroy provide nonnull wsi with context by Andy Green · 9 years ago
  82. 77ec61e server check cb return during establish by Andy Green · 9 years ago
  83. da46eee client check cb return during establish by Andy Green · 9 years ago
  84. 6d64539 lws_get_context not _ctx by Andy Green · 9 years ago
  85. 54806b1 clean internal refactor by Andy Green · 9 years ago
  86. ddd79cb win cover clearing sock_send_blocking when external poll by Andy Green · 9 years ago
  87. eee0d8a win solve various cranky problems with msvc by Andy Green · 9 years ago
  88. 71e2675 clean misc 1 by Andy Green · 9 years ago
  89. 00c6d15 public api remove context from user callback API BREAK by Andy Green · 9 years ago
  90. 375a193 windows fix wsapoll conflict on some toolchains by Andy Green · 9 years ago
  91. 11c05bf public api remove superfluous context params API BREAK by Andy Green · 9 years ago
  92. 8a97c06 add LWS_INLINE to deal with crappy msvc by Andy Green · 9 years ago
  93. 4eb3637 http uri arguments process in fragments by Andy Green · 9 years ago
  94. f35801b URIPS_ARGUMENTS is redundant by Andy Green · 9 years ago
  95. fac92eb document how the header fragments work by Andy Green · 9 years ago
  96. 566eb43 introduce lws_hdr_copy_fragment by Andy Green · 9 years ago
  97. 6b5de70 refactor needless context with wsi paramater passing by Andy Green · 9 years ago
  98. e59908e Subject: [PATCH] Add LWS_LIBRARY_VERSION_NUMBER to lws_config.h. by Roger A. Light · 9 years ago
  99. ea592fa Fix corruption of close reason code in close frame by Andrejs Hanins · 9 years ago
  100. 3decfe6 mbed3 use new upstream mbed3 nagle disable by Andy Green · 9 years ago