1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

Commit graph

  • bb45a90037 Re: Windows port of your libwebsocket Peter Hinz 2011-03-10 18:14:01 +00:00
  • 7627af52a3 try to cover AF_LOCAL in libwebsockets_get_peer_addresses Andy Green 2011-03-09 15:13:52 +00:00
  • f92def7eef use unsigned peer dotted quad Andy Green 2011-03-09 15:02:20 +00:00
  • 5948865eb6 beautify fraggle Andy Green 2011-03-09 09:21:24 +00:00
  • 4bf91d7224 libwebsockets - gcc warnings Patrick McManus 2011-03-09 07:18:28 +00:00
  • 6c9395529e disable nagle algorithm Andy Green 2011-03-08 08:56:57 +00:00
  • 98a623fa46 clean fraggle Andy Green 2011-03-08 08:43:59 +00:00
  • e9739ed203 introduce fraggle test app Andy Green 2011-03-07 21:40:59 +00:00
  • 82c3d54c10 introduce libwebsocket_is_final_fragment Andy Green 2011-03-07 21:16:31 +00:00
  • 9a50ba844f fix misunderstood fragmentation restriction Andy Green 2011-03-07 21:14:23 +00:00
  • 5d9d94ba09 add CONTINUATION write mode Andy Green 2011-03-07 20:47:41 +00:00
  • 2836c641cf expose SHA1 api Andy Green 2011-03-07 20:47:41 +00:00
  • 8acc194dc2 expose random api Andy Green 2011-03-07 20:47:40 +00:00
  • 9e4c2b6e35 add separate server writeable and change naming to match rest of callbacks Andy Green 2011-03-07 20:47:39 +00:00
  • 58eaa74fd0 remove bogus bytes on first line of websockets.c Andy Green 2011-03-07 17:54:06 +00:00
  • 7c9c4d4dca add explicit libz inclusion Andy Green 2011-03-07 17:52:00 +00:00
  • c44159fb3a flush extensions when closing Andy Green 2011-03-07 07:08:18 +00:00
  • da527dfdee add extra state for waiting on close ack with timeout Andy Green 2011-03-07 07:08:12 +00:00
  • 69758fa809 introduce test server close testing switch Andy Green 2011-03-07 07:08:07 +00:00
  • 2a8978feec interop notes - libwebsocket -06 close Pat McManus @Mozilla 2011-03-07 06:06:36 +00:00
  • a047d8582d configure add requirement for zlib.h deflate-stream-support Andy Green 2011-03-06 13:37:10 +00:00
  • 775884edd2 add compression defeat switch to test client Andy Green 2011-03-06 13:32:53 +00:00
  • ce6a21dbda introduce deflate compression extension Andy Green 2011-03-06 13:32:53 +00:00
  • 6e5f95e401 allow extensions for parsing Andy Green 2011-03-06 13:15:34 +00:00
  • 4cd87a0bd9 introduce internal extensions array Andy Green 2011-03-06 13:15:32 +00:00
  • 2366b1c997 instantiate extensions server accepted Andy Green 2011-03-06 13:15:31 +00:00
  • c6517fa2ad dynamically create client extensions offer from extensions list Andy Green 2011-03-06 13:15:29 +00:00
  • 57b4e9af2b document extension callback reasons Andy Green 2011-03-06 13:14:46 +00:00
  • 3b84c006c9 callback each active extension on packet tx pre send Andy Green 2011-03-06 13:14:42 +00:00
  • 98a717c7ed callback each active extension on packet rx pre parse Andy Green 2011-03-06 13:14:15 +00:00
  • 95a7b5d87d introduce lws_send_pipe_choked Andy Green 2011-03-06 10:29:39 +00:00
  • d44bf7f81b introduce lws_issue_raw Andy Green 2011-03-06 10:29:38 +00:00
  • ef660a9c20 deallocate extension contexts on connection close Andy Green 2011-03-06 10:29:38 +00:00
  • c511482c78 create server extension response dynamically Andy Green 2011-03-06 10:29:35 +00:00
  • d6e09110bb introduce struct libwebsocket_extension Andy Green 2011-03-05 16:12:15 +00:00
  • 2e24da08c4 fix openssl breakage from win32 Andy Green 2011-03-05 16:12:04 +00:00
  • 02770b412c win32 build fixup missing includes Andy Green 2011-03-05 09:04:23 +00:00
  • 56885f3084 introduce win32 build capability Peter Hinz 2011-03-02 22:03:47 +00:00
  • 385e7ad034 introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER Andy Green 2011-03-01 21:06:02 +00:00
  • eeaacb39c7 introduce 76 00 client support Andy Green 2011-03-01 20:44:24 +00:00
  • a54986f36e update README with known good OSX configure Andy Green 2011-02-28 07:48:27 +00:00
  • d4302734d7 fix null protocol dereference when closing session Andy Green 2011-02-28 07:45:29 +00:00
  • 4eaa86b291 only have nonce requirement and processing for exactly 04 release-0.5 Andy Green 2011-02-26 11:17:48 +00:00
  • 9514bf8839 carry over 05 specific stuff to 06 Andy Green 2011-02-26 11:13:56 +00:00
  • 193306ca2d change default client version to 06 Andy Green 2011-02-26 11:08:46 +00:00
  • 6da560c63c remove duplicated poll handling in hangup on client Andy Green 2011-02-26 11:06:27 +00:00
  • 687b0188bc require close reason argument on close and free session Andy Green 2011-02-26 11:04:01 +00:00
  • 06de513612 introduce 06 close status codes Andy Green 2011-02-26 10:40:02 +00:00
  • 6274baf8c0 only send sec webscoket nonce on 04 Andy Green 2011-02-26 10:31:41 +00:00
  • 7942dfe282 make origin optional on server Andy Green 2011-02-26 10:28:15 +00:00
  • 08d33926eb make origin optional on client Andy Green 2011-02-26 10:22:49 +00:00
  • 6901cb3b4e add callback for OpenSSL client cert verification action Andy Green 2011-02-21 08:06:47 +00:00
  • c6bf2c2186 add callback to allow additional server verification certs Andy Green 2011-02-20 11:10:47 +00:00
  • 0894bda184 add callback to allow additional client verification certs Andy Green 2011-02-19 09:09:11 +00:00
  • 32375b7e9e introduce listen on specific interface Andy Green 2011-02-19 08:32:53 +00:00
  • 8c4041591e README update configure advice for apple Andy Green 2011-02-16 18:50:01 +00:00
  • 1f9bf527ec fix ssl support and confirm builds clean when not configured release-0.4 Andy Green 2011-02-14 21:14:37 +00:00
  • 038d582bde add include for gettimeofday even without ssl Andy Green 2011-02-14 20:58:26 +00:00
  • db9ba42aad Only include anything from openssl if configured for it Darin Willits 2011-02-14 20:56:24 +00:00
  • b3ae0a36af make test client notice if server closed on him Andy Green 2011-02-14 20:25:43 +00:00
  • be93fefa76 break client connect into states and apply timeout Andy Green 2011-02-14 20:25:43 +00:00
  • a71eafce5a introduce timeout system Andy Green 2011-02-14 17:59:43 +00:00
  • b86d64eaa9 Fix refactor damage from missed debug-only print arg Timothy J Fontaine 2011-02-14 17:55:27 +00:00
  • c19456f64a Apple / iOS build compatability patch Darin Willits 2011-02-14 17:52:39 +00:00
  • 62c54d2f56 introduce this param in callback fix server close on client socket Andy Green 2011-02-14 09:14:25 +00:00
  • abbf461998 eliminate dummy 76 challenge content in 04 plus Andy Green 2011-02-14 09:14:24 +00:00
  • 4b6fbe125e unify server and client close Andy Green 2011-02-14 08:03:48 +00:00
  • de6ab32861 clean-out-poll-array-when-hanging-up-on-client.patch Andy Green 2011-02-13 09:15:10 +00:00
  • 764ff98b2a uplevel-rpm-spec-to-include-new-extpoll-sample.patch Andy Green 2011-02-13 09:08:11 +00:00
  • e2acfc86b3 use-new-peer-name-api-in-ping.patch Andy Green 2011-02-13 09:05:54 +00:00
  • f7ee549a58 introduce-libwebsockets_hangup_on_client.patch Andy Green 2011-02-13 09:04:21 +00:00
  • 38c4f0c556 add-example-protocol-handshake-filter-callback.patch Andy Green 2011-02-13 08:54:05 +00:00
  • 863d4d25e7 add-example-network-filter-callback.patch Andy Green 2011-02-13 08:40:37 +00:00
  • 0703409235 introduce-network-connect-filter-callback.patch Andy Green 2011-02-13 08:37:12 +00:00
  • c85619dbcd introduce-user-handshake-filter-callback.patch Andy Green 2011-02-13 08:25:26 +00:00
  • e7981dc65a document-external-poll-support.patch Andy Green 2011-02-12 21:24:03 +00:00
  • 2a5aa6537d add-ext-poll-callbacks-in-extpoll-test.patch Andy Green 2011-02-12 13:15:04 +00:00
  • 3221f92b1e introduce-external-poll-callbacks.patch Andy Green 2011-02-12 13:14:11 +00:00
  • 2e5de82da2 introduce-libwebsockets-test-server-extpoll.patch Andy Green 2011-02-12 12:07:23 +00:00
  • 9f99034f7e export-libwebsocket_service_fd-api.patch Andy Green 2011-02-12 11:57:45 +00:00
  • 0d33833764 decouple-service-from-fd-array-index.patch Andy Green 2011-02-12 11:57:43 +00:00
  • 44eee688ac optimize-random-device-open.patch Andy Green 2011-02-10 09:32:24 +00:00
  • 92970baa90 optimize-server-for-all-zero-nonce-case.patch Andy Green 2011-02-10 09:22:35 +00:00
  • 5e1fa17a6c introduce-new-05-socket-closure-rules.patch Andy Green 2011-02-10 09:07:05 +00:00
  • 18910c5920 parse-and-reject-extensions-header.patch Andy Green 2011-02-09 08:58:42 +00:00
  • bfb051f3a3 introduce-ietf-05-framing-and-commandline-options.patch Andy Green 2011-02-09 08:49:14 +00:00
  • f3d3b40364 change-client-mode-to-enum.patch Andy Green 2011-02-09 07:16:34 +00:00
  • 1efb63c2be fix-hostname-to-be-server-name--allow-switches-in-any-order.patch Andy Green 2011-02-06 17:42:06 +00:00
  • 927eb7b90d fix-error-path-on-server-headers-wrong.patch Andy Green 2011-02-01 08:52:55 +00:00
  • 990d5062d0 add-k-opt-to-test-client.patch Andy Green 2011-01-30 21:04:24 +00:00
  • 8014b29d20 introduce-k-switch-defeat-masking.patch Andy Green 2011-01-30 20:57:25 +00:00
  • 6a98054a36 fix-context-close.patch Andy Green 2011-01-30 20:40:32 +00:00
  • 2f4c2be52a introduce-multiple-client-ping.patch Andy Green 2011-01-30 12:15:25 +00:00
  • d655cb4f82 fix-client-close.patch Andy Green 2011-01-30 12:15:22 +00:00
  • 864d9026a8 add-user-allocation-for-client-connects.patch Andy Green 2011-01-30 11:43:51 +00:00
  • bd96d8092e introduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch Andy Green 2011-01-30 08:24:31 +00:00
  • 42f6914d69 clean-style.patch Andy Green 2011-01-30 08:10:02 +00:00
  • 2ac5a6fce4 fix-host-header-contents--introduce-canonical-hostname-api.patch Andy Green 2011-01-28 10:00:18 +00:00
  • 5b9a4c0d43 cleanup-proxy-code--add-timeout.patch Andy Green 2011-01-28 09:39:29 +00:00
  • 02244bb889 correct-proxy-fail-connect-handling.patch Andy Green 2011-01-28 09:01:19 +00:00