node/lib
Jeremy Apthorp 458779ec66
fix: atom_common_asar is a builtin, not an internal
2018-10-02 11:36:13 -07:00
..
internal fix: atom_common_asar is a builtin, not an internal 2018-10-02 11:36:13 -07:00
.eslintrc.yaml tools: prevent string literals in some assertions 2018-09-20 08:09:24 +02:00
_http_agent.js http: fix request with option timeout and agent 2018-07-14 12:03:01 +02:00
_http_client.js http: allow url and options to be passed to http*.request and http*.get 2018-08-07 08:50:44 +02:00
_http_common.js http: name anonymous function in _http_common.js 2018-07-19 09:34:51 +02:00
_http_incoming.js http: added aborted property to request 2018-05-04 11:51:12 -04:00
_http_outgoing.js http: adding doc and debug for calling empty string on write function 2018-09-03 17:56:23 +02:00
_http_server.js http: revert "http: always emit close on req and res" 2018-08-01 17:22:35 +02:00
_stream_duplex.js stream: only check options once in Duplex ctor 2018-05-04 11:54:32 -04:00
_stream_passthrough.js
_stream_readable.js lib: remove unnecessary symbols 2018-09-20 07:41:15 +02:00
_stream_transform.js stream: make virtual methods errors consistent 2018-03-12 14:24:34 +01:00
_stream_wrap.js
_stream_writable.js stream: name anonymous function in _stream_writable.js 2018-07-19 09:35:56 +02:00
_tls_common.js http,tls: name anonymous callbacks 2018-08-06 21:28:25 +02:00
_tls_wrap.js tls: improve debugging assertion 2018-09-06 08:54:25 +02:00
assert.js assert: add default operator to `assert.fail()` 2018-09-20 07:41:47 +02:00
async_hooks.js lib: extract validateString validator 2018-08-15 20:23:17 +10:00
buffer.js src: remove calls to deprecated v8 functions (Uint32Value) 2018-09-06 08:53:57 +02:00
child_process.js refactor: alter child_process.fork to use execute script with Electron 2018-10-02 11:36:13 -07:00
cluster.js
console.js util: improve display of iterators and weak entries 2018-08-15 20:23:17 +10:00
constants.js os: add os.{get,set}Priority() 2018-09-03 17:56:53 +02:00
crypto.js crypto: refer to correct deprecation id in comment 2018-06-22 11:01:21 +02:00
dgram.js lib,src: standardize `owner_symbol` for handles 2018-09-06 08:52:21 +02:00
dns.js lib: extract validateString validator 2018-08-15 20:23:17 +10:00
domain.js domain: converted anonymous to named function 2018-04-19 08:42:19 -07:00
events.js events: optimize condition for optimal scenario 2018-05-08 14:22:25 -07:00
fs.js fs: update read to work with any TypedArray/DataView 2018-09-06 08:52:58 +02:00
http.js http: allow url and options to be passed to http*.request and http*.get 2018-08-07 08:50:44 +02:00
http2.js http2: graduate from experimental 2018-09-06 08:52:21 +02:00
https.js https: allow url and options to be passed to https.request 2018-08-07 08:50:58 +02:00
inspector.js lib: extract validateString validator 2018-08-15 20:23:17 +10:00
module.js lib: add back lib/module.js redirection 2018-03-15 20:50:35 +08:00
net.js lib: merge onread handlers for http2 streams & net.Socket 2018-09-06 08:53:57 +02:00
os.js os: don't use getCheckedFunction() in userInfo() 2018-09-06 08:53:57 +02:00
path.js path: remove unnecessary if statement 2018-09-20 07:41:47 +02:00
perf_hooks.js perf_hooks: remove less useful bootstrap marks 2018-06-16 10:37:37 +02:00
process.js
punycode.js lib: update punycode to 2.1.1 2018-07-17 14:08:55 +02:00
querystring.js tools: add 'spaced-comment' into eslint rules 2018-04-01 22:33:13 +08:00
readline.js readline,zlib: named anonymous functions 2018-08-02 22:10:07 +02:00
repl.js repl: tab auto complete big arrays 2018-09-03 17:56:23 +02:00
stream.js stream: add pipeline and finished 2018-04-16 16:20:31 -07:00
string_decoder.js string_decoder: support typed array or data view 2018-09-20 07:41:47 +02:00
sys.js
timers.js lib,src: standardize `owner_symbol` for handles 2018-09-06 08:52:21 +02:00
tls.js tls: remove SLAB_BUFFER_SIZE 2018-08-15 20:23:17 +10:00
trace_events.js trace_events: adds a new trace_events api 2018-04-17 10:47:41 -07:00
tty.js readline: lazy loaded 2018-05-22 14:13:28 -04:00
url.js lib: remove unnecessary require 2018-05-22 14:13:28 -04:00
util.js lib: extract validateNumber validator 2018-09-06 08:52:21 +02:00
v8.js v8: replace Buffer with FastBuffer in deserialize 2018-06-14 20:34:52 +02:00
vm.js vm: add bindings for v8::CompileFunctionInContext 2018-09-06 08:53:57 +02:00
worker_threads.js worker: rename to worker_threads 2018-06-13 08:45:04 +02:00
zlib.js lib: simplify 'processChunkSync' 2018-09-20 07:41:15 +02:00