Guillermo Rauch
204576c006
Make these 2 tests work both on 0.4 and 0.6
0.9.0
2012-02-26 21:51:22 -03:00
Guillermo Rauch
66ac425bf7
Release 0.9.0
2012-02-26 21:46:39 -03:00
Guillermo Rauch
a01e7e2256
Make tests pass on 0.4
2012-02-26 18:21:25 -03:00
Guillermo Rauch
47cfa5aadf
Fixed tests. All 250 passing.
2012-02-26 17:14:06 -03:00
Guillermo Rauch
ddd7f804af
Fixed cross-domain xhr tests.
2012-02-26 17:11:52 -03:00
Guillermo Rauch
8c1c7a24ef
Merge pull request #744 from ajaxorg/regexp-as-resource
...
make it possible to use a regexp to match the socket.io resource URL
2012-02-09 09:38:03 -08: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
Guillermo Rauch
b662704b0b
Merge pull request #737 from mixu/mixu/authfix2
...
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 14:24:57 -08: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
Guillermo Rauch
6074795b19
Updated express dep for windows compatibility.
2012-01-11 07:41:09 -08:00
Guillermo Rauch
a139809a97
Updated express dep for windows compatibility.
2012-01-11 07:40:44 -08:00
Guillermo Rauch
8ff2edd79c
Merge pull request #689 from bwillard/master
...
Improve performance of parser.decodePayload
2011-12-16 14:04:12 -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
d9d529cb17
Merge pull request #683 from jherdman/documentation-fix
...
Minor documentation fix
2011-12-12 11:02:24 -08:00
James Herdman
b37666a8e8
Minor documentation fix
2011-12-12 11:10:25 -05: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
Guillermo Rauch
9a8c1c4ae7
Merge pull request #667 from dshaw/patch/redis-disconnect
...
Patch/redis disconnect
2011-11-26 14:03:01 -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
Guillermo Rauch
eeaca6d9ac
Merge pull request #662 from 3rd-Eden/leak
...
prevent memory leaking on uncompleted requests & add max post size limit...
2011-11-23 14:04:42 -08:00
Arnout Kazemier
a7f45fe6c0
prevent memory leaking on uncompleted requests & add max post size limitation
2011-11-23 22:28:38 +01:00
Guillermo Rauch
b59fd61d56
Merge pull request #661 from 3rd-Eden/travis
...
Fix for testcase
2011-11-22 14:52:36 -08:00
Arnout Kazemier
7948619609
Fix for testcase
2011-11-22 23:49:58 +01:00
Guillermo Rauch
6e8166d039
Merge pull request #660 from 3rd-Eden/travis
...
Assertvarnish
2011-11-22 14:43:21 -08:00
Arnout Kazemier
8fc3e37ca1
Merge branch 'master' of github.com:LearnBoost/socket.io into travis
2011-11-22 23:41:54 +01:00
Guillermo Rauch
17d0f4d489
Merge pull request #630 from gavinuhma/auth-fix
...
set Access-Control-Allow-Origin header to origin to enable withCredentials
2011-11-22 14:38:30 -08: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
Arnout Kazemier
0f29d786b2
Remove assertvarnish from package as it breaks on 0.6
2011-11-22 21:18:15 +01:00
Guillermo Rauch
5ee6b43921
Merge pull request #659 from 3rd-Eden/travis
...
Added travis
2011-11-22 11:47:49 -08:00
Arnout Kazemier
f211f78019
Correct irc channel
2011-11-22 20:46:01 +01:00
Arnout Kazemier
eeb2a73f16
Added travis
2011-11-22 20:44:19 +01:00
Guillermo Rauch
3887633e35
Merge pull request #440 from dylang/master
...
Updated package.json to reflect new repo location
2011-11-16 13:05:31 -08: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
Guillermo Rauch
7b6c85030e
Merge pull request #643 from einaros/master
...
Bug fixes, and for some reason a heap of whitespace cleanups
2011-11-14 09:09:58 -08:00
einaros
2d5dcc1a8a
whitespace cleanup
2011-11-14 17:57:34 +01: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
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