You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gireesh Punathil
ae1f6fd03a
fs: re-enable watch facility in AIX
On AIX, watch feature depends on AHAFS based Event infrastructure.
While in principle the watch use case is same across platforms, there
are subtle differences in the way AIX deals with this, with few
behavioral changes (external).
This commit addresses an assertion failure on folder watch, enabling the
AIX code for watch feature which was masked under a macro, open up
relevant test cases, skip tests which comes under the AIX limitation,
and make the document changes as appropriate.
Refs: https://github.com/nodejs/node/pull/11094
Refs: https://github.com/nodejs/node/issues/5085
PR-URL: https://github.com/nodejs/node/pull/10085
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
8 years ago
..
_toc.md
doc: subdivide TOC, add auxiliary links
9 years ago
addons.md
doc: improve consistency in documentation titles
8 years ago
all.md
doc: git mv to .md
9 years ago
assert.md
doc: remove superfluous sample assert code
8 years ago
buffer.md
doc: fix encoding string in buffer example
8 years ago
child_process.md
doc: change Mac OS X to macOS
8 years ago
cli.md
process: add NODE_NO_WARNINGS environment variable
8 years ago
cluster.md
cluster: return worker reference from disconnect()
8 years ago
console.md
doc: for style, remove "isn't" contraction
8 years ago
crypto.md
crypto: return `this` in setAuthTag/setAAD
8 years ago
debugger.md
doc: for style, remove "isn't" contraction
8 years ago
dgram.md
doc: correct and complete dgram's Socket.bind docs
8 years ago
dns.md
dns: implement {ttl: true} for dns.resolve6()
8 years ago
documentation.md
doc: change Mac OS X to macOS
8 years ago
domain.md
doc: for style, remove "isn't" contraction
8 years ago
errors.md
tools: enable no-useless-return eslint rule
8 years ago
events.md
doc: var -> let / const in events.md
8 years ago
fs.md
fs: re-enable watch facility in AIX
8 years ago
globals.md
doc: for style, remove "isn't" contraction
8 years ago
http.md
doc: response.write ignores body in some cases
8 years ago
https.md
doc: modernize and fix code examples in https.md
8 years ago
index.md
doc: git mv to .md
9 years ago
modules.md
doc: modernize and fix code examples in modules.md
8 years ago
net.md
doc: fix confusing reference in net.md
8 years ago
os.md
doc: change Mac OS X to macOS
8 years ago
path.md
doc: path functions ignore trailing slashes
8 years ago
process.md
doc: fix typo in doc/api/process.md
8 years ago
punycode.md
doc: improve consistency in documentation titles
8 years ago
querystring.md
doc: unify spaces in a querystring.md code example
8 years ago
readline.md
doc: fix an unclear wording in readline.md
8 years ago
repl.md
doc: document argument variant in the repl.md
8 years ago
stream.md
tools: enable no-useless-return eslint rule
8 years ago
string_decoder.md
doc: improve consistency in documentation titles
8 years ago
synopsis.md
doc: various documentation formatting fixes
9 years ago
timers.md
timers: unlock the timers API
8 years ago
tls.md
tls: new tls.TLSSocket() supports sec ctx options
8 years ago
tty.md
doc: add some info on `tty#setRawMode()`
8 years ago
url.md
doc: clarify slashes-appending in url module
8 years ago
util.md
doc: add single arg scenario for util.format
8 years ago
v8.md
doc: strip trailing whitespace
8 years ago
vm.md
doc: add note that vm module is not a security mechanism
8 years ago
zlib.md
doc: add links for zlib convenience methods
8 years ago