node/lib
Claudio Rodriguez 2fcefeeda0
dgram: refactor dgram to module.exports
Refactor dgram module to use the more efficient
module.exports = {} pattern.

PR-URL: https://github.com/nodejs/node/pull/11696
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Ron Korving <ron@ronkorving.nl>
2017-03-13 11:39:51 -04:00
..
internal url: remove invalid file protocol check 2017-03-13 11:18:59 -04:00
.eslintrc.yaml tools: rename eslintrc to an undeprecated format 2017-01-30 12:08:28 -05:00
_debug_agent.js lib: deprecate node --debug at runtime 2017-02-26 19:14:23 -05:00
_debugger.js util, debugger: remove internalUtil.error 2017-02-22 21:05:10 +01:00
_http_agent.js lib: remove unnecessary assignments with _extend 2017-02-22 21:05:20 +01:00
_http_client.js http: use direct parameters instead 2017-01-31 15:05:40 -06:00
_http_common.js http: optimize default method case 2017-01-18 22:05:25 -05:00
_http_incoming.js http: reuse existing headers array for raw values 2017-01-04 10:44:08 -06:00
_http_outgoing.js http: add new functions to OutgoingMessage 2017-02-27 21:50:31 -05:00
_http_server.js src: unconsume stream fix in internal http impl 2017-02-14 11:51:59 -05:00
_linklist.js lib: use emitWarning instead of printDeprecationMessage 2016-09-02 13:15:22 -07:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js tools: enforce linebreak after ternary operators 2017-01-04 10:44:04 -06:00
_stream_transform.js stream: improve stream error messages 2016-10-10 15:15:54 -07:00
_stream_wrap.js test,lib,benchmark: match function names 2016-10-20 09:32:45 -07:00
_stream_writable.js stream: avoid additional validation for Buffers 2017-01-27 08:11:47 -05:00
_tls_common.js crypto: freelist_max_len is gone in OpenSSL 1.1.0 2017-01-30 12:08:18 -05:00
_tls_legacy.js lib: remove unnecessary parameter for assertCrypto() 2017-01-27 08:12:04 -05:00
_tls_wrap.js tls: new tls.TLSSocket() supports sec ctx options 2017-02-25 11:14:36 -05:00
assert.js assert: apply minor refactoring 2017-02-25 11:24:34 -05:00
buffer.js buffer: refactor Buffer.prototype.inspect() 2017-03-05 23:24:30 +01:00
child_process.js lib: remove unnecessary assignments with _extend 2017-02-22 21:05:20 +01:00
cluster.js cluster: refactor module into multiple files 2017-01-30 12:08:44 -05:00
console.js console: name anonymous functions 2016-10-17 09:44:52 -07:00
constants.js constants: errors -> errno 2016-12-05 03:33:34 +01:00
crypto.js lib: remove unnecessary parameter for assertCrypto() 2017-01-27 08:12:04 -05:00
dgram.js dgram: refactor dgram to module.exports 2017-03-13 11:39:51 -04:00
dns.js dns: minor refactor of dns module 2017-03-05 23:28:39 +01:00
domain.js test,lib,benchmark: match function names 2016-10-20 09:32:45 -07:00
events.js domain,events: support non-object 'error' argument 2017-02-24 02:16:19 +01:00
fs.js fs: improve performance for sync stat() functions 2017-02-26 19:21:26 -05:00
http.js http: name anonymous functions in http 2016-10-18 21:10:38 -07:00
https.js url: allow use of URL with http.request and https.request 2017-01-30 12:08:37 -05:00
module.js module: fix loading from global folders on Windows 2017-03-13 11:38:40 -04:00
net.js net: allow missing callback for Socket.connect 2017-03-13 11:38:36 -04:00
os.js os: improve cpus() performance 2017-03-05 23:24:54 +01:00
path.js path: fallback to process cwd when resolving drive cwd 2016-09-29 11:14:49 -07:00
process.js
punycode.js lib: remove let from for loops 2016-10-06 11:51:53 -07:00
querystring.js url: fix surrogate handling in encodeAuth() 2017-02-21 21:14:24 -05:00
readline.js tools: enable one-var-declaration-per-line ESLint rule 2017-02-22 21:05:18 +01:00
repl.js tools: enable one-var-declaration-per-line ESLint rule 2017-02-22 21:05:18 +01:00
stream.js stream: move legacy to lib/internal dir 2017-02-14 11:51:47 -05:00
string_decoder.js string_decoder: fix bad utf8 character handling 2016-06-23 23:18:10 -04:00
sys.js lib: use emitWarning instead of printDeprecationMessage 2016-09-02 13:15:22 -07:00
timers.js timer,domain: maintain order of timer callbacks 2017-02-21 21:14:22 -05:00
tls.js lib: remove unnecessary parameter for assertCrypto() 2017-01-27 08:12:04 -05:00
tty.js tty: avoid oob warning in TTYWrap::GetWindowSize() 2017-02-22 21:05:22 +01:00
url.js url: use hasIntl instead of try-catch 2017-03-05 23:25:38 +01:00
util.js util: fix inspecting symbol key in string 2017-03-07 05:56:56 -06:00
v8.js lib,src: support values > 4GB in heap statistics 2017-01-27 08:11:44 -05:00
vm.js vm: refactor vm module 2017-02-22 20:54:31 +01:00
zlib.js zlib: fix linting recently-introduced lint error 2016-11-22 06:32:14 +01:00