The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / lib @ b0c0111b

Name Size
_debugger.js 38.6 KB
_linklist.js 2.1 KB
assert.js 10.6 KB
buffer.js 30 KB
buffer_ieee754.js 3.69 KB
child_process.js 21.7 KB
cluster.js 14.9 KB
console.js 2.23 KB
constants.js 1.15 KB
crypto.js 4.9 KB
dgram.js 8.7 KB
dns.js 6.24 KB
domain.js 6.91 KB
events.js 7.05 KB
freelist.js 1.71 KB
fs.js 40.7 KB
http.js 49 KB
https.js 3.13 KB
module.js 14.1 KB
net.js 27.2 KB
os.js 2.04 KB
path.js 12.7 KB
punycode.js 13.8 KB
querystring.js 5.62 KB
readline.js 28.5 KB
repl.js 27.6 KB
stream.js 3.17 KB
string_decoder.js 4.91 KB
sys.js 1.23 KB
timers.js 6.57 KB
tls.js 35.6 KB
tty.js 3.83 KB
url.js 20 KB
util.js 14.3 KB
vm.js 2.07 KB
zlib.js 12.1 KB

Latest revisions

# Date Author Comment
b0c0111b 07/25/2012 04:38 PM isaacs

https: Use host header as effective servername

9eddaebb 07/25/2012 01:41 PM Nathan Rajlich

assert: remove unnecessary use of proto

AssertionError already inherits from Error above using util.inherits(),
so this extra line was redundant.

test/simple/test-assert.js already tests for `instanceof`, and still passes.

5809426d 07/24/2012 08:05 PM isaacs

net.js: lint

1513848f 07/24/2012 06:53 PM Ben Noordhuis

net: fix Socket({ fd: 42 }) api

Make the implementation match the documentation. This should work:

var s = new net.Socket({ fd: 42, allowHalfOpen: true };

And now it does.

e4c9c9f4 07/24/2012 06:36 PM isaacs

readline: Remove event listeners on close

Fix #3756

43a0c881 07/23/2012 07:55 AM Bert Belder

windows: correctly prep long path for fs.exists(Sync)

Closes GH-3739

e06b5d7a 07/23/2012 05:35 AM Brian White

http: remove duplicate assignments

Closes GH-3754

42c6952e 07/20/2012 02:07 PM Fedor Indutny

tls: pass linting

50122fed 07/20/2012 01:43 PM Fedor Indutny

tls: fix 'hostless' tls connection verification

And fix last failing tests

5950db19 07/20/2012 01:10 PM Fedor Indutny

tls: revert accidental API change

socket.authorizationError should always be string. Also make sni test
pass.

View revisions

Also available in: Atom