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
f0c7097738
transports: improved instrumentation
2012-10-08 17:22:33 -07:00
Guillermo Rauch
2c7128f8b4
Release 0.3.2
2012-10-08 15:47:30 -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
17c657957e
socket: faster upgrades (we perform a check immediately)
2012-10-08 13:47:50 -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
a5d590ddb9
Release 0.3.0
2012-10-04 10:29:53 -07:00
Guillermo Rauch
d32c9c1a80
test: fixed style
2012-10-04 09:21:09 -07:00
Guillermo Rauch
dc8ceca3d1
test: clean up common
2012-10-04 09:07:37 -07:00
Guillermo Rauch
2f806d35b4
Merge pull request #84 from c9/better-pings2
...
Better pings 2
2012-10-04 08:41:27 -07:00
Guillermo Rauch
00d40c3747
Merge pull request #90 from danzajdband/master
...
query instead of send get parameters in test/server.js tests.
2012-09-21 11:44:07 -07:00
Dan Zajdband
3344ac4ed9
query instead of send get parameters in test/server.js tests. It was breaking tests
2012-09-21 15:44:07 -03:00
Guillermo Rauch
2e4cfb5288
Merge pull request #86 from fjakobs/patch-1
...
directly load the parser module
2012-09-14 03:33:48 -07:00
Fabian Jakobs
f08c158c3e
directly load the parser module
...
I have to problems with `module.exports = require('engine.io-client').parser;`
1. It loads more than is needed
2. It loads the JSONP transport client, which creates a global
2012-09-14 10:57:32 +03:00
cadorn
16650233d9
ping from client
2012-09-12 16:12:46 -07:00
cadorn
0b9f7809bc
changes for #78
2012-09-12 13:17:48 -07:00
Guillermo Rauch
ca9bbf930e
Merge pull request #83 from nicokaiser/base64id
...
Moved generateId into an external module
2012-09-11 03:19:39 -07:00
Nico Kaiser
587cb14972
Moved generateId into an external module
...
see f7d40d5f7b
2012-09-11 12:17:04 +02:00
Guillermo Rauch
781d51926e
Merge pull request #75 from afshinm/master
...
remove unnecessary spacing, fix code styling in tests
2012-09-10 12:04:56 -07:00
Afshin Mehrabani
dd3440ced7
rebase with master
2012-09-10 21:01:20 +04:30
Guillermo Rauch
2ba9fa8a89
Merge pull request #80 from LearnBoost/fix/jsonp-escaping
...
polling-jsonp: prevent client breakage with utf8 whitespace
2012-09-09 17:55:11 -07:00
Guillermo Rauch
7eda4f0ec2
polling-jsonp: prevent client breakage with utf8 whitespace
2012-09-09 17:49:20 -07:00
Guillermo Rauch
88e24feb98
README: documented debug ( fixes #77 )
2012-09-09 17:36:17 -07:00
Guillermo Rauch
c906e5800e
Revert "test: tweaked timers that were making tests not pass on mountain lion"
...
This reverts commit fefb643c4a .
2012-09-06 11:55:58 -07:00
Guillermo Rauch
d624dea5b9
README: undocumented path
2012-09-06 11:55:37 -07:00
Afshin Mehrabani
a318a30ced
fix code styling, bad indentation
2012-09-05 00:58:33 +04:30
Guillermo Rauch
fefb643c4a
test: tweaked timers that were making tests not pass on mountain lion
2012-09-04 12:08:19 -07:00
Guillermo Rauch
95303cb3f3
test: fixed test for clearing callback references
2012-09-04 12:06:57 -07:00
Guillermo Rauch
eeacea93ff
test: fix style, removed test that's not passing
2012-09-04 12:06:41 -07:00
Guillermo Rauch
a99251d38a
Merge pull request #74 from afshinm/patch-1
...
Adding Afshin Mehrabani to contributors
2012-09-04 11:23:12 -07:00
Afshin Mehrabani
029746a4c8
Adding Afshin Mehrabani to contributors
2012-09-04 22:52:24 +04:30
Guillermo Rauch
f493172331
README: documented send callback
2012-09-04 11:16:27 -07:00
Guillermo Rauch
414a24c1e6
Merge branch 'master' of github.com:/LearnBoost/engine.io
2012-09-04 11:14:07 -07:00
Guillermo Rauch
18da616730
README: simplified client constructor example
2012-09-04 11:13:47 -07:00
Guillermo Rauch
6b725eb349
Merge pull request #71 from afshinm/master
...
add `send` callback feature
2012-09-04 11:12:22 -07:00
Afshin Mehrabani
b7ac48941e
fix double \n
2012-09-04 22:40:46 +04:30
Afshin Mehrabani
8af0e2a253
two new test for send callback
...
in this new tests we assert that:
1- when socket get closed and one or more packet(s) are in writeBuffer,
callback references get cleaned to avoid memory leak.
2- callbacks still execute in polling mode
2012-09-04 21:32:25 +04:30
Guillermo Rauch
5427d2056c
Release 0.2.2
2012-08-26 18:39:54 -07:00
Guillermo Rauch
b70eb526fc
Merge pull request #72 from LearnBoost/remove/flash-policy-buffering
...
Remove/flash policy buffering
2012-08-26 18:18:20 -07:00
Guillermo Rauch
2c61e40537
test: removed flash policy buffering test
...
- it was a false positive (it was all being written in one packet despite
the callback).
- node will discard subsequent packets anyways as they're not a valid
request. we can only hope(?) that flash's request comes all in one packet
2012-08-26 18:14:01 -07:00
Guillermo Rauch
79af5e17cc
server: remove buffering from handleSocket
2012-08-26 18:13:49 -07:00
Guillermo Rauch
d1cbdfff77
server: applied new coding style
2012-08-26 18:13:39 -07:00
Afshin Mehrabani
37c91fc822
fix tests + code styling
2012-08-26 19:32:59 +04:30
Afshin Mehrabani
837ba76477
add new test
...
test the callback while polling
2012-08-26 00:42:21 +04:30
Afshin Mehrabani
7f483042d4
styling problem
2012-08-25 22:04:58 +04:30
Afshin Mehrabani
f9423c2143
unneeded change
2012-08-25 22:02:53 +04:30
Afshin Mehrabani
7959e0a05b
change in conditions
2012-08-25 21:58:14 +04:30