Guillermo Rauch
|
e8fc999733
|
Release 0.3.8
|
2012-10-23 11:18:53 -07:00 |
|
Guillermo Rauch
|
1337467608
|
socket: introduce introspection hooks
|
2012-10-23 11:17:47 -07:00 |
|
Guillermo Rauch
|
1b4d987ec1
|
socket: introduced host and port location defaults
|
2012-10-21 11:01:53 -07:00 |
|
Guillermo Rauch
|
8617f464cc
|
flashsocket: obfuscate activex (fixes #31)
|
2012-10-21 09:51:49 -07:00 |
|
Guillermo Rauch
|
c9445ce647
|
polling-xhr: obfuscate activex
|
2012-10-21 09:48:28 -07:00 |
|
Guillermo Rauch
|
8354de9861
|
socket: unset id upon close
|
2012-10-21 09:40:26 -07:00 |
|
Guillermo Rauch
|
cdbcedcb57
|
socket: clear transport listeners upon force close
|
2012-10-21 09:40:11 -07:00 |
|
Guillermo Rauch
|
44cc65c2f3
|
Release 0.3.7
|
2012-10-21 09:34:19 -07:00 |
|
Guillermo Rauch
|
fcea229158
|
Merge pull request #55 from LearnBoost/improve/location-handling
Improve/location handling
|
2012-10-21 09:28:30 -07:00 |
|
Myles Byrne
|
cf03dd7c83
|
Make version number match what's in package.json
|
2012-10-18 02:54:02 -05:00 |
|
cadorn
|
e2364f808b
|
don't need timer reset here
|
2012-10-16 13:20:23 -07:00 |
|
cadorn
|
6eeb21575b
|
timeout fixes
|
2012-10-16 13:07:34 -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 |
|
Fedor Indutny
|
f8cff26fc5
|
socket: reset timeout on any incoming data
|
2012-10-16 23:39:16 +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
|
86f894c18f
|
Bump
|
2012-10-10 14:46:42 -07:00 |
|
Myles Byrne
|
7d4492dd49
|
uri.scheme -> uri.protocol
The scheme property is undefined
|
2012-10-09 17:53:38 -05: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
|
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 |
|
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 |
|
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
|
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
|
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
|
6d9cfa59d4
|
README: started on Transport (private API) docs
|
2012-08-06 10:56:26 -07:00 |
|
Guillermo Rauch
|
6c390c470f
|
Release 0.1.2
|
2012-08-02 17:07:14 -07:00 |
|
Guillermo Rauch
|
e45f21375a
|
Release 0.1.1
|
2012-08-01 17:31:00 -07:00 |
|
Guillermo Rauch
|
56f9a1e0d4
|
util: added android UA sniffing
|
2012-08-01 17:23:28 -07:00 |
|
Guillermo Rauch
|
ad5c2ee021
|
transport: implemented timestamps
|
2012-08-01 17:23:12 -07:00 |
|
Guillermo Rauch
|
eeb2b16058
|
flashsocket: fixed docs & style
|
2012-07-02 08:02:23 -07:00 |
|
Guillermo Rauch
|
a23387ef87
|
flashsocket: auto-populate SWF location based on flashPath
|
2012-07-02 08:01:58 -07:00 |
|