60 Commits (dcfda1007bb74a8354a47852bebe830a23916b6d)

Author SHA1 Message Date
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 10 years ago
Jeremiah Senkpiel f7d5e4c618 repl: default persistence to ~/.node_repl_history 10 years ago
Jeremiah Senkpiel ceee8d2807 test: add tests for persistent repl history 10 years ago
Ben Noordhuis 1057d1186b buffer: rename internal/buffer_new.js to buffer.js 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 4643b8b667 buffer: allow ArrayBuffer as Buffer argument 10 years ago
Trevor Norris e5ada116cd buffer: minor cleanup from rebase 10 years ago
Trevor Norris b625ab4242 buffer: fix usage of kMaxLength 10 years ago
Sakthipriyan Vairamani eea66e2a7b buffer: fix case of one buffer passed to concat 10 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 10 years ago
Brendan Ashworth 1d79f572f1 util: move deprecate() to internal module 10 years ago