1. 46c2ea0 pass ext pointer in ext callback by Andy Green · 13 years ago
  2. 6eeadae update win32 support for zlib by Peter Hinz · 13 years ago
  3. bb45a90 Re: Windows port of your libwebsocket by Peter Hinz · 13 years ago
  4. 7627af5 try to cover AF_LOCAL in libwebsockets_get_peer_addresses by Andy Green · 13 years ago
  5. f92def7 use unsigned peer dotted quad by Andy Green · 13 years ago
  6. 5948865 beautify fraggle by Andy Green · 13 years ago
  7. 4bf91d7 libwebsockets - gcc warnings by Patrick McManus · 13 years ago
  8. 6c93955 disable nagle algorithm by Andy Green · 13 years ago
  9. 98a623f clean fraggle by Andy Green · 13 years ago
  10. e9739ed introduce fraggle test app by Andy Green · 13 years ago
  11. 82c3d54 introduce libwebsocket_is_final_fragment by Andy Green · 13 years ago
  12. 9a50ba8 fix misunderstood fragmentation restriction by Andy Green · 13 years ago
  13. 5d9d94b add CONTINUATION write mode by Andy Green · 13 years ago
  14. 2836c64 expose SHA1 api by Andy Green · 13 years ago
  15. 8acc194 expose random api by Andy Green · 13 years ago
  16. 9e4c2b6 add separate server writeable and change naming to match rest of callbacks by Andy Green · 13 years ago
  17. 58eaa74 remove bogus bytes on first line of websockets.c by Andy Green · 13 years ago
  18. 7c9c4d4 add explicit libz inclusion by Andy Green · 13 years ago
  19. c44159f flush extensions when closing by Andy Green · 13 years ago
  20. da527df add extra state for waiting on close ack with timeout by Andy Green · 13 years ago
  21. 69758fa introduce test server close testing switch by Andy Green · 13 years ago
  22. 2a8978f interop notes - libwebsocket -06 close by Pat McManus @Mozilla · 13 years ago
  23. a047d85 configure add requirement for zlib.h by Andy Green · 13 years ago
  24. 775884e add compression defeat switch to test client by Andy Green · 13 years ago
  25. ce6a21d introduce deflate compression extension by Andy Green · 13 years ago
  26. 6e5f95e allow extensions for parsing by Andy Green · 13 years ago
  27. 4cd87a0 introduce internal extensions array by Andy Green · 13 years ago
  28. 2366b1c instantiate extensions server accepted by Andy Green · 13 years ago
  29. c6517fa dynamically create client extensions offer from extensions list by Andy Green · 13 years ago
  30. 57b4e9a document extension callback reasons by Andy Green · 13 years ago
  31. 3b84c00 callback each active extension on packet tx pre send by Andy Green · 13 years ago
  32. 98a717c callback each active extension on packet rx pre parse by Andy Green · 13 years ago
  33. 95a7b5d introduce lws_send_pipe_choked by Andy Green · 13 years ago
  34. d44bf7f introduce lws_issue_raw by Andy Green · 13 years ago
  35. ef660a9 deallocate extension contexts on connection close by Andy Green · 13 years ago
  36. c511482 create server extension response dynamically by Andy Green · 13 years ago
  37. d6e0911 introduce struct libwebsocket_extension by Andy Green · 13 years ago
  38. 2e24da0 fix openssl breakage from win32 by Andy Green · 13 years ago
  39. 02770b4 win32 build fixup missing includes by Andy Green · 13 years ago
  40. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  41. 385e7ad introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER by Andy Green · 13 years ago
  42. eeaacb3 introduce 76 00 client support by Andy Green · 13 years ago
  43. a54986f update README with known good OSX configure by Andy Green · 13 years ago
  44. d430273 fix null protocol dereference when closing session by Andy Green · 13 years ago
  45. 4eaa86b only have nonce requirement and processing for exactly 04 by Andy Green · 13 years ago
  46. 9514bf8 carry over 05 specific stuff to 06 by Andy Green · 13 years ago
  47. 193306c change default client version to 06 by Andy Green · 13 years ago
  48. 6da560c remove duplicated poll handling in hangup on client by Andy Green · 13 years ago
  49. 687b018 require close reason argument on close and free session by Andy Green · 13 years ago
  50. 06de513 introduce 06 close status codes by Andy Green · 13 years ago
  51. 6274baf only send sec webscoket nonce on 04 by Andy Green · 13 years ago
  52. 7942dfe make origin optional on server by Andy Green · 13 years ago
  53. 08d3392 make origin optional on client by Andy Green · 13 years ago
  54. 6901cb3 add callback for OpenSSL client cert verification action by Andy Green · 13 years ago
  55. c6bf2c2 add callback to allow additional server verification certs by Andy Green · 13 years ago
  56. 0894bda add callback to allow additional client verification certs by Andy Green · 13 years ago
  57. 32375b7 introduce listen on specific interface by Andy Green · 13 years ago
  58. 8c40415 README update configure advice for apple by Andy Green · 13 years ago
  59. 1f9bf52 fix ssl support and confirm builds clean when not configured by Andy Green · 13 years ago
  60. 038d582 add include for gettimeofday even without ssl by Andy Green · 13 years ago
  61. db9ba42 Only include anything from openssl if configured for it by Darin Willits · 13 years ago
  62. b3ae0a3 make test client notice if server closed on him by Andy Green · 13 years ago
  63. be93fef break client connect into states and apply timeout by Andy Green · 13 years ago
  64. a71eafc introduce timeout system by Andy Green · 13 years ago
  65. b86d64e Fix refactor damage from missed debug-only print arg by Timothy J Fontaine · 13 years ago
  66. c19456f Apple / iOS build compatability patch by Darin Willits · 13 years ago
  67. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 13 years ago
  68. abbf461 eliminate dummy 76 challenge content in 04 plus by Andy Green · 13 years ago
  69. 4b6fbe1 unify server and client close by Andy Green · 13 years ago
  70. de6ab32 clean-out-poll-array-when-hanging-up-on-client.patch by Andy Green · 13 years ago
  71. 764ff98 uplevel-rpm-spec-to-include-new-extpoll-sample.patch by Andy Green · 13 years ago
  72. e2acfc8 use-new-peer-name-api-in-ping.patch by Andy Green · 13 years ago
  73. f7ee549 introduce-libwebsockets_hangup_on_client.patch by Andy Green · 13 years ago
  74. 38c4f0c add-example-protocol-handshake-filter-callback.patch by Andy Green · 13 years ago
  75. 863d4d2 add-example-network-filter-callback.patch by Andy Green · 13 years ago
  76. 0703409 introduce-network-connect-filter-callback.patch by Andy Green · 13 years ago
  77. c85619d introduce-user-handshake-filter-callback.patch by Andy Green · 13 years ago
  78. e7981dc document-external-poll-support.patch by Andy Green · 13 years ago
  79. 2a5aa65 add-ext-poll-callbacks-in-extpoll-test.patch by Andy Green · 13 years ago
  80. 3221f92 introduce-external-poll-callbacks.patch by Andy Green · 13 years ago
  81. 2e5de82 introduce-libwebsockets-test-server-extpoll.patch by Andy Green · 13 years ago
  82. 9f99034 export-libwebsocket_service_fd-api.patch by Andy Green · 13 years ago
  83. 0d33833 decouple-service-from-fd-array-index.patch by Andy Green · 13 years ago
  84. 44eee68 optimize-random-device-open.patch by Andy Green · 13 years ago
  85. 92970ba optimize-server-for-all-zero-nonce-case.patch by Andy Green · 13 years ago
  86. 5e1fa17 introduce-new-05-socket-closure-rules.patch by Andy Green · 13 years ago
  87. 18910c5 parse-and-reject-extensions-header.patch by Andy Green · 13 years ago
  88. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 13 years ago
  89. f3d3b40 change-client-mode-to-enum.patch by Andy Green · 13 years ago
  90. 1efb63c fix-hostname-to-be-server-name--allow-switches-in-any-order.patch by Andy Green · 13 years ago
  91. 927eb7b fix-error-path-on-server-headers-wrong.patch by Andy Green · 13 years ago
  92. 990d506 add-k-opt-to-test-client.patch by Andy Green · 13 years ago
  93. 8014b29 introduce-k-switch-defeat-masking.patch by Andy Green · 13 years ago
  94. 6a98054 fix-context-close.patch by Andy Green · 13 years ago
  95. 2f4c2be introduce-multiple-client-ping.patch by Andy Green · 13 years ago
  96. d655cb4 fix-client-close.patch by Andy Green · 13 years ago
  97. 864d902 add-user-allocation-for-client-connects.patch by Andy Green · 13 years ago
  98. bd96d80 introduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch by Andy Green · 13 years ago
  99. 42f6914 clean-style.patch by Andy Green · 13 years ago
  100. 2ac5a6f fix-host-header-contents--introduce-canonical-hostname-api.patch by Andy Green · 14 years ago