0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Michaël Zasso 1e8d110e64 lib: port errors to new system
This is a first batch of updates that touches non-underscored modules in
lib.

PR-URL: https://github.com/nodejs/node/pull/19034
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2018-03-05 19:51:30 +01:00
..
fs fs: move fs.promises API to fs/promises 2018-02-17 10:15:20 +01:00
internal module: fix cyclical dynamic import 2018-03-05 12:17:51 -06:00
_http_agent.js http: allow _httpMessage to be GC'ed 2018-02-22 14:27:19 +00:00
_http_client.js http: emit timeout duration overflow warning sync 2018-03-04 21:55:21 +00:00
_http_common.js http: simplify checkInvalidHeaderChar 2018-02-16 19:27:28 +01:00
_http_incoming.js http: do not replace .read() in IncomingMessage 2018-02-27 12:26:40 +01:00
_http_outgoing.js http: OutgoingMessage.end() should return this 2018-02-19 08:59:32 +01:00
_http_server.js src: Remove lttng support. 2018-03-01 16:44:43 +00:00
_stream_duplex.js stream: add no-half-open enforcer only if needed 2018-03-04 13:30:20 +01:00
_stream_passthrough.js
_stream_readable.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
_stream_transform.js stream: delete unused code 2018-02-02 23:00:50 +01:00
_stream_wrap.js
_stream_writable.js stream: writable.end should return this. 2018-02-19 08:59:12 +01:00
_tls_common.js
_tls_wrap.js tls: better error message for socket disconnect 2018-03-04 12:43:13 +01:00
.eslintrc.yaml lib: add internal check macros 2018-03-05 08:35:44 -06:00
assert.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
async_hooks.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
buffer.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
child_process.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
cluster.js
console.js console: port errors to new system 2018-02-22 13:36:22 +00:00
constants.js
crypto.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
dgram.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
dns.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
domain.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
events.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
fs.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
http2.js
http.js
https.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
inspector.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
module.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
net.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
os.js lib,src: audit process.env in lib/ for setuid binary 2018-02-16 17:42:21 +01:00
path.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
perf_hooks.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
process.js
punycode.js
querystring.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
readline.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
repl.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
stream.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
string_decoder.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
sys.js
timers.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
tls.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
tty.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
url.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
util.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
v8.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
vm.js lib: port errors to new system 2018-03-05 19:51:30 +01:00
zlib.js lib: port errors to new system 2018-03-05 19:51:30 +01:00