1. 2672fb2 move ssl cipher list from compiletime to context creation time option by Andy Green · 11 years ago
  2. 8c8a8e1 provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION by Edwin van den Oetelaar · 11 years ago
  3. 2af4d5b remove lws_ensure_user_space from public api change return by Andy Green · 11 years ago
  4. 50097dd api change deliver socket fd to in param of extpoll callbacks by Andy Green · 11 years ago
  5. 54cb346 introduce LWS_CALLBACK_HTTP_WRITEABLE by Andy Green · 11 years ago
  6. f272cb0 Fixed DLL compilation on Windows for CMake. by Joakim Soderberg · 11 years ago
  7. 508946c api make close api private only by Andy Green · 11 years ago
  8. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  9. 7a506ba fix info struct api docs for iface vs interface by Andy Green · 11 years ago
  10. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  11. b5b2319 style cleanup by Andy Green · 11 years ago
  12. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  13. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  14. 16ab318 replace per header mallocs with single malloc 3 level struct 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. c74964e Fix two typos. by Peter Pentchev · 11 years ago
  19. 2b57a34 headers deleted after websocket established by Andy Green · 11 years ago
  20. 81bbae0 remove one more mention of broadcast callback by Andy Green · 11 years ago
  21. 7b40545 introduce library version plus git hash by Andy Green · 11 years ago
  22. 98feb4b clean out remaining mentions of deprecated broadcast by Andy Green · 11 years ago
  23. aaf0b9f change get_peer_addresses to use context wsi latency by Andy Green · 11 years ago
  24. d636e35 introduce lws_latency by Andy Green · 11 years ago
  25. 6f520a5 evict all broadcast support by Andy Green · 11 years ago
  26. ea0642a trac 6 expose libwebsockets read with note about not normally needed by Andy Green · 11 years ago
  27. 52f28ce autocreate foreign broadcast sockets on broadcast by Andy Green · 12 years ago
  28. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  29. 3182ece introduce without extensions by Andy Green · 12 years ago
  30. 69e4364 allow_use_of_lwsl_logging in user code by Andy Green · 12 years ago
  31. c11db20 helper api: log through syslog by Andy Green · 12 years ago
  32. 7c19c34 add lwsl_notice by Andy Green · 12 years ago
  33. 0b31909 expose log level in emit by Andy Green · 12 years ago
  34. 2fd3f2f introdice tracking if frame is binary by Andy Green · 12 years ago
  35. dfb2304 replace hashtable polltable management by Andy Green · 12 years ago
  36. 27b3237 including assert h needed on osx by Peter Young · 12 years ago
  37. 279a303 introduce daemonize by Andy Green · 12 years ago
  38. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  39. 24b588b absorb README.rst into main README and code by Andy Green · 12 years ago
  40. de8f27a logging extend level set api to allow setting emission function by Andy Green · 12 years ago
  41. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  42. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 12 years ago
  43. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  44. 2915a80 Added new status codes from RFC 6455. by David Galeano · 12 years ago
  45. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  46. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  47. 4144e83 some toolchains need stddef by Paulo Roberto Urio · 12 years ago
  48. 06fbcee ssize_t needs help on windows by David Brooks · 12 years ago
  49. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  50. 80a4497 introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR by David Brooks · 12 years ago
  51. 6c6a3d3 improve callback prototypes to use single definition by David Brooks · 12 years ago
  52. dc36192 doc add explanation missing from per context provate data by Andy Green · 12 years ago
  53. a314788 mingw gettimeofday avoid missing include by Andy Green · 12 years ago
  54. 2a480ea mingw hide some missing includes by Andy Green · 12 years ago
  55. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  56. 2ef7505 http charsets have case insensitive tokens by Oleg Golosovskiy · 13 years ago
  57. 9454e21 Added LWS_EXTERN to allow building a DLL. by David Galeano · 13 years ago
  58. a11fe94 correct cpp extern only being on win32 by Andy Green · 13 years ago
  59. 0922650 extensions fix deflate stream vs mux and veto it on mux children by Andy Green · 13 years ago
  60. 68b4504 extensions introduce pre close veto by Andy Green · 13 years ago
  61. 03bec39 Move include of gettimeofday.h to be able to build in C and C++ by Michel Archambault · 13 years ago
  62. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  63. f94e058 win32 move gettimeofday include inside extern c by Andy Green · 13 years ago
  64. 043a0ba move send pipe choked api to public exports by Andy Green · 13 years ago
  65. 46c2ea0 pass ext pointer in ext callback by Andy Green · 13 years ago
  66. 82c3d54 introduce libwebsocket_is_final_fragment by Andy Green · 13 years ago
  67. 5d9d94b add CONTINUATION write mode by Andy Green · 13 years ago
  68. 2836c64 expose SHA1 api by Andy Green · 13 years ago
  69. 8acc194 expose random api by Andy Green · 13 years ago
  70. 9e4c2b6 add separate server writeable and change naming to match rest of callbacks by Andy Green · 13 years ago
  71. c44159f flush extensions when closing by Andy Green · 13 years ago
  72. 4cd87a0 introduce internal extensions array by Andy Green · 13 years ago
  73. 2366b1c instantiate extensions server accepted by Andy Green · 13 years ago
  74. c6517fa dynamically create client extensions offer from extensions list by Andy Green · 13 years ago
  75. 57b4e9a document extension callback reasons by Andy Green · 13 years ago
  76. 3b84c00 callback each active extension on packet tx pre send by Andy Green · 13 years ago
  77. 98a717c callback each active extension on packet rx pre parse by Andy Green · 13 years ago
  78. c511482 create server extension response dynamically by Andy Green · 13 years ago
  79. d6e0911 introduce struct libwebsocket_extension by Andy Green · 13 years ago
  80. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  81. 385e7ad introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER by Andy Green · 13 years ago
  82. eeaacb3 introduce 76 00 client support by Andy Green · 13 years ago
  83. 687b018 require close reason argument on close and free session by Andy Green · 13 years ago
  84. 6901cb3 add callback for OpenSSL client cert verification action by Andy Green · 13 years ago
  85. c6bf2c2 add callback to allow additional server verification certs by Andy Green · 13 years ago
  86. 0894bda add callback to allow additional client verification certs by Andy Green · 13 years ago
  87. 32375b7 introduce listen on specific interface by Andy Green · 13 years ago
  88. c19456f Apple / iOS build compatability patch by Darin Willits · 13 years ago
  89. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 13 years ago
  90. 4b6fbe1 unify server and client close by Andy Green · 13 years ago
  91. f7ee549 introduce-libwebsockets_hangup_on_client.patch by Andy Green · 13 years ago
  92. 0703409 introduce-network-connect-filter-callback.patch by Andy Green · 13 years ago
  93. c85619d introduce-user-handshake-filter-callback.patch by Andy Green · 13 years ago
  94. e7981dc document-external-poll-support.patch by Andy Green · 13 years ago
  95. 3221f92 introduce-external-poll-callbacks.patch by Andy Green · 13 years ago
  96. 9f99034 export-libwebsocket_service_fd-api.patch by Andy Green · 13 years ago
  97. 5e1fa17 introduce-new-05-socket-closure-rules.patch by Andy Green · 13 years ago
  98. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 13 years ago
  99. 8014b29 introduce-k-switch-defeat-masking.patch by Andy Green · 13 years ago
  100. bd96d80 introduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch by Andy Green · 13 years ago