node/lib
Fedor Indutny ae1e325e8a child_process: accept uid/gid everywhere
Accept uid/gid option in every execute/spawn call (including
cluster.fork). Add documentation where needed.

fix #7881

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
2014-07-02 13:01:07 -07:00
..
_debugger.js debugger: don't set the repl.prompt string 2014-02-21 09:43:06 -08:00
_http_agent.js http: remove the circular dependency 2014-02-26 13:19:36 -08:00
_http_client.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
_http_common.js http: parse the status message in a http response. 2013-12-20 17:55:08 +04:00
_http_incoming.js http: do not emit EOF non-readable socket 2014-01-25 12:03:20 -08:00
_http_outgoing.js http: add request.flush() method 2014-04-24 10:43:51 +04:00
_http_server.js http: remove unused code block 2014-06-27 17:00:10 +04:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: only end reading on null, not undefined 2014-06-30 12:45:54 +04:00
_stream_transform.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
_stream_writable.js stream: don't try to finish if buffer is not empty 2014-05-06 06:50:25 -07:00
_tls_common.js crypto: add honorCipherOrder argument 2014-06-25 14:47:59 +04:00
_tls_legacy.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
_tls_wrap.js crypto: add honorCipherOrder argument 2014-06-25 14:47:59 +04:00
assert.js Merge remote-tracking branch 'origin/v0.10' 2014-03-02 23:54:19 +04:00
buffer.js buffer: construct new buffer from buffer toJSON() output 2014-06-27 13:36:44 +04:00
child_process.js child_process: accept uid/gid everywhere 2014-07-02 13:01:07 -07:00
cluster.js child_process: accept uid/gid everywhere 2014-07-02 13:01:07 -07:00
console.js console: console.dir() accepts options object 2014-06-12 10:42:52 -07:00
constants.js
crypto.js crypto, zlib: replace _binding with _handle 2014-05-07 16:31:00 -07:00
dgram.js dgram: introduce reuseAddr option 2014-04-10 19:39:49 +04:00
dns.js dns: introduce lookupService function 2014-06-27 04:02:19 +04:00
domain.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
events.js events: Output the event that is leaking 2014-07-01 15:45:55 +04:00
freelist.js
fs.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
http.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
https.js http, https: don't depend on globalAgent 2014-02-26 13:18:54 -08:00
module.js module: document important methods 2014-06-24 20:26:02 +04:00
net.js net: don't emit listening if handle is closed 2014-07-02 12:35:06 -07:00
os.js
path.js path: improve POSIX path.join() performance 2014-01-21 17:00:56 -08:00
punycode.js
querystring.js querystring: custom encode and decode 2014-05-22 08:21:55 -07:00
readline.js readline: remove doubled case. 2014-06-11 16:00:47 -07:00
repl.js repl: fix multi-line input 2014-06-30 13:04:36 +04:00
smalloc.js smalloc: check if object has external memory 2013-11-13 15:29:50 -08:00
stream.js
string_decoder.js Merge remote-tracking branch 'upstream/v0.10' 2014-06-10 19:36:04 -04:00
sys.js
timers.js src: fix spelling mistake 2014-05-12 14:06:14 -07:00
tls.js tls: using %StringSplit to split cert.subjectaltname 2014-06-24 09:55:26 +04:00
tracing.js lib: remove unused variables 2014-06-11 20:41:12 -07:00
tty.js
url.js url: treat \ the same as / 2014-05-07 14:07:00 -07:00
util.js util: format as Error if instanceof Error 2014-04-26 00:52:49 +04:00
vm.js
zlib.js lib: remove unused variables 2014-06-11 20:41:12 -07:00