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 @ 4108c312

Name Size
_debugger.js 38.9 KB
_linklist.js 2.1 KB
_stream_duplex.js 2.41 KB
_stream_passthrough.js 1.6 KB
_stream_readable.js 23.6 KB
_stream_transform.js 7.11 KB
_stream_writable.js 9.67 KB
assert.js 10.6 KB
buffer.js 25 KB
child_process.js 26.1 KB
cluster.js 16.2 KB
console.js 3.16 KB
constants.js 1.15 KB
crypto.js 15.7 KB
dgram.js 10.9 KB
dns.js 6.34 KB
domain.js 6.35 KB
events.js 8.2 KB
freelist.js 1.71 KB
fs.js 44.2 KB
http.js 57.1 KB
https.js 3.57 KB
module.js 14.5 KB
net.js 32.4 KB
os.js 2.12 KB
path.js 13.9 KB
punycode.js 13.8 KB
querystring.js 5.56 KB
readline.js 29.5 KB
repl.js 28 KB
stream.js 3.49 KB
string_decoder.js 5.74 KB
sys.js 1.23 KB
timers.js 8.65 KB
tls.js 37.5 KB
tty.js 3.71 KB
url.js 21.3 KB
util.js 14.9 KB
vm.js 2.07 KB
zlib.js 12.4 KB

Latest revisions

# Date Author Comment
4108c312 04/07/2013 02:09 PM Tobias Müllerleile

tls: Re-enable check of CN-ID in cert verification

RFC 6125 explicitly states that a client "MUST NOT seek a match
for a reference identifier of CN-ID if the presented identifiers
include a DNS-ID, SRV-ID, URI-ID, or any application-specific
identifier types supported by the client", but it MAY do so if...

bd0d4581 04/05/2013 03:05 PM Rafael Garcia

stream: unused variable

ea4f0b4a 04/05/2013 03:05 PM Rafael Garcia

stream: remove vestiges of previous _transform API

88686aa4 04/03/2013 01:18 PM isaacs

http: Remove legacy ECONNRESET workaround code

Fix #5179

5902bc45 04/03/2013 12:56 PM Fedor Indutny

child_process: acknowledge sent handles

Fix race-condition when multiple handles are sent and SCM_RIGHTS
messages are gets merged by OS by avoiding sending multiple handles at
once!

fix #4885

4716dc66 04/03/2013 12:52 PM isaacs

assert: Simplify AssertError creation

234fb122 04/02/2013 12:34 PM isaacs

http client: Ensure socket cleanup on response end

If an http response has an 'end' handler that throws, then the socket
will never be released back into the pool.

Granted, we do NOT guarantee that throwing will never have adverse
effects on Node internal state. Such a guarantee cannot be reasonably...

164d5b34 04/01/2013 01:53 PM isaacs

tls: Destroy socket when encrypted side closes

The v0.8 Stream.pipe() method automatically destroyed the destination
stream whenever the src stream closed. However, this caused a lot of
problems, and was removed by popular demand. (Many userland modules...

e5b90a14 04/01/2013 06:30 AM Mitar

querystring: Removing unnecessary binding

Binding of `http_parser` in querystring isn't used anywhere and should
be removed.

55ea7ccf 03/30/2013 04:35 PM Nathan Rajlich

repl: use more readable RegExp syntax for spaces

This is just a cosmetic change really, nothing major.

View revisions

Also available in: Atom