0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Justin Chase 8593b3e8eb module: use UNC paths when loading native addons
When using require to load a native addon the path must be converted
into a long path, otherwise the addon will fail to be loaded on
windows if the path is longer than 260 characters.

PR-URL: https://github.com/nodejs/node/pull/2965
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Benjamin Gruenbaum <inglor@gmail.com>
2015-10-05 22:09:51 +02:00
..
internal node: add -c|--check CLI arg to syntax check script 2015-10-03 21:58:38 +10:00
_debug_agent.js
_debugger.js debugger: use strict equality comparison 2015-08-26 13:22:55 -07:00
_http_agent.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
_http_client.js http: add checkIsHttpToken check for header fields 2015-09-25 08:37:57 -07:00
_http_common.js http: add checkIsHttpToken check for header fields 2015-09-25 08:37:57 -07:00
_http_incoming.js
_http_outgoing.js http: add comment about outputSize in res/server 2015-10-06 07:03:39 +11:00
_http_server.js http: add comment about outputSize in res/server 2015-10-06 07:03:39 +11:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_legacy.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
_tls_wrap.js stream_base: various improvements 2015-08-20 01:14:37 -07:00
assert.js
buffer.js buffer: don't set zero fill for zero-length buffer 2015-09-18 01:14:16 -06:00
child_process.js child_process: check execFile and fork args 2015-09-06 21:38:00 +10:00
cluster.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
console.js
constants.js
crypto.js streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
dgram.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
dns.js async_wrap: ensure all objects have internal field 2015-10-01 13:56:25 -06:00
domain.js
events.js events,lib: don't require EE#listenerCount() 2015-09-06 21:38:00 +10:00
freelist.js
fs.js fs: include filename in watch errors 2015-10-02 10:04:02 -04:00
http.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
https.js
module.js module: use UNC paths when loading native addons 2015-10-05 22:09:51 +02:00
net.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
os.js
path.js path: improve posixSplitPath performance 2015-09-25 08:28:26 -05:00
process.js
punycode.js
querystring.js
readline.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
repl.js repl: backslash bug fix 2015-09-22 16:43:14 +02:00
stream.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
string_decoder.js
sys.js
timers.js timer: ref/unref return self 2015-09-16 10:29:13 -07:00
tls.js tls: add --tls-cipher-list command line switch 2015-08-23 08:52:01 -07:00
tty.js
url.js
util.js util: optimize promise introspection 2015-09-30 23:43:16 +02:00
v8.js
vm.js
zlib.js