node/lib
Trevor Norris 8130744044 dgram: send() can accept strings
Strings passed to Socket#send() will be passed to Buffer and parsed as
UTF8.
2013-10-28 16:18:18 -07:00
..
_debugger.js Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
_http_agent.js http: don't pass the request options to Agent 2013-09-14 12:29:48 -07:00
_http_client.js http client: pull last chunk on socket close 2013-10-23 13:39:05 -07:00
_http_common.js http: remove MethodToString() 2013-10-28 13:57:22 +01:00
_http_incoming.js http: provide backpressure for pipeline flood 2013-10-16 11:01:33 -07:00
_http_outgoing.js http: removed headers stay removed 2013-08-19 16:05:44 -07:00
_http_server.js http: add statusMessage 2013-10-16 18:34:52 -07:00
_linklist.js Update copyright headers 2011-03-14 17:37:05 -07:00
_stream_duplex.js stdio: Set readable/writable flags properly 2013-01-17 10:42:44 -08:00
_stream_passthrough.js stream: _write takes an encoding argument 2013-03-05 14:27:15 -08:00
_stream_readable.js stream: return this from pause()/resume() 2013-09-04 11:17:28 -07:00
_stream_transform.js stream: objectMode transforms allow falsey values 2013-09-05 13:19:23 -07:00
_stream_writable.js stream: change default hwm for objectMode to 16 2013-08-27 18:02:30 -07:00
_tls_legacy.js Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
_tls_wrap.js lint: fix a few semicolons 2013-09-24 14:35:30 -07:00
assert.js assert: indicate if exception message is generated 2013-10-11 10:15:03 -07:00
buffer.js buffer: optimize common encoding cases 2013-09-09 19:39:21 -07:00
child_process.js child_process: Avoid extra copy for string stdio 2013-08-27 17:28:57 -07:00
cluster.js cluster: fix premature 'disconnect' event 2013-10-14 11:46:09 +02:00
console.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
constants.js Update copyright headers 2011-03-14 17:37:05 -07:00
crypto.js crypto: add SPKAC support 2013-10-16 09:43:19 -07:00
dgram.js dgram: send() can accept strings 2013-10-28 16:18:18 -07:00
dns.js dns: set hostname property on error object 2013-10-16 21:56:16 +02:00
domain.js domains: deprecate domain.dispose(). 2013-08-27 11:05:14 -07:00
events.js events: have events module exports EventEmitter 2013-08-19 17:27:08 -07:00
freelist.js Update copyright headers 2011-03-14 17:37:05 -07:00
fs.js Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
http.js http: expose supported methods 2013-10-28 13:35:34 +01:00
https.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
module.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
net.js net: add a port validation to `connect` 2013-09-19 12:38:29 +02:00
os.js lint 2013-03-28 13:19:08 -07:00
path.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
punycode.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
querystring.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
readline.js Merge remote-tracking branch 'upstream/v0.10' 2013-09-24 16:49:01 -07:00
repl.js repl: Simplify paren wrap, continuation-detection 2013-09-04 11:13:41 -07:00
smalloc.js smalloc: allow different external array types 2013-08-07 12:53:24 -07:00
stream.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
string_decoder.js Don't allow invalid encodings in StringDecoder class 2012-12-13 17:00:22 -08:00
sys.js Fix #3577 Un-break require('sys') 2012-06-28 10:14:03 -07:00
timers.js timers: dispatch ontimeout callback by array index 2013-08-15 19:33:34 +02:00
tls.js tls: fix premature connection termination 2013-10-09 19:25:47 +02:00
tty.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
url.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00
util.js util: format as Error if instanceof Error 2013-10-15 10:30:58 +02:00
vm.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
zlib.js src: Replace macros with util functions 2013-08-01 15:08:01 -07:00