Guillermo Rauch
|
9c2224cca0
|
index: api cleanup
|
2012-12-14 10:07:07 -03:00 |
|
Guillermo Rauch
|
c695065c7a
|
dox
|
2012-12-14 10:06:52 -03:00 |
|
Guillermo Rauch
|
44da490467
|
index: renamed client to static for clarity
|
2012-12-14 09:27:55 -03:00 |
|
Guillermo Rauch
|
8901efd085
|
package: added supertest
|
2012-12-14 09:18:44 -03:00 |
|
Guillermo Rauch
|
1e68a83bd3
|
index: fix send implementation
|
2012-12-14 09:18:34 -03:00 |
|
Guillermo Rauch
|
4ea334899f
|
package: added client dep and superagent
|
2012-12-13 16:39:10 -03:00 |
|
Guillermo Rauch
|
5f397464a9
|
client: added static files
|
2012-12-13 16:38:58 -03:00 |
|
Guillermo Rauch
|
373c66f1ee
|
index: added client serving with send
|
2012-12-13 16:38:23 -03:00 |
|
Guillermo Rauch
|
bec38c2ce1
|
index: move this to engine.io
|
2012-12-13 12:20:56 -03:00 |
|
Guillermo Rauch
|
b6a4899689
|
initial 1.0 commit
|
2012-12-13 12:14:54 -03:00 |
|
Guillermo Rauch
|
3af1ad982c
|
Merge branch 'master' of github.com:LearnBoost/socket.io
|
2012-12-13 10:54:19 -03:00 |
|
Guillermo Rauch
|
8daa71302d
|
Merge tag '0.9.12'
Release 0.9.12
Conflicts:
package.json
|
2012-12-13 08:48:05 -03:00 |
|
Guillermo Rauch
|
b2a8ed1421
|
Release 0.9.12
0.9.12
|
2012-12-13 08:19:16 -03:00 |
|
Guillermo Rauch
|
0d3313f536
|
manager: fix for latest node which is returning a clone with listeners [viirya]
|
2012-12-13 08:18:42 -03:00 |
|
Guillermo Rauch
|
fcd4f6acfc
|
Merge pull request #1078 from stouset/master
Fix operator precedence bug
|
2012-12-11 09:42:23 -08:00 |
|
Guillermo Rauch
|
80036cc50f
|
Merge pull request #1082 from shapeshed/master
Fix leaking message:id, disconnect:id
|
2012-11-27 20:45:46 -08:00 |
|
Guillermo Rauch
|
373eadf7e1
|
Merge pull request #1086 from sampsasaarela/master
Fixed bug in symbian anna
|
2012-11-20 02:06:01 -08:00 |
|
Sampsa Saarela
|
ef54570313
|
Changed content-type in response header from text/plain to application/javascript because some browsers force file download (eg. symbian anna)
|
2012-11-20 11:53:01 +02:00 |
|
George Ornbo
|
6256f569b3
|
fix leaking message:id, disconnect:id #1081 #1064 #862
|
2012-11-12 13:11:23 +00:00 |
|
Stephen Touset
|
cd4dee7257
|
Respect operator precedence
|
2012-11-09 17:49:40 -08:00 |
|
Guillermo Rauch
|
3b7224c7e0
|
Release 0.9.11
0.9.11
|
2012-11-02 08:03:15 -07:00 |
|
Guillermo Rauch
|
2030cf1432
|
package: move redis to optionalDependenices [3rd-Eden]
|
2012-11-02 08:01:24 -07:00 |
|
Guillermo Rauch
|
7537e2543f
|
transports: removed headers that are set by node from htmlfile [stbuehler]
|
2012-11-01 17:52:51 -07:00 |
|
Guillermo Rauch
|
e00913aae0
|
transports: fixed xhr-polling
|
2012-11-01 17:51:59 -07:00 |
|
Guillermo Rauch
|
dbabf20faa
|
transports: fix for Connection: close [stbuehler] (fixes #406)
|
2012-11-01 17:14:06 -07:00 |
|
Guillermo Rauch
|
4de65523d9
|
Merge pull request #1061 from shripadk/master
Fix: Remove socket session from child processes on disconnect
|
2012-10-27 18:24:33 -07:00 |
|
Shripad K
|
7cca186bb1
|
fix: remove socket session from child processes in cluster on disconnect
|
2012-10-28 05:45:21 +05:30 |
|
Guillermo Rauch
|
ec07fa8308
|
Merge pull request #1031 from secobarbital/master
Fixed global variable leak
|
2012-09-15 13:46:03 -07:00 |
|
Seggy Umboh
|
f5c32c1490
|
Fixed global leak
|
2012-09-14 18:48:49 -07:00 |
|
Guillermo Rauch
|
c3ba8a722b
|
Merge pull request #1008 from faeldt/master
Increase performance of generateId by avoiding sync calls to crypto.randomBytes
|
2012-09-10 15:06:40 -07:00 |
|
Guillermo Rauch
|
70b328f844
|
Merge pull request #1026 from jmatthewsr-ms/master
Websocket: Accept a PONG
|
2012-09-08 21:05:00 -07:00 |
|
Justin Matthews
|
32a44a3b5d
|
Websocket: accept a pong (IE10 sends them)
|
2012-09-08 20:08:37 -07:00 |
|
Guillermo Rauch
|
c23ddb2bff
|
Merge pull request #1022 from 3rd-Eden/master
Move redis
|
2012-09-07 13:38:36 -07:00 |
|
3rd-Eden
|
f7f219d6dd
|
Move redis to the devDependencies, don't depend on redis as it's not a core component
to run Socket.IO.
|
2012-09-07 15:32:09 +02:00 |
|
Kristian Faeldt
|
f7d40d5f7b
|
Moved generateId into an external module
|
2012-09-07 19:48:21 +09:00 |
|
Kristian Faeldt
|
da91c89147
|
Only fall back when no bytes available, not when threshold is reached
|
2012-08-28 19:15:55 +09:00 |
|
Kristian Faeldt
|
a10e963858
|
Added getRandomBytes to improve generateId performance
|
2012-08-28 18:56:11 +09:00 |
|
Guillermo Rauch
|
21a3733dec
|
Merge pull request #1001 from crazyrobot/patch-1
Redis Store: removed unneeded module ('assert')
|
2012-08-22 16:28:28 -07:00 |
|
Itai
|
4a6890898a
|
Redis Store: removed unneeded module ('assert')
It's not used anywhere in the file and the test file (test/stores.redis.test.js) uses the 'should' module.
I'm assuming this is a leftover.
|
2012-08-23 02:27:03 +03:00 |
|
Guillermo Rauch
|
ab2a0b6a8b
|
test: removed protocolVersion private api from tests
|
2012-08-13 16:14:28 -07:00 |
|
Guillermo Rauch
|
c797d2a9fb
|
*: added ws dependency
|
2012-08-13 16:14:15 -07:00 |
|
Guillermo Rauch
|
d558c97089
|
transport: rewrite websocket transport to use ws client
|
2012-08-13 16:14:03 -07:00 |
|
Guillermo Rauch
|
b483dfcce9
|
test: removed old transports tests
|
2012-08-13 16:13:51 -07:00 |
|
Guillermo Rauch
|
f59e8aceaa
|
manager: implemented ws
|
2012-08-13 16:13:38 -07:00 |
|
Guillermo Rauch
|
de9e8dffe1
|
Release 0.9.10
0.9.10
|
2012-08-10 13:34:50 -07:00 |
|
Guillermo Rauch
|
3a3044ebba
|
Merge pull request #972 from Coreh/express-3.x-readme
Add express 3.0 instructions on Readme.md
|
2012-08-10 10:17:55 -07:00 |
|
Guillermo Rauch
|
d10b4dd1bd
|
Merge pull request #985 from GICodeWarrior/log-case-fix
Don't lowercase log messages
|
2012-08-08 18:03:57 -07:00 |
|
Rusty Burchfield
|
12beee2d63
|
Don't lowercase log messages
Lowercasing log messages is unnecessary. It makes some messages difficult to
read, and others difficult to search for.
|
2012-08-08 11:32:57 -07:00 |
|
Guillermo Rauch
|
875f14d16b
|
Revert "Fix infinite recursion in Websocket parsers."
This reverts commit c218468f67.
|
2012-08-07 13:18:41 -07:00 |
|
Guillermo Rauch
|
8ca8990a0c
|
Merge pull request #983 from GICodeWarrior/parser-recursion
Fix infinite recursion in Websocket parsers.
|
2012-08-06 13:16:37 -07:00 |
|