forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/v0.8'
Conflicts: configure deps/v8/build/common.gypi
- Loading branch information
Showing
6 changed files
with
189 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
category: release | ||
version: v0.9.3 | ||
date: Wed Oct 24 10:04:08 PDT 2012 | ||
slug: node-v0.9.3 | ||
title: Node v0.9.3 (Unstable) | ||
|
||
2012.10.24, Version 0.9.3 (Unstable) | ||
|
||
* V8: Upgrade to 3.13.7.4 | ||
|
||
* crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny) | ||
|
||
* crypto: add getHashes() and getCiphers() (Ben Noordhuis) | ||
|
||
* unix: add custom thread pool, remove libeio (Ben Noordhuis) | ||
|
||
* util: make `inspect()` accept an "options" argument (Nathan Rajlich) | ||
|
||
* https: fix renegotation attack protection (Ben Noordhuis) | ||
|
||
* cluster: make 'listening' handler see actual port (Aaditya Bhatia) | ||
|
||
* windows: use USERPROFILE to get the user's home dir (Bert Belder) | ||
|
||
* path: add platform specific path delimiter (Paul Serby) | ||
|
||
* http: add response.headersSent property (Pavel Lang) | ||
|
||
* child_process: make .fork()'d child auto-exit (Ben Noordhuis) | ||
|
||
* events: add 'removeListener' event (Ben Noordhuis) | ||
|
||
* string_decoder: Add 'end' method, do base64 properly (isaacs) | ||
|
||
* buffer: include encoding value in exception when invalid (Ricky Ng-Adam) | ||
|
||
* http: make http.ServerResponse no longer emit 'end' (isaacs) | ||
|
||
* streams: fix pipe is destructed by 'end' from destination (koichik) | ||
|
||
|
||
Source Code: http://nodejs.org/dist/v0.9.3/node-v0.9.3.tar.gz | ||
|
||
Macintosh Installer (Universal): http://nodejs.org/dist/v0.9.3/node-v0.9.3.pkg | ||
|
||
Windows Installer: http://nodejs.org/dist/v0.9.3/node-v0.9.3-x86.msi | ||
|
||
Windows x64 Installer: http://nodejs.org/dist/v0.9.3/x64/node-v0.9.3-x64.msi | ||
|
||
Windows x64 Files: http://nodejs.org/dist/v0.9.3/x64/ | ||
|
||
Linux 32-bit Binary: http://nodejs.org/dist/v0.9.3/node-v0.9.3-linux-x86.tar.gz | ||
|
||
Linux 64-bit Binary: http://nodejs.org/dist/v0.9.3/node-v0.9.3-linux-x64.tar.gz | ||
|
||
Solaris 32-bit Binary: http://nodejs.org/dist/v0.9.3/node-v0.9.3-sunos-x86.tar.gz | ||
|
||
Solaris 64-bit Binary: http://nodejs.org/dist/v0.9.3/node-v0.9.3-sunos-x64.tar.gz | ||
|
||
Other release files: http://nodejs.org/dist/v0.9.3/ | ||
|
||
Website: http://nodejs.org/docs/v0.9.3/ | ||
|
||
Documentation: http://nodejs.org/docs/v0.9.3/api/ | ||
|
||
Shasums: | ||
|
||
``` | ||
188b3ffacdc4342dc3c34e7ea8374acc3e186df0 node-v0.9.3-darwin-x64.tar.gz | ||
94ae90f06a5bf72bb6efa8053c0beefde21f8bd7 node-v0.9.3-darwin-x86.tar.gz | ||
ccb065fe242f15ffe35ecd7b22db33d11d6a5951 node-v0.9.3-linux-x64.tar.gz | ||
0febfb1c37a3560b0140f7f952042aa4b4712974 node-v0.9.3-linux-x86.tar.gz | ||
4362fdfefa0ed2985045883cea51ab802555c24c node-v0.9.3-sunos-x64.tar.gz | ||
f43b6ce2a5da3bb384f6c115826cd2fea5f4bc2c node-v0.9.3-sunos-x86.tar.gz | ||
ff6a7f8ff1a6d1af299a2702e09eec2cdfef474a node-v0.9.3-x86.msi | ||
d47f953ee97047e1202350db2b11fb880ce2809b node-v0.9.3.pkg | ||
34b7406e1da49bf0f0967e5a084157fdf8735078 node-v0.9.3.tar.gz | ||
d0829f57b8460807cf58b2154b16176ef68189b1 node.exe | ||
76007380d1f5cefd772b5890cd64f409ba85893e node.exp | ||
fbe95014f9f4e2c5a38bc67b75511683f4a17fa9 node.lib | ||
8c405af98ce922bf9bd82d29723aa343f3ca5488 node.pdb | ||
04c1dce1188f4c52adfda0bc8219c478ed6553a8 x64/node-v0.9.3-x64.msi | ||
fe6af3bd1405ecdef826a31a7c1333819aab4f3b x64/node.exe | ||
abc9afb5ac40276346072f85601bd1a9e5135856 x64/node.exp | ||
41622dce275f0f0f740485cca8d86ba3e63c884e x64/node.lib | ||
8c34040ba4aa916d13c8313514cf93f99f5e3e34 x64/node.pdb | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -651,7 +651,96 @@ var parseTests = { | |
'hash': '#abc', | ||
'pathname': '/a/b', | ||
'path': '/a/b?a=b' | ||
} | ||
}, | ||
|
||
'http://-lovemonsterz.tumblr.com/rss': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'host': '-lovemonsterz.tumblr.com', | ||
'hostname': '-lovemonsterz.tumblr.com', | ||
'href': 'http://-lovemonsterz.tumblr.com/rss', | ||
'pathname': '/rss', | ||
'path': '/rss', | ||
}, | ||
|
||
'http://-lovemonsterz.tumblr.com:80/rss': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'port': '80', | ||
'host': '-lovemonsterz.tumblr.com:80', | ||
'hostname': '-lovemonsterz.tumblr.com', | ||
'href': 'http://-lovemonsterz.tumblr.com:80/rss', | ||
'pathname': '/rss', | ||
'path': '/rss', | ||
}, | ||
|
||
'http://user:[email protected]/rss': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'auth': 'user:pass', | ||
'host': '-lovemonsterz.tumblr.com', | ||
'hostname': '-lovemonsterz.tumblr.com', | ||
'href': 'http://user:[email protected]/rss', | ||
'pathname': '/rss', | ||
'path': '/rss', | ||
}, | ||
|
||
'http://user:[email protected]:80/rss': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'auth': 'user:pass', | ||
'port': '80', | ||
'host': '-lovemonsterz.tumblr.com:80', | ||
'hostname': '-lovemonsterz.tumblr.com', | ||
'href': 'http://user:[email protected]:80/rss', | ||
'pathname': '/rss', | ||
'path': '/rss', | ||
}, | ||
|
||
'http://_jabber._tcp.google.com/test': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'host': '_jabber._tcp.google.com', | ||
'hostname': '_jabber._tcp.google.com', | ||
'href': 'http://_jabber._tcp.google.com/test', | ||
'pathname': '/test', | ||
'path': '/test', | ||
}, | ||
|
||
'http://user:pass@_jabber._tcp.google.com/test': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'auth': 'user:pass', | ||
'host': '_jabber._tcp.google.com', | ||
'hostname': '_jabber._tcp.google.com', | ||
'href': 'http://user:pass@_jabber._tcp.google.com/test', | ||
'pathname': '/test', | ||
'path': '/test', | ||
}, | ||
|
||
'http://_jabber._tcp.google.com:80/test': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'port': '80', | ||
'host': '_jabber._tcp.google.com:80', | ||
'hostname': '_jabber._tcp.google.com', | ||
'href': 'http://_jabber._tcp.google.com:80/test', | ||
'pathname': '/test', | ||
'path': '/test', | ||
}, | ||
|
||
'http://user:pass@_jabber._tcp.google.com:80/test': { | ||
'protocol': 'http:', | ||
'slashes': true, | ||
'auth': 'user:pass', | ||
'port': '80', | ||
'host': '_jabber._tcp.google.com:80', | ||
'hostname': '_jabber._tcp.google.com', | ||
'href': 'http://user:pass@_jabber._tcp.google.com:80/test', | ||
'pathname': '/test', | ||
'path': '/test', | ||
}, | ||
|
||
}; | ||
|
||
for (var u in parseTests) { | ||
|