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 @ 8886c6bf

Latest revisions

# Date Author Comment
8886c6bf 05/14/2013 05:15 PM Timothy J Fontaine

dns: add getServers and setServers

getServers returns an array of ips that are currently being used for
resolution

setServers takes an array of ips that are to be used for resolution,
this will throw if there's invalid input but preserve the original
configuration

e72cd415 05/13/2013 03:31 PM Ben Noordhuis

cluster: use round-robin load balancing

Empirical evidence suggests that OS-level load balancing (that is,
having multiple processes listen on a socket and have the operating
system wake up one when a connection comes in) produces skewed load
distributions on Linux, Solaris and possibly other operating systems....

bdc58811 05/13/2013 02:13 PM Bert Belder

Merge branch 'v0.10'

Conflicts:
tools/test.py

dc92ff85 05/08/2013 09:15 PM Robert Kowalski

doc: document stream.Writable 'error' event

Fixes #5255.

8a407f58 05/08/2013 08:04 PM Ben Kelly

os: Include netmask in os.networkInterfaces()

re #3765 and #5432
fixes #4743

1c2b03de 05/03/2013 10:01 AM Kevin Locke

doc: update options for exec and execFile

The stdio and customFds options are never used by exec or execFile,
remove them from the documentation for these functions.

f8d81222 05/02/2013 07:15 PM Sam Roberts

event: make setMaxListeners() return this

setMaxListeners was the only EventEmitter method that returned
undefined, so could not be chained.

43951d7c 05/02/2013 07:13 PM Ben Noordhuis

Merge remote-tracking branch 'origin/v0.10'

41cbdc5e 05/02/2013 07:10 PM Sam Roberts

doc: document return values of EventEmitter methods

a32a243d 05/02/2013 02:52 AM Miroslav Bajtoš

debugger: breakpoints in scripts not loaded yet

When developer calls setBreakpoint with an unknown script name,
we convert the script name into regular expression matching all
paths ending with given name (name can be a relative path too).

To create such breakpoint in V8, we use type `scriptRegEx`...

View revisions

Also available in: Atom