swh:1:snp:c53ab93da1867a0ee99951a3636bca865f9194df

sort by:
Revision Author Date Message Commit Date
31ab3b8 bump 20 May 2012, 10:28:24 UTC
a00dfb3 ensure socket destruction in case of errors in upgrade processing 20 May 2012, 10:21:23 UTC
008da3b update history 19 May 2012, 20:04:21 UTC
f5428b5 allow error code 1011 19 May 2012, 20:02:53 UTC
6abd928 updated cleanup and error handling to be more thorough 19 May 2012, 19:46:05 UTC
b26d55c fixed empty packet issue, causing the mask not to be sent from client to server 19 May 2012, 19:44:29 UTC
73f5657 history update 19 May 2012, 15:19:33 UTC
21b04f2 corrected serverstats example 19 May 2012, 10:20:02 UTC
80221f8 enable fauxe streaming from hixie sender 19 May 2012, 10:13:48 UTC
2daf997 update hixie sender to accept and process buffers as input 19 May 2012, 09:47:11 UTC
2dd1c1c fix fileapi example 10 May 2012, 19:24:45 UTC
e4f6d07 ensure exit code propagation from install script 01 May 2012, 08:54:13 UTC
43f493a add install script which makes native extension optional 30 April 2012, 23:19:26 UTC
d8d2e4c bump 30 April 2012, 22:26:36 UTC
1eabfa8 silently fallback to non-native modules 30 April 2012, 22:26:26 UTC
12e52de default to port 443 for secure connections 30 April 2012, 22:26:01 UTC
ca32241 Merge pull request #60 from rocketpack/master Support Unix sockets; emit 'listening', URL-specific 'connection' 30 April 2012, 22:19:28 UTC
b51da83 Merge pull request #67 from TooTallNate/patch-1 Makefile: use node-gyp instead of node-waf 28 April 2012, 10:35:58 UTC
edec96f Makefile: use node-gyp instead of node-waf When installing with npm, npm will use its bundled version of `node-gyp` to compile the module. When running make by hand, you'll have to have node-gyp installed globally: npm install -g node-gyp 27 April 2012, 17:56:30 UTC
6a9d8d4 Merge branch 'master' of https://github.com/einaros/ws 23 April 2012, 11:16:22 UTC
e50ba23 add test for path-specific connection event; add test for unix socket connections 23 April 2012, 11:13:50 UTC
6690eee Merge pull request #65 from nicokaiser/master Remove unused options in Sender classes 18 April 2012, 20:41:49 UTC
6f45452 Remove unused options parameter in Sender classes 18 April 2012, 14:49:55 UTC
c911ad4 Merge pull request #63 from nicokaiser/master Check connection status in firstHandler 18 April 2012, 12:16:55 UTC
cf6e830 Check connection status in firstHandler (fixes #62) 18 April 2012, 07:52:07 UTC
7e35c99 Merge pull request #61 from skaslev/master Fixed the examples to work with the latest express version 17 April 2012, 19:39:02 UTC
84c526f Fixed the examples to work with the latest express version. 15 April 2012, 20:44:50 UTC
b0af0a6 Emit URL-specific connection event to support multiple endpoints per server 13 April 2012, 12:48:09 UTC
c745a7a Emit 'listening' when self-created server is listening 13 April 2012, 12:47:14 UTC
cd53cd6 Support connecting to Unix socket ws+unix URL 13 April 2012, 12:36:22 UTC
3ebd156 bump 12 April 2012, 12:03:51 UTC
507286c Merge pull request #59 from nicokaiser/defineProperties Remove Object.defineProperties and set properties directly 12 April 2012, 11:53:04 UTC
9f11b36 Merge pull request #55 from nicokaiser/master Add "error" and "timeout" handlers before handshake 12 April 2012, 11:52:47 UTC
e9dc364 Merge pull request #56 from nicokaiser/hixie Fix hixie close frame handling and allow empty messages 12 April 2012, 11:52:12 UTC
4e86df0 Remove Object.defineProperties and set properties directly 12 April 2012, 10:15:10 UTC
ca90c80 Fix hixie close frame handling 11 April 2012, 09:55:07 UTC
2550f58 only remove our listeners 10 April 2012, 17:44:35 UTC
e33e2ac add 'timeout' handler in WebSocket, make sure WebSocketServer.handleUpgrade errors are handled 09 April 2012, 19:29:22 UTC
42ba268 Add "error" and "timeout" handlers before handshake 06 April 2012, 09:48:24 UTC
b6d1519 revert attempted node 0.4 socket end fix 30 March 2012, 20:15:15 UTC
8af27fd avoid crashes due to socket errors during shutdown 30 March 2012, 19:41:31 UTC
e1b3267 bump 30 March 2012, 18:59:48 UTC
6669b1d memory leak cleanups 30 March 2012, 18:57:36 UTC
b29aab0 Merge pull request #49 from nicokaiser/master Add some docs for the classes 30 March 2012, 08:26:33 UTC
bb3a255 Revert buffer patch, revert my git fail 30 March 2012, 08:23:01 UTC
0394aad Revert "Revert "Revert "docs""" This reverts commit bca25b7dc3934bd85fbe122e223503a3af026215. 30 March 2012, 08:14:52 UTC
bca25b7 Revert "Revert "docs"" This reverts commit dc72aa687b01e5304ba71094798ed6b05eccf7a2. 30 March 2012, 08:14:42 UTC
dc72aa6 Revert "docs" This reverts commit 4eb85fa37e96e6267f2e3eec519335a5b0402ee8. 30 March 2012, 08:14:37 UTC
9886085 Avoid creating new Buffers when it's not necessary 30 March 2012, 07:56:04 UTC
4eb85fa docs 29 March 2012, 14:43:18 UTC
a2e35fc docs 29 March 2012, 14:41:52 UTC
c3e0782 docs 29 March 2012, 14:28:47 UTC
ab832cd API docs 29 March 2012, 13:20:35 UTC
17c8556 removed unnecessary strings.h 27 March 2012, 21:03:14 UTC
d6bf335 Merge pull request #48 from nicokaiser/clientTracking add "clientTracking" option to disable client references 27 March 2012, 20:55:23 UTC
43a3288 add option to disable client references 27 March 2012, 16:23:57 UTC
a8d8958 bump for 11 24 March 2012, 17:22:13 UTC
87e9681 Merge pull request #33 from TooTallNate/gyp Added support for "node-gyp" build 24 March 2012, 17:18:44 UTC
c005635 Merge pull request #47 from jwueller/patch-1 Fixes commander dependency and adds node >= 0.7 support 24 March 2012, 15:50:11 UTC
a757987 fixed commander dependency 24 March 2012, 14:16:05 UTC
9d8b571 Merge pull request #46 from nicokaiser/master Add loadbalancer and proxy support with X-Forwarded-Proto 23 March 2012, 16:00:00 UTC
4f02bd6 Add support for X-Forwarded-Proto 23 March 2012, 15:45:04 UTC
3bf674f bump 23 March 2012, 07:37:49 UTC
40a082c Merge pull request #45 from nicokaiser/master Allow empty (hixie) messages / fix close frame 23 March 2012, 07:30:50 UTC
2b114a0 Fix hixie close message parsing ("ff 00", not "00 ff" - which is an empty string) 23 March 2012, 00:34:20 UTC
9107a0f Don't initialize an empty Buffer(0) if initialSize = 0 22 March 2012, 15:22:38 UTC
300b108 Merge pull request #41 from 3rd-Eden/master Your async is now async 21 March 2012, 11:10:38 UTC
fe76d06 Made the async tests async, added missing dep to the package 21 March 2012, 09:08:48 UTC
c540220 bump 21 March 2012, 07:57:49 UTC
6106a11 updated history 21 March 2012, 07:57:09 UTC
71622f7 properly deal with incoming hixie close frames 08 March 2012, 10:34:30 UTC
c9606f9 add missing sender methods to hixie sender. fixes #37 08 March 2012, 10:03:10 UTC
768b6fd Add a binding.gyp file. Enables support for building with node-gyp. 08 March 2012, 04:27:53 UTC
25cadd8 bump 29 February 2012, 13:59:27 UTC
8dbe814 removed unnecessary and buggy sendcache. fixes #35 29 February 2012, 13:56:33 UTC
e57aea6 added throughput benchmark 29 February 2012, 13:55:58 UTC
8c3f6d7 allow #ping and #pong to fail silently for already closed connections. fixes #30 28 February 2012, 14:45:35 UTC
cd6e455 dont throw when closed websocket is attmepted re-closed. fixes #32 28 February 2012, 14:34:44 UTC
4dc64e8 allow verifyClient to run asynchronously for both hybi and hixie protocol versions 28 February 2012, 14:30:44 UTC
4bc6355 allow verifyClient to run asynchronously 23 February 2012, 03:46:52 UTC
a21206a unbreak build on platforms other than mac 21 February 2012, 21:53:35 UTC
beae62e bump 21 February 2012, 21:43:16 UTC
81ea80a updated build script to try to detect node binary architecture. fixes #25 21 February 2012, 21:42:03 UTC
ab0b163 updated fileapi example server to work with windows paths 10 February 2012, 09:24:56 UTC
b3b74a9 updated history 09 February 2012, 21:44:00 UTC
7bd0af5 updated file upload examples with bandwidth sampling per websocket client 09 February 2012, 21:36:58 UTC
1243c3f expose number of bytes received 09 February 2012, 16:18:02 UTC
be2ff6f readystate constant test clarifications 09 February 2012, 15:52:00 UTC
072e08c bump 09 February 2012, 13:33:36 UTC
640e754 updated history 09 February 2012, 13:33:08 UTC
8bd2eaa added pause and resume capability to websocket client 09 February 2012, 13:30:48 UTC
797b21d corrected refactoring issue in example 09 February 2012, 13:28:57 UTC
6aab33f refactored fileapi/server.js 09 February 2012, 12:29:43 UTC
98b00e4 added fileapi / file sending example 09 February 2012, 11:35:06 UTC
1fae8b8 updated package 07 February 2012, 09:31:25 UTC
7842bdf updated example references 07 February 2012, 09:30:38 UTC
eed413f added browser-based example 07 February 2012, 09:28:49 UTC
cf44998 code cleanup 07 February 2012, 08:32:18 UTC
8ff7ff4 bump 07 February 2012, 08:15:47 UTC
2cd2411 updated history for 0.4.5 07 February 2012, 08:15:19 UTC
back to top