node/lib
Ben Noordhuis e0240ab592 child_process: use /system/bin/sh on android
`/bin/sh` does not exist on Android but `/system/bin/sh` does.

PR-URL: https://github.com/nodejs/node/pull/6745
Refs: https://github.com/nodejs/node/pull/6733
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
2016-05-17 08:52:48 -05:00
..
internal src,lib: minor --debug-brk cleanup 2016-05-17 08:42:15 -05:00
.eslintrc tools: add buffer-constructor eslint rule 2016-03-18 17:05:18 -07:00
_debug_agent.js lib: refactor code with startsWith/endsWith 2016-03-23 15:58:52 +02:00
_debugger.js debugger: display array contents in repl 2016-05-03 20:20:40 -04:00
_http_agent.js https: fix ssl socket leak when keepalive is used 2016-03-17 14:32:49 +02:00
_http_client.js http: skip body and next message of CONNECT res 2016-04-26 12:16:20 -07:00
_http_common.js http: skip body and next message of CONNECT res 2016-04-26 12:16:20 -07:00
_http_incoming.js http: remove old, confusing comment 2016-02-15 07:52:21 -08:00
_http_outgoing.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
_http_server.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js events: add prependListener() and prependOnceListener() 2016-04-26 12:16:33 -07:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js doc: make writable.setDefaultEncoding() return this 2016-05-03 20:20:38 -04:00
_tls_common.js
_tls_legacy.js lib: replace legacy uses of __defineGetter__ 2016-05-17 08:39:13 -05:00
_tls_wrap.js net: introduce Socket#connecting property 2016-05-03 20:20:30 -04:00
assert.js assert: allow circular references 2016-05-03 20:20:36 -04:00
buffer.js buffer: safeguard against accidental kNoZeroFill 2016-04-26 12:16:43 -07:00
child_process.js child_process: use /system/bin/sh on android 2016-05-17 08:52:48 -05:00
cluster.js cluster: remove use of bind() in destroy() 2016-05-03 20:20:41 -04:00
console.js console: timeEnd() with no label emits warning 2016-04-26 12:16:38 -07:00
constants.js
crypto.js lib: replace legacy uses of __defineGetter__ 2016-05-17 08:39:13 -05:00
dgram.js dgram: pass null as error on successful send() 2016-03-28 09:47:13 -04:00
dns.js dns: Use object without protoype for map 2016-03-22 11:13:03 -07:00
domain.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
events.js events: pass the original listener added by once 2016-05-03 20:20:35 -04:00
fs.js buffer: add Buffer.allocUnsafeSlow(size) 2016-04-26 12:16:07 -07:00
http.js
https.js crypto: fail early when loading crypto without openssl 2016-03-23 10:34:40 -07:00
module.js src,module: add --preserve-symlinks command line flag 2016-05-17 08:52:27 -05:00
net.js net: introduce Socket#connecting property 2016-05-03 20:20:30 -04:00
os.js os: add userInfo() method 2016-04-26 12:16:00 -07:00
path.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
process.js
punycode.js
querystring.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
readline.js repl: copying tabs shouldn't trigger completion 2016-05-17 08:52:13 -05:00
repl.js repl: exports Recoverable 2016-05-17 08:51:31 -05:00
stream.js
string_decoder.js doc: use Buffer.from() instead of new Buffer() 2016-05-03 20:20:31 -04:00
sys.js
timers.js timers: fixing API refs to use safe internal refs 2016-03-28 16:18:14 -07:00
tls.js benchmark,test,lib: remove extra spaces 2016-05-17 08:01:12 -05:00
tty.js Revert "tty: don't read from console stream upon creation" 2016-03-29 10:21:46 -05:00
url.js url: drop auth in url.resolve() if host changes 2016-04-26 12:16:39 -07:00
util.js tools: lint for object literal spacing 2016-05-17 08:16:09 -05:00
v8.js
vm.js
zlib.js zlib: fix use after null when calling .close 2016-04-26 12:16:18 -07:00