[Pkg-javascript-commits] [node-ws] branch master updated (5eac2c4 -> f8fac77)
Ximin Luo
infinity0 at pwned.gg
Mon Mar 30 02:37:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0-guest pushed a change to branch master
in repository node-ws.
from 5eac2c4 Release
new 18e194e Imported Upstream version 0.7.1
new 1f3e898 Merge tag 'upstream/0.7.1'
new 74ce6a3 update changelog
new 2b333b1 add uscan repacking script to pull in dependencies that have no chance of becoming a Debian package
new 5f88f36 Imported Upstream version 0.7.1+ds1.3777b1d7
new 8fe1136 Merge tag 'upstream/0.7.1+ds1.3777b1d7'
new 63d8f5c update changelog
new 0b68ba0 update patches
new 1d19f2f update rules
new f8fac77 update misc: copyright, control, watch, gitignore
The 10 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:
History.md | 312 -------------------
Makefile | 2 +-
README.md | 182 ++++++-----
bin/wscat | 148 ++++-----
binding.gyp | 24 +-
debian/.gitignore | 1 +
debian/changelog | 7 +
debian/control | 2 +-
debian/copyright | 13 +-
debian/patches/include_options | 94 ------
debian/patches/only-use-native | 4 +-
debian/patches/rm-redundant-legacy-include | 23 +-
debian/patches/series | 1 -
debian/rules | 6 +-
debian/uscan | 104 +++++++
debian/watch | 4 +-
debian/watch.bufferutil | 3 +
debian/watch.options.js | 3 +
debian/watch.ultron | 3 +
debian/watch.utf-8-validate | 3 +
debian/watch.wscat | 3 +
dependency.versions | 5 +
doc/ws.md | 39 ++-
examples/serverstats/server.js | 2 +-
index.js | 47 ++-
lib/BufferUtil.js | 13 +-
lib/Extensions.js | 70 +++++
lib/PerMessageDeflate.js | 289 ++++++++++++++++++
lib/Receiver.js | 199 +++++++++---
lib/Sender.hixie.js | 2 +
lib/Sender.js | 102 ++++++-
lib/Validation.js | 13 +-
lib/WebSocket.js | 471 +++++++++++++++++++----------
lib/WebSocketServer.js | 42 ++-
node_modules/options/index.js | 86 ++++++
node_modules/ultron/index.js | 125 ++++++++
package.json | 33 +-
src/bufferutil.cc | 12 +-
src/validation.cc | 13 +-
test/Extensions.test.js | 53 ++++
test/PerMessageDeflate.test.js | 267 ++++++++++++++++
test/Receiver.test.js | 62 +++-
test/Sender.test.js | 53 +++-
test/WebSocket.test.js | 219 +++++++++++++-
test/WebSocketServer.test.js | 178 +++++++++--
test/testserver.js | 5 +-
46 files changed, 2431 insertions(+), 911 deletions(-)
delete mode 100644 History.md
delete mode 100644 debian/patches/include_options
create mode 100755 debian/uscan
create mode 100644 debian/watch.bufferutil
create mode 100644 debian/watch.options.js
create mode 100644 debian/watch.ultron
create mode 100644 debian/watch.utf-8-validate
create mode 100644 debian/watch.wscat
create mode 100644 dependency.versions
create mode 100644 lib/Extensions.js
create mode 100644 lib/PerMessageDeflate.js
create mode 100644 node_modules/options/index.js
create mode 100644 node_modules/ultron/index.js
create mode 100644 test/Extensions.test.js
create mode 100644 test/PerMessageDeflate.test.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ws.git
More information about the Pkg-javascript-commits
mailing list