304 Commits (0dd8b9a96561f9b85783a7e1178d35d49e2340e2)

Author SHA1 Message Date
cjihrig 2cc01da7f0 repl: default useGlobal to true 8 years ago
Lance Ball 15157c3c3d repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Andras 6f75b6672c timers: optimize `setImmediate()` 9 years ago
Andras 6b0f86a8d5 timers: optimize linkedlist 9 years ago
James M Snell 6be73feaeb crypto,tls: perf improvements for crypto and tls getCiphers 8 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 8 years ago
Anna Henningsen 6a93ab11a9
repl: break on sigint/ctrl+c 9 years ago
Brian White 686984696d
stream: improve Readable.read() performance 9 years ago
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