1. b55451c introduce api for unthrottle all connections of protocol by Andy Green · 11 years ago
  2. 2577c83 update service_fd comment and api docs by Andy Green · 11 years ago
  3. fc7c5e4 reflect send completeness in lws_write return by Andy Green · 11 years ago
  4. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  5. c6511a0 trac 17 update set_log_level api notice by Andy Green · 11 years ago
  6. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  7. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  8. 67d556c robustness protect and document ensure_user_space by Andy Green · 11 years ago
  9. e803c82 create user alloc for http if requested by Andy Green · 11 years ago
  10. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  11. 7a506ba fix info struct api docs for iface vs interface by Andy Green · 11 years ago
  12. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  13. b5b2319 style cleanup by Andy Green · 11 years ago
  14. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  15. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  16. 1b26527 change context creation params to struct by Andy Green · 11 years ago
  17. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  18. b8b247d remove need for filepath buffer on http file serve by Andy Green · 11 years ago
  19. 7502001 add unchanged lgpl 2.1 in LICENSE by Andy Green · 11 years ago
  20. 2b57a34 headers deleted after websocket established by Andy Green · 11 years ago
  21. 81bbae0 remove one more mention of broadcast callback by Andy Green · 11 years ago
  22. 7b40545 introduce library version plus git hash by Andy Green · 11 years ago
  23. 98feb4b clean out remaining mentions of deprecated broadcast by Andy Green · 11 years ago
  24. aaf0b9f change get_peer_addresses to use context wsi latency by Andy Green · 11 years ago
  25. 6f520a5 evict all broadcast support by Andy Green · 11 years ago
  26. 52f28ce autocreate foreign broadcast sockets on broadcast by Andy Green · 11 years ago
  27. d88146d trac 3 document write and context_user by Andy Green · 11 years ago
  28. 7500617 trac 4 correct libebsocket_service_fd by Andy Green · 11 years ago
  29. 3182ece introduce without extensions by Andy Green · 11 years ago
  30. 058ba81 test server use syslog logging by Andy Green · 11 years ago
  31. acbaee6 add lws_confirm_legit_wsi by Andy Green · 11 years ago
  32. 2fd3f2f introdice tracking if frame is binary by Andy Green · 11 years ago
  33. b429d48 refactor output.c by Andy Green · 11 years ago
  34. 53f437e add new context arg to libwebsockets_serve_http_file by Andy Green · 11 years ago
  35. d280b6e http service break into outer loop states by Andy Green · 11 years ago
  36. 24b588b absorb README.rst into main README and code by Andy Green · 11 years ago
  37. de8f27a logging extend level set api to allow setting emission function by Andy Green · 11 years ago
  38. 43db045 introduce logging api and convert all library output to use it by Andy Green · 11 years ago
  39. 988bd98 zlib code add OOM checks remove buffer expansion on rx path by Andy Green · 11 years ago
  40. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 11 years ago
  41. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  42. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  43. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  44. aa6fc44 mingw add win32helper to lib and fix extpoll by Andy Green · 12 years ago
  45. 07b56e6 doc LWS_EXTERN by Andy Green · 13 years ago
  46. 46c2ea0 pass ext pointer in ext callback by Andy Green · 13 years ago
  47. e9739ed introduce fraggle test app by Andy Green · 13 years ago
  48. 2366b1c instantiate extensions server accepted by Andy Green · 13 years ago
  49. c6517fa dynamically create client extensions offer from extensions list by Andy Green · 13 years ago
  50. 57b4e9a document extension callback reasons by Andy Green · 13 years ago
  51. 98a717c callback each active extension on packet rx pre parse by Andy Green · 13 years ago
  52. c511482 create server extension response dynamically by Andy Green · 13 years ago
  53. d6e0911 introduce struct libwebsocket_extension by Andy Green · 13 years ago
  54. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  55. 385e7ad introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER by Andy Green · 13 years ago
  56. 6901cb3 add callback for OpenSSL client cert verification action by Andy Green · 13 years ago
  57. 0894bda add callback to allow additional client verification certs by Andy Green · 13 years ago
  58. 32375b7 introduce listen on specific interface by Andy Green · 13 years ago
  59. be93fef break client connect into states and apply timeout by Andy Green · 13 years ago
  60. c19456f Apple / iOS build compatability patch by Darin Willits · 13 years ago
  61. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 13 years ago
  62. f7ee549 introduce-libwebsockets_hangup_on_client.patch by Andy Green · 13 years ago
  63. 0703409 introduce-network-connect-filter-callback.patch by Andy Green · 13 years ago
  64. c85619d introduce-user-handshake-filter-callback.patch by Andy Green · 13 years ago
  65. 3221f92 introduce-external-poll-callbacks.patch by Andy Green · 13 years ago
  66. 9f99034 export-libwebsocket_service_fd-api.patch by Andy Green · 13 years ago
  67. 0d33833 decouple-service-from-fd-array-index.patch by Andy Green · 13 years ago
  68. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 13 years ago
  69. 8014b29 introduce-k-switch-defeat-masking.patch by Andy Green · 13 years ago
  70. 2ac5a6f fix-host-header-contents--introduce-canonical-hostname-api.patch by Andy Green · 13 years ago
  71. a6cbece introduce-test-ping-app.patch by Andy Green · 13 years ago
  72. 90c7cbc introduce-ssl-client-connections--flow-control.patch by Andy Green · 13 years ago
  73. 7619c47 introduce-private-md5-sha1.patch by Andy Green · 13 years ago
  74. 6964bb5 clean--fix-sigpipe.patch by Andy Green · 13 years ago
  75. 4739e5c introduce-client-support.patch by Andy Green · 13 years ago
  76. e92cd17 expose-event-loop.patch by Andy Green · 13 years ago
  77. 38e57bb introduce-04-control-frames.patch by Andy Green · 13 years ago
  78. 8f037e4 clean-whitespace.patch by Andy Green · 14 years ago
  79. b45993c fork-sever-process-and-introduce-broadcast-api.patch by Andy Green · 14 years ago
  80. e77ddd8 coding-style-cleanups.patch by Andy Green · 14 years ago
  81. 47943ae fix-user-pointer-bug.patch by Andy Green · 14 years ago
  82. 4f3943a move-to-automatic-protocol-list-scheme.patch by Andy Green · 14 years ago
  83. ce510c6 add-Sec-WebSocket-Draft-and-protocol-autodetect.patch by Andy Green · 14 years ago
  84. a2b0ab0 add-protocol-filter.patch by Andy Green · 14 years ago
  85. 3faa9c7 add-wss-ssl-openssl-support.patch by Andy Green · 14 years ago
  86. 62a1293 change-api-docs-to-html.patch by Andy Green · 14 years ago