1. b309305 replace old extpoll callbacks with LWS_CALLBACK_CHANGE_MODE_POLL_FD by Michael Haberler · 10 years ago
  2. cb73306 define struct libwebsocket_pollargs by Michael Haberler · 10 years ago
  3. 76b6ea1 add outermost wsi lifetime callbacks by Andy Green · 10 years ago
  4. 09f0058 LWS_CALLBACK_USER by Andy Green · 10 years ago
  5. e39e6ef libwebsocket_callback_all_protocol by Andy Green · 10 years ago
  6. 890f8e9 add const http write helper by Gabriel Gritsch · 10 years ago
  7. d578f57 Fix documentation for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Alexandre Erwin Ittner · 10 years ago
  8. ac1ebba trac 53 mingw ssize_t redef by Andy Green · 10 years ago
  9. eca0e49 Subject: [PATCH] libwebsockets.h: use _GNU_SOURCE instead of __USE_GNU by Michael Haberler · 11 years ago
  10. 3b3fa9e Use ppoll to allow signals to wake service loop early on change of pollfd event by Andy Green · 11 years ago
  11. 0a0a7eb Trac 53 minw update by pmcdona · 11 years ago
  12. 7a13279 add locking callback for fds by Andy Green · 11 years ago
  13. 5b34c97 Optionally allow non-SSL connections on same port as SSL by James Devine · 11 years ago
  14. 4ebedc2 windows use msvc baestd and ssize_t from there by James Chen · 11 years ago
  15. ce64fb0 Support for HTTP POST. by kapejod · 11 years ago
  16. 1e3f7b8 introduce uri args by Andy Green · 11 years ago
  17. 4e7a133 real http status codes update attack.sh by Andy Green · 11 years ago
  18. 19895bc introduce LWS_CALLBACK_FILTER_HTTP_CONNECTION by Andy Green · 11 years ago
  19. 7900256 allow other headers in http send file by Andy Green · 11 years ago
  20. cc13c6f improve minilex use external parsing header by Andy Green · 11 years ago
  21. fe8589c Windows Fix include for win32helpers by Andreas Pakulat · 11 years ago
  22. 68bd4bd Support _WIN32 in addition to WIN32 define by Andreas Pakulat · 11 years ago
  23. 7521233 make header protection unique remove __prefix by Markus Elfring · 11 years ago
  24. b4e800e manual proxy forcing api by shys · 11 years ago
  25. 1f4267b add explicit error for partial send by Andy Green · 11 years ago
  26. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  27. 9beedc1 trac 36 make libwebsocket_set_timeout public by Andy Green · 11 years ago
  28. 96d48fd change LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION user param usage by Andy Green · 11 years ago
  29. 0c9563b add LWS_CALLBACK_CLOSED_HTTP by Andy Green · 11 years ago
  30. 3661d7b Trac 29: win32 fix LWS_VISIBLE issue by Andy Green · 11 years ago
  31. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  32. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  33. 9f2246e correct example lws_write in header by Alex Rhatushnyak · 11 years ago
  34. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  35. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  36. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  37. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  38. 54cb346 introduce LWS_CALLBACK_HTTP_WRITEABLE by Andy Green · 11 years ago
  39. f272cb0 Fixed DLL compilation on Windows for CMake. by Joakim Soderberg · 11 years ago
  40. 508946c api make close api private only by Andy Green · 11 years ago
  41. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  42. 7a506ba fix info struct api docs for iface vs interface by Andy Green · 11 years ago
  43. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 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. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  47. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  48. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  49. 1b26527 change context creation params to struct by Andy Green · 11 years ago
  50. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  51. c74964e Fix two typos. by Peter Pentchev · 11 years ago
  52. 2b57a34 headers deleted after websocket established by Andy Green · 11 years ago
  53. 81bbae0 remove one more mention of broadcast callback by Andy Green · 11 years ago
  54. 7b40545 introduce library version plus git hash by Andy Green · 11 years ago
  55. 98feb4b clean out remaining mentions of deprecated broadcast by Andy Green · 11 years ago
  56. aaf0b9f change get_peer_addresses to use context wsi latency by Andy Green · 11 years ago
  57. d636e35 introduce lws_latency by Andy Green · 11 years ago
  58. 6f520a5 evict all broadcast support by Andy Green · 11 years ago
  59. ea0642a trac 6 expose libwebsockets read with note about not normally needed by Andy Green · 11 years ago
  60. 52f28ce autocreate foreign broadcast sockets on broadcast by Andy Green · 12 years ago
  61. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  62. 3182ece introduce without extensions by Andy Green · 12 years ago
  63. 69e4364 allow_use_of_lwsl_logging in user code by Andy Green · 12 years ago
  64. c11db20 helper api: log through syslog by Andy Green · 12 years ago
  65. 7c19c34 add lwsl_notice by Andy Green · 12 years ago
  66. 0b31909 expose log level in emit by Andy Green · 12 years ago
  67. 2fd3f2f introdice tracking if frame is binary by Andy Green · 12 years ago
  68. dfb2304 replace hashtable polltable management by Andy Green · 12 years ago
  69. 27b3237 including assert h needed on osx by Peter Young · 12 years ago
  70. 279a303 introduce daemonize by Andy Green · 12 years ago
  71. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  72. 24b588b absorb README.rst into main README and code by Andy Green · 12 years ago
  73. de8f27a logging extend level set api to allow setting emission function by Andy Green · 12 years ago
  74. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  75. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 12 years ago
  76. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  77. 2915a80 Added new status codes from RFC 6455. by David Galeano · 12 years ago
  78. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  79. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  80. 4144e83 some toolchains need stddef by Paulo Roberto Urio · 12 years ago
  81. 06fbcee ssize_t needs help on windows by David Brooks · 12 years ago
  82. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  83. 80a4497 introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR by David Brooks · 12 years ago
  84. 6c6a3d3 improve callback prototypes to use single definition by David Brooks · 12 years ago
  85. dc36192 doc add explanation missing from per context provate data by Andy Green · 12 years ago
  86. a314788 mingw gettimeofday avoid missing include by Andy Green · 12 years ago
  87. 2a480ea mingw hide some missing includes by Andy Green · 12 years ago
  88. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  89. 2ef7505 http charsets have case insensitive tokens by Oleg Golosovskiy · 13 years ago
  90. 9454e21 Added LWS_EXTERN to allow building a DLL. by David Galeano · 13 years ago
  91. a11fe94 correct cpp extern only being on win32 by Andy Green · 13 years ago
  92. 0922650 extensions fix deflate stream vs mux and veto it on mux children by Andy Green · 13 years ago
  93. 68b4504 extensions introduce pre close veto by Andy Green · 13 years ago
  94. 03bec39 Move include of gettimeofday.h to be able to build in C and C++ by Michel Archambault · 13 years ago
  95. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  96. f94e058 win32 move gettimeofday include inside extern c by Andy Green · 13 years ago
  97. 043a0ba move send pipe choked api to public exports by Andy Green · 13 years ago
  98. 46c2ea0 pass ext pointer in ext callback by Andy Green · 13 years ago
  99. 82c3d54 introduce libwebsocket_is_final_fragment by Andy Green · 13 years ago
  100. 5d9d94b add CONTINUATION write mode by Andy Green · 13 years ago