1. 3f13ea2 add ipv6 support by James Devine · 10 years ago
  2. 9769f4f libev port by Andrew Canaday · 10 years ago
  3. e254d95 truncated send keep and grow truncation buffer by Andy Green · 10 years ago
  4. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 10 years ago
  5. 4a83727 Remove duplicated implementations for bzero() by Patrick Gansterer · 10 years ago
  6. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  7. 02684c5 fix missing include for time by Andy Green · 10 years ago
  8. 9d61491 Add dummy implementation when strerror() is missing by Patrick Gansterer · 10 years ago
  9. e5720a3 Cleanup include statements by Patrick Gansterer · 10 years ago
  10. 81338aa Use native file functions on Windows by Patrick Gansterer · 10 years ago
  11. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 10 years ago
  12. 03bb8f9 Add support to binding client to interface. by Mattias Lundberg · 10 years ago
  13. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago
  14. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  15. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  16. 2764eba handle EAGAIN during send by Andy Green · 11 years ago
  17. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  18. 1e3f7b8 introduce uri args by Andy Green · 11 years ago
  19. b1a9e50 translate and protect uri test sever use uri path by Andy Green · 11 years ago
  20. 84fd949 make ah available in http callback properly by Andy Green · 11 years ago
  21. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  22. 39ceebc Drop wsockcompat.h header its not part of msvc by Andreas Pakulat · 11 years ago
  23. 9b8a29f trac41 WIN32 add wsockcompat.h by Andy Green · 11 years ago
  24. 7521233 make header protection unique remove __prefix by Markus Elfring · 11 years ago
  25. 24f4eb6 wait ssl connect completion on client proxy path by shys · 11 years ago
  26. 1f4267b add explicit error for partial send by Andy Green · 11 years ago
  27. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  28. 9beedc1 trac 36 make libwebsocket_set_timeout public by Andy Green · 11 years ago
  29. 7cf6cb0 trac 28 - differentiate between http serving and accepted http connection by Andy Green · 11 years ago
  30. 4e414e6 trac 29 win32 EWOULDBLOCK by Andy Green · 11 years ago
  31. ca0a129 rxflow remove recursion and simplify by Andy Green · 11 years ago
  32. 38c570c dont leak when protocol agreement probs by Andy Green · 11 years ago
  33. 8699cec remove MAX_HEADER_NAME_LENGTH from header by Andy Green · 11 years ago
  34. 1c6e142 trac 18 deal with service connection timing out by Andy Green · 11 years ago
  35. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  36. 8dac94d trim proxy ads plus hostname stg by Andy Green · 11 years ago
  37. a7521de migrate client hs and c_port into ah by Andy Green · 11 years ago
  38. 6636eec minor type optimizations by Andy Green · 11 years ago
  39. 3b49848 remove current_alloc_len by Andy Green · 11 years ago
  40. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  41. f272cb0 Fixed DLL compilation on Windows for CMake. by Joakim Soderberg · 11 years ago
  42. 508946c api make close api private only by Andy Green · 11 years ago
  43. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  44. b5b2319 style cleanup by Andy Green · 11 years ago
  45. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  46. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  47. 33fa908 remove extension cruft from struct lws by Andy Green · 11 years ago
  48. acfa1a8 throw out lws_websocket_related cruft by Andy Green · 11 years ago
  49. d91d5e8 optimize wsi using bitfields and enums to chars by Andy Green · 11 years ago
  50. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  51. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  52. 9b09dc0 remove all PATH_MAX or MAX_PATH by Andy Green · 11 years ago
  53. b8b247d remove need for filepath buffer on http file serve by Andy Green · 11 years ago
  54. 23c5f2e add autotools bits for cyassl by Andy Green · 11 years ago
  55. 68a672b unionize header token array by Andy Green · 11 years ago
  56. 91de933 Fixed windows build. by Joakim Soderberg · 11 years ago
  57. 4f4a38b Added check for inline keyword availability. by Joakim Soderberg · 11 years ago
  58. 68e8d73 Fixed build on OSX. by Joakim Söderberg · 11 years ago
  59. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 11 years ago
  60. d636e35 introduce lws_latency by Andy Green · 11 years ago
  61. 6f520a5 evict all broadcast support by Andy Green · 11 years ago
  62. ea0642a trac 6 expose libwebsockets read with note about not normally needed by Andy Green · 11 years ago
  63. ba85a7d timeout coverage for ssl accept by Andy Green · 11 years ago
  64. e216071 break up ssl accept action by Andy Green · 11 years ago
  65. 623a98d unionize mutually exclusive wsi members by Andy Green · 11 years ago
  66. 80f168b key_b64 doesnt need to be in wsi by Andy Green · 11 years ago
  67. 5738c0e remove all support for pre v13 protocols by Andy Green · 11 years ago
  68. f5bc130 disable private broadcast sockets if enable no fork config option by Andy Green · 11 years ago
  69. 3182ece introduce without extensions by Andy Green · 11 years ago
  70. 24cba92 make use of lock file by Andy Green · 11 years ago
  71. 0bf3ef6 windows compatibility changes for private libwebsockets by FNA · 11 years ago
  72. 69e4364 allow_use_of_lwsl_logging in user code by Andy Green · 11 years ago
  73. 7c19c34 add lwsl_notice by Andy Green · 11 years ago
  74. acbaee6 add lws_confirm_legit_wsi by Andy Green · 11 years ago
  75. a1ce6be refactor and introduce without server configure option by Andy Green · 11 years ago
  76. 2fd3f2f introdice tracking if frame is binary by Andy Green · 11 years ago
  77. 6d1fcb7 add lexical parser for headers by Andy Green · 11 years ago
  78. 706961d solve flowcontrol problems by Andy Green · 11 years ago
  79. dfb2304 replace hashtable polltable management by Andy Green · 11 years ago
  80. 26757a7 just use limits.h directly by Peter Young · 11 years ago
  81. cf3590e export lswl_hexdump by Andy Green · 11 years ago
  82. 65b0e91 listen socket more frequent service by Andy Green · 11 years ago
  83. a824d18 allow LWS_SOMAXCONN to be defined at configuretime by Andy Green · 11 years ago
  84. 63ca55e make sure we have PATH_MAX on some linux toolchains (AG modified a bit) by Jack Mitchell · 11 years ago
  85. d280b6e http service break into outer loop states by Andy Green · 11 years ago
  86. 73abc25 deal with SSL_ERROR_WANT_ in client connect action by Andy Green · 11 years ago
  87. 3fc2c65 replace ifdefs around close socket with compatible_close by Andy Green · 11 years ago
  88. c0d6b63 expose compiletime constants to setting from configure by Andy Green · 11 years ago
  89. 43db045 introduce logging api and convert all library output to use it by Andy Green · 11 years ago
  90. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 11 years ago
  91. 6b66791 Increased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BUFFER. by David Galeano · 11 years ago
  92. f177f2a Added private macro CIPHERS_LIST_STRING to define ciphers list string. by David Galeano · 11 years ago
  93. 0d586c4 Better definition of "debug" macro for Win32 builds. by David Galeano · 11 years ago
  94. 7dd9bc5 Use __inline for Win32 builds. by David Galeano · 11 years ago
  95. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 11 years ago
  96. c9f1ff8 Added private macro AWAITING_TIMEOUT instead of harcoded value 5. by David Galeano · 11 years ago
  97. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  98. 9153166 check for prctl, poll parent PID if not present by Artem Baguinski · 13 years ago
  99. 6c6a3d3 improve callback prototypes to use single definition by David Brooks · 12 years ago
  100. 2a480ea mingw hide some missing includes by Andy Green · 12 years ago