1. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  2. 2915a80 Added new status codes from RFC 6455. by David Galeano · 12 years ago
  3. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  4. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  5. 4144e83 some toolchains need stddef by Paulo Roberto Urio · 12 years ago
  6. 06fbcee ssize_t needs help on windows by David Brooks · 12 years ago
  7. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 13 years ago
  8. 80a4497 introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR by David Brooks · 13 years ago
  9. 6c6a3d3 improve callback prototypes to use single definition by David Brooks · 13 years ago
  10. dc36192 doc add explanation missing from per context provate data by Andy Green · 13 years ago
  11. a314788 mingw gettimeofday avoid missing include by Andy Green · 13 years ago
  12. 2a480ea mingw hide some missing includes by Andy Green · 13 years ago
  13. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  14. 2ef7505 http charsets have case insensitive tokens by Oleg Golosovskiy · 13 years ago
  15. 9454e21 Added LWS_EXTERN to allow building a DLL. by David Galeano · 13 years ago
  16. a11fe94 correct cpp extern only being on win32 by Andy Green · 13 years ago
  17. 0922650 extensions fix deflate stream vs mux and veto it on mux children by Andy Green · 13 years ago
  18. 68b4504 extensions introduce pre close veto by Andy Green · 13 years ago
  19. 03bec39 Move include of gettimeofday.h to be able to build in C and C++ by Michel Archambault · 13 years ago
  20. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  21. f94e058 win32 move gettimeofday include inside extern c by Andy Green · 13 years ago
  22. 043a0ba move send pipe choked api to public exports by Andy Green · 13 years ago
  23. 46c2ea0 pass ext pointer in ext callback by Andy Green · 14 years ago
  24. 82c3d54 introduce libwebsocket_is_final_fragment by Andy Green · 14 years ago
  25. 5d9d94b add CONTINUATION write mode by Andy Green · 14 years ago
  26. 2836c64 expose SHA1 api by Andy Green · 14 years ago
  27. 8acc194 expose random api by Andy Green · 14 years ago
  28. 9e4c2b6 add separate server writeable and change naming to match rest of callbacks by Andy Green · 14 years ago
  29. c44159f flush extensions when closing by Andy Green · 14 years ago
  30. 4cd87a0 introduce internal extensions array by Andy Green · 14 years ago
  31. 2366b1c instantiate extensions server accepted by Andy Green · 14 years ago
  32. c6517fa dynamically create client extensions offer from extensions list by Andy Green · 14 years ago
  33. 57b4e9a document extension callback reasons by Andy Green · 14 years ago
  34. 3b84c00 callback each active extension on packet tx pre send by Andy Green · 14 years ago
  35. 98a717c callback each active extension on packet rx pre parse by Andy Green · 14 years ago
  36. c511482 create server extension response dynamically by Andy Green · 14 years ago
  37. d6e0911 introduce struct libwebsocket_extension by Andy Green · 14 years ago
  38. 56885f3 introduce win32 build capability by Peter Hinz · 14 years ago
  39. 385e7ad introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER by Andy Green · 14 years ago
  40. eeaacb3 introduce 76 00 client support by Andy Green · 14 years ago
  41. 687b018 require close reason argument on close and free session by Andy Green · 14 years ago
  42. 6901cb3 add callback for OpenSSL client cert verification action by Andy Green · 14 years ago
  43. c6bf2c2 add callback to allow additional server verification certs by Andy Green · 14 years ago
  44. 0894bda add callback to allow additional client verification certs by Andy Green · 14 years ago
  45. 32375b7 introduce listen on specific interface by Andy Green · 14 years ago
  46. c19456f Apple / iOS build compatability patch by Darin Willits · 14 years ago
  47. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 14 years ago
  48. 4b6fbe1 unify server and client close by Andy Green · 14 years ago
  49. f7ee549 introduce-libwebsockets_hangup_on_client.patch by Andy Green · 14 years ago
  50. 0703409 introduce-network-connect-filter-callback.patch by Andy Green · 14 years ago
  51. c85619d introduce-user-handshake-filter-callback.patch by Andy Green · 14 years ago
  52. e7981dc document-external-poll-support.patch by Andy Green · 14 years ago
  53. 3221f92 introduce-external-poll-callbacks.patch by Andy Green · 14 years ago
  54. 9f99034 export-libwebsocket_service_fd-api.patch by Andy Green · 14 years ago
  55. 5e1fa17 introduce-new-05-socket-closure-rules.patch by Andy Green · 14 years ago
  56. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 14 years ago
  57. 8014b29 introduce-k-switch-defeat-masking.patch by Andy Green · 14 years ago
  58. bd96d80 introduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch by Andy Green · 14 years ago
  59. 2ac5a6f fix-host-header-contents--introduce-canonical-hostname-api.patch by Andy Green · 14 years ago
  60. a6cbece introduce-test-ping-app.patch by Andy Green · 14 years ago
  61. 90c7cbc introduce-ssl-client-connections--flow-control.patch by Andy Green · 14 years ago
  62. 6964bb5 clean--fix-sigpipe.patch by Andy Green · 14 years ago
  63. 4739e5c introduce-client-support.patch by Andy Green · 14 years ago
  64. e92cd17 expose-event-loop.patch by Andy Green · 14 years ago
  65. 38e57bb introduce-04-control-frames.patch by Andy Green · 14 years ago
  66. 8f037e4 clean-whitespace.patch by Andy Green · 14 years ago
  67. 0ca6a17 clean-and-add-pedantic-remove-long-long.patch by Andy Green · 14 years ago
  68. b45993c fork-sever-process-and-introduce-broadcast-api.patch by Andy Green · 14 years ago
  69. e77ddd8 coding-style-cleanups.patch by Andy Green · 14 years ago
  70. 4f3943a move-to-automatic-protocol-list-scheme.patch by Andy Green · 14 years ago
  71. ce510c6 add-Sec-WebSocket-Draft-and-protocol-autodetect.patch by Andy Green · 14 years ago
  72. ccbcef3 eliminate-accessor-apis.patch by Andy Green · 14 years ago
  73. a2b0ab0 add-protocol-filter.patch by Andy Green · 14 years ago
  74. a0da8a8 add-COPYING-lgpl-2.1.patch by Andy Green · 14 years ago
  75. 3faa9c7 add-wss-ssl-openssl-support.patch by Andy Green · 14 years ago
  76. 251f6fa add-per-session-user-data.patch by Andy Green · 14 years ago
  77. 7310e9c refactor-into-dirs.patch by Andy Green · 14 years ago[Renamed from libwebsockets.h]
  78. 05a0a7b add-kernel-doc-script-and-generated-api.txt by Andy Green · 14 years ago
  79. e5eafd3 cleanup-and-callback-documentation.patch by Andy Green · 14 years ago
  80. ab990e4 add-api-documentation-comments.patch by Andy Green · 14 years ago
  81. 5fd8a5e add-basic-http-fileserving.patch by Andy Green · 14 years ago
  82. ea71ed1 add-getopts.patch by Andy Green · 14 years ago
  83. 4ea6006 implement-v76-write-and-recognize-close-req.patch by Andy Green · 14 years ago
  84. 775c0dd test-case-for-mozilla-issue by Andy Green · 14 years ago
  85. ff95d7a initial commit by Andy Green · 14 years ago