0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Nathan Rajlich 38542f76a9 buffer: make SlowBuffer inherit from Buffer
This frees us from manually having to copy over functions to SlowBuffer's
prototype (which has bitten us multiple times in the past).

As an added bonus, the `inspect()` function is now shared between Buffer
and SlowBuffer, removing some duplicate code.

Closes #3228.
2012-05-11 17:27:40 -07:00
..
_debugger.js debugger: support mirroring Date objects 2012-05-02 15:48:23 +07:00
_linklist.js
assert.js docs: correct the description of assert.ok() 2012-03-12 02:27:55 +01:00
buffer_ieee754.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
buffer.js buffer: make SlowBuffer inherit from Buffer 2012-05-11 17:27:40 -07:00
child_process.js child_process: make copy of options arg 2012-05-10 16:54:19 +02:00
cluster.js More cluster event consistency 2012-05-05 15:20:10 -07:00
console.js console: throw when no such label exists in console.timeEnd 2012-04-29 22:27:45 +02:00
constants.js
crypto.js crypto: add function getDiffieHellman() 2012-02-21 14:07:25 +01:00
dgram.js udp_wrap: use new slab allocator 2012-03-30 21:24:02 +02:00
dns.js dns: add more error codes 2012-04-18 21:50:52 +02:00
domain.js lint 2012-04-17 15:52:57 -07:00
events.js Domain feature 2012-04-17 13:14:55 -07:00
freelist.js
fs.js Merge remote-tracking branch 'ry/v0.6' into v0.6-merge 2012-05-04 15:12:47 -07:00
http.js Add HTTP Status codes from RFC 6585 2012-05-04 21:51:24 -07:00
https.js net, http, https: add localAddress option 2012-03-06 13:35:49 +01:00
module.js No need to have NativeModule.require('fs') in Module._findPath() 2012-03-19 18:58:58 -07:00
net.js net.js: make Socket.bytesWritten work again 2012-05-09 04:00:07 +02:00
os.js os: add cross platform EOL character 2012-04-14 23:17:38 +02:00
path.js path: add path.sep to get the path separator. 2012-05-01 15:19:37 +02:00
punycode.js punycode: Update to v1.0.0 2012-02-27 14:03:18 -08:00
querystring.js Fix #3058 querystring: Fix incorrect handling of empty keys 2012-05-11 08:49:03 -07:00
readline.js readline: remove unused vars in _ttyWrite 2012-04-21 05:30:24 +02:00
repl.js repl: make tab completion read up the prototype of "global" 2012-04-25 20:34:34 -07:00
stream.js Remove support for multi-source pipe() 2011-11-22 08:51:19 -08:00
string_decoder.js string_decoder: added support for UTF-16LE 2012-05-05 22:47:24 +09:00
sys.js require('sys') now throws 2012-01-09 12:59:28 -08:00
timers.js Domain feature 2012-04-17 13:14:55 -07:00
tls.js tls: remove duplicate line 2012-04-16 21:38:26 +02:00
tty.js Return after emitting error in tty.js 2012-05-01 15:51:29 -07:00
url.js Ignore an empty port component when parsing URLs. 2012-03-12 12:46:56 -07:00
util.js util: make _extend() more robust 2012-05-10 16:49:37 +02:00
vm.js lint 2012-03-03 23:48:57 -08:00
zlib.js Fix #3052 Handle errors properly in zlib 2012-04-02 13:48:10 -07:00