mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
2.4 KiB
2.4 KiB
0.3.10 / 2012-12-03
- socket: fix closing the socket in an
openlistener [mmastrac] - socket: perform ping interval/timer cleanup [mmastrac]
- fix SPEC (packages -> packets) [jxck]
- socket: handle probe's transport errors [indutny]
0.3.9 / 2012-10-23
- socket: fix
hostnameinstead ofhost - socket: avoid duplicate
portdefaults
0.3.8 / 2012-10-23
- socket: introduce introspection hooks
- socket: introduced
hostandportlocationdefaults - flashsocket: obfuscate activex (fixes #31)
- README: documented reconnect (closes #45)
- socket: unset
idupon close - socket: clear transport listeners upon force close
0.3.7 / 2012-10-21
- fix
version[quackingduck] - ping timeout gets reset upon any packet received [indutny]
- timeout fixes [cadorn, indutny]
- transport: fix xdomain detection in absence of location.port (GH-38)
- socket: fix passing
falseas secure getting overridden - socket: default
securetotruefor SSL-served pages - socket: fix default port for SSL when
secureis not supplied
0.3.6 / 2012-10-16
- socket: reset timeout on any incoming data [indutny]
0.3.5 / 2012-10-14
- new build
0.3.4 / 2012-10-14
- package: fix
componentexports
0.3.3 / 2012-10-10
- socket: fix
securedefault value discovery [quackingduck]
0.3.2 / 2012-10-08
- Bump
0.3.1 / 2012-10-08
- socket: added
writealias forsend - package: added
component
0.3.0 / 2012-09-04
- IE's XDomainRequest cannot do requests that go from HTTPS to HTTP or HTTP to HTTPS [mixu]
- Switch to client-initiated ping, and set interval in handshake [cadorn]
0.2.2 / 2012-08-26
- polling-jsonp: allow unneeded global leak (fixes #41)
- polling-jsonp: allow for multiple eio's in the same page
0.2.1 / 2012-08-13
- Bump
0.2.0 / 2012-08-06
- polling: introduced
pollandpollComplete(formerlypoll) events
0.1.2 / 2012-08-02
- Bump
0.1.1 / 2012-08-01
- Added options for request timestamping
- Made timestamp query param customizable
- Added automatic timestamping for Android
0.1.0 / 2012-07-03
- Initial release.