Guillermo Rauch
a4e53a642b
Release 0.9.5
2012-04-05 14:37:18 -03:00
Guillermo Rauch
09fb16b443
Ensure close upon request close.
2012-04-05 14:31:50 -03:00
Guillermo Rauch
330407cc9d
Fix disconnection reason being lost for polling transports.
2012-04-05 14:31:32 -03:00
Guillermo Rauch
2075307f23
Ensure that polling transports work with Connection: close
2012-04-05 14:31:13 -03:00
Guillermo Rauch
d7b06edaca
Log disconnection reason
2012-04-05 14:31:01 -03:00
Guillermo Rauch
02a3da487c
Merge branch 'master' of github.com:LearnBoost/socket.io
2012-04-01 01:48:25 -03:00
Guillermo Rauch
087c686ad0
Release 0.9.4
2012-04-01 01:48:13 -03:00
Guillermo Rauch
16205fc522
Merge pull request #809 from DanielBaulig/issue795-fix
...
Issue795 fix
2012-03-28 12:58:45 -07:00
Guillermo Rauch
a232159ce8
Release 0.9.3
2012-03-28 09:28:05 -03:00
Mikito Takada
d80010dcf0
Firefox will try to parse the response from POST requests, causing a syntax error message in the Web Console. Basically an addition to https://github.com/LearnBoost/socket.io/pull/501
2012-03-27 16:43:17 -07:00
Daniel Baulig
00694a8a98
Fix issue #795
2012-03-19 22:03:31 +01:00
Guillermo Rauch
e7d7582f84
Release 0.9.2
2012-03-13 11:00:50 -03:00
Guillermo Rauch
df5f23d309
More sensible close timeout default (fixes disconnect issue)
2012-03-13 10:49:06 -03:00
Guillermo Rauch
e018ba91eb
Merge branch 'master' of github.com:LearnBoost/socket.io
2012-03-09 08:47:01 -03:00
Guillermo Rauch
c59aa6ff2c
Getting ready for 1.0
2012-03-09 08:42:24 -03:00
Matt Mueller
a29525e043
NODE_ENV in configure now defaults to development, which is consistent with express
2012-03-09 02:10:58 -08:00
Guillermo Rauch
5312e154b3
Release 0.9.1-1
2012-03-02 08:41:17 -03:00
Guillermo Rauch
c0e2c3012f
Release 0.9.1
2012-03-02 08:20:38 -03:00
Felix Geisendörfer
57a0b24060
Make heartbeat timeout > heartbeat interval
...
Otherwise clients would detect timeouts before a heartbeat has a chance
of reaching them. The new values themselves were suggested by @rauchg. I
myself think that the heartbeat timeout should probably only be ~10s larger
than the interval.
2012-02-29 14:15:37 +01:00
Guillermo Rauch
66ac425bf7
Release 0.9.0
2012-02-26 21:46:39 -03:00
Fabian Jakobs
09b130f4cf
make it possible to use a regexp to match the
...
socket.io resource URL. We need this because we
have to prefix the socket.io URL with a variable
ID.
2012-02-09 17:17:55 +01:00
Mikito Takada
304a4285ff
Supplemental fix to gavinuhma/authfix, it looks like the same Access-Control-Origin logic is needed in the http and xhr-polling transports
2012-02-03 12:20:40 -08:00
Brian Willard
ebd25676ee
combine two substr calls into one in decodePayload to improve performance
2011-12-16 15:31:48 -06:00
Guillermo Rauch
cc2270bb90
Merge pull request #622 from mattrobenolt/master
...
Location mismatch in Safari behind proxy
2011-12-05 14:04:57 -08:00
Matt Robenolt
36fc7b07ea
Minor. Conform to style of other files.
2011-12-05 16:59:15 -05:00
Matt Robenolt
8eab3a87e7
Switching setting to 'match origin protocol'
2011-12-05 16:58:00 -05:00
Guillermo Rauch
94d513c85a
Revert "Fixes leaking Redis subscriptions for #663 . The local flag was not getting passed through onClientDisconnect()."
...
This reverts commit d5ab46d662 .
2011-11-26 15:14:26 -08:00
Guillermo Rauch
70abe7aada
Revert "Handle leaked dispatch:[id] subscription."
...
This reverts commit c110036f75 .
2011-11-26 15:14:13 -08:00
Daniel Shaw
c110036f75
Handle leaked dispatch:[id] subscription.
2011-11-26 12:14:39 -08:00
Daniel Shaw
d5ab46d662
Fixes leaking Redis subscriptions for #663 . The local flag was not getting passed through onClientDisconnect().
2011-11-26 11:22:43 -08:00
Arnout Kazemier
a7f45fe6c0
prevent memory leaking on uncompleted requests & add max post size limitation
2011-11-23 22:28:38 +01:00
Gavin Uhma
61e7e8955a
Merge branch 'master' of git://github.com/LearnBoost/socket.io into auth-fix
2011-11-22 18:03:48 -04:00
Gavin Uhma
4c17f7f83b
Set Access-Control-Allow-Credentials true, regardless of cookie
2011-11-22 18:03:25 -04:00
Guillermo Rauch
db8cf7673b
Merge pull request #634 from christopherobin/master
...
Fixing issue #432
2011-11-16 13:05:18 -08:00
Guillermo Rauch
dfb852151b
Merge pull request #570 from 3rd-Eden/logger
...
Use tty to detect if we should add colors or not by default.
2011-11-16 13:04:51 -08:00
einaros
2b28c46400
added proper return after reserved field error
2011-11-14 17:50:57 +01:00
einaros
27714d7286
fixes manager.js failure to close connection after transport error has happened
2011-11-14 17:40:16 +01:00
einaros
ffef944dd5
added implicit port 80 for origin checks. fixes #638
2011-11-14 09:45:44 +01:00
Christophe Robin
f4b434a6a5
Fixed bug #432 in 0.8.7
2011-11-11 11:06:56 +09:00
Gavin Uhma
e4a9342e8b
set Access-Control-Allow-Origin header to origin to enable withCredentials
2011-11-08 18:22:30 -04:00
Guillermo Rauch
3ed6b79781
Release 0.8.7
2011-11-05 13:50:53 -07:00
Matt Robenolt
6f2270add6
Adding configuration variable matchOriginProtocol
...
matchOriginProtocol is meant to be used when running socket.io behind a
proxy. matchOriginProtocol should be set to true when you want the
location handshake to match the protocol of the origin. This fixes
issues with terminating the SSL in front of Node and forcing location
to think it's wss instead of ws.
2011-11-03 15:34:24 -04:00
Matt Robenolt
220f8d5bf5
Fixes location mismatch error in Safari.
2011-11-03 01:35:18 -03:00
Guillermo Rauch
946418e70e
Merge pull request #621 from einaros/master
...
Deals with a memleak in namespaces, and silently drops malformed websocket connections
2011-11-02 15:11:21 -07:00
thekiur
9e92075cbb
Removed useless object: closedA, probably fixed a memory leak
2011-11-01 23:31:58 +02:00
einaros
63043b3d5d
fixes leak #608
2011-10-31 22:47:25 +01:00
einaros
92a3cce272
circumvents #602 .. although only a horribly malformed websocket connection could potentially cause this
2011-10-28 14:04:55 +02:00
einaros
70c61fa84d
Merge remote branch 'upstream/master' into nodenext
2011-10-28 10:10:26 +02:00
Guillermo Rauch
abd0326b06
Release 0.8.6
2011-10-27 20:10:18 +09:00
Guillermo Rauch
5491c2798e
Merge branch 'master' of github.com:LearnBoost/socket.io
2011-10-27 12:54:03 +08:00