https://github.com/websockets/ws

sort by:
Revision Author Date Message Commit Date
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
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
1faa952 corrected regression race condition in handling of data delivered with http upgrade 07 February 2012, 08:15:07 UTC
20fcf87 bump 06 February 2012, 22:32:31 UTC
7059a5e rewrite receiver to avoid stack overflow in bundled frame packets. fixes #20 06 February 2012, 22:30:06 UTC
8786a2a whitespace cleanup 06 February 2012, 21:40:06 UTC
e2c5d41 whitespace cleanup 06 February 2012, 14:50:00 UTC
ab2fefa history update 06 February 2012, 14:46:45 UTC
ac8660e Merge pull request #19 from aslakhellesoy/18-add-event-listener Fix for #18 06 February 2012, 14:44:45 UTC
2e3d275 Implemented addEventListener and slightly improved the API by adding a MessageEvent with a readonly data attribute. Closes #18. 06 February 2012, 14:37:15 UTC
459b3f6 pass original request on to verifyClient, to enable session verification etc 05 February 2012, 12:19:41 UTC
fa21340 ensure that connection is closed when invalid hixie data is encountered 04 February 2012, 16:54:34 UTC
03fd8f8 slight readability increase 04 February 2012, 16:53:00 UTC
6c8f92e bump 04 February 2012, 16:14:40 UTC
6d6b16a refactoring and fixed socket leak 04 February 2012, 16:12:54 UTC
aba80ac code cleanup 04 February 2012, 16:12:12 UTC
ec95ff2 more package desc updates 04 February 2012, 14:37:55 UTC
a5ca02b package description updated 04 February 2012, 14:36:28 UTC
8c39ca5 bump 04 February 2012, 11:40:44 UTC
23521ea updated history 04 February 2012, 11:40:25 UTC
1c63b32 update docs 04 February 2012, 11:37:52 UTC
9a1b511 expose protocol support info 04 February 2012, 11:37:45 UTC
2667bcc restructured test cases 04 February 2012, 10:50:47 UTC
a9ada76 clarifying hixie support 04 February 2012, 10:15:16 UTC
e046177 comments and clarifications 04 February 2012, 10:13:00 UTC
7400b54 add option to disable hixie support 04 February 2012, 10:09:00 UTC
e828353 updated todos 03 February 2012, 20:19:38 UTC
98fa75b Merge branch 'master' of github.com:einaros/ws 03 February 2012, 20:15:46 UTC
4eb094a clarifications 03 February 2012, 20:14:45 UTC
0739397 updated buffered nonce reading 03 February 2012, 20:05:52 UTC
ce7a93d update with hixie comment 03 February 2012, 19:50:14 UTC
d1173e0 fixed hixie header issues 03 February 2012, 19:48:44 UTC
7c032b8 fixed hixie handshake 03 February 2012, 19:41:43 UTC
bcad194 partial hixie76 support 03 February 2012, 19:25:23 UTC
cd6d66b rename parser to receiver 03 February 2012, 18:23:27 UTC
b5cac24 removed old bench 03 February 2012, 10:35:26 UTC
39880c8 split benchmark 03 February 2012, 10:35:09 UTC
934ae79 Update lib/Receiver.js 02 February 2012, 13:42:57 UTC
1686e63 changed verifyOrigin to verifyClient and added info indicating connection ssl status 31 January 2012, 14:14:17 UTC
a96c7fc updated 31 January 2012, 14:13:24 UTC
acea57e Merge branch 'master' of github.com:einaros/ws 26 January 2012, 14:19:02 UTC
7013f27 updated 26 January 2012, 14:18:42 UTC
1ab05b3 Update History.md 26 January 2012, 04:57:33 UTC
ba0f85d bump 26 January 2012, 04:09:24 UTC
194d22c updated history 26 January 2012, 04:08:54 UTC
a0854d4 whitespace cleanup 26 January 2012, 03:50:32 UTC
0f66a23 reworked connection procedure 26 January 2012, 03:49:35 UTC
ce4b3d9 test cleanup and introduction of noServer mode 26 January 2012, 02:39:47 UTC
205fe6f updated 24 January 2012, 19:24:49 UTC
caf7790 added tests for ping and pong events 24 January 2012, 19:24:06 UTC
3a3c4cb Merge remote-tracking branch 'paddy/development' 24 January 2012, 18:50:08 UTC
359e762 Update README.md 16 January 2012, 20:51:10 UTC
83ff71d Update README.md 13 January 2012, 13:33:34 UTC
6bea4c6 Added pong event 12 January 2012, 13:07:30 UTC
d7b49a0 Merge pull request #11 from tricknotes/cleanup-test Cleanup test 05 January 2012, 20:57:12 UTC
e7228b1 removed unused assert 05 January 2012, 15:53:14 UTC
8188177 modified test message about WebSocketServer 05 January 2012, 15:20:13 UTC
7535abe added build status image 05 January 2012, 10:17:21 UTC
545ae5a updated history 05 January 2012, 10:14:09 UTC
2460eb0 fixed test suite race condition 05 January 2012, 10:11:52 UTC
bd73c56 Merge branch 'master' of github.com:einaros/ws 04 January 2012, 15:54:20 UTC
7a1bf34 added travis-ci config 04 January 2012, 15:54:04 UTC
0be9526 Merge pull request #8 from tricknotes/readline use readline to wscat 03 January 2012, 11:07:42 UTC
01a2c65 Merge pull request #9 from tricknotes/read-version read version from package.json 03 January 2012, 11:06:19 UTC
1ef874a use readyState for getting _readyState 03 January 2012, 06:46:55 UTC
back to top