https://github.com/websockets/ws

sort by:
Revision Author Date Message Commit Date
d242d2b [dist] 0.5 20 November 2014, 21:43:20 UTC
3d07f0b [deps] Added tinycolor & sort on name 20 November 2014, 11:26:56 UTC
4d4e68c [deps] Bump nan to latest version Seems to work without modifications 20 November 2014, 11:23:47 UTC
4eb5e2f [deps] Bump devDependencies to latest 20 November 2014, 11:22:36 UTC
f238347 [travis] Build broke due to io redirection 20 November 2014, 11:10:51 UTC
0c745e8 [fix] Silent the node-gyp output, it's an optional feature 20 November 2014, 11:07:40 UTC
c60178b [fix] Use ultron as EventEmitter maid Fixes #392 #390 #393 20 November 2014, 10:54:41 UTC
f90f877 [fix] Correctly initialize the EventEmitters to prevent memory leaks. 20 November 2014, 10:44:57 UTC
d969ff3 [fix] Run in strict mode. Fixes #307 20 November 2014, 09:17:52 UTC
d4d2fd0 [minor] Name anonymouse functions and `use strict` 20 November 2014, 08:59:25 UTC
230f86d Merge pull request #332 from tlhunter/patch-1 Tiny readability tweak regarding closeTimeout 20 November 2014, 08:53:42 UTC
5bb20e2 Merge pull request #340 from download13/testfixes Fixes for tests on Windows 20 November 2014, 08:52:21 UTC
304ba71 Merge pull request #364 from yosuke-furukawa/fix/patch-1 Fix subprotocol response code from 404 to 401 20 November 2014, 08:51:30 UTC
e7152c4 [doc] Use svg as travis badge and point to master 20 November 2014, 08:44:41 UTC
cd09ea3 [doc] More reformatting so we don't have to scroll [doc] Nuke 4 spaces to 2 space indent 20 November 2014, 08:43:56 UTC
81af16a [fix] Remove the licenses property infavor of license as we have no license file 20 November 2014, 08:38:29 UTC
9188437 [doc] Reformat the README 20 November 2014, 08:38:03 UTC
31d7ba0 [pkg] Nuke `engines` nobody in their right mind would use 0.4 now 20 November 2014, 08:32:26 UTC
52e20a4 [fix] Corrected package.json reference [fix] Output the help when we got an invalid command 20 November 2014, 08:31:07 UTC
1af6323 [major] Move wscat to it's own library/package/folder. Fixes #256 20 November 2014, 08:27:22 UTC
22ea90f Merge pull request #395 from michaelsanford/master Add MIT license to package.json 11 November 2014, 09:35:44 UTC
d888d88 Add MIT license to package.json Allows license to be read programatically. 03 November 2014, 18:26:59 UTC
2f84c1a Merge pull request #376 from ibc/master Improve Server API documentation and fix EventEmitter usage 11 October 2014, 19:04:11 UTC
bc6b5c3 - Improve Server API documentation. - Explicitly invoke events.EventEmitter.call(this) in WebSocketServer() and WebSocket() (fixes https://github.com/einaros/ws/issues/373). 11 October 2014, 14:28:09 UTC
1ed7009 Fix subprotocol response code from 404 to 401 17 September 2014, 08:53:08 UTC
9d34310 Merge pull request #355 from felixrabe/patch-1 Semicolon 04 September 2014, 18:31:36 UTC
fba7759 Semicolon 17 August 2014, 22:57:03 UTC
9fb0ecf [dist] 0.4.32 06 August 2014, 11:25:08 UTC
e0a3ff4 [ignore] Added builderror.log 06 August 2014, 11:20:20 UTC
4bf45ae Increased test time limit to 5000ms 29 July 2014, 02:37:57 UTC
e9a6152 http server bind test reliably fails now 29 July 2014, 00:16:30 UTC
ab5d2fd Don't run unix socket test on windows 29 July 2014, 00:10:21 UTC
5a3ef6e Merge pull request #303 from rdclark/master Remove "-p 8" from wscat example; websocket.org is using RFC-6455 26 July 2014, 14:45:08 UTC
9186ef0 Tiny readability tweak regarding closeTimeout 15 July 2014, 17:58:31 UTC
f429240 Merge pull request #313 from kkoopa/newnan Updated NAN to 1.0.0 08 May 2014, 19:07:35 UTC
d3c412b Updated NAN to 1.0.0 07 May 2014, 11:56:07 UTC
69b4124 Remove "-p 8" from wscat example; websocket.org is using RFC-6455 10 April 2014, 17:03:14 UTC
a25f8c6 Merge pull request #297 from e3c/flexible-verifyclient Allow user-defined error status of verifyClient 28 March 2014, 15:14:34 UTC
50837b8 Do not force the user to pass the status name Do this while allowing a custom status name. 24 March 2014, 10:48:18 UTC
b1b371b Allow user-defined error status of verifyClient Right now verifyClient can only return 401, but other codes might be more appropriate, so allow the caller to specify them. 19 March 2014, 17:45:56 UTC
8faedc3 Merge pull request #293 from gkorland/patch-1 Update package.json 14 March 2014, 09:27:59 UTC
b14c77f Update package.json 08 March 2014, 20:57:52 UTC
a38d9a3 Merge pull request #265 from pixelglow/readable Allow sending stream.Readable, not just fs.ReadStream 01 January 2014, 17:53:51 UTC
7032658 Check against stream.Stream when stream.Readable not available 30 December 2013, 23:14:59 UTC
cbf8c4c Allow sending stream.Readable, not just fs.ReadStream 30 December 2013, 23:14:59 UTC
e97f3ec Merge pull request #277 from HaykoKoryun/patch-1 updated .npmignore 23 December 2013, 12:19:40 UTC
ba44355 updated .npmignore updated `.npmignore` to additionally ignore `bench`, `doc`, `examples` and `test` folders for __production__ 23 December 2013, 12:11:58 UTC
d0944b7 Merge pull request #274 from pyrtsa/headers Headers 12 December 2013, 13:25:45 UTC
71ab863 Improve documentation strings for --header and --auth 12 December 2013, 11:31:53 UTC
df02213 Allow custom HTTP headers in the initiating request 12 December 2013, 11:16:18 UTC
1d6aa24 Add basic HTTP auth with `wscat --auth user:pass` 12 December 2013, 09:35:05 UTC
d797d0e Merge pull request #271 from davedoesdev/master When unexpected response sent by server, make the request and response available 08 December 2013, 09:11:30 UTC
a987182 Merge branch 'master' of github.com:davedoesdev/ws Conflicts: lib/WebSocket.js 08 December 2013, 08:43:35 UTC
0540ac2 Put back blank lines 08 December 2013, 08:40:53 UTC
34cb0b1 New event, for unexpected response ('unexpected-response'). If there's a handler, it's expected to take care of reading and closing it. Otherwise, the request/response is closed and 'error' is emitted. 08 December 2013, 08:39:14 UTC
1440928 NodeV4 pass agent 08 December 2013, 08:32:38 UTC
4f0c768 When unexpected response sent by server, make the request and response available. Fixes these problems: (a) The request and response hang around (preventing process exit) until timeout - call err.request.abort to stop this (b) It's very useful to be able to read the response! There may be extra error information returned by the server that can't be represented by the status code alone (e.g. some JSON data describing the error). 08 December 2013, 08:32:38 UTC
39e5d8b Merge pull request #268 from kkoopa/master Updated NAN dep and switched to simpler inclusion string 07 December 2013, 21:15:30 UTC
4125c0c Merge branch 'master' of https://github.com/einaros/ws 07 December 2013, 14:40:59 UTC
cd6a3fa New event, for unexpected response ('unexpected-response'). If there's a handler, it's expected to take care of reading and closing it. Otherwise, the request/response is closed and 'error' is emitted. 04 December 2013, 21:00:46 UTC
acb028e [major] Remove 0.4 and 0.6 support, fixes #223 In addition to that, i've fixed a couple of JSHint issues, there are still a lot more broken semicolons and broken switch/case statements. In addition to that i've removed all tabs and replaced with the correct placeholders. 04 December 2013, 14:17:30 UTC
074a285 NodeV4 pass agent 04 December 2013, 08:16:56 UTC
4830698 When unexpected response sent by server, make the request and response available. Fixes these problems: (a) The request and response hang around (preventing process exit) until timeout - call err.request.abort to stop this (b) It's very useful to be able to read the response! There may be extra error information returned by the server that can't be represented by the status code alone (e.g. some JSON data describing the error). 04 December 2013, 08:04:50 UTC
402b3be Updated NAN dep and switched to simpler inclusion string 25 November 2013, 19:19:45 UTC
0e692b9 Don't throw an error when close is called multiple times. Fixes #211 20 November 2013, 20:56:06 UTC
b5ed62c Merge pull request #237 from feiyunruyue/patch-1 remove the repeated 04 November 2013, 16:13:15 UTC
a04d99d Merge pull request #249 from moises-silva/nocheck_option Added --no-check option to bin/wscat to not reject self-signed certifica... 04 November 2013, 16:12:18 UTC
e9cb6a0 Merge pull request #261 from kkoopa/master Updated NAN dependency to 0.4.4 04 November 2013, 15:52:37 UTC
bb5aea1 Updated NAN dependency to 0.4.4 04 November 2013, 15:49:22 UTC
097ff5b Do not specify rejectUnauthorized unless -n is specified explicitly It seems that option is not ignored for non-ssl connections and causes an error for non-ssl connections 09 October 2013, 06:22:44 UTC
021131f Added --no-check option to bin/wscat to not reject self-signed certificates 09 October 2013, 04:51:28 UTC
8743aab v0.4.31 23 September 2013, 06:54:50 UTC
bf14dfa Merge pull request #235 from TooTallNate/add/component-client-side Add component(1) support 17 September 2013, 18:16:44 UTC
f71aae5 remove the repeated 01 September 2013, 15:13:54 UTC
0cb9fe7 browser: update code to accept the 3rd options argument 30 August 2013, 23:29:53 UTC
4627f27 package: add "component" section 30 August 2013, 23:28:18 UTC
e33a685 0.4.30 30 August 2013, 21:11:40 UTC
d8b4e88 Merge pull request #234 from TooTallNate/fix/bufferedAmount-default-to-0 WebSocket: default the `bufferedAmount` to 0 even once the _socket it connected 30 August 2013, 21:06:27 UTC
c2911d8 WebSocket: default the `bufferedAmount` to 0 even once the _socket it connected Closes #230. 30 August 2013, 20:53:26 UTC
f0b2c51 Merge pull request #231 from mcollina/browserify Proper browserify shim 29 August 2013, 06:42:36 UTC
4ba4862 Merge pull request #232 from TooTallNate/add/options-third-arg Allow the "options" object to be passed in as the 3rd argument. 29 August 2013, 06:35:34 UTC
b3e1939 test: add test case for "options" as the 3rd argument 28 August 2013, 23:23:32 UTC
a08cd2c WebSockets: don't treat an Array like the "options" object 28 August 2013, 23:23:12 UTC
57f0775 WebSocket: fix the options being initialized The tests pass once again now. 28 August 2013, 23:11:09 UTC
c77214f WebSocket: avoid defining the `self` variable twice 28 August 2013, 22:47:24 UTC
aae2648 WebSocket: fix whitespace 28 August 2013, 22:47:12 UTC
6f2188b WebSocket: use `Array.isArray()` A little bit cleaner code this way. 28 August 2013, 22:46:23 UTC
9aca3da WebSocket: remove unused `self` variable 28 August 2013, 22:33:52 UTC
1f9d747 test: convert tabs to 2 spaces in WebSocket client test 28 August 2013, 21:58:52 UTC
887ebcb WebSocket: allow "options" to be the 3rd argument Currently the 2nd argument (`protocols`) is ignored. Eventually the "selected" protocol should be set as `socket.protocol`, depending on that the WebSocket server responds with support for, but that's for another commit... Part of #227. 28 August 2013, 21:56:47 UTC
e4109be Proper browserify shim. 28 August 2013, 20:47:04 UTC
f447a9e Merge pull request #226 from stefanocudini/master Server sending broadcast example 23 August 2013, 10:45:47 UTC
370e7c5 Server sending broadcast example https://github.com/einaros/ws/issues/216 23 August 2013, 10:42:49 UTC
13f406e Release 0.4.29 23 August 2013, 07:25:39 UTC
ab1d529 Document the new options 23 August 2013, 07:25:25 UTC
43a0b2b [fix] Allow custom headers. Fixes #157 #225 #162 #106 23 August 2013, 07:10:40 UTC
988e0a3 Merge pull request #185 from wolfeidau/add_package_gyp_flag Added gypfile flag to package.json 23 August 2013, 07:01:01 UTC
bd09a84 Point to the WebArchive version of the blog post as Posterous is no longer among us. Fixes #187 23 August 2013, 06:55:06 UTC
2b46636 Merge pull request #224 from kkoopa/master Updated NAN to 0.3.0. 19 August 2013, 14:48:18 UTC
41dfe33 Updated NAN to 0.3.0. 19 August 2013, 14:00:24 UTC
back to top