Guillermo Rauch
|
d7b06edaca
|
Log disconnection reason
|
2012-04-05 14:31:01 -03:00 |
|
Guillermo Rauch
|
e91cc5a474
|
Merge pull request #18 from nicokaiser/master
polling: Remove the right listener in onDataRequest
|
2012-04-05 04:23:38 -07:00 |
|
Nico Kaiser
|
b566accb09
|
Remove the right listener in onDataRequest
|
2012-04-05 08:53:13 +02:00 |
|
Guillermo Rauch
|
c5cea61510
|
Update engine.io-client commit id.
|
2012-04-03 08:34:21 -03:00 |
|
Guillermo Rauch
|
78f2471e29
|
Improved and updated URL section.
|
2012-04-03 08:25:57 -03:00 |
|
Guillermo Rauch
|
7b0699b10f
|
Added default resource to test URLs.
|
2012-04-03 08:18:11 -03:00 |
|
Guillermo Rauch
|
825a489e9e
|
Added default resource to URLs.
|
2012-04-03 08:16:14 -03:00 |
|
Guillermo Rauch
|
b8cca35434
|
Added instrumentation to core
|
2012-04-03 08:16:05 -03:00 |
|
Guillermo Rauch
|
c3b4462ffc
|
Merge branch 'master' of github.com:/LearnBoost/engine.io-client
|
2012-04-03 08:12:06 -03:00 |
|
Guillermo Rauch
|
2c8ed0d458
|
Added debug dependency.
|
2012-04-03 08:08:05 -03:00 |
|
Guillermo Rauch
|
a406ce6c3b
|
Merge pull request #27 from Gottox/patch-1
Updating documentation
|
2012-04-03 03:33:36 -07:00 |
|
Enno Boland
|
0c1e1ace70
|
Update SPEC.md, add documentation to 5 upgrade. May have some redundancy.
|
2012-04-03 11:49:19 +03:00 |
|
Enno Boland
|
e23fe81010
|
Update spec.
|
2012-04-03 11:31:14 +03:00 |
|
Guillermo Rauch
|
244dba26bd
|
Adapted code to leverage debug()
|
2012-04-02 12:55:53 -03:00 |
|
Guillermo Rauch
|
041662b140
|
Update docs.
|
2012-04-02 12:17:30 -03:00 |
|
Guillermo Rauch
|
4f689687e6
|
Implemented resource
|
2012-04-02 12:17:22 -03:00 |
|
Guillermo Rauch
|
6eeadf3b20
|
Updated docs.
|
2012-04-02 12:16:28 -03:00 |
|
Guillermo Rauch
|
93605fd3e9
|
Implemented resource alongside with path.
|
2012-04-02 12:16:18 -03:00 |
|
Guillermo Rauch
|
b059331f50
|
Bumped debug
|
2012-04-02 11:43:02 -03:00 |
|
Guillermo Rauch
|
46fdcf00b3
|
Release 0.9.4
0.9.4
|
2012-04-01 01:50:50 -03:00 |
|
Guillermo Rauch
|
147b9bb941
|
Release 0.9.4
|
2012-04-01 01:49:51 -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
|
a426cb50ad
|
Release 0.9.4
|
2012-04-01 01:45:44 -03:00 |
|
Guillermo Rauch
|
f50146e20b
|
Fixes polling loop upon reconnect advice (fixes #438).
|
2012-04-01 01:44:11 -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
|
2c0c4547d7
|
Added dist/README (fixes #16).
|
2012-03-28 11:50:25 -03:00 |
|
Guillermo Rauch
|
aa3bfeabf9
|
Stop ignoring dist.
|
2012-03-28 11:50:13 -03:00 |
|
Guillermo Rauch
|
9227c0b4dd
|
Merge pull request #15 from nicokaiser/master
Wrong namespace in docs
|
2012-03-28 07:30:28 -07:00 |
|
Nico Kaiser
|
0a5304f534
|
update docs
|
2012-03-28 16:16:04 +02:00 |
|
Guillermo Rauch
|
49ff307d38
|
Release 0.9.3
|
2012-03-28 09:50:31 -03:00 |
|
Guillermo Rauch
|
779095a25e
|
Fixed handshake transports / client options transports intersection.
|
2012-03-28 09:49:33 -03:00 |
|
Guillermo Rauch
|
a232159ce8
|
Release 0.9.3
0.9.3
|
2012-03-28 09:28:05 -03:00 |
|
Guillermo Rauch
|
dce9685d05
|
Merge pull request #385 from mixu/upstream/fix-xhr-check
Fix XHR.check, which was throwing an error and causing non-IE browsers to fall back to JSONP
|
2012-03-27 16:59:16 -07:00 |
|
Guillermo Rauch
|
b9c3255b7c
|
Merge pull request #806 from mixu/upstream/fix-ff-xhr-post-syntax
Fix "syntax error" message on FF, resulting from FF trying to parse the POST result as XML due to it not having a response content-type
|
2012-03-27 16:54:29 -07:00 |
|
Mikito Takada
|
6f80ef14b7
|
Minor improvements to readability
|
2012-03-27 16:52:28 -07: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 |
|
Mikito Takada
|
b8c3f79936
|
Fix XHR.check, which was throwing an error transparently and causing non-IE browsers to fall back to JSONP
|
2012-03-27 16:37:05 -07:00 |
|
Guillermo Rauch
|
41ea3b728c
|
Fixes double /
|
2012-03-25 11:20:22 -03:00 |
|
Guillermo Rauch
|
0162484b16
|
Added basedir to browserbuild commands (fixes #26)
|
2012-03-25 11:10:46 -03:00 |
|
Guillermo Rauch
|
d71d9117ec
|
Fixed Makefile for latest browserbuild.
|
2012-03-25 10:48:46 -03:00 |
|
Daniel Baulig
|
00694a8a98
|
Fix issue #795
|
2012-03-19 22:03:31 +01:00 |
|
Daniel Baulig
|
da95094998
|
Add disconnect from namespace test-case for issue #795
|
2012-03-19 21:54:20 +01:00 |
|
Guillermo Rauch
|
53b5f3e6b4
|
Merge pull request #407 from zzzaaa/unload_fix
"on window close" disconnect. unload. beforeunload.
|
2012-03-16 05:59:07 -07:00 |
|
Alexey Raksha
|
edef56ee8e
|
"on window close" correct disconnect
|
2012-03-16 14:49:23 +04:00 |
|
Guillermo Rauch
|
8b51474798
|
Removed growl
|
2012-03-14 12:56:32 -03:00 |
|
Guillermo Rauch
|
1e889b9a01
|
No growl.
|
2012-03-14 12:55:57 -03:00 |
|
Guillermo Rauch
|
e7d7582f84
|
Release 0.9.2
0.9.2
|
2012-03-13 11:00:50 -03:00 |
|
Guillermo Rauch
|
ecd752a7ea
|
Release 0.9.2
|
2012-03-13 10:52:32 -03:00 |
|
Guillermo Rauch
|
df5f23d309
|
More sensible close timeout default (fixes disconnect issue)
|
2012-03-13 10:49:06 -03:00 |
|