1. 4b85c1d api rationalization: eliminate all libwebsocket[s]_ prefixes by Andy Green · 9 years ago
  2. 6d41720 api rationalization add cmake switch to export old api wrappers by Andy Green · 9 years ago
  3. 6230476 api rationalization use new names internally by Andy Green · 9 years ago
  4. 29a44cf api rationalization: introduce public api compatibility defines by Andy Green · 9 years ago
  5. 112f980 assert.h move to private header by Andy Green · 9 years ago
  6. bb085da Fix some minor typos. by Peter Pentchev · 9 years ago
  7. 87eeb0a mbed3 working examples by Andy Green · 9 years ago
  8. 5a3b1d3 CALLBACK_LOCK_POLL use len to differentiate locking on pollfd change by Andy Green · 9 years ago
  9. 11f2734 mbed3 workable plus or minus mbed3 net stack bug by Andy Green · 9 years ago
  10. 8c0d3c0 mbed3 plat by Andy Green · 9 years ago
  11. 2cd3074 mbed3 warning cleaning by Andy Green · 9 years ago
  12. 3b19386 introduce lws_sockfd_type by Andy Green · 9 years ago
  13. 5f2a815 mbed3 build support by Andy Green · 9 years ago
  14. 6e40556 proxy auth by Andy Green · 9 years ago
  15. b820e2c Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS by Stephan Eberle · 9 years ago
  16. 1662c62 Define getdtablesize() for android by Krishnaraj R Bhat · 9 years ago
  17. fe6030a Make LWS_SEND_BUFFER_PRE_PADDING preprocessor if-friendly by Alexander Lukichev · 9 years ago
  18. fc6c274 fix missing parenthesis protection by Stepan Vondrak · 9 years ago
  19. 4c79ee7 LWS_WITHOUT_BUILTIN_SHA1 by Andy Green · 9 years ago
  20. 6d59f59 LWS_SERVER_OPTION_PEER_CERT_NOT_REQUIRED by Andy Green · 9 years ago
  21. 173e9c4 padding align to ptr size by Bruce Perens · 9 years ago
  22. a8f47c9 Added libwebsocket_sigint_cfg for libev builds to provide by Andrew Canaday · 9 years ago
  23. 7a474b4 Separate private defines in lws_config_private.h by Roger A. Light · 9 years ago
  24. 80a7068 Allow using CyaSSL in stead of wolfSSL by ABruines · 9 years ago
  25. c3bcb89 Move from CyaSSL to wolfSSL by Alexander Bruines · 9 years ago
  26. 020c53c Pass HTTP reject error code returned by server to client by MGadkari · 9 years ago
  27. 05fc6ba Added callback for PONG responses by John Tarlton · 9 years ago
  28. 41802c7 From 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep 17 00:00:00 2001 by wonder-mice · 9 years ago
  29. 9f02c5d close cover flush stored send with timeout by Andy Green · 9 years ago
  30. 8ec7802 context destroy just kill wsis by Andy Green · 9 years ago
  31. ec86b4e documentation add info http_proxy members by Andy Green · 9 years ago
  32. bb87ac8 From 03b93ec864c29dfbc41f2adbdf1b639f5403c95f Mon Sep 17 00:00:00 2001 by Johan Simonsson · 10 years ago
  33. 7e37d10 gethostbyname removal from lws get peer addresses by Andy Green · 10 years ago
  34. 49f72aa Add PATCH, PUT, DELETE methods by Quinlan Pfiffer · 10 years ago
  35. 080e6dd fix #220. Add missing include statement for <cstdarg> by José Luis Millán · 10 years ago
  36. cf51896 Subject: [PATCH] Adds "REQUIRES PRIVATE KEY" callback by Octav Zlatior · 10 years ago
  37. fdde0f0 Subject: [PATCH] proxy protocol (version 1) parsing implementation by =?UTF-8?q?Jos=C3=A9=20Luis=20Mill=C3=A1n?= · 10 years ago
  38. b399237 Subject: [PATCH] add user context pointer to the protocol structure by Neal Horman · 10 years ago
  39. 98e491f Subject: [PATCH] add _lws_logv to make loging accessible to other wrappers. by Neal Horman · 10 years ago
  40. fc98f9a improve c++ compatibility by Neil Horman · 10 years ago
  41. cdc9717 Subject: [PATCH] Add custom allocator support using the realloc() interface by Alejandro Mery · 10 years ago
  42. 49d0ce1 Subject: [PATCH] serve_http_file: add feature test macro for API change by Michael Haberler · 10 years ago
  43. a343903 win32 does not know uint64_t without stdint.h by Andy Green · 10 years ago
  44. 97ee57f http2 window update by Andy Green · 10 years ago
  45. 200f385 http2 track content length add END_STREAM by Andy Green · 10 years ago
  46. 91b0589 http2 handle flags by Andy Green · 10 years ago
  47. 4d9c8fc ssl allow externally managed SSL_CTX by joseph.urciuoli · 10 years ago
  48. 917f43a http2 able to send test.html to nghttp2 by Andy Green · 10 years ago
  49. 2add634 http2 hpack basic decode ok including huff by Andy Green · 10 years ago
  50. ecc2e72 http2 add hpack decode support by Andy Green · 10 years ago
  51. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  52. 1ee42a5 add http2 settings token by Andy Green · 10 years ago
  53. 9887bdb test server correct header naming order by Andy Green · 10 years ago
  54. 14425ea introduce lws_partial_buffered by Andy Green · 10 years ago
  55. 822241c deprecate no_buffer_all_partials by Andy Green · 10 years ago
  56. b128ccc add lws_is_ssl api by Andy Green · 10 years ago
  57. a2d3bf1 api: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD by Michael Haberler · 10 years ago
  58. eabed8d protocol struct add user controlled id member by Andy Green · 10 years ago
  59. a40760a no protocol usage inprove docs by Andy Green · 10 years ago
  60. 67f9459 trac82 consistently use CONTEXT_PORT_NO_LISTEN by Andy Green · 10 years ago
  61. faeac3c ssl allow passing cert passphrase by Oleh · 10 years ago
  62. f55b2ef add runtime context flag to enforce defeat of OS CA CERTS even if build option selected by Andy Green · 10 years ago
  63. da55fb5 Added HTTP OPTIONS support: by Andrew Canaday · 10 years ago
  64. 3d2ebf3 Added docs for token limits. by Andrew Canaday · 10 years ago
  65. 74b4a65 Added optional per-header length limits: by Andrew Canaday · 10 years ago
  66. b57e7a0 Added HTTP_STATUS_NO_CONTENT == 204 by Andrew Canaday · 10 years ago
  67. 4220327 Added new HTTP headers and WSI tokens: by Andrew Canaday · 10 years ago
  68. 6ea337a introduce LWS_FEATURE_ tests by Andy Green · 10 years ago
  69. a717df2 refactor libev eliminate all code ifdefs by Andy Green · 10 years ago
  70. 0213812 refactor add ssl read write single implementation by Andy Green · 10 years ago
  71. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 10 years ago
  72. 158e804 refactor out WIN32 tests from code by Andy Green · 10 years ago
  73. ac49f1e Remove useless usage of ssize_t by Patrick Gansterer · 10 years ago
  74. 73882e4 Remove websock-w32.h by Patrick Gansterer · 10 years ago
  75. 3f13ea2 add ipv6 support by James Devine · 10 years ago
  76. 9769f4f libev port by Andrew Canaday · 10 years ago
  77. 1ee57f6 Add libwebsocket_cancel_service() to let a pending libwebsocket_service() return by Patrick Gansterer · 10 years ago
  78. cb6ee15 Define libwebsocket_write_http as a macro instead of inline by Patrick Gansterer · 10 years ago
  79. ae1a8be win32 provide empty declaration for inline by Andy Green · 10 years ago
  80. 148b945 Allow setting the HTTP proxy via creation info by Patrick Gansterer · 10 years ago
  81. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 10 years ago
  82. 2ff6955 Add missing LWS_VISIBLE to libwebsocket_set_timeout() by Patrick Gansterer · 10 years ago
  83. 7b7b7b2 Fix windows compilation. by Joakim Soderberg · 10 years ago
  84. 8284cf1 document new extpoll apis by Michael Haberler · 10 years ago
  85. b309305 replace old extpoll callbacks with LWS_CALLBACK_CHANGE_MODE_POLL_FD by Michael Haberler · 10 years ago
  86. cb73306 define struct libwebsocket_pollargs by Michael Haberler · 10 years ago
  87. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 10 years ago
  88. 09f0058 LWS_CALLBACK_USER by Andy Green · 10 years ago
  89. e39e6ef libwebsocket_callback_all_protocol by Andy Green · 10 years ago
  90. 890f8e9 add const http write helper by Gabriel Gritsch · 10 years ago
  91. d578f57 Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Alexandre Erwin Ittner · 10 years ago
  92. ac1ebba trac 53 mingw ssize_t redef by Andy Green · 10 years ago
  93. eca0e49 Subject: [PATCH] libwebsockets.h: use _GNU_SOURCE instead of __USE_GNU by Michael Haberler · 11 years ago
  94. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago
  95. 0a0a7eb Trac 53 minw update by pmcdona · 11 years ago
  96. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  97. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  98. 4ebedc2 windows use msvc baestd and ssize_t from there by James Chen · 11 years ago
  99. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  100. 1e3f7b8 introduce uri args by Andy Green · 11 years ago