node/lib
Сковорода Никита Андреевич 0ca0827b71 buffer: backport allocUnsafeSlow
This backports the new `Buffer.allocUnsafeSlow()` API for v5.

This backport includes the new API, test cases, and docs additions.
Already present API and testcases were not changed.

PR-URL: https://github.com/nodejs/node/pull/7169
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-06-17 18:08:53 +03:00
..
internal repl: keep the built-in modules non-enumerable 2016-04-20 16:52:26 -07:00
_debug_agent.js lib: refactor code with startsWith/endsWith 2016-03-31 18:11:57 -05:00
_debugger.js debugger: run last command on presssing enter 2016-04-20 16:52:26 -07:00
_http_agent.js https: fix ssl socket leak when keepalive is used 2016-03-22 14:14:39 -04:00
_http_client.js http: skip body and next message of CONNECT res 2016-04-20 16:52:23 -07:00
_http_common.js http: skip body and next message of CONNECT res 2016-04-20 16:52:23 -07:00
_http_incoming.js http: remove old, confusing comment 2016-02-16 10:25:06 +11:00
_http_outgoing.js http: remove unnecessary check 2016-02-16 10:25:05 +11:00
_http_server.js http: disallow sending obviously invalid status codes 2016-04-20 16:52:27 -07:00
_linklist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
_stream_duplex.js node: allow multiple arguments passed to nextTick 2015-04-15 17:02:21 -06:00
_stream_passthrough.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_readable.js stream: Fix readableState.awaitDrain mechanism 2016-04-20 16:24:21 -07:00
_stream_transform.js stream: prevent object map change in TransformState 2016-02-08 23:01:19 +11:00
_stream_wrap.js stream_wrap: error if stream has StringDecoder 2015-12-08 11:19:44 +11:00
_stream_writable.js streams: support unlimited synchronous cork/uncork cycles 2016-04-20 16:24:21 -07:00
_tls_common.js tls: scope loop vars with let 2016-02-08 23:00:55 +11:00
_tls_legacy.js lib: fix style issues after eslint update 2016-01-14 22:20:38 +11:00
_tls_wrap.js lib: copy arguments object instead of leaking it 2016-03-14 17:51:58 +11:00
.eslintrc tools: apply custom buffer lint rule to /lib only 2016-02-27 17:15:29 +11:00
assert.js assert: respect assert.doesNotThrow message. 2016-04-20 16:24:21 -07:00
buffer.js buffer: backport allocUnsafeSlow 2016-06-17 18:08:53 +03:00
child_process.js lib,test,tools: alignment on variable assignments 2016-04-20 16:24:21 -07:00
cluster.js lib: refactor code with startsWith/endsWith 2016-03-31 18:11:57 -05:00
console.js console: check that stderr is writable 2016-03-16 05:30:40 -05:00
constants.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
crypto.js streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
dgram.js lib: reduce usage of self = this 2016-03-22 15:04:17 -04:00
dns.js dns: Refactor forEach to map 2016-03-31 09:38:56 -05:00
domain.js lib: reduce usage of self = this 2016-03-22 15:04:17 -04:00
events.js lib,test: remove extra semicolons 2016-01-18 07:42:06 -06:00
freelist.js lib,test: add freelist deprecation and test 2015-07-17 19:48:31 -07:00
fs.js fs: add the fs.mkdtemp() function. 2016-03-31 09:38:57 -05:00
http.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
https.js lib: reduce usage of self = this 2016-03-22 15:04:17 -04:00
module.js module: refactor redeclared variable 2016-02-08 23:01:05 +11:00
net.js net: replace __defineGetter__ with defineProperty 2016-04-20 16:52:23 -07:00
os.js lib: refactor code with startsWith/endsWith 2016-03-31 18:11:57 -05:00
path.js path: fix win32.isAbsolute() inconsistency 2016-04-05 10:41:51 -07:00
process.js src: remove excessive license boilerplate 2015-01-27 16:35:05 +11:00
punycode.js lib: add missing new for errors lib/*.js 2015-03-24 12:42:15 -07:00
querystring.js querystring: don't stringify bad surrogate pair 2016-03-31 09:39:00 -05:00
readline.js lib: refactor code with startsWith/endsWith 2016-03-31 18:11:57 -05:00
repl.js node: make builtin libs available for --eval 2016-04-20 16:52:26 -07:00
stream.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
string_decoder.js string_decoder: fix performance regression 2016-02-15 23:14:08 +11:00
sys.js util: introduce printDeprecationMessage function 2015-06-04 10:59:43 +03:00
timers.js timers: fixing API refs to use safe internal refs 2016-03-31 09:38:58 -05:00
tls.js lib: refactor code with startsWith/endsWith 2016-03-31 18:11:57 -05:00
tty.js util: prepend '(node) ' to deprecation messages 2015-07-03 16:32:29 +02:00
url.js url: group slashed protocols by protocol name 2016-03-02 13:22:50 -05:00
util.js lib,test,tools: alignment on variable assignments 2016-04-20 16:24:21 -07:00
v8.js v8,src: expose statistics about heap spaces 2016-01-18 11:03:35 -06:00
vm.js lib: reduce util.is*() usage 2015-01-31 23:47:29 -05:00
zlib.js zlib: fix use after null when calling .close 2016-04-20 16:52:28 -07:00