sort by:
Revision Author Date Message Commit Date
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
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
back to top