cadorn
|
6eeb21575b
|
timeout fixes
|
2012-10-16 13:07:34 -07:00 |
|
Guillermo Rauch
|
8abf0c9287
|
Release 0.3.6
|
2012-10-16 09:57:11 -07:00 |
|
Guillermo Rauch
|
4b408f6265
|
socket: style work
|
2012-10-16 09:56:56 -07:00 |
|
Guillermo Rauch
|
26c6790d31
|
socket: style work
|
2012-10-16 09:53:28 -07:00 |
|
Guillermo Rauch
|
0bd68c6cab
|
Merge pull request #59 from indutny/feature-heartbeat-on-data
socket: reset timeout on any incoming data
|
2012-10-16 09:47:09 -07:00 |
|
Fedor Indutny
|
f8cff26fc5
|
socket: reset timeout on any incoming data
|
2012-10-16 23:39:16 +07:00 |
|
Guillermo Rauch
|
0047a02ba7
|
Release 0.3.5
|
2012-10-14 12:19:24 -07:00 |
|
Guillermo Rauch
|
b70653eab4
|
Release 0.3.4
|
2012-10-14 11:54:59 -07:00 |
|
Guillermo Rauch
|
e1cf23e87f
|
package: fix component exports
|
2012-10-14 11:54:33 -07:00 |
|
Guillermo Rauch
|
28073144b7
|
Release 0.3.3
|
2012-10-10 14:48:56 -07:00 |
|
Guillermo Rauch
|
1f4ad01eae
|
Merge branch 'master' of github.com:/LearnBoost/engine.io-client
|
2012-10-10 14:47:28 -07:00 |
|
Guillermo Rauch
|
d9799dfeb9
|
Release 0.3.3
|
2012-10-10 14:47:14 -07:00 |
|
Guillermo Rauch
|
86f894c18f
|
Bump
|
2012-10-10 14:46:42 -07:00 |
|
Guillermo Rauch
|
59c391fcf1
|
Merge pull request #57 from quackingduck/master
uri.scheme is undefined
|
2012-10-09 15:56:17 -07:00 |
|
Myles Byrne
|
7d4492dd49
|
uri.scheme -> uri.protocol
The scheme property is undefined
|
2012-10-09 17:53:38 -05:00 |
|
Guillermo Rauch
|
27d0240db7
|
Release 0.3.2
|
2012-10-08 15:42:27 -07:00 |
|
Guillermo Rauch
|
0adf8d5b9e
|
Bumped version
|
2012-10-08 15:41:54 -07:00 |
|
Guillermo Rauch
|
3da52c44ec
|
Release 0.3.1
|
2012-10-08 13:48:56 -07:00 |
|
Guillermo Rauch
|
1af5227fb8
|
socket: added write alias for send.
|
2012-10-07 18:35:31 -07:00 |
|
Guillermo Rauch
|
b4753e5e87
|
package: fixed component name
|
2012-10-04 16:44:38 -07:00 |
|
Guillermo Rauch
|
66ab3093a4
|
package: added component
|
2012-10-04 14:49:28 -07:00 |
|
Guillermo Rauch
|
d2ba68e9a1
|
socket: fix passing false as secure getting overridden
|
2012-10-04 14:21:16 -07:00 |
|
Guillermo Rauch
|
ffdee5f5f8
|
socket: fix default port for SSL when secure is not supplied
|
2012-10-04 14:20:11 -07:00 |
|
Guillermo Rauch
|
229428e310
|
transport: fix xdomain detection in absence of location.port (fixes #38)
|
2012-10-04 11:04:14 -07:00 |
|
Guillermo Rauch
|
a909a6494b
|
socket: default secure to true for SSL-served pages that have not specified a connection string
|
2012-10-04 10:57:58 -07:00 |
|
Guillermo Rauch
|
2fb4cabf09
|
Release 0.3.0
|
2012-10-04 10:29:17 -07:00 |
|
Guillermo Rauch
|
26dc76229d
|
Merge pull request #51 from c9/better-pings
ack pong & variable timeout timer
|
2012-10-04 08:41:15 -07:00 |
|
Guillermo Rauch
|
655b789d5d
|
package: bumped xmlhttprequest
|
2012-09-26 21:44:11 -07:00 |
|
Guillermo Rauch
|
8ed571865a
|
Merge pull request #54 from mixu/IE10xhr
Prefer XMLHttpRequest over XDomainRequest in IE10
|
2012-09-26 09:19:07 -07:00 |
|
cadorn
|
62b77b9f7b
|
emit heartbeat
|
2012-09-25 12:36:55 -07:00 |
|
cadorn
|
a0830635f8
|
don't need to send pong any more
|
2012-09-25 12:36:36 -07:00 |
|
Mikito Takada
|
30f28f62dd
|
Prefer XMLHttpRequest over XDomainRequest if and only if XHR has withCredentials, which is the case for IE10 but not earlier IE versions.
|
2012-09-25 11:42:07 -07:00 |
|
Guillermo Rauch
|
272f136330
|
util: fixed parens
|
2012-09-21 10:59:47 -07:00 |
|
Guillermo Rauch
|
3d2baff19e
|
polling: added cache-busting for iOS6
|
2012-09-21 10:57:29 -07:00 |
|
cadorn
|
ae6eb1f8d1
|
ping from client
|
2012-09-12 16:11:45 -07:00 |
|
cadorn
|
2a47ca1af0
|
fixed timeout
|
2012-09-07 17:06:22 -07:00 |
|
cadorn
|
c9ce1fd339
|
fix initial timeout
|
2012-09-07 16:31:28 -07:00 |
|
cadorn
|
d72e42cc9e
|
ack pong & variable timeout timer
|
2012-09-07 16:00:24 -07:00 |
|
Guillermo Rauch
|
706f018403
|
Merge pull request #49 from mixu/mixu/old-ie-crossprotocol-fix
Fix cross-protocol-cross-domain requests on IE8, IE9
|
2012-08-31 16:13:06 -07:00 |
|
Mikito Takada
|
a0b799de3f
|
IE's XDomainRequest cannot do requests that go from HTTPS to HTTP or HTTP to HTTPS.
|
2012-08-31 14:41:04 -07:00 |
|
Guillermo Rauch
|
b7e4ce5d3d
|
Release 0.2.2
|
2012-08-26 18:30:54 -07:00 |
|
Guillermo Rauch
|
e2816729fd
|
Merge pull request #47 from LearnBoost/fix/jsonp-callbacks
Fix/jsonp callbacks
|
2012-08-26 18:26:58 -07:00 |
|
Guillermo Rauch
|
03dc9b1bcd
|
polling-jsonp: allow unneeded global leak (fixes #41)
|
2012-08-26 18:25:56 -07:00 |
|
Guillermo Rauch
|
01c5319635
|
polling-jsonp: allow for multiple eio's in the same page
|
2012-08-26 18:20:40 -07:00 |
|
Guillermo Rauch
|
ebaf5d39f7
|
Release 0.2.1
|
2012-08-13 12:06:26 -07:00 |
|
Guillermo Rauch
|
8d5296b148
|
Release 0.2.0
|
2012-08-06 13:08:52 -07:00 |
|
Guillermo Rauch
|
8bda491c72
|
Release 0.2.0
|
2012-08-06 13:07:26 -07:00 |
|
Guillermo Rauch
|
5a6f2ce805
|
polling: fixed event names
|
2012-08-06 11:13:25 -07:00 |
|
Guillermo Rauch
|
4472e20955
|
README: documented pollComplete event
|
2012-08-06 11:13:05 -07:00 |
|
Guillermo Rauch
|
6d9cfa59d4
|
README: started on Transport (private API) docs
|
2012-08-06 10:56:26 -07:00 |
|