96 Commits (6626919205fa71628e362646a9d94aade2fa8332)

Author SHA1 Message Date
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Rich Trott 1a21524b69 debugger: fix --debug-brk interaction with -e 9 years ago
Ben Noordhuis 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
cjihrig 62b544290a process: remove deprecated process.EventEmitter 9 years ago
cjihrig d59917b2a3 child_process: emit IPC messages on next tick 9 years ago
Anna Henningsen dab09877b0
module: don't cache uninitialized builtins 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell f856234ffa process: internal/process/stdio.js cleanup / modernization 9 years ago
James M Snell f293d0b0c8 lib: replace legacy uses of __defineGetter__ 9 years ago
Anna Henningsen a4564f3649
util: adhere to `noDeprecation` set at runtime 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup 9 years ago
Steven R. Loomis cd752e8463
intl: Don't crash if v8BreakIterator not available 9 years ago
Rich Trott 1027b9447e lib,test: update in preparation for linter update 9 years ago
Carl Lei b72d048a74
repl: create history file with mode 0600 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Dirceu Pereira Tiegs 02ac302b6d net: Validate port in createServer().listen() 9 years ago
Rich Trott 4bbd41864a tools: enable linting for v8_prof_processor.js 9 years ago
Anna Henningsen ebc8c37f70 repl: keep the built-in modules non-enumerable 9 years ago
Anna Henningsen 39d905e293 node: make builtin libs available for `--eval` 9 years ago
Rich Trott b7f4b1ba4c process: fix incorrect usage of assert.fail() 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
cjihrig 0a62f929da readline: emit key info unconditionally 9 years ago
Jeremiah Senkpiel 21d66d621c lib: remove bootstrap global context indirection 9 years ago
Benjamin Gruenbaum a6b9b554eb child_process: refactor self=this in socket_list 9 years ago
Fedor Indutny 8363ede855 node: --no-browser-globals configure flag 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
James M Snell f429fe1b88 crypto: fail early when loading crypto without openssl 9 years ago
Jeremiah Senkpiel ec6af31eba lib: rename /node.js to /bootstrap_node.js 9 years ago
Jeremiah Senkpiel 4bf2acaa1e lib,src: move src/node.js to lib/internal/node.js 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
James M Snell d0edabecbf net: strict checking for internal/net isLegalPort 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Ali Ijaz Sheikh 953173b0d7 lib: wrap tick_processor scripts in IIFE 9 years ago
Anton Khlynovskiy c647e87504 lib: freelist: use .pop() for allocation 9 years ago
cjihrig e854f60585 child_process: add keepOpen option to send() 9 years ago
cjihrig 1952844f45 child_process: support options in send() 9 years ago
Brian White 12274a5c1b child_process: fix data loss with readable event 9 years ago
Evan Lucas 6cbbfef994 net: move isLegalPort to internal/net 9 years ago
Fedor Indutny 6712a1faa5 internal/child_process: call postSend on error 9 years ago
Evan Lucas da550aa063 repl: make sure historyPath is trimmed 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
Ben Noordhuis 83f8d98806 module: cache stat() results more aggressively 9 years ago
Matt Loring 3e2a2e6efa tools: run tick processor without forking 9 years ago
Rich Trott 57a51a00e8 child_process: guard against race condition 9 years ago
Rich Trott 590bc734bb repl: remove unused function 9 years ago
Mudit Ameta 29c4a2af5c repl: Fixed node repl history edge case. 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
Brian White 0b43c08f44 util: pass on additional error() args 9 years ago