You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yosef Dinerstein
d7c96cf289
tls: reduce memory overhead, reuse buffer
Instead of allocating a new 64KB buffer each time when checking if there is
something to transform, continue to use the same buffer. Once the buffer is
exhausted, allocate a new buffer. This solves the problem of huge allocations
when small fragments of data are processed, but will also continue to work
well with big pieces of data.
13 years ago
..
_debugger.js
repl: add a 'useColors' option to the repl
13 years ago
_linklist.js
Update copyright headers
14 years ago
assert.js
docs: correct the description of assert.ok()
13 years ago
buffer.js
buffer: align fast buffers on 8 byte boundary
13 years ago
buffer_ieee754.js
Fixed a lot of jslint errors.
14 years ago
child_process.js
child_process: emit 'channel closed' error instead of throwing
13 years ago
cluster.js
cluster: English language fixing
13 years ago
console.js
Fixes #1860. Remove process.writeError
14 years ago
constants.js
Update copyright headers
14 years ago
crypto.js
crypto: add function getDiffieHellman()
13 years ago
dgram.js
dgram: fix when we call .close() inside 'listening'
13 years ago
dns.js
Lint all the JavaScripts.
13 years ago
events.js
events: don't delete the listeners array in removeListener()
13 years ago
freelist.js
Update copyright headers
14 years ago
fs.js
[ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are strings
13 years ago
http.js
Emit end event only once
13 years ago
https.js
net, http, https: add localAddress option
13 years ago
module.js
No need to have NativeModule.require('fs') in Module._findPath()
13 years ago
net.js
net, http, https: add localAddress option
13 years ago
os.js
Lint all the JavaScripts.
13 years ago
path.js
Lint all the JavaScripts.
13 years ago
punycode.js
punycode: Update to v1.0.0
13 years ago
querystring.js
lint, missed in QS speed merge
13 years ago
readline.js
tty, readline: fix style errors
13 years ago
repl.js
repl: don't write a newline on the readline 'end' event
13 years ago
stream.js
Remove support for multi-source pipe()
13 years ago
string_decoder.js
Update copyright headers
14 years ago
sys.js
require('sys') now throws
13 years ago
timers.js
timers: handle negative or non-numeric timeout values
13 years ago
tls.js
tls: reduce memory overhead, reuse buffer
13 years ago
tty.js
tty: show deprecated warn of tty.setRawMode()
13 years ago
url.js
Ignore an empty port component when parsing URLs.
13 years ago
util.js
util: fix util.format() formatting of %%
13 years ago
vm.js
lint
13 years ago
zlib.js
zlib: don't use C++ templates
13 years ago