Commit Graph

7693 Commits

Author SHA1 Message Date
cadorn
6eeb21575b timeout fixes 2012-10-16 13:07:34 -07:00
Guillermo Rauch
8abf0c9287 Release 0.3.6 2012-10-16 09:57:11 -07:00
Guillermo Rauch
4b408f6265 socket: style work 2012-10-16 09:56:56 -07:00
Guillermo Rauch
26c6790d31 socket: style work 2012-10-16 09:53:28 -07:00
Guillermo Rauch
1fb41d8662 Merge pull request #98 from indutny/feature-heartbeat-on-data
socket: reset ping timeout on incoming data
2012-10-16 09:47:24 -07:00
Guillermo Rauch
0bd68c6cab Merge pull request #59 from indutny/feature-heartbeat-on-data
socket: reset timeout on any incoming data
2012-10-16 09:47:09 -07:00
Fedor Indutny
be7b4e7478 socket: reset ping timeout on incoming data 2012-10-16 23:39:57 +07:00
Fedor Indutny
f8cff26fc5 socket: reset timeout on any incoming data 2012-10-16 23:39:16 +07:00
Guillermo Rauch
f8bc8c81e8 Merge pull request #96 from c9/prio-flush
FAILING mass data test
2012-10-15 18:01:42 -07:00
cadorn
6a8a77a65e remove console.log 2012-10-15 17:29:36 -07:00
cadorn
c4bf8edf43 mass data test 2012-10-15 17:11:27 -07:00
Guillermo Rauch
b924c6a4af Release 0.3.5 2012-10-14 13:07:08 -07:00
Guillermo Rauch
e696f95f35 package: reverted last commit - we use the parser from the client 2012-10-14 13:06:40 -07:00
Guillermo Rauch
74c020c45a Release 0.3.4 2012-10-14 12:54:43 -07:00
Guillermo Rauch
a7871359ef package: engine.io-client moved to devDependencies 2012-10-14 12:54:02 -07:00
Guillermo Rauch
0047a02ba7 Release 0.3.5 2012-10-14 12:19:24 -07:00
Guillermo Rauch
b70653eab4 Release 0.3.4 2012-10-14 11:54:59 -07:00
Guillermo Rauch
e1cf23e87f package: fix component exports 2012-10-14 11:54:33 -07:00
Guillermo Rauch
689644247c socket: added missing jsdoc (gross) 2012-10-11 12:43:36 -07:00
Guillermo Rauch
5856c2c831 Release 0.3.3 2012-10-10 14:49:40 -07:00
Guillermo Rauch
28073144b7 Release 0.3.3 2012-10-10 14:48:56 -07:00
Guillermo Rauch
1f4ad01eae Merge branch 'master' of github.com:/LearnBoost/engine.io-client 2012-10-10 14:47:28 -07:00
Guillermo Rauch
d9799dfeb9 Release 0.3.3 2012-10-10 14:47:14 -07:00
Guillermo Rauch
86f894c18f Bump 2012-10-10 14:46:42 -07:00
Guillermo Rauch
47b908f20a Merge pull request #93 from joewalnes/master
Slow upgrade should not take down server.
2012-10-10 14:45:18 -07:00
Joe Walnes
61d4c1a7b5 Slow upgrade should not take down server.
I noticed this on very heavily overloaded server - the typos raises an uncaught exception.
2012-10-10 16:44:37 -05:00
Guillermo Rauch
59c391fcf1 Merge pull request #57 from quackingduck/master
uri.scheme is undefined
2012-10-09 15:56:17 -07:00
Myles Byrne
7d4492dd49 uri.scheme -> uri.protocol
The scheme property is undefined
2012-10-09 17:53:38 -05:00
Guillermo Rauch
f0c7097738 transports: improved instrumentation 2012-10-08 17:22:33 -07:00
TJ Holowaychuk
3d5b12b113 Release 0.0.6 2012-10-08 17:03:16 -07:00
TJ Holowaychuk
183adc1ceb docs 2012-10-08 17:02:54 -07:00
TJ Holowaychuk
c3fc7f5aa8 add this._callbacks initialization to prevent funky gotcha 2012-10-08 17:00:09 -07:00
Guillermo Rauch
2c7128f8b4 Release 0.3.2 2012-10-08 15:47:30 -07:00
Guillermo Rauch
27d0240db7 Release 0.3.2 2012-10-08 15:42:27 -07:00
Guillermo Rauch
0adf8d5b9e Bumped version 2012-10-08 15:41:54 -07:00
Guillermo Rauch
1c96ca4fe8 socket: improve check interval for upgrade 2012-10-08 15:41:13 -07:00
Guillermo Rauch
9b3d8a6acd Release 0.3.1 2012-10-08 13:49:18 -07:00
Guillermo Rauch
3da52c44ec Release 0.3.1 2012-10-08 13:48:56 -07:00
Guillermo Rauch
17c657957e socket: faster upgrades (we perform a check immediately) 2012-10-08 13:47:50 -07:00
Guillermo Rauch
1af5227fb8 socket: added write alias for send. 2012-10-07 18:35:31 -07:00
Guillermo Rauch
092576990a test: fixed tests not passing with node-xmlhttprequest 1.5.0 2012-10-07 17:33:26 -07:00
Guillermo Rauch
537fc62d8f server: don't assume sid is numeric 2012-10-06 19:56:36 -07:00
Guillermo Rauch
b4753e5e87 package: fixed component name 2012-10-04 16:44:38 -07:00
Guillermo Rauch
66ab3093a4 package: added component 2012-10-04 14:49:28 -07:00
Guillermo Rauch
d2ba68e9a1 socket: fix passing false as secure getting overridden 2012-10-04 14:21:16 -07:00
Guillermo Rauch
ffdee5f5f8 socket: fix default port for SSL when secure is not supplied 2012-10-04 14:20:11 -07:00
Guillermo Rauch
229428e310 transport: fix xdomain detection in absence of location.port (fixes #38) 2012-10-04 11:04:14 -07:00
Guillermo Rauch
a909a6494b socket: default secure to true for SSL-served pages that have not specified a connection string 2012-10-04 10:57:58 -07:00
Guillermo Rauch
a5d590ddb9 Release 0.3.0 2012-10-04 10:29:53 -07:00
Guillermo Rauch
2fb4cabf09 Release 0.3.0 2012-10-04 10:29:17 -07:00