- safely resolve
wsmodule
- prevent
wsfrom being added to the bundle - added jsonp fix for when no
<script>is found
- support: add fallback to
globalfor nativescript [@ligaz] - exclude
wsinstead of ignoring it from build [@lpinca]
- package: bump
wsfor sec advisory
- ipv6 url support
- README: fix the description of the
timestampRequestsoption - transports: use
yeastto generate the cache busting id - fix arraybuffer > base64 for binary sends
- remove compress option from control packets
- threshold for permessage-deflate
- package: bump
wsfor memory fix with compression - fix response parsing error for polling (unused)
- fix packet options that
wschanges [Nibbler999] - package: use published
engine.io-parser
- test with travis containers
- socket: remove duplicate declaration (fixes #434)
- package: bump
debug(fixes #433) - bump zuul and zuul-ngrok
- package: fix repository url
- bump
wsfor several improvements - fix rejectUnauthorized bug
- websocket: improve firing of
drainin websocket transport - socket: clean up buffers right after
closeevent - change semantics of the write callback for polling (fire upon flush instead drain)
- socket: fix host parsing for IPv6 URLs
- socket: handle parser errors appropriately
- expose
pingandpongevents - enable
supportsBinarywhen running as a node client - introduce
extraHeaderssupport - fix error when passing
WebSocket#sendsecond argument on Safari - support compression
- package: bump
engine.io-parser
- package: bump
wsto fix node 0.4.0
- package: bump
wsto fix windows build issues
- do not rely on
git(1)for dep, point to tarball instead
- package: bump
engine.io-parser - fix IE tests firing too many connections [rase-]
- fix default port detection when host is specified [defunctzombie]
- add support for custom SSL options in constructor [rase-]
- only call xhr.abort() on error cases in
polling-xhr[samcday]
- support: make the build system work with the latest browserify
- test: remove test with partial browser support
- Fixed calls to addEventListener in old browsers
- remove invalid value for strict mode
- IE10 should prefer using XHR2 over XDR because it's safer
- fixed transport close deferring logic [nkzawa]
- wait for buffer to be drained before closing [nkzawa]
- Fixed "jsonp polling iframe removal error"
- Move ws upgrade needing connection tests to a block checking browser support.
- check
readyStateinsendPacketand close onupgradeErrortoo - defer close while upgrading a transport
- add matrix support for travis runs.
- add
enablesXDRoption to turn onXDomainRequest - package: bump
browserify - package: bump
engine.io-parser - style and close socket after assert
- add support for
jsonpoption to turn it off
- transport: catch utf8 decode errors
- smaller inherits utility
- fix a test for ws
- upgrade emitter dep to not rely on tarball
- package: bump
engine.io-parserfor binary utf8 fix
- build
- removed flashsocket, moving to userland
- new build
- jsonp-polling: fixed newline double escaping
- package: bump parser
- remove legacy Socket#onopen call
- added tests for multibyte strings
- bump zuul version
- renamed removeAllListeners to cleanup
- use inherits package instead of inherit
- removed all references to util.js
- fix if statement in FlashWS.ready method
- polling-jsonp: prevent spurious errors from being emitted when the window is unloaded
- polling-xhr: fix a comment and remove unneeded
documentreference - enforce cache busting for all user agents
- JSONP and test fixes for fails in IE
- package: bump
engine.io-parser - polling-xhr: abort the request when the window is unloaded
- package: bump
engine.io-parserfor android binary fix
- no base64 encoding for no reason when using websockets
- fix browserify
- bump
engine.io-parser - made
parseJSONandparseURIfromutiltheir own modules [gkoren] - clean up tests
- clean up browserify
- package: bump
engine.io-parser
- run browserify without shims
- emit socket upgrade event after upgrade done
- better feature detection for XHR2
- added
rememberUpgradeoption - binary support
- Fix simple
host:portURLs and IPV6 [bmalehorn] - Fix XHR cleanup method [poohlty]
- Match semantics of
closeevent withWebSocket. If an error occurs andopenhadn't fired before, we still emitcloseas per WebSocket spec [mokesmokes]. - Removed SPEC (now in
engine.io-protocolrepository) - Remove
Socket#opendocs (private API) [mokesmokes]
- polling-xhr: avoid catching user-thrown errors
- util: remove unused
hasCORS - polling: remove deferring for faster startup (fixes #174)
- engine now works perfectly on workers
- package: bump debug to fix
localStorageissue (fixes #213) - remove duplicate xmlhttprequest code
- add iphone automated testing
- bump zuul to 1.3.0 to improve tests performance
- use invalid ip address for incorrect connection test
- Fix GH-224, remove sockets array
- socket: emit upgrade errors as
upgradeErrorinstead oferror
- test: increase timeouts for network tests
- test: whitelist globals
- test: improve socket closing test
- polling: improve url timestamp for ie11 and allow force disabling
- polling-xhr: handle errors for xhr creation (fixes
access deniedissues) - polling-xhr: style
- socket: more instrumentation for transport creation
- socket: allow explicit
falsefortimestampRequests - socket: accept
nullas first argument - Makefile: cleanup
- .travis: deprecate 0.6
- use
jsonpin favor ofXDomainRequestto preserveCookieheaders in all situations [3rd-eden] (fixes #217) - run zuul tests after node tests [defunctzombie]
- add zuul support for easier browser testing [defunctzombie]
- engine.io: updated build to fix WebSocket constructor issue
- package: move browserify into devDeps
- AMD support
- Makefile: build now smaller thanks to browserify
- add browserify support
- fixed issue which prevented IE9 and under to pass Cookies to server during handshake
- package: update "ws" to v0.4.31
- fixed - there is no host property only hostname
- fixed - flash socket creation
- fixed - emit errors thrown by xhr.send()
- websocket: pass
undefinedas the WebSocket "protocols"
- package: update "ws"
- package: bump ws to 0.4.30
- websocket: no more env sniffing, just require
ws[TooTallNate] - websocket: remove the "bufferedAmount" checking logic [TooTallNate]
- package: revert ws to avoid upgrade fail now
- package: bump ws to 0.4.30
- package: rolling back to
ws0.4.25due to disconnection bug
- noop bump
- transports: fix WebSocket transport in the web browser (again)
- transports: fix WebSocket transport in the web browser
- package: upgrade "ws" to v0.4.29
- socket: add
agentoption - package: point "xmlhttprequest" to our LearnBoost fork for agent support
- package: specify a newer version of "ws" that includes
agentsupport - util: use "component/has-cors"
- transport: fix whitespace
- util: use "component/global"
- package: Add repository field to readme
- socket: Don't lose packets writen during upgrade after a re-open
- socket: use a consistent "debug" name for socket.js
- package: Update emitter dep to 1.0.1 for old IE support
- fix check readyState in polling transport (Naoyuki Kanezawa)
- use http url in npm dependencies for emitter (Eric Schoffstall)
- transports: improve polling orderly close (fixes #164)
- socket: ignore further transport communication upon
onClose - socket: added missing
socket#onerrorsupport - socket: don't call
socket#oncloseif previous state was notopen - transports: fix iOS5 crash issue
- Makefile: extra precaution when building to avoid 0.6.0 build problem
- engine.io: fixed build
- does not emit close on incorrect socket connection
- use indexof component for ie8 and below
- improved x-domain handling
- introduce public
pingapi - added drain event
- fix
flushandflushCompleteevents - fixed
drainbug splicing with upgrading - add support for callbacks with socket.send()
- socket: implement qs support for
string - added query.EIO to take protocol version from parser
- use istanbul for code coverage
- integrated engine.io-protocol 0.3.0
- updated ws
- fixed JSONPPolling iframe removal error
- changed error message to match xhr error message on jsonp transport script tag
- Added onerror handler for script tag in jsonp transport
- remove uid qs
- Added missing colon in payload. Thanks @lsm
- package: removed unusued
parser.js
- polling-jsonp: fix ie6 JSONP on SSL
- close also if socket.readyState is on "opening"
- parser.js: removed the file package.json: added the engine.io-parser dependency everything else: switched to engine.io-parser
- fix "TypeError: Object # has no method 'global'"
- client now ignores unsupported upgrades
- do not shadow global XMLHttpRequest
- socket: added
dataevent (as synonym tomessage) - socket: remove
resourceand fixpath - socket: fixed access to
opts - test: fixed transports tests
- socket: constructor can accept uri/opts simultaneously
- SPEC: simplified: removed resource from SPEC
- socket: proper
host/hostnamesupport - socket: ensure
oncloseidempotency - socket: added
onerrorinstrumentation - socket: fix style
- use window to detect platform and fix global reference
- *: fix references to
global(fixes #79) - *: now based on
component(1) - *: module now exports
Socket - socket: export constructors, utils and
protocol - *: implemented
emittercomponent - *: removed browserbuild and preprocessor instructions
- 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]
- socket: fix
hostnameinstead ofhost - socket: avoid duplicate
portdefaults - 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
- 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 - socket: reset timeout on any incoming data [indutny]
- new build
- package: fix
componentexports - socket: fix
securedefault value discovery [quackingduck] - Bump
- socket: added
writealias forsend - package: added
component - 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]
- polling-jsonp: allow unneeded global leak (fixes #41)
- polling-jsonp: allow for multiple eio's in the same page
- Bump
- polling: introduced
pollandpollComplete(formerlypoll) events - Bump
- Added options for request timestamping
- Made timestamp query param customizable
- Added automatic timestamping for Android
- Initial release.