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 @ fe464a2f

Latest revisions

# Date Author Comment
fe464a2f 06/20/2012 04:38 PM Ryan Dahl

Rename GYP variable node_use_system_openssl to be consistent

fbc2ad58 06/19/2012 08:01 PM isaacs

Merge branch 'v0.7.12-release'

3795d771 06/19/2012 06:53 PM Bert Belder

windows: `listen(pipe_name)` is not supported when running cluster

- Added a note to the cluster module documentation.
- Disabled test-cluster-http-pipe.

f105f2f2 06/19/2012 05:07 PM isaacs

trivial: Doc typo and lint fix

196207c2 06/18/2012 05:56 PM Trent Mick

node: remove unused flags and files

Drop vestigial `process.installPrefix`, `node --vars`, NODE_CFLAGS and
NODE_PREFIX.

Also removed unused node_config.h.in (replaced with config.gypi a while back).

c6185c84 06/15/2012 12:44 PM Ben Kelly

doc: Improve cross-linking in API docs markdown

Cross-link EventEmitter references in API docs to events.html

Fix broken cross-reference links with wrong anchor names in API docs.

283d735e 06/15/2012 01:17 AM isaacs

doc: Include zlib constants

e72addcf 06/14/2012 08:26 PM isaacs

event: Document the mutability of listeners()

c2c08196 06/14/2012 12:32 PM Andreas Madsen

cluster: rename worker.unqiueID to worker.id

e733dc3b 06/13/2012 03:24 PM isaacs

Fix #3388 Support listening on file descriptors

This implements server.listen({ fd: <filedescriptor> }). The fd should
refer to an underlying resource that is already bound and listening, and
causes the new server to also accept connections on it.

Not supported on Windows. Raises ENOTSUP.

View revisions

Also available in: Atom