Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: socketio/engine.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f83f596522ae69743108c80d0ea7e024e4eeefd
Choose a base ref
...
head repository: socketio/engine.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3f359048b4fc58094eecef17810b776f0c2d8ff
Choose a head ref

Commits on Dec 28, 2015

  1. Copy the full SHA
    391ce0d View commit details

Commits on Jan 5, 2016

  1. Upgrade ws to 1.0.1

    Closes #373
    dignifiedquire committed Jan 5, 2016
    Copy the full SHA
    f685cfd View commit details
  2. Merge pull request #374 from Dignifiedquire/ws-1.0.0

    Upgrade ws to 1.0.1
    rauchg committed Jan 5, 2016
    Copy the full SHA
    c891dd5 View commit details
  3. Release 1.6.5

    rauchg committed Jan 5, 2016
    Copy the full SHA
    847136e View commit details

Commits on Jan 8, 2016

  1. Release 1.6.6

    rauchg committed Jan 8, 2016
    Copy the full SHA
    619d579 View commit details

Commits on Jan 11, 2016

  1. Release 1.6.7

    rauchg committed Jan 11, 2016
    Copy the full SHA
    a31551e View commit details

Commits on Jan 17, 2016

  1. Copy the full SHA
    cd97c7f View commit details

Commits on Jan 18, 2016

  1. Merge pull request #377 from lpinca/gh-376

    polling: don't set the `closeTimeoutTimer` if the transport is upgraded
    rauchg committed Jan 18, 2016
    Copy the full SHA
    7a64e67 View commit details

Commits on Jan 21, 2016

  1. Copy the full SHA
    941a6eb View commit details
  2. add tests for graceful close

    nkzawa committed Jan 21, 2016
    Copy the full SHA
    1a98563 View commit details
  3. Merge pull request #378 from nkzawa/graceful-close

    Graceful server closing
    rauchg committed Jan 21, 2016
    Copy the full SHA
    87060b5 View commit details

Commits on Jan 25, 2016

  1. Release 1.6.8

    rauchg committed Jan 25, 2016
    Copy the full SHA
    83bee03 View commit details

Commits on Mar 4, 2016

  1. add gulp task runner

    add test to task.
    zweihan authored and digawp committed Mar 4, 2016
    Copy the full SHA
    d56e2e7 View commit details
  2. Copy the full SHA
    c27529c View commit details
  3. added babel integration

    paradite authored and digawp committed Mar 4, 2016
    Copy the full SHA
    ee54495 View commit details

Commits on Mar 6, 2016

  1. Copy the full SHA
    702e9d5 View commit details
  2. changed npm test script to use gulp

    AlexLMeow authored and digawp committed Mar 6, 2016
    Copy the full SHA
    77d18e7 View commit details
  3. Inline babel configuration

    digawp committed Mar 6, 2016
    Copy the full SHA
    f21a29b View commit details
  4. Copy the full SHA
    0dca4f3 View commit details
  5. Modify mocha option

    - timeout:2000 => slow:500 to mirror makefile
    - remove globals option as it is not used anymore
    digawp committed Mar 6, 2016
    Copy the full SHA
    5a11818 View commit details
  6. Copy the full SHA
    ec1b875 View commit details
  7. Copy the full SHA
    25269cd View commit details
  8. Copy the full SHA
    7e0dbfe View commit details

Commits on Mar 9, 2016

  1. Remove node 0.8 from travis

    digawp committed Mar 9, 2016
    Copy the full SHA
    292e058 View commit details

Commits on Mar 13, 2016

  1. Merge pull request #384 from nus-fboa2016-si/gulp-rebased

    Add gulp and babel
    rauchg committed Mar 13, 2016
    Copy the full SHA
    74b81d4 View commit details

Commits on Apr 11, 2016

  1. Copy the full SHA
    3aab14f View commit details

Commits on May 6, 2016

  1. Copy the full SHA
    aa1ee6f View commit details
  2. Copy the full SHA
    afb44ef View commit details
  3. Copy the full SHA
    41165e0 View commit details
  4. Document wsEngine option

    thanks to Alex Hultman
    kapouer committed May 6, 2016
    Copy the full SHA
    c50bff0 View commit details
  5. Copy the full SHA
    0b9d6dc View commit details
  6. Copy the full SHA
    6eba676 View commit details

Commits on May 7, 2016

  1. Copy the full SHA
    b11607f View commit details
  2. Copy the full SHA
    b7be8ec View commit details
  3. Copy the full SHA
    3e6addb View commit details
  4. Copy the full SHA
    0d1f487 View commit details

Commits on May 9, 2016

  1. uws@04.0

    kapouer committed May 9, 2016
    Copy the full SHA
    91dd49d View commit details
  2. Merge pull request #390 from kapouer/uws

    Option wsEngine or EIO_WS_ENGINE env var
    rauchg committed May 9, 2016
    Copy the full SHA
    d9dda2b View commit details

Commits on Jun 17, 2016

  1. upgrade accepts

    rauchg committed Jun 17, 2016
    1
    Copy the full SHA
    298cb6f View commit details

Commits on Jun 24, 2016

  1. Copy the full SHA
    17ec215 View commit details
  2. Release 1.6.10

    rauchg committed Jun 24, 2016
    Copy the full SHA
    184dec3 View commit details
  3. 1.6.10

    rauchg committed Jun 24, 2016
    Copy the full SHA
    1529d5a View commit details
  4. Copy the full SHA
    ead9dfe View commit details
  5. Copy the full SHA
    5457488 View commit details
  6. Release 1.6.11

    rauchg committed Jun 24, 2016
    Copy the full SHA
    10c4360 View commit details
  7. Merge branch '1.6.10-pre'

    rauchg committed Jun 24, 2016
    Copy the full SHA
    9663442 View commit details

Commits on Jul 13, 2016

  1. Adding nsp check to the build process

    Signed-off-by: Dave Henderson <dhenderson@gmail.com>
    hairyhenderson committed Jul 13, 2016
    Copy the full SHA
    7b34351 View commit details
  2. Bumping ws to 1.1.1 to address https://nodesecurity.io/advisories/120

    Signed-off-by: Dave Henderson <dhenderson@gmail.com>
    hairyhenderson committed Jul 13, 2016
    Copy the full SHA
    959c8be View commit details

Commits on Aug 4, 2016

  1. Copy the full SHA
    5301695 View commit details
  2. Copy the full SHA
    9bd8481 View commit details
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "standard",
"parser": "babel-eslint",
"rules": {
"yoda": 0,
"semi": [2, "always"],
"no-extra-semi": 2,
"semi-spacing": [2, { "before": false, "after": true }]
}
}
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

*Note*: for support questions, please use one of these channels: [stackoverflow](http://stackoverflow.com/questions/tagged/engine.io) or [slack](https://socketio.slack.com)

### You want to:

* [x] report a *bug*
* [ ] request a *feature*

### Current behaviour


### Steps to reproduce (if the current behaviour is a bug)


### Expected behaviour


### Setup
- OS:
- browser:
- engine.io version:

### Other information (e.g. stacktraces, related issues, suggestions how to fix)


18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

### The kind of change this PR does introduce

* [x] a bug fix
* [ ] a new feature
* [ ] an update to the documentation
* [ ] a code change that improves performance
* [ ] other

### Current behaviour


### New behaviour


### Other information (e.g. related issues)


2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
node_modules
npm-debug.log
coverage.html
lib-cov/
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sudo: false
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "4.0.0"

- "4"
- "6"
- "8"
- "9"
git:
depth: 1
notifications:
irc: "irc.freenode.org#socket.io"
Loading