144 Commits (53d7a89497ff45ecff19bc3764329ee925726631)

Author SHA1 Message Date
Brian White e1d6bd9e30 stream: improve Readable.read() performance 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
Rich Trott 2961f06f6f debugger: fix --debug-brk interaction with -e 9 years ago
cjihrig 27d0eb054c child_process: emit IPC messages on next tick 9 years ago
Anna Henningsen 178f3080f8 module: don't cache uninitialized builtins 9 years ago
James M Snell 10671406ac process: internal/process/stdio.js cleanup / modernization 9 years ago
Ali Ijaz Sheikh bd4454fa0f src,lib: minor --debug-brk cleanup 9 years ago
Steven R. Loomis 59666502c5 intl: Don't crash if v8BreakIterator not available 9 years ago
Carl Lei 635357958d repl: create history file with mode 0600 9 years ago
James M Snell 74582aa590 lib: replace legacy uses of __defineGetter__ 9 years ago
Rich Trott 559c2583e0 lib,test: update in preparation for linter update 9 years ago
Anna Henningsen 1d6c17efd7 util: adhere to `noDeprecation` set at runtime 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
Patrick Mueller 1b9fdba04e process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Dirceu Pereira Tiegs c32c889c45 net: Validate port in createServer().listen() 9 years ago
Rich Trott 90fa0776f2 tools: enable linting for v8_prof_processor.js 9 years ago
Anna Henningsen 1a1beeaffe repl: keep the built-in modules non-enumerable 9 years ago
Anna Henningsen b7e87172ff node: make builtin libs available for `--eval` 9 years ago
Rich Trott 7fd98af95d process: fix incorrect usage of assert.fail() 9 years ago
Brian White c29b3c1808 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
Matt Loring 49440b7ea2 tools: add --prof-process flag to node binary 9 years ago
Minwoo Jung 94b9948d63 lib,src: ensure '(node:pid)' prefix for stdout logging 9 years ago