71 Commits (82fdaae901b06f25c869f2c1cfe71ae2b57299d0)

Author SHA1 Message Date
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
Dave 34b535f4ca child_process: flush consuming streams 9 years ago
Ben Noordhuis 04b1a2f756 util: move .decorateErrorStack to internal/util 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
cjihrig 5169311bf9 util,src: allow lookup of hidden values 9 years ago
Minwoo Jung d01eb6882f lib: add 'pid' prefix in `internal/util` 9 years ago
cjihrig ca2e8b292f readline: deprecate undocumented exports 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ben Noordhuis 33827e3f68 cluster: remove handles when disconnecting worker 9 years ago
Evan Lucas a4a0efc534 repl: don't crash if cannot open history file 9 years ago
Rich Trott cf0130dc0d lib: return boolean from child.send() 9 years ago
Rich Trott cdcf00a0b9 lib,doc: return boolean from child.send() 9 years ago
Jeremiah Senkpiel 73b7e052c0 repl: limit persistent history correctly on load 9 years ago
Rich Trott 47befffc53 lib,test: deprecate _linklist 9 years ago
Dave Eddy 2e6ece44e1 node: add -c|--check CLI arg to syntax check script 9 years ago
Fedor Indutny 36b969ff44 child_process: `null` channel handle on close 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Salman Aljammaz ccea33df62 repl: don't use tty control codes when $TERM is set to "dumb" 9 years ago
Brendan Ashworth c70c7781e3 streams: refactor LazyTransform to internal/ 9 years ago
Evan Lucas 3bc7e58ab0 child_process: use stdio.fd even if it is 0 9 years ago
Ben Noordhuis 607aa3ac82 child_process: add callback parameter to .send() 9 years ago
Jeremiah Senkpiel 8cdac78bdf doc: add internal modules notice 9 years ago
Todd Kennedy 3849750a09 repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE 9 years ago
Jeremiah Senkpiel ed6c249104 repl: persist history in plain text 9 years ago