[Pkg-javascript-commits] [sockjs-client] branch dfsg updated (07281b0 -> 5aa3bb4)
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:08:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a change to branch dfsg
in repository sockjs-client.
from 07281b0 Remove minified JavaScript files for DFSG compliance.
adds 7164b1a Use optimist rather than optparse-js for parsing command line arguments. optimist is much more wide-spread, so this eliminates an extra dependency for most people.
adds 9ea3d66 Merge pull request #147 from tonnerre/master
adds bfa614d Add the ready state constants to the SockJS prototype
adds f002f0e Merge pull request #149 from manuelstofer/master
adds 7ea913b just a small readme fix
adds cf844bf Merge pull request #152 from jmny/master
adds 9d02393 fixes sockjs-node link in readme
adds 6622aac Merge pull request #153 from JohnMaguire/bugfix/readme
adds d417dd0 Fix #79, avoid using XDRObject when connecting across schemes
adds 13c1201 Merge pull request #155 from danielstjules/issue-79
adds 595a033 Remove test for iframe.contentWindow
adds 3acc66a Merge pull request #162 from DustyHarry/master
adds 9ce8603 Add reference to Spring Framework
adds 8e969c9 Merge pull request #163 from rstoyanchev/master
adds a17acac Fixed typos in README
adds 0d1809b Merge pull request #120 from Trindaz/typo-fixes
adds d5a8158 Add link to Xitrum
adds 0dd94f1 Merge pull request #115 from ngocdaothanh/master
adds fc51ad0 README cleanup from @devinrhode2
adds 229be70 Specify firefox version for quirk. From @maritz
adds d3c4759 Fix message transmission when the message is sent from an iframe/popup in IE7/8
adds 50504b4 Merge pull request #166 from yannickcr/fix-popup-ie
adds 88b6bb3 Add empty travis file
adds 0b46f5f Specify master branch for travis CI
adds f5db336 Add Content-Type request header for xhr send
adds ec825dc Merge pull request #164 from georgeOsdDev/master
adds b42ff69 Update license info
adds 0dba977 fix license reference
adds 1628dcc Tests can now run independently.
adds 20f1ce0 Fix travis.yml
adds e2be997 Do chrome latest tests until I'm sure they are working
adds d5c0787 Fix makefile
adds 6249821 Fixes #143 by checking for empty response
adds a9501f8 Remove explicit AMD name for greater portability.
adds 9eaf3fb Merge pull request #107 from NodeGuy/AMD
adds a11ec1e Fix XhrStreamingTransport.enabled for IE 8
adds ccff98a Merge pull request #83 from noisebeuter/patch-1
adds d294106 Fix handling of listeners being added and removed mid-dispatch
adds a6b1e66 Implement DOM Level 3 behavior instead
adds 1fa0f9e Merge pull request #127 from davidben/master
adds ebda6c5 Remove max parameter from util.random_string
adds 9f8abec Use window.crypto.getRandomValues when available
adds 07c14cd Merge pull request #128 from davidben/randomness
adds 3332d8a only test for crypto once
adds a12275e Slightly increase the value of the retransmission timeout
adds 8c350c7 Merge pull request #161 from lpinca/fix/rto-lower-bound
adds 48259a3 Move to gulp build system with browserify and json3
adds 2a62e8b Fix browserify issues. Move tests to js.
adds f373b03 All tests passing now
adds 5df0dab Remove coffeescriptisms
adds b8b0e5f Add missing onerror listener for WebSockets
adds 08914f2 Merge pull request #169 from lpinca/add/onerror-listener
adds ca61b13 Enable withCredentials flag also for requests sent to /info
adds 9b83cbc Merge pull request #170 from lpinca/enable/withcredentials-flag
adds 5d60108 Handle origin with port numbers correctly
adds a668b53 Fix utils.getOrigin for file:// urls
adds 3c07610 Merge pull request #173 from lpinca/add/pusher-fixes
adds 2452493 Merge branch 'master' into build-system
adds 93d45c7 Allow tests to be run without zuul. Fix origin tests
adds 0589326 Add version to library name
adds 8abdeff Add to Changelog. Remove old Makefile
adds 8cc50c0 Add trans prefix to transports
adds bd48c65 Allow non-localhost testing urls
adds ceef478 Update Changelog
adds a2b3b2b Fix XDR tests
adds 2bdc969 Add source maps for tests
adds 3b5fa52 Fix tests when not running on localhost
adds 8e75cdd Fix gulpfile
adds f98fc76 fix casing of simpleevent
adds 63fff05 Merge pull request #174 from sockjs/build-system
adds 30d303d Fix #80 relax XHR requirements when same origin
adds 977a03f Put transport feature detection in proper places and re-use for info request
adds 96e4d2e Fix up options checking. Document server option
adds 129a342 Fix option parsing if unused
adds e55a055 Updated README. Fixed xitrum link
adds 25e3e2b Merge pull request #190 from adpande/patch-1
adds 566d29e Upgrade tests to use node assert and mocha async tests. Upgrade deps
adds 4e6a97b Replace custom EventEmitter with standard one
adds 7536eda Add larger timeout for sauce connect tests
adds b23befc Copy edits
adds 832a5f9 Merge pull request #194 from konklone/patch-1
adds 718406f Fix #184 remove need for SockJS global for protocol detection
adds aabef56 Remove unnecessary utils.delay function
adds e0eb2ec Fix errors
adds 50d4e21 Start cleanup
adds 6bd16c0 Basic tests passing
adds 3b7ea9d More cleanup and re-organization
adds ad35425 Add iframe bootstrap function back
adds 40d5294 Fix casing
adds 6c8409e More reorg and iframe bootstrap is dynamic-ish
adds a0f7f8e Fix transport name access
adds a75ead8 eslint shims
adds ea6d035 utils re-org
adds bb9c560 Abstract out underlying websocket driver
adds 94c8874 Add xhr for node. Refactor jsonp.
adds a459b62 tests for jsonp receiver logic
adds aa56c46 Merge branch 'refactor' of https://github.com/sockjs/sockjs-client into refactor
adds 31d3ed6 Make things happy again
adds 6ca6f26 Add some tests for xhr receiver
adds 0904bc1 Remove logs
adds 48bf3f3 Don't need environment logic for list of transports now
adds ee1e001 Replace window with global. Prefix document with global.
adds f963b83 Update shims to es5-shim. Shim forEach. More global prefixes.
adds d0e5b0f Escape sent data
adds 2dd5811 Cleanup jsonp sender a little bit
adds ce62f1d Abstract out browser checks
adds 40433d2 Add node version of crypto.
adds 5d9769d Create iframe wrap transport instead of separate for each underlying transport.
adds 2e961f4 Fix browserify
adds b0365bd Move iframe-wrap to remove special test code.
adds 8ed432f Much better way of handling transport list
adds 7c532f4 Change to EventEmitter for all internals
adds c357fd7 Consolidate some logic from jsonp and ajax-based
adds 9d6acf8 Cleanup info receiver and abstract underlying senders.
adds f8184aa Use once where appropriate
adds cdde5dc remove unnecessary prefix for info iframe
adds 3eb18d8 Fix message event
adds fb5e2ee Add issue numbers to xhr-streaming comment
adds 4ed8d3b Re-enable unload events
adds dd04332 Enable transport fall-through
adds d0a67a0 Make sure senders stop properly when user aborted.
adds e91d4da Attach load event for transports that need the body
adds 11ff0d9 Fix some close codes
adds b30895f Emit error event when appropriate
adds 9c9604f Cleanup info iframe.
adds d4b7913 EventSource and Htmlfile cleanup
adds a403001 Rename close event file
adds 4e0e827 Fix Error and Event inheritance. Fix tests
adds 61353b2 debug statements. Almost all transports working.
adds be3932c Remove sauce connect
adds f4c1d29 Don't send websockets data as array since it never is.
adds b628ea4 Spacing and eslint.
adds 71bd362 More tests
adds 70bcd19 Check protocol properly
adds c8487d5 Use proper host for bad port tests
adds afd24d0 Fix ws tests through zuul
adds dda80d2 Try sauce connect again. Do one browser for now.
adds 7050f2e Turn on sauce connect
adds 7ace7d0 Fix format
adds a4a3da0 Remove sauce connect
adds c311395 All echo tests
adds 1d38602 Batch and amplify tests
adds b030cf4 All tests working except htmlfile
adds ba239c3 Handle location.origin not being available in IE6
adds bf17540 Parameterize info receiver timeout
adds ea6f7ec Only accept valid iframe messages
adds 22af6d7 Don't leak globals from jsonp receiver
adds 1096a4c handle htmlfile iframe errors
adds 4a865c1 Allow toggle of same-origin on smoke tests.
adds 9a91ee6 Handle if jsonp callback has been cleanup up
adds 0477247 Larger timeout for wrong url test
adds b07a0ec pipe test support server logs into debug
adds c3088e2 debug echo tests
adds c02b276 Add debug to browser xhr. Fix IE6 bad url/port cases.
adds 05da830 Add more debug
adds 27e294c Fix end-to-end in IE6
adds f42093e don't override global XMLHttpRequest
adds d9baf70 Rename some utils. Remove need for url to test if a transport is enabled. Add proper enabled detection to htmlfile.
adds 3d4e984 Add node eventsource
adds 5a13d7b Don't create unnecessary eventsource driver file
adds 72d2545 Fix eventsource
adds 354ad9e Better way to handle info receiver selection
adds 468347b Don't attempt iframe test if the browser doesn't support them
adds 4e01d85 Force status to be 200 for chunk event.
adds 0126037 Allow 2051 text length on streaming test because of proxies
adds 26f80b6 Fix xdr cleanup. Add debug to xdr.
adds c8045e0 Don't use this in iframe utils.
adds 55597b4 Increase timeouts for wrong url/port tests
adds 778ee1b better debug for jsonp sender
adds 8064504 Add ngrok for tests
adds a28de32 Fix travis encrypt
adds 49ecbb6 Upgrade deps
adds 1b6f505 Fix test verbosity
adds 593ec66 Explicit variable for travis ci
adds 574b7ec Move events. Rename errors to not smurf.
adds 4803f1c eslint
adds f6727b1 Remove old sockjs.js
adds 57fcd49 Remove unused
adds c06d115 Switch to better iframe close
adds f29dda1 envify debug
adds f2968ae Test issue comment
adds e4ec731 Fix path
adds a2e2aa5 Re-add testbundle for iframe tests
adds 23f657b Tests from issues
adds 315e2cd Use `window.location` instead of `document.location` If a frame, image, or form is named "location" then document.location will refer to that element instead of being an alias for `window.location` see https://github.com/meteor/meteor/issues/2380
adds d2de781 Merge pull request #195 from mquandalle/window-location
adds ff4809e Update to jsDelivr CDN
adds 5d06c5b Fix #199 Use untyped array if window.crypto is not supported
adds 3cbe214 Add bower and built files
adds 68b0331 Merge branch 'master' into 1.0
adds 941b05e code style
adds 4fd79a9 Fix #72 add support for query strings on url
adds 80b1def Try increased timeout for echo tests (especially jsonp)
adds 8be97b2 Fix #181 test inside of web worker
adds 46d0d11 Fix #201 event source works as a raw transport now
adds e376297 Fix #65 rename protocols to transports
adds 75f0e2d Add missing last argument to new-less constructor
adds f9ef2df Fix #187 try/catch access to document.domain
adds a8a05b8 Fix console.log
adds 3032cf5 Fix #175 allow 'interactive' value for needBody readyState
adds fac3d8f Remove event listeners for info-iframe-receiver
adds 166a103 Obfuscate ActiveXObject to avoid firewalls. Add timestamp to outgoing xhr.
adds b212075 Remove custom errors. Too much trouble.
adds 6085f80 Fix test to use message
adds ebd237c Use inherits module instead of util.inherits
adds 082f803 Remove process.nextTick
adds 264de12 Override process to be an empty obj
adds b1a7ba4 Remove Date.now() shim
adds 13c3fb0 Fix addQuery
adds 45a80c1 Reuse EventTarget instead of importing entire EventEmitter.
adds e57ca1f try/catch JSON.parse
adds 0e7576d relax echo from child timeout
adds 4274efe try/catch rest of JSON3.parse
adds 9f2d41d Add enabled checks to transport constructors
adds 2157b07 fix JSON references
adds f8b72d7 Make sure everything gets cleaned up
adds eaadbfe No browser supports Comet/HTTP streaming and not CORS
adds b1a4356 Close test sockjs objects
adds 57cc854 Fix xdr
adds 3d68175 Prefer XHR over XDR
adds 58e09e4 Run fun gamut of tests to see where we stand
adds 813f244 Add sauce labs status image
adds 66acb93 Add opera to tests
adds 1a022de Turn off sauce labs proxy. Add status code for IE8.
adds 8cff128 Setup for cross-origin tests
adds bf4a651 Fix tests
adds 45732c8 Disable wrong port tests for senders (still have end-to-end test)
adds c6b804c better display of unsupported tests
adds 854c279 Fix url for echo from child test. Relax streaming test to allow any size chunk.
adds d453c37 don't run sender streaming test if cors not supported
adds 3c040e4 Handle if echo test has timed out.
adds 69832c2 Handle async errors better in tests
adds cd25155 Fix test script paths
adds 5361aa5 Add gulp task for test bundle with source maps
adds e75d2fe Fix debug string format
adds 56a7a1a Tweak browser targets
adds e89740c Add timeout for sender tests
adds f254280 Disable safari 5 tests
adds c1e97d0 Add debug to event source
adds b0a7b7c Get rid of _sockjs_onload
adds cd89876 Use latest socks-node server
adds 4ee6362 Change to options as third param on constructor. Update readme.
adds a0900c2 Update changelog
adds 5e5d636 Add gulp tasks for releases
adds 40c4a91 [dist] 1.0.0-beta.1
adds 3923772 Use standard sauce labs status image
adds 5abe7ab Add back in _sockjs_onload since some servers might depend upon that for iframe bootstrap.
adds f64c743 [dist] 1.0.0-beta.2
adds bf19a22 Update Changelog
adds 16f469b Make changelog markdown
adds c09340e Switch to url-parse module
adds c25d964 Upgrade url-parse
adds bc2283c Move some tests to node-only because url-parse handles relative urls in a browser
adds a70d62f Add Atmosphere Framework as a framework supporting Sockjs
adds 0e0c28a Merge pull request #206 from jfarcand/master
adds 86e794e Add note of Java SockJS client
adds fe7603e Merge pull request #207 from rstoyanchev/readme-java-client
adds d895a53 Update link to the SFW (Java) SockJS client
adds 477a2c3 Merge pull request #208 from rstoyanchev/readme-sockjs-client-ref
adds 778a10c Move debug from devDependencies to dependencies
adds b68ae31 Merge pull request #210 from lpinca/move/debug-dep
adds 8deeba5 [dist] 1.0.0-beta.3
adds 09cb0a9 Upgrade url-parse to 0.1.0
adds 8b8f776 Add files to .npmignore
adds ea3fc28 Update changelog
adds dbfc219 [dist] 1.0.0-beta.4
adds 9b291aa Fix #214 Upgrade url-parse to 0.1.1
adds ac3abbd [dist] 1.0.0-beta.5
adds b912ce1 [dist] 1.0.0-beta.6
adds 9aecf21 Don't remove basic authentication credentials
adds 3d9dfa5 Merge pull request #219 from lpinca/fix/basic-auth
adds ba4c357 Fix #218 Upgrade to url-parse 0.1.5
adds d5db714 [dist] 1.0.0-beta.7
adds 4a93dbf Remove explicit paths in package.json scripts
adds 426278b Upgrade to url-parse 0.2.0
adds 4e14735 Fix tests
adds c7ec806 [dist] 1.0.0-beta.8
adds bdf89b8 Upgrade url-parse to fix 'too much recursion'
adds 761e66f [dist] 1.0.0-beta.9
adds 7293134 Fix #222 upgrade url-parse to fix port inheritance
adds 50e58d8 [dist] 1.0.0-beta.10
adds 1eb96eb Upgraded url-parse to ^1.0.0. Fixes #218 in FF 35.0.
adds 33f8f4e Merge pull request #224 from elierotenberg/master
adds 70c186c [dist] 1.0.0-beta.11
adds 2978ed7 [dist] 1.0.0-beta.12
adds 807a5c4 Fix #215 add warning if using protocols_whitelist
adds 2133e57 better logging functions
adds e858627 Fix #229 by updating Opera transport support table
adds cc6b296 project link changed (transfer of ownership?)
adds bbebbd3 Merge pull request #231 from aeharding/patch-1
adds 0dd4065 fixing typo
adds d9cd4f4 Merge pull request #232 from risseraka/master
adds 44d0fb4 Use the `auth` property of the parsed URL
adds 3a93e2e Merge pull request #239 from lpinca/use/url.auth
adds 6aec4d5 Add support for IPv6 literal addresses in the connection URL
adds ee00aa5 Merge pull request #240 from lpinca/fix/hostname
adds bc59fd4 Fix #238 transport timeout before open should fallback
adds fdf37da [dist] 1.0.0-beta.13
adds cd626d3 Simplify the URL sanitization
adds 9bcb964 Merge pull request #242 from lpinca/simplify/url-sanitization
adds 7d2e1b6 Fix stable-release build command
adds dfe30f4 Upgrade to url-parse 1.0.1
adds d3417e7 [dist] 1.0.0
adds 3bbabda Update readme
adds 6a3c217 Fix readme
adds c987b01 Add gitter notifications to .travis.yml
adds 7b7f1cf Fix .travis.yml
adds d398080 Update the example CDN URL to the latest release.
adds f529e88 Merge pull request #244 from wearhere/patch-1
adds c69722b Fix #223 don't register unload event in chrome packaged app
adds 9dd95f1 Remove moot `version` property from bower.json
adds 7693d42 Merge pull request #247 from kkirsche/patch-1
adds e668284 Allow custom session ids
adds 85cb659 Merge pull request #250 from imkira/allowCustomSessionIds
adds 3eff1ff Fix #249 use proper base url for iframe-based info receiver
adds 005bfcd Add missing semicolon
adds 5af2fce [dist] 1.0.1
adds d2447fc Fix #246 move iframe.contentWindow check inside the setTimeout
adds b331d9b Fix iframe info receiver using wrong url
adds 6a76e12 [dist] 1.0.2
adds a98bcb5 fix typo in README
adds 8094bf0 Merge pull request #253 from reergymerej/master
adds 05c8404 Fix #254 use https module for xhr requests within node if needed
adds c887e34 [dist] 1.0.3
adds 390e1d7 Fix test page transport specification. Add web worker test to index.
adds 0b4879d Fix linting
adds e7ae94d fix versions in README
adds e94b2fb Merge pull request #274 from genediazjr/patch-1
adds 9fb5b00 Remove dbg global
adds 6703a82 added fix for old browsers such as IE7/8 were console.log does not have an apply function. using try catch we are take care that everything works. tested on IE8.
adds 3dcaab6 fixed indentation :)
adds f640174 fixed indentation to 2 spaces (per indent) instead of 4
adds d131684 Merge pull request #279 from syberkitten/master
adds a8e3384 Fix linting errors
adds ab5b983 Fixed typo in error message
adds 6d4eff4 Merge pull request #294 from chetan/patch-1
adds cde5ca1 README: remove closed issue from Browser Quirks
adds ea97534 Merge pull request #304 from mappu/master
adds 0dfdeb2 Bump faye-websocket to version 0.11.x
adds a86040b Merge pull request #267 from lpinca/bump/faye-websocket
adds 0e6dca9 Optimize arguments usage
adds cc1d86e Update browser transport table for Safari 6+
adds 50f31c8 Add documentation about query string support
adds 0bbd9cc Add map file to dist folder
adds 783d1fe Add way to specify transport-specific options using `transportOptions` hash.
adds 3be0c73 [dist] 1.1.0
adds 234b3c1 Update dependencies
adds 94a1bec Do not pass protocols or options to browser WebSocket constructor
adds 91e3005 [dist] 1.1.1
new 8c40c74 Merge tag 'upstream/1.1.1' into dfsg
new 5aa3bb4 Remove older minified sockjs versions.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.eslintrc | 19 +
.gitignore | 6 +-
.jscsrc | 20 +
.jshintrc | 17 +
.npmignore | 11 +
.travis.yml | 70 +
.zuul.yml | 25 +
COPYING | 4 +-
Changelog => Changelog.md | 120 +
LICENSE-MIT-SockJS => LICENSE | 2 +
Makefile | 128 +-
README.md | 271 +-
VERSION-GEN | 17 -
bin/render.coffee | 111 -
bin/run_testling.sh | 135 -
bower.json | 28 +
dist/sockjs-0.3.4.js | 2379 +++++++++
dist/sockjs-1.1.1.js | 5612 +++++++++++++++++++++
dist/sockjs.js | 5612 +++++++++++++++++++++
dist/sockjs.js.map | 1 +
gulpfile.js | 132 +
lib/all.js | 9 -
lib/dom.js | 204 -
lib/dom2.js | 198 -
lib/entry.js | 10 +
lib/event/close.js | 17 +
lib/event/emitter.js | 57 +
lib/event/event.js | 22 +
lib/event/eventtarget.js | 62 +
lib/event/trans-message.js | 15 +
lib/eventemitter.js | 57 -
lib/facade.js | 27 +
lib/iframe-bootstrap.js | 102 +
lib/index.js | 37 -
lib/info-ajax.js | 49 +
lib/info-iframe-receiver.js | 33 +
lib/info-iframe.js | 69 +
lib/info-receiver.js | 89 +
lib/info.js | 115 -
lib/location.js | 10 +
lib/main.js | 381 ++
lib/reventtarget.js | 55 -
lib/shims.js | 473 ++
lib/simpleevent.js | 28 -
lib/sockjs.js | 265 -
lib/test-hooks.js | 16 -
lib/trans-iframe-eventsource.js | 29 -
lib/trans-iframe-htmlfile.js | 35 -
lib/trans-iframe-within.js | 94 -
lib/trans-iframe-xhr-polling.js | 30 -
lib/trans-iframe.js | 93 -
lib/trans-jsonp-polling.js | 105 -
lib/trans-jsonp-receiver.js | 116 -
lib/trans-polling.js | 44 -
lib/trans-receiver-eventsource.js | 41 -
lib/trans-receiver-htmlfile.js | 65 -
lib/trans-receiver-xhr.js | 42 -
lib/trans-sender.js | 140 -
lib/trans-websocket.js | 60 -
lib/trans-xhr.js | 89 -
lib/transport-list.js | 18 +
lib/transport/browser/abstract-xhr.js | 193 +
lib/transport/browser/eventsource.js | 1 +
lib/transport/browser/websocket.js | 8 +
lib/transport/driver/websocket.js | 1 +
lib/transport/driver/xhr.js | 72 +
lib/transport/eventsource.js | 27 +
lib/transport/htmlfile.js | 25 +
lib/transport/iframe.js | 141 +
lib/transport/jsonp-polling.js | 34 +
lib/transport/lib/ajax-based.js | 49 +
lib/transport/lib/buffered-sender.js | 87 +
lib/transport/lib/iframe-wrap.js | 33 +
lib/transport/lib/polling.js | 57 +
lib/transport/lib/sender-receiver.js | 45 +
lib/transport/receiver/eventsource.js | 63 +
lib/transport/receiver/htmlfile.js | 87 +
lib/transport/receiver/jsonp.js | 183 +
lib/transport/receiver/xhr.js | 70 +
lib/transport/sender/jsonp.js | 99 +
lib/transport/sender/xdr.js | 103 +
lib/transport/sender/xhr-cors.js | 15 +
lib/transport/sender/xhr-fake.js | 24 +
lib/transport/sender/xhr-local.js | 17 +
lib/transport/websocket.js | 98 +
lib/transport/xdr-polling.js | 23 +
lib/transport/xdr-streaming.js | 32 +
lib/transport/xhr-polling.js | 33 +
lib/transport/xhr-streaming.js | 41 +
lib/utils.js | 335 --
lib/utils/browser-crypto.js | 17 +
lib/utils/browser.js | 27 +
lib/utils/escape.js | 49 +
lib/utils/event.js | 73 +
lib/utils/iframe.js | 187 +
lib/utils/log.js | 18 +
lib/utils/object.js | 24 +
lib/utils/random.js | 29 +
lib/utils/transport.js | 50 +
lib/utils/url.js | 47 +
lib/version.js | 1 +
package.json | 83 +-
tests/browser.js | 17 +
tests/config.js | 15 -
tests/html/example-cursors.html | 34 +-
tests/html/iframe.html | 2 +-
tests/html/index.html | 3 +-
tests/html/lib/.placeholder | 0
tests/html/lib/worker.js | 36 +
tests/html/smoke-latency.html | 33 +-
tests/html/smoke-reconnect.html | 26 +-
tests/html/sockjs-in-head.html | 4 +-
tests/html/{iframe.html => sockjs-in-parent.html} | 9 +-
tests/html/src/domtests.coffee | 144 -
tests/html/src/endtoendtests.coffee | 134 -
tests/html/src/tests.coffee | 311 --
tests/html/src/unittests.coffee | 256 -
tests/html/static/qunit.css | 225 -
tests/html/tests-qunit.html | 51 -
tests/html/unittests.html | 43 -
tests/html/web-worker.html | 126 +
tests/lib/batch-tests.js | 105 +
tests/lib/echo-tests.js | 193 +
tests/lib/end-to-end.js | 141 +
tests/lib/iframe.js | 148 +
tests/lib/main-node.js | 43 +
tests/lib/main.js | 105 +
tests/lib/receivers.js | 291 ++
tests/lib/senders.js | 129 +
tests/lib/test-utils.js | 63 +
tests/lib/transports.js | 149 +
tests/lib/utils.js | 134 +
tests/node.js | 15 +
tests/server.js | 42 -
tests/support/sockjs_app.js | 88 +
tests/support/sockjs_server.js | 78 +
version | 1 -
137 files changed, 19809 insertions(+), 4107 deletions(-)
create mode 100644 .eslintrc
create mode 100644 .jscsrc
create mode 100644 .jshintrc
create mode 100644 .npmignore
create mode 100644 .travis.yml
create mode 100644 .zuul.yml
rename Changelog => Changelog.md (62%)
rename LICENSE-MIT-SockJS => LICENSE (97%)
delete mode 100755 VERSION-GEN
delete mode 100644 bin/render.coffee
delete mode 100755 bin/run_testling.sh
create mode 100644 bower.json
create mode 100644 dist/sockjs-0.3.4.js
create mode 100644 dist/sockjs-1.1.1.js
create mode 100644 dist/sockjs.js
create mode 100644 dist/sockjs.js.map
create mode 100644 gulpfile.js
delete mode 100644 lib/all.js
delete mode 100644 lib/dom.js
delete mode 100644 lib/dom2.js
create mode 100644 lib/entry.js
create mode 100644 lib/event/close.js
create mode 100644 lib/event/emitter.js
create mode 100644 lib/event/event.js
create mode 100644 lib/event/eventtarget.js
create mode 100644 lib/event/trans-message.js
delete mode 100644 lib/eventemitter.js
create mode 100644 lib/facade.js
create mode 100644 lib/iframe-bootstrap.js
delete mode 100644 lib/index.js
create mode 100644 lib/info-ajax.js
create mode 100644 lib/info-iframe-receiver.js
create mode 100644 lib/info-iframe.js
create mode 100644 lib/info-receiver.js
delete mode 100644 lib/info.js
create mode 100644 lib/location.js
create mode 100644 lib/main.js
delete mode 100644 lib/reventtarget.js
create mode 100644 lib/shims.js
delete mode 100644 lib/simpleevent.js
delete mode 100644 lib/sockjs.js
delete mode 100644 lib/test-hooks.js
delete mode 100644 lib/trans-iframe-eventsource.js
delete mode 100644 lib/trans-iframe-htmlfile.js
delete mode 100644 lib/trans-iframe-within.js
delete mode 100644 lib/trans-iframe-xhr-polling.js
delete mode 100644 lib/trans-iframe.js
delete mode 100644 lib/trans-jsonp-polling.js
delete mode 100644 lib/trans-jsonp-receiver.js
delete mode 100644 lib/trans-polling.js
delete mode 100644 lib/trans-receiver-eventsource.js
delete mode 100644 lib/trans-receiver-htmlfile.js
delete mode 100644 lib/trans-receiver-xhr.js
delete mode 100644 lib/trans-sender.js
delete mode 100644 lib/trans-websocket.js
delete mode 100644 lib/trans-xhr.js
create mode 100644 lib/transport-list.js
create mode 100644 lib/transport/browser/abstract-xhr.js
create mode 100644 lib/transport/browser/eventsource.js
create mode 100644 lib/transport/browser/websocket.js
create mode 100644 lib/transport/driver/websocket.js
create mode 100644 lib/transport/driver/xhr.js
create mode 100644 lib/transport/eventsource.js
create mode 100644 lib/transport/htmlfile.js
create mode 100644 lib/transport/iframe.js
create mode 100644 lib/transport/jsonp-polling.js
create mode 100644 lib/transport/lib/ajax-based.js
create mode 100644 lib/transport/lib/buffered-sender.js
create mode 100644 lib/transport/lib/iframe-wrap.js
create mode 100644 lib/transport/lib/polling.js
create mode 100644 lib/transport/lib/sender-receiver.js
create mode 100644 lib/transport/receiver/eventsource.js
create mode 100644 lib/transport/receiver/htmlfile.js
create mode 100644 lib/transport/receiver/jsonp.js
create mode 100644 lib/transport/receiver/xhr.js
create mode 100644 lib/transport/sender/jsonp.js
create mode 100644 lib/transport/sender/xdr.js
create mode 100644 lib/transport/sender/xhr-cors.js
create mode 100644 lib/transport/sender/xhr-fake.js
create mode 100644 lib/transport/sender/xhr-local.js
create mode 100644 lib/transport/websocket.js
create mode 100644 lib/transport/xdr-polling.js
create mode 100644 lib/transport/xdr-streaming.js
create mode 100644 lib/transport/xhr-polling.js
create mode 100644 lib/transport/xhr-streaming.js
delete mode 100644 lib/utils.js
create mode 100644 lib/utils/browser-crypto.js
create mode 100644 lib/utils/browser.js
create mode 100644 lib/utils/escape.js
create mode 100644 lib/utils/event.js
create mode 100644 lib/utils/iframe.js
create mode 100644 lib/utils/log.js
create mode 100644 lib/utils/object.js
create mode 100644 lib/utils/random.js
create mode 100644 lib/utils/transport.js
create mode 100644 lib/utils/url.js
create mode 100644 lib/version.js
create mode 100644 tests/browser.js
delete mode 100644 tests/config.js
delete mode 100644 tests/html/lib/.placeholder
create mode 100644 tests/html/lib/worker.js
copy tests/html/{iframe.html => sockjs-in-parent.html} (82%)
mode change 100644 => 100755
delete mode 100644 tests/html/src/domtests.coffee
delete mode 100644 tests/html/src/endtoendtests.coffee
delete mode 100644 tests/html/src/tests.coffee
delete mode 100644 tests/html/src/unittests.coffee
delete mode 100644 tests/html/static/qunit.css
delete mode 100644 tests/html/tests-qunit.html
delete mode 100644 tests/html/unittests.html
create mode 100644 tests/html/web-worker.html
create mode 100644 tests/lib/batch-tests.js
create mode 100644 tests/lib/echo-tests.js
create mode 100644 tests/lib/end-to-end.js
create mode 100644 tests/lib/iframe.js
create mode 100644 tests/lib/main-node.js
create mode 100644 tests/lib/main.js
create mode 100644 tests/lib/receivers.js
create mode 100644 tests/lib/senders.js
create mode 100644 tests/lib/test-utils.js
create mode 100644 tests/lib/transports.js
create mode 100644 tests/lib/utils.js
create mode 100644 tests/node.js
delete mode 100644 tests/server.js
create mode 100644 tests/support/sockjs_app.js
create mode 100644 tests/support/sockjs_server.js
delete mode 100644 version
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list