0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Brian White 14c76f8671
http: misc cleanup and minor optimizations
PR-URL: https://github.com/nodejs/node/pull/6533
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2016-12-29 14:18:53 -05:00
..
internal buffer: allow Uint8Array input to methods 2016-12-21 07:48:14 +01:00
_debug_agent.js
_debugger.js
_http_agent.js
_http_client.js
_http_common.js http: misc cleanup and minor optimizations 2016-12-29 14:18:53 -05:00
_http_incoming.js http: reuse existing headers array for raw values 2016-12-29 14:18:49 -05:00
_http_outgoing.js http: misc cleanup and minor optimizations 2016-12-29 14:18:53 -05:00
_http_server.js http: misc cleanup and minor optimizations 2016-12-29 14:18:53 -05:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js tools: enforce linebreak after ternary operators 2016-12-22 20:27:59 -08:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tls: allow obvious key/passphrase combinations 2016-12-19 13:42:56 -08:00
_tls_legacy.js
_tls_wrap.js
.eslintrc
assert.js
buffer.js buffer: improve allocation performance 2016-12-27 14:57:06 -08:00
child_process.js child_process: improve input validation 2016-12-25 12:48:46 -05:00
cluster.js cluster: return worker reference from disconnect() 2016-12-19 09:46:31 -08:00
console.js
constants.js
crypto.js
dgram.js
dns.js
domain.js
events.js events: improve once() performance 2016-12-28 21:23:25 -05:00
fs.js fs: support Uint8Array input to methods 2016-12-26 10:08:42 +01:00
http.js
https.js
module.js
net.js
os.js
path.js
process.js
punycode.js
querystring.js
readline.js
repl.js repl: allow autocompletion for scoped packages 2016-12-22 22:03:39 -08:00
stream.js
string_decoder.js
sys.js
timers.js
tls.js
tty.js
url.js url: do not truncate long hostnames 2016-12-24 21:06:23 -08:00
util.js
v8.js
vm.js
zlib.js