Guillermo Rauch
|
21f3e7033a
|
Adapted test to new API
|
2012-07-03 14:20:16 -07:00 |
|
Guillermo Rauch
|
2edf01dd2c
|
Added thorough cookie tests.
|
2012-07-03 14:20:05 -07:00 |
|
Guillermo Rauch
|
1c0a3e69ad
|
Removed engine version test.
|
2012-07-03 14:19:49 -07:00 |
|
Guillermo Rauch
|
c754f549f7
|
Added transport headers Set-Cookie injection
|
2012-07-03 14:19:28 -07:00 |
|
Guillermo Rauch
|
2ce2138de4
|
Added handshake request to polling transports.
|
2012-07-03 14:18:46 -07:00 |
|
Guillermo Rauch
|
f3e867a2a8
|
Added headers event to transports.
|
2012-07-03 14:18:32 -07:00 |
|
Guillermo Rauch
|
45d07bc816
|
Introduced Transport#request
|
2012-07-03 14:18:09 -07:00 |
|
Guillermo Rauch
|
73cf06cc34
|
Added accessor to transport handshake request
|
2012-07-03 14:17:17 -07:00 |
|
Guillermo Rauch
|
f30f353a36
|
Renamed Socket#req to Socket#request
|
2012-07-03 14:16:35 -07:00 |
|
Guillermo Rauch
|
8387ffb801
|
Added missing docs for Server constructor
|
2012-07-03 14:16:25 -07:00 |
|
Guillermo Rauch
|
bcba7e567d
|
Updated websocket.io
|
2012-07-03 12:50:40 -07:00 |
|
Guillermo Rauch
|
671ce071ea
|
Removed version from api docs
|
2012-07-03 12:47:21 -07:00 |
|
Guillermo Rauch
|
aa6fe32b59
|
Removed version since we're not supporting 0.4 from the get-go. Use require('engine.io/package').version instead.
|
2012-07-03 12:46:40 -07:00 |
|
Guillermo Rauch
|
0cdc862eca
|
Sorry node 0.4
|
2012-07-03 12:31:50 -07:00 |
|
Guillermo Rauch
|
81a5797237
|
Improved docs
|
2012-07-03 12:29:35 -07:00 |
|
Guillermo Rauch
|
d87708f48f
|
Bumped engine.io-client
|
2012-07-02 11:08:39 -07:00 |
|
Guillermo Rauch
|
4fd56bf3f6
|
test: added io cookie handshake test
|
2012-07-02 11:03:24 -07:00 |
|
Guillermo Rauch
|
f0ece1b9ba
|
polling: send io cookie (fixes #30)
|
2012-07-02 11:03:09 -07:00 |
|
Guillermo Rauch
|
566acd1ffd
|
socket: transfer sid to transport upon opening
|
2012-07-02 11:02:39 -07:00 |
|
Guillermo Rauch
|
f2ffc52777
|
test: added node 0.8 to testing targets
|
2012-07-02 09:06:04 -07:00 |
|
Guillermo Rauch
|
39e91a2a49
|
test: fixed ws version for travis CI
|
2012-07-02 09:05:17 -07:00 |
|
Guillermo Rauch
|
927134813b
|
polling-jsonp: added garbage jsonp querystring protection (fixes #25)
|
2012-07-02 08:20:52 -07:00 |
|
Guillermo Rauch
|
82ec5a8bc9
|
socket: ignore transport errors from discarded transports (fixes #26)
|
2012-07-02 07:52:36 -07:00 |
|
Guillermo Rauch
|
3a2b592398
|
test: added onopen and onclose to test
|
2012-07-02 07:43:15 -07:00 |
|
Guillermo Rauch
|
00f9738292
|
socket: added polling cycle force for fast upgrade
|
2012-07-02 07:34:02 -07:00 |
|
Guillermo Rauch
|
ce99f057a2
|
Fixed engine.io for 0.7
|
2012-06-05 15:05:19 +02:00 |
|
Guillermo Rauch
|
1254c2c291
|
Added note about clients and clientsCount
|
2012-04-18 11:12:32 -03:00 |
|
Guillermo Rauch
|
b5aba684df
|
Merge pull request #21 from mixu/mixu/firefox-post-response-fix
Fix POST content type for Firefox.
|
2012-04-09 15:08:34 -07:00 |
|
Mikito Takada
|
0ad8a247a2
|
Fix POST content type for Firefox. Same as https://github.com/LearnBoost/socket.io/pull/806 but for Engine.io
|
2012-04-06 21:51:58 -07: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
|
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
|
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
|
b059331f50
|
Bumped debug
|
2012-04-02 11:43:02 -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
|
1e889b9a01
|
No growl.
|
2012-03-14 12:55:57 -03:00 |
|
Guillermo Rauch
|
7b77bd613c
|
Replaced 204 with 200 and added a response text.
I remember old versions of Firefox having issues with 200 responses
with no text.
|
2012-03-08 11:46:12 -03:00 |
|
Guillermo Rauch
|
e4ca71c84e
|
Fixed ambiguous requirement.
|
2012-03-03 19:05:05 -03:00 |
|
Guillermo Rauch
|
2aaee23930
|
Fixed coverage generation.
|
2012-03-03 19:04:46 -03:00 |
|
Guillermo Rauch
|
1a48492a27
|
Added lib-cov/ to gitignore.
|
2012-03-03 18:49:08 -03:00 |
|
Guillermo Rauch
|
722ee5b5e4
|
Fixed parser reference.
|
2012-03-03 18:48:43 -03:00 |
|
Guillermo Rauch
|
ec576d48c4
|
Corrected path.
|
2012-03-03 18:42:41 -03:00 |
|
Guillermo Rauch
|
557907603f
|
Added index.js to require the right engine-io
|
2012-03-03 18:42:32 -03:00 |
|
Guillermo Rauch
|
7784d48838
|
Fixed eio requirement to require lib-cov if needed.
|
2012-03-03 18:41:33 -03:00 |
|
Guillermo Rauch
|
bd19365452
|
Exposed parser.
|
2012-03-03 18:41:11 -03:00 |
|