The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / doc / api @ 83154aa1

Latest revisions

# Date Author Comment
83154aa1 01/24/2013 08:16 PM Sugendran Ganess

doc: Connecting debugger to existing node process

595b5974 01/24/2013 07:48 PM Andy Burke

Add bytesWritten to tls.CryptoStream

This adds a proxy for bytesWritten to the tls.CryptoStream. This
change makes the connection object more similar between HTTP and
HTTPS requests in an effort to avoid confusion.

See issue #4650 for more background information.

82f1d340 01/24/2013 11:47 AM Fedor Indutny

tls: make slab buffer's size configurable

see #4636

444bbd4f 01/24/2013 10:49 AM Raynos

streams: Support objects other than Buffers

We detect for non-string and non-buffer values in onread and
turn the stream into an "objectMode" stream.

If we are in "objectMode" mode then howMuchToRead will
always return 1, state.length will always have 1 appended...

3d286b68 01/23/2013 07:55 AM Trevor Norris

buffer: remove float write range checks

Removed range checks when writing float values, and removed a few
includes and defines. Also updated api docs to reflect that invalid 32
bit float is an unspecified behavior.

d5a59013 01/21/2013 10:17 PM Tim

doc: Fix syntax in cluster example code

33d22428 01/18/2013 04:18 PM Yi EungJun

doc: Add NODE_DEBUG env to the first example.

The first example in cluster.markdown requires NODE_DEBUG env to show
debug message.

And also fix the message because it was a little bit different with
the actual message.

ee2fd79e 01/18/2013 02:04 PM isaacs

doc: Remove mention of child.send 'track' option

Will be removed very soon. No point making it public.

4488a69f 01/17/2013 06:13 PM Fedor Indutny

child_process: do not keep list of sent sockets

Keeping list of all sockets that were sent to child process causes memory
leak and thus unacceptable (see #4587). However `server.close()` should
still work properly.

This commit introduces two options:

  • child.send(socket, { track: true }) - will send socket and track its status....
44cd121c 01/17/2013 06:13 PM Fedor Indutny

Revert "child_process: do not keep list of sent sockets"

This reverts commit db5ee0b3decace9b5d80ee535ce53183aff02909.

View revisions

Also available in: Atom