Commit Graph

7697 Commits

Author SHA1 Message Date
whattokingu
abcedf53ec Merge pull request #6 from whattokingu/queryStringFix
sync to master branch
2016-01-31 11:23:02 +08:00
Zheng Weihan
24456fdcbe Merge branch 'master' into queryStringFix
* master:
  Release 1.4.5
  package: bump `engine.io`
  add a test for graceful shutdown
2016-01-31 11:21:30 +08:00
whattokingu
017d04cf24 Merge pull request #5 from whattokingu/queryStringFix
sync to master branch
2016-01-31 11:18:38 +08:00
Zheng Weihan
fcb176b1d5 Merge commit '5fe7373610ef92de0d34b44d503c22cab5712c8d' into queryStringFix
* commit '5fe7373610ef92de0d34b44d503c22cab5712c8d':
  Release 1.4.5
  package: bump `engine.io-client`
2016-01-31 11:15:47 +08:00
Yijin
380fe6ef9c see prev commit 2016-01-31 10:36:14 +08:00
Yijin
3eb429b71d removed dynamic dep versions 2016-01-31 10:32:26 +08:00
whattokingu
eb2c3fca5e Merge pull request #4 from whattokingu/gulp-build
Remove Dynamic Dependencies
2016-01-31 10:20:30 +08:00
Zheng Weihan
ee72188f6d remove dynamic dependencies. 2016-01-31 10:18:14 +08:00
Pedro Narciso García Revington
25116ab179 test node 5 (stable) 2016-01-30 21:53:04 +01:00
Yijin
f85b7e2c85 merge gulp into webpack 2016-01-30 14:16:15 +08:00
Yijin
fad7e5b450 Merge remote-tracking branch 'remotes/origin/webpack' into gulp 2016-01-30 14:02:42 +08:00
Yijin
9079369603 cleaned up gulpfile testing for zuul 2016-01-30 14:01:44 +08:00
Yijin
4d155e7efd updated npm test script 2016-01-30 13:38:50 +08:00
whattokingu
d0c56ccea5 Merge pull request #3 from whattokingu/gulp-build
Added gulp task to run zuul.
2016-01-30 13:38:22 +08:00
Zheng Weihan
fe3837c9f6 change npm test in package to use gulp instead of make 2016-01-30 13:37:44 +08:00
Yijin
b68b5deb8c capture test-zuul output to console 2016-01-30 13:35:42 +08:00
Zheng Weihan
fdef60a24e added new task to run zuul.
added a test function to replicate the same task in makefile.
2016-01-30 13:29:34 +08:00
Zhu Liang
a116d52e30 updated express version to express 4 2016-01-30 11:57:31 +08:00
whattokingu
cecf5f127e Merge pull request #5 from whattokingu/documentation
Added Documentation
2016-01-30 11:31:11 +08:00
Zheng Weihan
1c467e15e6 Issue #2400, added documentation 2016-01-30 11:28:40 +08:00
whattokingu
a110542563 Merge pull request #4 from whattokingu/queryStringFix
Fix for Issue #331 on socket.io-client
2016-01-30 10:16:19 +08:00
whattokingu
35ad21f785 Merge pull request #2 from whattokingu/queryStringFix
Fix for Issue #331
2016-01-30 10:12:08 +08:00
Zhu Liang
aad48e7c49 disable compact by default, enabled browserify 2016-01-30 10:03:36 +08:00
Diga Widyaprana
e209f5942c Rename webpack output file 2016-01-30 10:01:03 +08:00
Michael Limantara
3ddacd9fc1 Swap the order of babel and webpack 2016-01-30 09:58:33 +08:00
Zhu Liang
57e94f8e2a disable compact by default 2016-01-30 09:55:06 +08:00
Zhu Liang
ad8b6e2784 Merge branch 'webpack' of github.com:nus-fboa2016-si/engine.io-client into webpack 2016-01-30 09:51:07 +08:00
Diga Widyaprana
13331c5901 Add build-webpack to build with webpack 2016-01-30 09:50:33 +08:00
Zheng Weihan
7d55724468 refactor parsing of URL in CONNECT packet to use 'url' library. 2016-01-30 09:47:28 +08:00
Diga Widyaprana
f59dfb9516 Merge remote-tracking branch 'origin/gulp' into webpack
Conflicts:
	gulpfile.js
2016-01-29 20:21:23 +08:00
Ben Ripkens
aa2e57acc7 Avoid memory leaks by remove event arrays
When subscribing and then unsubscribing from many different types of events,
it can be observed that the `Emitter._callbacks` object starts to grow.
This happens because, when unsubscribing, the event specific event array
is not removed when the last subscriber unsubscribes.
2016-01-29 11:18:01 +01:00
Zheng Weihan
1d84c55743 fix to issue #331 on socket.o-client.
Parses CONNECT packet for query string and replaces query in socket.handshake.
2016-01-28 14:40:05 +08:00
Zheng Weihan
75467cd069 Issue #331, attach query string to CONNECT packets for secondary namespaces. 2016-01-28 14:34:00 +08:00
Yijin
90c3f45abb finish base gulp file 2016-01-28 13:47:59 +08:00
Diga Widyaprana
61d3d1dc03 Merge branch 'babel' into webpack 2016-01-28 13:30:18 +08:00
Zhu Liang
1980cf9926 added gulp-babel dependency 2016-01-28 13:29:33 +08:00
Michael Limantara
0fc23f175c Integrate webpack and babel in gulpfile.js and change gulp task to build-webpack 2016-01-28 13:23:50 +08:00
Diga Widyaprana
46ae3e601e Remove webpack to devDependencies instead 2016-01-28 13:14:39 +08:00
Michael Limantara
01b5279c4a Merge branch 'babel' into webpack 2016-01-28 13:09:08 +08:00
Diga Widyaprana
3c98132c06 Rearrange package.json to minimize diff 2016-01-28 12:54:21 +08:00
Zhu Liang
141b9e80e9 merged fixed package.json
Merge branch 'gulp' into babel
2016-01-28 12:49:15 +08:00
Zhu Liang
951a5c9502 added babel 2016-01-28 12:47:28 +08:00
Diga Widyaprana
85d1ff2a69 Make build using webpack instead of browserify 2016-01-28 12:47:23 +08:00
Diga Widyaprana
2587782443 Test build is done using webpack instead of browserify 2016-01-28 12:47:23 +08:00
Diga Widyaprana
cd06f4c043 Add webpack to package.json 2016-01-28 12:47:23 +08:00
Yijin
bb2d7059bf fix parsing error from comment 2016-01-28 12:44:50 +08:00
Zhu Liang
045e46c4b4 Merge branch 'gulp' into babel 2016-01-28 12:32:14 +08:00
Zhu Liang
4f11a97166 added babel config file 2016-01-28 12:32:10 +08:00
Leow Yijin
b9cbe1c52c Merge pull request #1 from YijinL/gulp
Gulp
2016-01-28 12:30:44 +08:00
Yijin
41ab0b4ccd left with zuul and istanbul undone 2016-01-28 00:59:18 +08:00