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.
Ben Noordhuis
e8c01739cd
doc: document linux pwrite() bug
On Linux, positional writes don't work when the file is opened in
append mode. The kernel ignores the position argument and always
appends the data to the end of the file.
To quote the man page:
POSIX requires that opening a file with the O_APPEND flag should have
no affect on the location at which pwrite() writes data. However, on
Linux, if a file is opened with O_APPEND, pwrite() appends data to the
end of the file, regardless of the value of offset.
12 years ago
..
_toc.markdown
doc: put API table of contents in alphabetical order
12 years ago
addons.markdown
doc: addon: fix grammar
12 years ago
all.markdown
doc: remote the "recommended modules" section
13 years ago
assert.markdown
doc: update assert.doesNotThrow() docs
13 years ago
buffer.markdown
buffer: strip high bits when converting to ascii
12 years ago
child_process.markdown
doc: child_process: document 'error' event
12 years ago
cluster.markdown
cluster: Rename destroy() to kill(signal=SIGTERM)
12 years ago
crypto.markdown
crypto: make getCiphers() return non-SSL ciphers
12 years ago
debugger.markdown
doc: debugger, dns, http: fix grammar
12 years ago
dgram.markdown
doc: change dgram to socket for properties of dgram.Socket
12 years ago
dns.markdown
doc: debugger, dns, http: fix grammar
12 years ago
documentation.markdown
doc: modify documentation style about 'Stability: 5'
12 years ago
domain.markdown
Ensure BAD domain example actually uses domain
12 years ago
events.markdown
doc: events: add 'removeListener' event section
12 years ago
fs.markdown
doc: document linux pwrite() bug
12 years ago
globals.markdown
doc: remove broken require.extensions example
12 years ago
http.markdown
doc: Correct caveats for http Readables
12 years ago
https.markdown
doc: https: Fix the link to tls.connect
12 years ago
index.markdown
Remove util.print from docs
14 years ago
modules.markdown
node: remove unused flags and files
13 years ago
net.markdown
Merge remote-tracking branch 'ry/v0.8' into master
12 years ago
os.markdown
os: rename tmpDir() to tmpdir() for consistency
12 years ago
path.markdown
doc: path.join() arguments must be strings
12 years ago
process.markdown
doc: mention `process.*.isTTY` under `process`
12 years ago
punycode.markdown
doc: add punycode.js documentation
13 years ago
querystring.markdown
Merge remote-tracking branch 'ry/v0.6' into v0.6-merge
13 years ago
readline.markdown
docs: update var names in readline docs to be consistent
13 years ago
repl.markdown
doc: add prompt to fix repl_test.js example
12 years ago
stdio.markdown
doc: document that stdio is usually blocking
12 years ago
stream.markdown
doc: fix streams2 SimpleProtocol example
12 years ago
string_decoder.markdown
string_decoder: Add 'end' method, do base64 properly
12 years ago
synopsis.markdown
doc refactor: synopsis
13 years ago
timers.markdown
doc: add setImmediate execute timing description
12 years ago
tls.markdown
crypto: make getCiphers() return non-SSL ciphers
12 years ago
tty.markdown
doc: fix formatting in tty.markdown
12 years ago
url.markdown
doc: add url.resolve() usage examples
12 years ago
util.markdown
Merge remote-tracking branch 'origin/v0.8'
12 years ago
vm.markdown
docs: add warning to vm module docs
13 years ago
zlib.markdown
zlib: Manage flush flags appropriately
12 years ago