[Pkg-javascript-commits] [sockjs-client] branch upstream created (now c2737bd)

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a change to branch upstream
in repository sockjs-client.

        at  c2737bd   Merge pull request #145 from flaviogrossi/master

This branch includes the following new commits:

       new  a4fed05   Initial commit
       new  214955a   License boilerplate
       new  78cc599   Don't hardcode private ip address in tests
       new  eb70b07   Ignore automatically generated files
       new  4e192a7   Test batched messages
       new  6a1b16b   Opera and IE jsonp script quirks.
       new  83abf1c   More tests: 404,500 and connection refused tests.
       new  20cf91d   Error on script now works even for konqueror.
       new  e83490c   Generate prettified javascript, useful for development.
       new  dd94f5e   Local references to SockJS renamed to Sock, for better minification - 200 bytes saved.
       new  1715ae6   Sock goes back to SockJS, there is a better way after all.
       new  f6e4eab   Use local references to document and window
       new  f58e6fd   More powerful generating script.
       new  2e4452c   Simple server shall compress output and support if-modified-since.
       new  60ac124   Json2 is now bundled with sockjs.js
       new  e26175e   typo
       new  9b20e2d   Allow uglify to rename even top objects.
       new  c6e1ed1   Support for eventstream transport.
       new  7d48a5a   ws transport renamed to websocket.
       new  5342942   Htmlfile transport.
       new  b751be2   Flying cursors example.
       new  ae8ffcc   Add a landing page.
       new  1082f9f   Dedup iframe code.
       new  7e3ae3e   Make sockjs_url configurable.
       new  b68c592   Let chrome/safari not shout for XHR.
       new  27befdc   Iframe timers fixed.
       new  70c140e   Update copyright holder.
       new  356aed0   Heavy refactoring, open is now a protocol, not a transport thing. Close can be initiated only by the client.
       new  2ca838d   Enable passing complex objects.
       new  337e9ae   Send at most 5 events per second in the cursors example.
       new  81f91d5   Smoke test - measure latency in long-lived connections.
       new  a513069   Start of the work on xhr polling transport
       new  b6485b4   Refactoring the world continues.
       new  607e1fa   Xhr CORS polling transport.
       new  755e508   XHR cross domain - XDR. IE implements it differently.
       new  dfb76be   New firefox has MozWebsocket object
       new  3f903cf   Brief readme
       new  baa277c   Brief readme
       new  a1f79ff   Brief readme
       new  0c5620d   Few smoketests.
       new  ebbecd6   Renamed some transports, don't set devel/debug by default
       new  b701872   Make jsonp work on ie7
       new  5fa37d0   Renamed xhrpolling to xhr-polling, other changes
       new  be3eede   Htmlfile transport is not supported any more
       new  71f0787   xhrpolling --> xhr-polling
       new  d76d934   Print time of generation
       new  52a6fb9   Let's use the name XDR for cross domain XHR.
       new  8d5cdcc   Treat xhr-streaming as a specialized part of xhr-polling.
       new  26f74fe   Opera mini needs to wait a while before we unlink iframe from jsonp sender.
       new  89fa583   Apparently \x00 doesn't go through xhr in ie. Replaced with \n.
       new  bddda4d   XDR can be cleaned up during the callback, so double check if it isn't already cleaned up.
       new  1814a6f   Improved error reporting in tests.
       new  797c3ae   we do support xhr-streaming now
       new  9f3d762   Link
       new  ea977ee   Allow any protocol for cursors.
       new  a740559   Added forgotten whitespace.
       new  7486a34   Increase the jsonp timeout to 35 seconds.
       new  65213e8   Don't use setInterval, it's evil.
       new  f0a7ec1   Play with cacheability, etag instead of last-modified.
       new  712d4bc   There isn't any verbatim socketio code any more.
       new  288da4a   Tests moved to a separate directory
       new  8710bbf   Examples/tests moved into separated directory, node code included.
       new  f0b8cc8   Use makefile
       new  b5055b0   main.js --> index.js
       new  5afaaac   Merged two CS files with qunit tests to one.
       new  bbda223   Recompile on modification (make serve)
       new  3858aa8   Versioning, prepration for the first release
       new  5bdb09b   Release 0.0.0
       new  4e05668   Automate even more
       new  4bad618   Release 0.0.0-dirty
       new  a40364b   Few words of comment
       new  43108f6   There is not much value in releasing --pretty' builds
       new  140a129   Few more words
       new  b77f063   Apparently, the versioning is used in completely different way
       new  289a8f9   Few small improvements
       new  6deef24   More readme
       new  5e33419   Javascript does depend on the version file
       new  fd59839   Few more words in readme
       new  c8b6902   Version encoded in javascript shall be configurable
       new  ae20adc   We don't use package.json for releasing, so the version there doesn't matter, and it's only for npm sake.
       new  e53dad8   typo
       new  4b18856   Release 0.0.1
       new  7e3f2d9   Accept urls starting with '//' or '/'
       new  db6be97   Simplified running qunit tests.
       new  d832d67   We run a single server now.
       new  f9c2839   Deployed tests
       new  1a1ff95   Forgotten file, due to too wide .gitignore.
       new  42e5eb7   Set author in the json, even though it's not going to go to npm.
       new  8307d18   Advertise mailing list
       new  06099a6   Githubify markup
       new  0384cc4   Do accept cookies with CORS.
       new  9a44ed9   Better, more powerful configuration for tests.
       new  552ebce   Added changelog
       new  baff7f7   Release 0.0.2
       new  ceafdd6   Generic htmlfile support
       new  a442a6e   Activex IE version of htmlfile transport
       new  72bb384   Added second 'transports' table, it's close, but not identical to the first one
       new  117d904   Fixed bug in EventEmitter code, added some tests.
       new  c465aa8   New generic infrastructure to handle polling transports. Htmlfile transport refactored.
       new  9d4c178   IE doesn't support [].indexOf.
       new  cb5d983   In order to check if polling transport properly restarts connections, we need to send more data in tests (>128K).
       new  71c5aa2   Move EventSource transport to the generic polling infrastructure.
       new  296b2bf   New transport: xhr-streaming, it will duplicate functionality of xhr-polling for a moment.
       new  15a96ed   Don't run a EventEmitter callback if it's set to null
       new  aa01a43   No need for that, polluting is already done in the HtmlfileReceiver constructor.
       new  4242c27   It should be configurable whether XhrReceiver should use CORS-enabled ajax or not.
       new  1fa87b1   IE doesn't like peeking into responseText and status on readyState=3.
       new  dc7d7ca   Unified all XHR/XDR transports.
       new  4e44100   Helper to count a size of object.
       new  70dc2ff   In some circumstances the xhr during 'cleanup' is already nulled.
       new  3e3d843   Cosmetic.
       new  1e05664   Messages exchanged between main window and an iframe must be tagged with window_id - in order to identify a proper iframe.
       new  c6be65b   Do pass fourth parameter to the iframe-enabled transports - base_url.
       new  023cb6a   Enable chunking-detection for streaming protocols (with the exception of websockets).
       new  84a7944   Test a long utf message - to find if server is able to merge multiple packets without breaking utf.
       new  29ab08a   Chunking test shall work on opera.
       new  5e4ce6d   chunking detection needs to be within the loop. Maybe the whole loop should be made as a recursion some day.
       new  c898044   options.cookie may have one of three valid values: true,false or undefined.
       new  a8b80ce   We need bool, not a websocket object.
       new  0d49cfb   In opera (where xhr doesn't do cors), correctly pass errors back from chunking detection (close events).
       new  44a204d   Example/smoke tests revamped.
       new  37040c5   Tests for chunking detection.
       new  559a882   This package isn't npm-releasable, so devDependencies make more sense.
       new  bed27f5   Prevent re-running chunking due to timeout.
       new  795bc8a   In tests we use sockjs.chunkingTest with raw url, which may be empty string or slash. Normalize it before using.
       new  4a06440   In Safari 'EventSource' is an object, not a function. Make es detection more robust.
       new  5a57ad1   Wrong url tests take a long time and tend to break. Move them to the back, so they should be run in the end.
       new  68f1644   EventSource crashes chrome < 15 and safari when window is closed too quickly.
       new  656c1f6   Check if coffee is installed before running command. Prevents producing empty files when node isn't there.
       new  b46bf54   No need to run some tests twice.
       new  8b86bd3   Cosmetic, few words about deployment and load balancing.
       new  82a4c7c   Check if coffee is available before running it.
       new  028f084   Share options with the chunking test - for example 'devel' option affects iframe url (in opera).
       new  69c6259   cosmetic
       new  7625880   Make sure xhr is always aborted, even if user leaves the page.
       new  199aef0   Better error messages in tests, tweaked large_message test data.
       new  63bbecc   Release 0.0.4
       new  1f2d540   cosmetic
       new  04159e3   Don't run error in-flow, should be oob.
       new  5415288   Renamed sender js.
       new  a0b2a18   Delay sending messages by 25 ms, in order to make tests more stable.
       new  2d41835   cosmetic.
       new  df0588b   Instead of uploading loads  of data, we're in fact insterested mostly about the testing of messages from the server.
       new  9465a55   Readme tweaks.
       new  c878d31   Utils.delay
       new  ce4a8b9   Change directory before playing with npm
       new  ee5886e   addEventListener doesn't check if listener was already added
       new  d063426   Merge branch 'master' of github.com:majek/sockjs-client
       new  bef442b   Default config should be generic, not necessarily simple.
       new  fdf90ad   Edited README.md via GitHub
       new  6b10bae   Use new google groups interface
       new  7f44f51   strip trailing slashes in URL, to avoid possible double slashes after URL concatenation
       new  cdffefe   #7 cosmetic, code smell
       new  7d56af9   #7 closed, some tests
       new  a99b35c   Readme header.
       new  96875c8   Edited README.md via GitHub
       new  752db5c   Repo migrated
       new  1bde9be   A note on SockJS limitations
       new  ae3f32c   Link to the sockjs-ruby repo.
       new  33ecf6e   Hold on with advertising sockjs-ruby
       new  3f6de25   Add disabled-websocket-test
       new  0fae702   Merge branch 'master' of github.com:sockjs/sockjs-client
       new  8b3f88f   Be less verbose during tests.
       new  75198b9   Fix #8. Throw exception on missing url.
       new  2156584   Fix #13. Automatically convert data to string.
       new  2296591   Fix #14. Renamed `status` property to `code` on CloseEvent.
       new  d6b2e81   Tests should run with debug=true by default. Why not.
       new  a22c578   #14 support `wasClean` property on CloseEvent
       new  e72a691   #14 Forgot to update smoke tests.
       new  93949d9   Update example to use more idiomatic sockjs-node api.
       new  e1184f7   Idiomatic api now uses `createServer`
       new  8fe54e0   sockjs-node API refactoring continues.
       new  2896ab0   Add link to Erlang server
       new  5b324e5   Cosmetic: spotted by @dvv
       new  e140196   IE9 fires `onerror` event randomly. Let's delay it for a while to make sure that json really wasn't loaded.
       new  22cadaf   Updated Changelog
       new  049e61e   Clarify opening multiple SockJS connections using subdomains.
       new  ef639c5   Supply js named like `maj.min`.
       new  6579d41   Use sockjs from CDN
       new  a1174fc   cloudfront can do ssl
       new  3676281   Upload releases to cdn cloudfront
       new  13b61ab   Merge branch 'master' of github.com:sockjs/sockjs-client
       new  1d8e9c4   fixed s3cmd usage. running cfdelete is a very bad idea.
       new  b82cf39   Use more standard 'text/plain' rather than custom 't' type for xhr
       new  584379b   Introduce first go of utf encoding tests.
       new  7719c4e   Merge branch 'master' of github.com:sockjs/sockjs-client
       new  8e077dd   Cosmetic: reformatting
       new  0863dff   Tell something about utf-8 messup
       new  749f5f4   Release 0.1.0
       new  5cafb33   cosmetic: spurious quotation marks
       new  4ae29d8   use 0.1 instead of 0.0
       new  3a00f84   Advertise cross-domain streaming transports
       new  3d8e2b7   #21 Support the usual jsonp trick on ie9
       new  9a45211   Fix #18: start documentin browser quirks
       new  b796f67   Mention single-sockjs-connection limitation in the quirks section
       new  315eae7   Fix #26 - emit heartbeat event when heartbeat happens.
       new  4086bb3   Fix #27 - include license inline
       new  60ff719   Changelog
       new  951f2f3   Mention subdomaining possibility.
       new  ab507d7   #15 - mention inability to load SockJS in head as a limitation
       new  61ca770   #24 for all IE quirks - use feature detection to check if it supports streaming (during tests)
       new  d665b88   Release 0.1.1
       new  55d33ac   untabify
       new  def2b15   #29 - Add custom utils.quote and new test infrastructure for that
       new  97f8b91   A bit better implementation of random_number_string
       new  5cb07c2   Cosmetic
       new  4ab3e9f   Deployment: Clean build before tagging
       new  6b1fc25   Make sure there are no raw unicode characters in generated minified javascript
       new  8f4f6ef   Update uglifiy-js
       new  57cc1c5   Better tests for utf encoding
       new  15e0864   Fix #27 - use custom JSON quoting function
       new  e2a1a38   Deployment: watch the other directory also
       new  1feb09d   Escaping new lines is not exactly a good idea.
       new  a571c94   Issue #29 cosmetic: 'Lookup' is a better name
       new  6978850   #29 IE doesn't like \ufff0, escape it also.
       new  fc4f9dd   #29 Explain that we now support all unicode chars.
       new  e57caa6   Removing unused `minify.coffee` script
       new  bbc558a   Run both new unit tests and old tests from the main quinit test landing page
       new  cb24860   Don't duplicate amendUrl tests.
       new  98d604c   Preparing to run unit tests on testling.
       new  b9f6a2e   Remove spurious comment from generated minified js
       new  7354339   Cosmetic: indentation
       new  f12093f   Test all \u20XX chars
       new  20c0df3   Old Firefox has an interesting JSON encoder - encodes tab as \u0009 instead of \t
       new  9ec3c65   Move functions requiring dom from utils.js to dom.js
       new  0bdfb6d   Make the code shorter - use substr instead of array index.
       new  cd87dc5   Support new node. (@dvv)
       new  c94d271   Simplify makefile - coffeescript compilation of tests may be simpler
       new  6ad9e03   Framework for dom tests.
       new  9e9cbce   Make `make serve` twice faster - compile coffee before forking server process.
       new  81551eb   Test onunload and onmessage events - using an iframe.
       new  e7e69b2   One more test for amendUrl.
       new  2c8e351   Don't use console.log, use log instead. Reload iframe every time (ie: disable caching)
       new  3d7d994   Get document.domain trick/same origin policy work for ie7
       new  5f79354   Fix for Onunload not being triggered in ie7 and ie8.
       new  088f9e2   Run domtests with the normal quunit tests.
       new  33e5007   #28 Test onbeforeunload event
       new  872e87e   Abstract similar onunload and onbeforeunload tests
       new  c96c276   Actually, timeout of 0 works as well as 10.
       new  142e966   Don't start test onload, we want to test onload as well!
       new  c7759ee   iframe can be null in a timer
       new  038069a   #15 Some transports require document.body to exist - wait for onload
       new  36b73f0   #15 add tests
       new  2484869   Spurious header.
       new  7a4f7a5   #28 Introduce DocumentGuard, a singleton that knows more than document.readyState.
       new  fcef6bc   #28 Don't start a websocket connection if we're after beforeunload
       new  b0684a4   Cosmetic
       new  9addd9b   #28 Emit warning.
       new  ae0d450   Having a global `onmessage` function is a bad idea.
       new  b38021a   Cosmetic
       new  e013f71   updated changelog
       new  67af34f   Release 0.1.2
       new  818a9b4   Use the npm-installed coffee, rather than relying on a global coffee
       new  3e9a290   Dont forget to compile unittests.
       new  6928933   Merge branch 'master' into dev
       new  bb17c8b   Test server was moved out to sockjs-node
       new  fe049be   Cosmetic.
       new  cfbc265   Cosmetic.
       new  3ae88a3   changelog updates
       new  92e5678   Fix #34 - Don't reuse `session_id`.
       new  7ea8e5b   Cosmetic: Add links to `config.js` files.
       new  9b3321c   Don't test Unicode surrogates - it can't work against python sockjs server.
       new  c94c762   Advertise Lua/Tornado/Vert.x SockJS servers
       new  9e13cad   Merge branch 'master' into dev
       new  5a50c99   Fix #35 - forgot to json stringify/parse
       new  e447a6b   `arrSkip` util function
       new  8d84382   SockJS-node is not required any more
       new  ff53d0f   Cosmetic.
       new  0b8bef7   #36 Add info.js, a chunking-test.js replacement.
       new  20397de   #36 Remove chunking_test remains
       new  8846ff3   Cosmetic
       new  aea387d   #36 delay shall be called RTO
       new  25271b4   #36 It's possible to have empty options.info, during tests.
       new  cd61060   New infrastructure for AJAX/XHR/XDR plus tests
       new  8ac0d6d   More stable streaming test (first chunk can be smaller than 2049)
       new  437b476   cosmetic.
       new  e9031f9   Small security check for iframe.
       new  ab4b4f9   Cosmetic - additional null-ness checks
       new  544eba1   Make info working on Opera (ie: needs an iframe to do cross domain ajax)
       new  833bcf2   Timeout/delay/rto is dependent on number of rtt.
       new  7121b9b   Use new ajax machinery for info, fake info response on ie7
       new  70d993c   IE doens't have console.log
       new  c9959cd   Fighting with IE
       new  5e48fd9   utils2.js --> dom2.js
       new  c9d6650   Abstract creating of cors ajaxe objects
       new  d0348f8   Don't disable websockets during tests (when options.info are empty)
       new  c5daa78   Cosmetic
       new  6148122   Move xhr transports to new ajax infrastructure
       new  191fd7b   Drop old ajax creation methods, copy over some comments to new code.
       new  f78d642   Github changed the markdown format. Is that better?
       new  1d6d34d   Markdown: maybe 4 spaces?
       new  72299c1   Markdown: bold not italic
       new  1cbf147   New transport table.
       new  31db04a   Markdown: Let's try dagger instead of star. Multiline tables don't work
       new  4b126d6   Markdown: cosmetic, removed old tables
       new  ec1a8ea   Add a note about disabled websockets to readme.
       new  4775f9e   Cosmetic: _window instead of window
       new  5dac751   New protocol detection algorithm.
       new  ff5368f   Refactoring of ajax-based transports. All now use a common AjaxBasedTransport class.
       new  80d2da0   Separate xhr-polling from xdr-polling - new name for xdr transports.
       new  832ced3   Use new detectProtocols method to detect protocols.
       new  d1ab32a   Cosmetic: _window instead of window
       new  cce687a   In sender use passed XHR/XDR object, don't try go guess again.
       new  8d4b4ca   Drop automatical detection of xdr - createXHR exists no more.
       new  f699fe3   Fix the 2000 error on invalid paths. Now expect 1002.
       new  09d1153   Move utils object declaration up.
       new  16823a5   Cosmetic.
       new  76686f5   IE7 doesn't look at /info, thus returns different error (2000 not 1002)
       new  d2f21f7   Cosmetic: Moving tests around
       new  76fd5b7   Cosmetic: trans-xhr-streaming.js -> trans-xhr.js
       new  088df5a   Few more comments about jsonp.
       new  fafd649   Forgot to mention xdr-* transports in some html examples.
       new  5575615   Make it possible to override rtt.
       new  25312e5   Disabling just websockets is sometimes useful - for example cursors.
       new  db84a06   Jsonp only shows spinning cursor on send.
       new  fb6511d   Cosmetic: gray not grey (this upsets ie7)
       new  06cb7d5   Cosmetic.
       new  93cde9b   cosmetic: mention ie6
       new  6dbc237   For some reason turning off 'disabling' didn't work on ie7.
       new  2de45a4   Drop document_guard. Use onunload instead.
       new  650a4e9   Cosmetic: don't put </script verbatim in the javascript.
       new  33fcc89   API change - handle `protocols_whitelist` option instead of second parameter to the construcotr.
       new  9b1eabd   Set an 8 second timeout for xhr info requests.
       new  c7ed35a   Cosmetic: there is no fail(true) in qunit - use ok(false) instead
       new  3ade163   Cosmetic: different message for config disalbed  protocols
       new  e3b99c3   New test: close on close
       new  a5a1722   Rename smoke-throughput --> smoke-latency
       new  1311fa0   Changelog
       new  6f79eb4   Disable onbeforeunload test - it's not used any more.
       new  2cae394   Actually, xhr transports require preflight - two round trips
       new  d005c75   Cosmetic
       new  ee89722   Readme updated to 0.2
       new  a2fc734   Release 0.2.0
       new  295ba2c   I don't get it - makefile
       new  e21fd13   Release 0.2.0
       new  0dea902   cosmetic
       new  29921d3   Cosmetic - No need to hit the limit on every send - forgot to remove payload.
       new  c29db92   Cosmetic: rename isLocalUrl --> isSameOriginUrl
       new  3735a6a   Cosmetic: No need to verify window.ActiveXObject - we're already in try/catch block
       new  0b3f6c9   add getParentDomain() helper
       new  f6dd3c1   Bump core dependencies
       new  d566f76   Apparently \xFFFE and \xFFFF aren't valid unicode characters
       new  d67c678   Mention problems with file:// urls
       new  7637961   Change the semantics of info option a bit - extend not overwrite
       new  c970573   Typo fix
       new  b87dab0   Merge pull request #46 from nehresma/master
       new  53475fa   Update makefile to avoid build problems in the future
       new  915f2d4   Changelog
       new  0880e29   Merge branch 'master' into dev
       new  9914bf4   Release 0.2.1
       new  e6b1655   Further makefile tweaks
       new  6a5040a   Mention https in readme
       new  96eac01   Mention other sockjs related projects
       new  b2872c6   Updated jQuery to v1.7 to prevent event warnings from appearing in WebKit browsers.
       new  c20e412   Merge pull request #47 from cgbystrom/jquery-patch
       new  71b38f4   Mention SockJS behaviour on browsers blocking third party cookies.
       new  0be70ef   Link to the source about the connections per domain restriction.
       new  d628d4c   Fix #50 - fix bug in the isSameOriginUrl method
       new  83e0f2b   Mention raw websocket url in the readme
       new  050d5d9   Mention raw websocket url in the readme
       new  dc62b10   Merge branch 'master' into dev
       new  ca7b838   When clearing form.are in JSONP set it to empty string instead of null - Maple / Samsung doesn't like null value.
       new  88375e0   Fix #49 - Support for sockjs-client being used from pages served from file:// addresses
       new  429343b   #51 - try using XMLHttpRequest instead of XMLHTTP one
       new  8e97a4e   #28 - Handle onunload / onbeforeunload more robustly.
       new  d9ac473   Added description to package.json
       new  62791b7   #51 - IE10 should use xhr before xdr
       new  9596e11   sockjs/sockjs-protocol#28 - always pack the message in square brackets
       new  3af0b78   Fix #53 - AMD compliance
       new  8cdd295   Try to be more helpful and mention a bug in README.
       new  9a82917   Refuse SockJS urls with ? or # inside (query strings or hashes)
       new  b54d70f   Verify origin of the agent sending postMessage events
       new  9558c8d   Use different xhr object for local and for CORS ajax.
       new  51b3a47   Fix #55: don't leak iframe object, expose postMessage interface only
       new  6ea8409   Fix #57 - Opera adds iframe navigation to history
       new  1f56276   Note that non-SSL connection may not work from SSL-served page.
       new  df84799   Temporarily disable iframe tests - they are failing too often.
       new  4f8088a   Don't mention heroku, mention https Europe.
       new  a5a9896   Changelog
       new  698fb5a   Release 0.3.0
       new  e4d4dcd   #57 - another try - don't set the iframe src as it adds an element to history
       new  323c42d   Let the iframe / htmlfile code use our new unload_add hooks.
       new  99c36c4   #57 - Trigger cleanup also onbeforeunload, don't set iframe.src.
       new  3536557   Fix #60 - Opera 12 doesn't do xhr-streaming
       new  d3e704a   Suggest using SockJS 0.3 not 0.2
       new  e6aed77   Merge branch 'master' into dev
       new  ec5137d   Added IE 10, updated RFC6455 implementations
       new  939a0ef   Add license blocks to every file
       new  bf6a509   more ws rfc links
       new  da7a825   Note on Heroku
       new  e40ed39   Merge branch 'master' into dev
       new  d72bbd9   Fix #58 - increase the timeout for iframe
       new  47cba82   Merge branch 'dev' of github.com:sockjs/sockjs-client into dev
       new  6410982   #57 - don't test onunload in opera
       new  621ba30   Merge branch 'dev' of github.com:sockjs/sockjs-client into dev
       new  76ce309   #58 - Opening an ajax to a wrong dns results in a very long wait
       new  aff2c51   Fix #63 - delay xhr-streaming until onload
       new  b2fe9ab   Canceling SockJS before "info" exited caused an exception in IE.
       new  733f1da   Allow longer connection time for ws (roundtrips = 2)
       new  45b116a   Cosmetic: don't do alert, do utils.log
       new  c22bed0   Test for #61
       new  aa54697   Fix #61 - catch all was two lines too wide, whoops
       new  fd0c084   Changelog
       new  b5e19cf   Release 0.3.1
       new  842e72a   advertise sockjs-cyclone
       new  acc64bd   Mention SockJS-twisted
       new  fb3af83   Merge branch 'master' of github.com:sockjs/sockjs-client
       new  69cad31   Fix #77 - SockJS doesn't work from file:// urls
       new  0200879   Release 0.3.2
       new  ad805e8   Release 0.3.2
       new  3c8114d   mentin wai-sockjs
       new  2a1ca63   Poke tables
       new  0ebc68b   npm --dev doesn't behave
       new  a88ccb3   Don't use javascript: links
       new  3691997   There now is a SockJS-perl
       new  4a9bd07   Merge branch 'master' of github.com:sockjs/sockjs-client
       new  433cca6   #94 - SockJS is more stable over SSL
       new  7c85c6b   #90 - don't even catch onbeforeunload
       new  a7769b3   Work around another IE bug - 204 gets mangled to 1223
       new  c490091   it is impossible to cancel JSONP polling request - comprehend that
       new  06d07c9   updates to EventEmitter class (events -> _events, etc)
       new  0b6ee5d   introducing EventEmitter.on
       new  bc70bc2   make `new` optional
       new  1eb96e3   Update README.md
       new  9e3ff74   Update README.md
       new  10d2327   Mention @njoyce fork of sockjs-gevent
       new  e6489c8   Merge branch 'master' into dev-new
       new  5ab8769   Fix #66: failure to post data to /xhr_send should kill the session
       new  a6c9bc6   Cosmetic - Use local copy of window object
       new  558c632   Cosmetic - sockjs works better over ssl
       new  9b14ec3   Release 0.3.4
       new  5647a8e   changelog entry should be for sockjs-client, not node (via @glasser)
       new  d1321ae   Added lacking installation step for sockjs-node
       new  ec1632f   Make the condition on `this` more accurate. In principle it might run in a global context other than window.
       new  585ab93   Update README, goodbye sockjs-lua, hello sockjs-go!
       new  e900174   @nyarly updated SockJS-Ruby
       new  b1d3b55   Merge branch 'cons_without_new' of https://github.com/squaremo/sockjs-client
       new  78160f8   #97 - simplify tests
       new  d0bc7ec   #97 - okay, instanceof should be working in ie
       new  4b53da5   Mention the ietf/hybi email thread about WS over ssl stability
       new  3f7e5f4   Fix #74 - remove explicit port numbers from sockjs urls when not necessary (thanks to @nicholasbs)
       new  f42ea10   Update SockJS-Twisted link and promote to stable
       new  b154830   Merge pull request #126 from Fugiman/patch-1
       new  c6bb4a5   fix typo
       new  bd9ab80   fix typo
       new  52a4bfd   Merge pull request #132 from rmacy/patch-1
       new  6167ac8   Fixed duplicate variable.
       new  95f42a9   Merge pull request #135 from cgbystrom/patch-1
       new  d880b7f   Nope, live qunit tests aren't deployed any more, sorry.
       new  b3181bf   Accept a base URL (which can be relative) from /info.
       new  08dff35   Merge pull request #116 from sockjs/base-url-in-info
       new  28ac5c7   SockJS-Cyclone should be stable now
       new  c2737bd   Merge pull request #145 from flaviogrossi/master

The 453 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.


-- 
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