summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2016-03-27child_process: refactor self=this in socket_listBenjamin Gruenbaum
2016-03-25node: --no-browser-globals configure flagFedor Indutny
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-22lib: rename /node.js to /bootstrap_node.jsJeremiah Senkpiel
2016-03-22lib,src: move src/node.js to lib/internal/node.jsJeremiah Senkpiel
2016-03-22lib,src: refactor src/node.js into internal filesJeremiah Senkpiel
2016-03-21net: strict checking for internal/net isLegalPortJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-03lib: wrap tick_processor scripts in IIFEAli Ijaz Sheikh
2016-03-02lib: freelist: use .pop() for allocationAnton Khlynovskiy
2016-02-22child_process: add keepOpen option to send()cjihrig
2016-02-22child_process: support options in send()cjihrig
2016-02-11child_process: fix data loss with readable eventBrian White
2016-01-30net: move isLegalPort to internal/netEvan Lucas
2016-01-22internal/child_process: call postSend on errorFedor Indutny
2016-01-16repl: make sure historyPath is trimmedEvan Lucas
2016-01-13lib: fix style issues after eslint updateMichaƫl Zasso
2016-01-12module: cache stat() results more aggressivelyBen Noordhuis
2015-12-29tools: run tick processor without forkingMatt Loring
2015-12-27child_process: guard against race conditionRich Trott
2015-12-26repl: remove unused functionRich Trott
2015-12-22repl: Fixed node repl history edge case.Mudit Ameta
2015-12-19module: always decorate thrown errorsBrian White
2015-12-17util: pass on additional error() argsBrian White
2015-12-08tools: add --prof-process flag to node binaryMatt Loring
2015-12-03lib,src: ensure '(node:pid)' prefix for stdout loggingMinwoo Jung
2015-12-01child_process: flush consuming streamsDave
2015-11-30util: move .decorateErrorStack to internal/utilBen Noordhuis
2015-11-30module,repl: remove repl require() hackBen Noordhuis
2015-11-24util,src: allow lookup of hidden valuescjihrig
2015-11-20lib: add 'pid' prefix in `internal/util`Minwoo Jung
2015-11-19readline: deprecate undocumented exportscjihrig
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-11-06cluster: remove handles when disconnecting workerBen Noordhuis
2015-11-03repl: don't crash if cannot open history fileEvan Lucas
2015-10-29lib: return boolean from child.send()Rich Trott
2015-10-28lib,doc: return boolean from child.send()Rich Trott
2015-10-19repl: limit persistent history correctly on loadJeremiah Senkpiel
2015-10-08lib,test: deprecate _linklistRich Trott
2015-10-03node: add -c|--check CLI arg to syntax check scriptDave Eddy
2015-09-25child_process: `null` channel handle on closeFedor Indutny
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-22repl: don't use tty control codes when $TERM is set to "dumb"Salman Aljammaz
2015-09-14streams: refactor LazyTransform to internal/Brendan Ashworth
2015-09-07child_process: use stdio.fd even if it is 0Evan Lucas
2015-09-06child_process: add callback parameter to .send()Ben Noordhuis
2015-08-25doc: add internal modules noticeJeremiah Senkpiel
2015-08-20repl: dont throw ENOENT on NODE_REPL_HISTORY_FILETodd Kennedy
2015-08-04repl: persist history in plain textJeremiah Senkpiel