-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox does a CORS request (OPTION method) before sending POST requests. #194
Commits on Sep 10, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 28909f3 - Browse repository at this point
Copy the full SHA 28909f3View commit details
Commits on Sep 17, 2010
-
The listen method doesn't return a netserver instance, so the server …
…onclose netserver.close will fail because netserver will be undefined.
Configuration menu - View commit details
-
Copy full SHA for fac2498 - Browse repository at this point
Copy the full SHA fac2498View commit details -
Configuration menu - View commit details
-
Copy full SHA for a387982 - Browse repository at this point
Copy the full SHA a387982View commit details -
Every require is blocking and requiring the sys module over and over …
…and over again just makes no sense + it hurt performance.. Not to mention.. that it's already included.
6Configuration menu - View commit details
-
Copy full SHA for c6b1765 - Browse repository at this point
Copy the full SHA c6b1765View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb9a46 - Browse repository at this point
Copy the full SHA fbb9a46View commit details
Commits on Sep 20, 2010
-
Removed `.test` suffix from tests Updated node-websocket-client
Configuration menu - View commit details
-
Copy full SHA for 5524812 - Browse repository at this point
Copy the full SHA 5524812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876cb2b - Browse repository at this point
Copy the full SHA 876cb2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for efd458b - Browse repository at this point
Copy the full SHA efd458bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a264f98 - Browse repository at this point
Copy the full SHA a264f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef523b - Browse repository at this point
Copy the full SHA 8ef523bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0464e4c - Browse repository at this point
Copy the full SHA 0464e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 880fb2b - Browse repository at this point
Copy the full SHA 880fb2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d5ab7 - Browse repository at this point
Copy the full SHA 17d5ab7View commit details
Commits on Sep 23, 2010
-
Configuration menu - View commit details
-
Copy full SHA for c06de09 - Browse repository at this point
Copy the full SHA c06de09View commit details
Commits on Sep 24, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 965bc97 - Browse repository at this point
Copy the full SHA 965bc97View commit details
Commits on Sep 25, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 9cb8e37 - Browse repository at this point
Copy the full SHA 9cb8e37View commit details
Commits on Sep 26, 2010
-
Configuration menu - View commit details
-
Copy full SHA for c1e0831 - Browse repository at this point
Copy the full SHA c1e0831View commit details
Commits on Sep 27, 2010
-
Configuration menu - View commit details
-
Copy full SHA for fcba035 - Browse repository at this point
Copy the full SHA fcba035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 607fe38 - Browse repository at this point
Copy the full SHA 607fe38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4803d7b - Browse repository at this point
Copy the full SHA 4803d7bView commit details
Commits on Sep 28, 2010
-
added encode=UTF-8 in jsonp-polling.js and xhr-polling.js since UTF-8…
… is the default encoding for http.ServerResponse.write replaced string.length with Buffer.byteLength in jsonp-polling.js, listener.js and xhr-polling.js because content-length header requires number of bytes and not the number of symbols in string
2Configuration menu - View commit details
-
Copy full SHA for d2ead47 - Browse repository at this point
Copy the full SHA d2ead47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f9810 - Browse repository at this point
Copy the full SHA 50f9810View commit details
Commits on Sep 29, 2010
-
returned data.length in listener.js since data is of type buffer
slnpacifist committedSep 29, 2010 Configuration menu - View commit details
-
Copy full SHA for 1907b41 - Browse repository at this point
Copy the full SHA 1907b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2a717 - Browse repository at this point
Copy the full SHA ee2a717View commit details
Commits on Oct 1, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 9660382 - Browse repository at this point
Copy the full SHA 9660382View commit details
Commits on Oct 3, 2010
-
Starting converting back to spaces to comply with node coding standards
Configuration menu - View commit details
-
Copy full SHA for a883f17 - Browse repository at this point
Copy the full SHA a883f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5deea4 - Browse repository at this point
Copy the full SHA b5deea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4465d34 - Browse repository at this point
Copy the full SHA 4465d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd8c58 - Browse repository at this point
Copy the full SHA 2dd8c58View commit details -
_decode and _encode moved to utils
Removed accidental 1==2 for serving the not modified status code for the client Finished websocket test
Configuration menu - View commit details
-
Copy full SHA for 0dd9cc3 - Browse repository at this point
Copy the full SHA 0dd9cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36463a2 - Browse repository at this point
Copy the full SHA 36463a2View commit details -
Adapting websocket client api to ev.data
Closing as opposed to disconnecting when websocket errors out
Configuration menu - View commit details
-
Copy full SHA for 30f0521 - Browse repository at this point
Copy the full SHA 30f0521View commit details
Commits on Oct 4, 2010
-
Sometimes the listener.options is not available, and creates uncaught…
… exception. This small if statement solves it.
Configuration menu - View commit details
-
Copy full SHA for eeab2fd - Browse repository at this point
Copy the full SHA eeab2fdView commit details -
Added error listeners, if theses errors are not correcly caught, they…
… will leak memory. This caused http://speedo.no.de/ to go up from 1mb per connection after a ECONNECTRESET message
Configuration menu - View commit details
-
Copy full SHA for e2bb868 - Browse repository at this point
Copy the full SHA e2bb868View commit details -
Clearing heartbeat interval upon closing the connection
Commenting client serving test (made the tests hang) Make sure to close the netserver if all listeners http servers are closed
Configuration menu - View commit details
-
Copy full SHA for 6f37628 - Browse repository at this point
Copy the full SHA 6f37628View commit details -
Configuration menu - View commit details
-
Copy full SHA for af81e0c - Browse repository at this point
Copy the full SHA af81e0cView commit details -
Moved error handling to onConnect to avoid messing with the http.Serv…
…er global error handlers Do special error handling for websocket
Configuration menu - View commit details
-
Copy full SHA for 999eba6 - Browse repository at this point
Copy the full SHA 999eba6View commit details
Commits on Oct 6, 2010
-
Updated the flash socket with error detection, and readystate detection.
This is needed because when a error occures we close down the connection, and the stream will become unwriteable. Also changed to a single write instead of multiple writes.
Configuration menu - View commit details
-
Copy full SHA for 52d7c53 - Browse repository at this point
Copy the full SHA 52d7c53View commit details
Commits on Oct 17, 2010
-
Corrected onConnect signature to support a request and a socket, or a…
… request and a response. Removed error checking for non-upgradeable sockets, since they'll be destroyed, and error handling is done onConnect Added tests for websocket client tracking Added tests for websocket message buffering Make sure disconnect timeout is cleared on websocket re-connect
Configuration menu - View commit details
-
Copy full SHA for 18a0b99 - Browse repository at this point
Copy the full SHA 18a0b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 464a1c6 - Browse repository at this point
Copy the full SHA 464a1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a6e6d - Browse repository at this point
Copy the full SHA 66a6e6dView commit details
Commits on Oct 18, 2010
-
Long polling integration tests
- Utility functions - Connection and handshake test
Configuration menu - View commit details
-
Copy full SHA for 8b52e1f - Browse repository at this point
Copy the full SHA 8b52e1fView commit details -
Re-enabled serving static files test
Changed handling of options so that polling defaults are in the respective transports Switched to comma-first style
Configuration menu - View commit details
-
Copy full SHA for 080e894 - Browse repository at this point
Copy the full SHA 080e894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e9b41 - Browse repository at this point
Copy the full SHA 57e9b41View commit details -
Replaced empty with null in log option
Comma first style for client serving tests
Configuration menu - View commit details
-
Copy full SHA for 6712d71 - Browse repository at this point
Copy the full SHA 6712d71View commit details -
Make sure to close on disconnect if _open = true
Clear disconnection timeout on disconnection (double check) Make sure to clear closeTimeout for polling transports on close.
Configuration menu - View commit details
-
Copy full SHA for 7fbb069 - Browse repository at this point
Copy the full SHA 7fbb069View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e5643 - Browse repository at this point
Copy the full SHA f0e5643View commit details -
Improve this.request/this.response/this.connection
Add 'end' listener onConnect, applies to all transports Improved error handling onConnect Remove legacy `flush` calls Removed unnecessary closeTimeout clearing in jsonp polling
Configuration menu - View commit details
-
Copy full SHA for c365c60 - Browse repository at this point
Copy the full SHA c365c60View commit details
Commits on Oct 19, 2010
-
Added
make example
to MakefileAdded clients tracking test for long polling Added message buffering test for long polling
Configuration menu - View commit details
-
Copy full SHA for 25f597a - Browse repository at this point
Copy the full SHA 25f597aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d624ef3 - Browse repository at this point
Copy the full SHA d624ef3View commit details -
Removed unnecessary check for this.connection (since we now access th…
…e socket through req.connection for all transports) Started on multipart tests
Configuration menu - View commit details
-
Copy full SHA for 148aa74 - Browse repository at this point
Copy the full SHA 148aa74View commit details
Commits on Oct 20, 2010
-
Multipart connection and handshake tests:
- Implemented HTTP client on top of net.Stream with multipart boundary parsing for testing - Test for connection / server>client message sending
Configuration menu - View commit details
-
Copy full SHA for 1defee7 - Browse repository at this point
Copy the full SHA 1defee7View commit details -
Multipart client>server message sending test
Make sure to only close the client stream when the roundtrip is complete
Configuration menu - View commit details
-
Copy full SHA for 6ad4df3 - Browse repository at this point
Copy the full SHA 6ad4df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a67796 - Browse repository at this point
Copy the full SHA 6a67796View commit details -
Added buffered messages test for multipart
Added assertions for `connected` property for all the tests
Configuration menu - View commit details
-
Copy full SHA for 3ecb37d - Browse repository at this point
Copy the full SHA 3ecb37dView commit details
Commits on Oct 24, 2010
-
Added coverage testing to Makefile Added heartbeat test to multipart
Configuration menu - View commit details
-
Copy full SHA for a65326e - Browse repository at this point
Copy the full SHA a65326eView commit details -
Refactored websocket transports tests to match polling/multipart helpers
Make sure to close client/server in heartbeat test
Configuration menu - View commit details
-
Copy full SHA for 4eda3d3 - Browse repository at this point
Copy the full SHA 4eda3d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a558e - Browse repository at this point
Copy the full SHA 39a558eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e66751f - Browse repository at this point
Copy the full SHA e66751fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7249751 - Browse repository at this point
Copy the full SHA 7249751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f97777 - Browse repository at this point
Copy the full SHA 3f97777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4283ee3 - Browse repository at this point
Copy the full SHA 4283ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a4705 - Browse repository at this point
Copy the full SHA 75a4705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea53b8 - Browse repository at this point
Copy the full SHA 7ea53b8View commit details -
Inline (same port) flash socket policy request.
If the server is not run with root privileges, then the flashsocket transport will instead listen to all new connections on the main port for policy requests. Flash policy requests happen to both port 843 and the destination port: http://www.lightsphere.com/dev/articles/flash_socket_policy.html
Joel Martin committedOct 24, 2010 Configuration menu - View commit details
-
Copy full SHA for 25f1839 - Browse repository at this point
Copy the full SHA 25f1839View commit details -
Make sure to call .end() when listening on connection 'end' event
Make sure the file descriptor is destroyed on disconnection Fix for websocket client tracking test
Configuration menu - View commit details
-
Copy full SHA for 8b48378 - Browse repository at this point
Copy the full SHA 8b48378View commit details
Commits on Oct 25, 2010
-
Added test for non-socket.io requests
Simplified index.js tests Moved listener tests into listener.js
Configuration menu - View commit details
-
Copy full SHA for 22df0e8 - Browse repository at this point
Copy the full SHA 22df0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 880eaa1 - Browse repository at this point
Copy the full SHA 880eaa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22bc8a6 - Browse repository at this point
Copy the full SHA 22bc8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6194b84 - Browse repository at this point
Copy the full SHA 6194b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1046e72 - Browse repository at this point
Copy the full SHA 1046e72View commit details
Commits on Oct 27, 2010
-
Potenital fix for timeout assertion uncaught exception
Configuration menu - View commit details
-
Copy full SHA for 85ad36e - Browse repository at this point
Copy the full SHA 85ad36eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5caf5b8 - Browse repository at this point
Copy the full SHA 5caf5b8View commit details
Commits on Oct 28, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 49f556e - Browse repository at this point
Copy the full SHA 49f556eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d01966 - Browse repository at this point
Copy the full SHA 8d01966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be3daf - Browse repository at this point
Copy the full SHA 9be3dafView commit details -
Removed unnecessary Client check upon connection
Added support for /socket.io/WebSocketMain.swf Added test for /socket.io/WebSocketMain.swf
Configuration menu - View commit details
-
Copy full SHA for f6c2353 - Browse repository at this point
Copy the full SHA f6c2353View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd654b7 - Browse repository at this point
Copy the full SHA bd654b7View commit details -
Initial stab at trying to detect invalid transport responses
Make sure to provide a default for `log` if no log key was provided (internal)
Configuration menu - View commit details
-
Copy full SHA for 71c99bf - Browse repository at this point
Copy the full SHA 71c99bfView commit details
Commits on Oct 29, 2010
-
Configuration menu - View commit details
-
Copy full SHA for bdbb419 - Browse repository at this point
Copy the full SHA bdbb419View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ea4db - Browse repository at this point
Copy the full SHA 41ea4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4665f54 - Browse repository at this point
Copy the full SHA 4665f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0aa50 - Browse repository at this point
Copy the full SHA 2c0aa50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b18c0 - Browse repository at this point
Copy the full SHA 89b18c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e516148 - Browse repository at this point
Copy the full SHA e516148View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 9b8fb37 - Browse repository at this point
Copy the full SHA 9b8fb37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6438501 - Browse repository at this point
Copy the full SHA 6438501View commit details
Commits on Oct 30, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 9bc6c65 - Browse repository at this point
Copy the full SHA 9bc6c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20383bd - Browse repository at this point
Copy the full SHA 20383bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6f302 - Browse repository at this point
Copy the full SHA aa6f302View commit details -
Disabled 843 server. Will move into utility so that people can set up…
… server-wide policy, and it just doesn't depend on socket.io
1Configuration menu - View commit details
-
Copy full SHA for 5bf9097 - Browse repository at this point
Copy the full SHA 5bf9097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19350df - Browse repository at this point
Copy the full SHA 19350dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd19426 - Browse repository at this point
Copy the full SHA fd19426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8323a43 - Browse repository at this point
Copy the full SHA 8323a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c7e96 - Browse repository at this point
Copy the full SHA 84c7e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0342822 - Browse repository at this point
Copy the full SHA 0342822View commit details -
Configuration menu - View commit details
-
Copy full SHA for da4aa5b - Browse repository at this point
Copy the full SHA da4aa5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c979681 - Browse repository at this point
Copy the full SHA c979681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f1553b - Browse repository at this point
Copy the full SHA 4f1553bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1bf87 - Browse repository at this point
Copy the full SHA 8e1bf87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e050c9 - Browse repository at this point
Copy the full SHA 5e050c9View commit details
Commits on Oct 31, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 3d436bf - Browse repository at this point
Copy the full SHA 3d436bfView commit details -
Moved setTimeout/noDelay disabling to
connection
event. This disabl……es the timeout for all the sockets in the server, but it seems to only work from here. Removed .draft var
Configuration menu - View commit details
-
Copy full SHA for 51c4340 - Browse repository at this point
Copy the full SHA 51c4340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e692f7 - Browse repository at this point
Copy the full SHA 7e692f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66b66f - Browse repository at this point
Copy the full SHA f66b66fView commit details
Commits on Nov 1, 2010
-
Configuration menu - View commit details
-
Copy full SHA for cad75e9 - Browse repository at this point
Copy the full SHA cad75e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852073d - Browse repository at this point
Copy the full SHA 852073dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e925fda - Browse repository at this point
Copy the full SHA e925fdaView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5a5daf6 - Browse repository at this point
Copy the full SHA 5a5daf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e879b - Browse repository at this point
Copy the full SHA 58e879bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 681f004 - Browse repository at this point
Copy the full SHA 681f004View commit details -
Make sure to disconnect directly onClose if the client is not handsha…
…ked and he can't possibly reconnect
Configuration menu - View commit details
-
Copy full SHA for e1745e2 - Browse repository at this point
Copy the full SHA e1745e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4f82a - Browse repository at this point
Copy the full SHA 8f4f82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1002105 - Browse repository at this point
Copy the full SHA 1002105View commit details -
Configuration menu - View commit details
-
Copy full SHA for df92987 - Browse repository at this point
Copy the full SHA df92987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4267953 - Browse repository at this point
Copy the full SHA 4267953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107806b - Browse repository at this point
Copy the full SHA 107806bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 054e818 - Browse repository at this point
Copy the full SHA 054e818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835aee4 - Browse repository at this point
Copy the full SHA 835aee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b28d428 - Browse repository at this point
Copy the full SHA b28d428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf4ae1 - Browse repository at this point
Copy the full SHA 7bf4ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 227671d - Browse repository at this point
Copy the full SHA 227671dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea687b - Browse repository at this point
Copy the full SHA 4ea687bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a93d0 - Browse repository at this point
Copy the full SHA 22a93d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4240385 - Browse repository at this point
Copy the full SHA 4240385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0f80e - Browse repository at this point
Copy the full SHA 6a0f80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9649b41 - Browse repository at this point
Copy the full SHA 9649b41View commit details
Commits on Nov 2, 2010
-
Configuration menu - View commit details
-
Copy full SHA for be4c847 - Browse repository at this point
Copy the full SHA be4c847View commit details
Commits on Nov 8, 2010
-
Added the flash policy server, it's enabled by default but can be tur…
…ned off if needed. Socket.io will automatically fallback to serving the policy file inline if server is disabled or unable to start up.
Configuration menu - View commit details
-
Copy full SHA for c168c89 - Browse repository at this point
Copy the full SHA c168c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9dc5e0 - Browse repository at this point
Copy the full SHA a9dc5e0View commit details -
Fallback to try{}catch handling for node < 0.2.4 , node 0.3.X seems t…
…o capture the errors correctly using the error event.
Configuration menu - View commit details
-
Copy full SHA for d959b96 - Browse repository at this point
Copy the full SHA d959b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c60ed1 - Browse repository at this point
Copy the full SHA 4c60ed1View commit details -
Close the netServer when the main http server closes, this way the ev…
…ent loop does not keep running. NOTE: this is patch for node 0.2.X, this is not required for node 0.3.X
Configuration menu - View commit details
-
Copy full SHA for c7bec15 - Browse repository at this point
Copy the full SHA c7bec15View commit details -
Configuration menu - View commit details
-
Copy full SHA for e51b37d - Browse repository at this point
Copy the full SHA e51b37dView commit details -
Restored global
netserver
for flashsocketNow supporting `flashPolicyServer` option (thanks Arnout) Tests passing with and without sudo/root user Fixed noDelay/timeout/utf-8 for draft 76 (accidental typo)
Configuration menu - View commit details
-
Copy full SHA for d036980 - Browse repository at this point
Copy the full SHA d036980View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91c785 - Browse repository at this point
Copy the full SHA e91c785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c61f64 - Browse repository at this point
Copy the full SHA 3c61f64View commit details
Commits on Nov 9, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 967238a - Browse repository at this point
Copy the full SHA 967238aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5620539 - Browse repository at this point
Copy the full SHA 5620539View commit details
Commits on Nov 11, 2010
-
client.broadcast
now 300% fasterCleaned up chat example Implemented a simpler session id generation mechanism. Math.random is not webscale
Configuration menu - View commit details
-
Copy full SHA for 3c6fc99 - Browse repository at this point
Copy the full SHA 3c6fc99View commit details
Commits on Dec 23, 2010
-
1
Configuration menu - View commit details
-
Copy full SHA for d298113 - Browse repository at this point
Copy the full SHA d298113View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c958a12 - Browse repository at this point
Copy the full SHA c958a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39fab0a - Browse repository at this point
Copy the full SHA 39fab0aView commit details
Commits on Dec 24, 2010
-
Support for HAProxy load balancing (thanks Brian McKelvey)
Backported Parser from 0.7
Configuration menu - View commit details
-
Copy full SHA for 5c9fb03 - Browse repository at this point
Copy the full SHA 5c9fb03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3029d0c - Browse repository at this point
Copy the full SHA 3029d0cView commit details -
Lazy loading of transports. Thanks @technoweenie
Fixed README transports list
Configuration menu - View commit details
-
Copy full SHA for 45f1712 - Browse repository at this point
Copy the full SHA 45f1712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2853507 - Browse repository at this point
Copy the full SHA 2853507View commit details -
Configuration menu - View commit details
-
Copy full SHA for f62bae4 - Browse repository at this point
Copy the full SHA f62bae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6687c - Browse repository at this point
Copy the full SHA 1d6687cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0e1d3 - Browse repository at this point
Copy the full SHA eb0e1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 715c46d - Browse repository at this point
Copy the full SHA 715c46dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e058ae5 - Browse repository at this point
Copy the full SHA e058ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c76d73 - Browse repository at this point
Copy the full SHA 3c76d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57e27e - Browse repository at this point
Copy the full SHA e57e27eView commit details
Commits on Dec 30, 2010
-
Added try/catch block around JSON.parse and return an empty object li…
…teral if JSON parsing fails.
Configuration menu - View commit details
-
Copy full SHA for ffb0574 - Browse repository at this point
Copy the full SHA ffb0574View commit details
Commits on Jan 5, 2011
-
Don't destroy the connection in _onClose. Destroying
it will prevent the buffers from being flushed and will result in corrupted responses for the xhr-polling transport. According to the node documentation "destroy" is only necessary in case of a errors.
Configuration menu - View commit details
-
Copy full SHA for 7f08d8f - Browse repository at this point
Copy the full SHA 7f08d8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b2028 - Browse repository at this point
Copy the full SHA f5b2028View commit details
Commits on Jan 10, 2011
-
Make sure not to trigger multiple timeouts when closing
Important fix for polling transports.
Configuration menu - View commit details
-
Copy full SHA for 71e7756 - Browse repository at this point
Copy the full SHA 71e7756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b17ec9 - Browse repository at this point
Copy the full SHA 0b17ec9View commit details -
Note for Flash socket and inline policy on Firefox
Destroy the fds on disconnect Restored 20 secs of polling so that node doesn't timeout the connections
Configuration menu - View commit details
-
Copy full SHA for ba70be4 - Browse repository at this point
Copy the full SHA ba70be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b306cc7 - Browse repository at this point
Copy the full SHA b306cc7View commit details -
Fixed situation where the connection drops but the client can still a…
…utoreconnect through a different socket. In this case we still want to clear the FD but not call onDisconnect immediately.
Configuration menu - View commit details
-
Copy full SHA for f99ac54 - Browse repository at this point
Copy the full SHA f99ac54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b904d7 - Browse repository at this point
Copy the full SHA 0b904d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a9758 - Browse repository at this point
Copy the full SHA e2a9758View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9f259 - Browse repository at this point
Copy the full SHA aa9f259View commit details -
Configuration menu - View commit details
-
Copy full SHA for a91c6f2 - Browse repository at this point
Copy the full SHA a91c6f2View commit details
Commits on Feb 5, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 6fa8b1f - Browse repository at this point
Copy the full SHA 6fa8b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 992eda8 - Browse repository at this point
Copy the full SHA 992eda8View commit details
Commits on Feb 6, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 2506b06 - Browse repository at this point
Copy the full SHA 2506b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06445a0 - Browse repository at this point
Copy the full SHA 06445a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 569103e - Browse repository at this point
Copy the full SHA 569103eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ba417 - Browse repository at this point
Copy the full SHA f3ba417View commit details
Commits on Feb 10, 2011
-
Configuration menu - View commit details
-
Copy full SHA for d11ca00 - Browse repository at this point
Copy the full SHA d11ca00View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79bdb0 - Browse repository at this point
Copy the full SHA e79bdb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0a1f2 - Browse repository at this point
Copy the full SHA 4b0a1f2View commit details
Commits on Feb 15, 2011
-
Configuration menu - View commit details
-
Copy full SHA for cff4669 - Browse repository at this point
Copy the full SHA cff4669View commit details -
Don't let errors in an application's message handling code get silent…
…ly swallowed by any of the transports
Configuration menu - View commit details
-
Copy full SHA for f534a26 - Browse repository at this point
Copy the full SHA f534a26View commit details -
Fixed; Make sure to not execute any other connection operations after…
… WebSocket write error
Configuration menu - View commit details
-
Copy full SHA for d304ce1 - Browse repository at this point
Copy the full SHA d304ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109a59c - Browse repository at this point
Copy the full SHA 109a59cView commit details
Commits on Feb 16, 2011
-
Configuration menu - View commit details
-
Copy full SHA for d648fc5 - Browse repository at this point
Copy the full SHA d648fc5View commit details
Commits on Feb 18, 2011
-
Configuration menu - View commit details
-
Copy full SHA for ea9e5ed - Browse repository at this point
Copy the full SHA ea9e5edView commit details -
Configuration menu - View commit details
-
Copy full SHA for de8d573 - Browse repository at this point
Copy the full SHA de8d573View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9cbb5 - Browse repository at this point
Copy the full SHA cd9cbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff10eee - Browse repository at this point
Copy the full SHA ff10eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f1d97 - Browse repository at this point
Copy the full SHA 80f1d97View commit details
Commits on Feb 22, 2011
-
fixed minor bug in xhr-polling, xhr-multipart, htmlfile. (this.listen…
…er.options.log -> self.listener.options.log)
Configuration menu - View commit details
-
Copy full SHA for c306a3c - Browse repository at this point
Copy the full SHA c306a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 023566e - Browse repository at this point
Copy the full SHA 023566eView commit details
Commits on Feb 23, 2011
-
Fixed memory leak in WebSocket transport.
The WebSocket.buffer would continue to grow, unabated, for each new message. This buffer is now only utilized to process the nonce, and is set to empty (and no longer filled) once nonce has been received. Parser instance appears to handle all message buffering, instead of WebSocket entity.
mlinnell committedFeb 23, 2011 Configuration menu - View commit details
-
Copy full SHA for d2ecaff - Browse repository at this point
Copy the full SHA d2ecaffView commit details -
Setting WebSocket buffer to empty once nonce is received (intended to…
… include in previous commit)
mlinnell committedFeb 23, 2011 Configuration menu - View commit details
-
Copy full SHA for 2ee0943 - Browse repository at this point
Copy the full SHA 2ee0943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5308452 - Browse repository at this point
Copy the full SHA 5308452View commit details
Commits on Mar 3, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 1ee5285 - Browse repository at this point
Copy the full SHA 1ee5285View commit details -
Added more listeners, to prevent uncaught exceptions. See https://gis…
…t.github.com/615009 for uncaptured 'timeout' errors.
Configuration menu - View commit details
-
Copy full SHA for 63624e5 - Browse repository at this point
Copy the full SHA 63624e5View commit details -
Passes test-cases again, without hanging the test suite.
The fix for it is not as elegant as I would have hoped but it does the job, preventing un-needed listeners to be added on the connections.
Configuration menu - View commit details
-
Copy full SHA for 648b1d0 - Browse repository at this point
Copy the full SHA 648b1d0View commit details
Commits on Mar 4, 2011
-
Merge branch 'master' of https://github.com/tifroz/Socket.IO-node int…
…o tifroz-master
Configuration menu - View commit details
-
Copy full SHA for 1072add - Browse repository at this point
Copy the full SHA 1072addView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbae2a - Browse repository at this point
Copy the full SHA cfbae2aView commit details
Commits on Mar 5, 2011
-
Configuration menu - View commit details
-
Copy full SHA for cef5fb3 - Browse repository at this point
Copy the full SHA cef5fb3View commit details
Commits on Mar 6, 2011
-
Cleaned up the code, changed tabs to spaces and incorporated feedback…
… on from the pull request
Configuration menu - View commit details
-
Copy full SHA for d8e3ccc - Browse repository at this point
Copy the full SHA d8e3cccView commit details
Commits on Mar 7, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 3a53c63 - Browse repository at this point
Copy the full SHA 3a53c63View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b4f24c6 - Browse repository at this point
Copy the full SHA b4f24c6View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for aa027ab - Browse repository at this point
Copy the full SHA aa027abView commit details
Commits on Mar 30, 2011
-
Configuration menu - View commit details
-
Copy full SHA for f603600 - Browse repository at this point
Copy the full SHA f603600View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 7ca0606 - Browse repository at this point
Copy the full SHA 7ca0606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4c681 - Browse repository at this point
Copy the full SHA 5c4c681View commit details
Commits on Mar 31, 2011
-
#169: fix returning 'ws' for location even when the client connects v…
…ia 'wss'
Justin Randell committedMar 31, 2011 9Configuration menu - View commit details
-
Copy full SHA for ce88922 - Browse repository at this point
Copy the full SHA ce88922View commit details
Commits on Apr 21, 2011
-
Configuration menu - View commit details
-
Copy full SHA for ed2be98 - Browse repository at this point
Copy the full SHA ed2be98View commit details -
Configuration menu - View commit details
-
Copy full SHA for de3bdef - Browse repository at this point
Copy the full SHA de3bdefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a99a38 - Browse repository at this point
Copy the full SHA 8a99a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1d31c - Browse repository at this point
Copy the full SHA 1a1d31cView commit details -
EventEmitter.call(this) no longer needed
IMO its bad for node not to require this, but whatevesss ryan changed it
Configuration menu - View commit details
-
Copy full SHA for 5d12137 - Browse repository at this point
Copy the full SHA 5d12137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35785a1 - Browse repository at this point
Copy the full SHA 35785a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dffac50 - Browse repository at this point
Copy the full SHA dffac50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94cc207 - Browse repository at this point
Copy the full SHA 94cc207View commit details -
Configuration menu - View commit details
-
Copy full SHA for de771de - Browse repository at this point
Copy the full SHA de771deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3eac93 - Browse repository at this point
Copy the full SHA f3eac93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8231aae - Browse repository at this point
Copy the full SHA 8231aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b81ea44 - Browse repository at this point
Copy the full SHA b81ea44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aecb7c - Browse repository at this point
Copy the full SHA 2aecb7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a67f7d - Browse repository at this point
Copy the full SHA 7a67f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5ad60 - Browse repository at this point
Copy the full SHA bd5ad60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916030b - Browse repository at this point
Copy the full SHA 916030bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a0e6a - Browse repository at this point
Copy the full SHA 90a0e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11381fe - Browse repository at this point
Copy the full SHA 11381feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53553ed - Browse repository at this point
Copy the full SHA 53553edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 541124a - Browse repository at this point
Copy the full SHA 541124aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1074f56 - Browse repository at this point
Copy the full SHA 1074f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for f33b090 - Browse repository at this point
Copy the full SHA f33b090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c98605 - Browse repository at this point
Copy the full SHA 4c98605View commit details -
Configuration menu - View commit details
-
Copy full SHA for f058929 - Browse repository at this point
Copy the full SHA f058929View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f66fb - Browse repository at this point
Copy the full SHA e7f66fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c720816 - Browse repository at this point
Copy the full SHA c720816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d1209 - Browse repository at this point
Copy the full SHA 88d1209View commit details -
Configuration menu - View commit details
-
Copy full SHA for c943ff0 - Browse repository at this point
Copy the full SHA c943ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448cbed - Browse repository at this point
Copy the full SHA 448cbedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88439e - Browse repository at this point
Copy the full SHA b88439eView commit details -
Configuration menu - View commit details
-
Copy full SHA for acb8fab - Browse repository at this point
Copy the full SHA acb8fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 591d815 - Browse repository at this point
Copy the full SHA 591d815View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60a5c1 - Browse repository at this point
Copy the full SHA f60a5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18dab88 - Browse repository at this point
Copy the full SHA 18dab88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 536648c - Browse repository at this point
Copy the full SHA 536648cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9d592 - Browse repository at this point
Copy the full SHA 0c9d592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6981740 - Browse repository at this point
Copy the full SHA 6981740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26dd6c5 - Browse repository at this point
Copy the full SHA 26dd6c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835ce75 - Browse repository at this point
Copy the full SHA 835ce75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 299de42 - Browse repository at this point
Copy the full SHA 299de42View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9980e - Browse repository at this point
Copy the full SHA eb9980eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f213c21 - Browse repository at this point
Copy the full SHA f213c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 048eeec - Browse repository at this point
Copy the full SHA 048eeecView commit details -
Refactored Listener#broadcast()
might be better off to chekc arguments.length and ignore the check within the loop all together for those cases
2Configuration menu - View commit details
-
Copy full SHA for 64a081f - Browse repository at this point
Copy the full SHA 64a081fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a33524 - Browse repository at this point
Copy the full SHA 8a33524View commit details
Commits on Apr 23, 2011
-
Firefox does a CORS request (OPTION method) before sending POST reque…
…sts. This fix handles this correctly and returns some headers to tell the browser that POST requests are okay.
Configuration menu - View commit details
-
Copy full SHA for 51097a7 - Browse repository at this point
Copy the full SHA 51097a7View commit details