114 Commits (8fb8c4630361ca2c214728c22be0e5a911a92239)

Author SHA1 Message Date
Fedor Indutny eff771f399 tickprocessor: apply c++filt manually on mac 8 years ago
Rich Trott ef5cb129ae tools: fix new-parens violations 8 years ago
James M Snell dd51b1f428 buffer,string_decoder: consolidate encoding validation logic 9 years ago
Anna Henningsen 4cb55ff392 util: allow symbol-based custom inspection methods 8 years ago
Benjamin Gruenbaum 180867d6a6 promise: warn on unhandled rejections 9 years ago
cjihrig 71343b6caa child_process: reuse existing no-op function 8 years ago
Santiago Gimeno 0884c70535 child_process: workaround fd passing issue on OS X 9 years ago
Bryan English 1f9fbade4c util: fix deprecated class prototype 8 years ago
Prince J Wesley fbc5805e65 readline: keypress trigger for escape character 9 years ago
Aleksei Koziatinskii 60d6e048f0 deps: v8_inspector: console support 9 years ago
cjihrig 61e57e06a6 repl: don't override all internal repl defaults 9 years ago
Pat Pannuto 2f32191686 process: save original argv[0] 9 years ago
vladimir 295d1ea016 util: support classes in util.deprecate() 9 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
cjihrig 6e6cf36761 repl: default useGlobal to true 9 years ago
Lance Ball 7a7b8f7e67 repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Andras efb7a90fa9 timers: optimize `setImmediate()` 9 years ago
Andras a5d894590d timers: optimize linkedlist 9 years ago
James M Snell 2c7804ad9e crypto,tls: perf improvements for crypto and tls getCiphers 9 years ago
Anna Henningsen da8e510ee0 repl: break on sigint/ctrl+c 9 years ago
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