summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-08-12fs: restore JS implementation of realpathBartosz Sosnowski
2016-08-11deps: v8_inspector: console supportAleksei Koziatinskii
2016-08-10tty: set the handle to blocking modeJeremiah Senkpiel
2016-08-09events: unwrap #once listeners in #listenersOwen Smith
2016-08-09timers: remove unused repeat param in timer_wrapJan Schär
2016-08-09util: add inspect.defaultOptionsRoman Reiss
2016-08-09assert: fix deepEqual/deepStrictEqual on equivalent typed arraysFeross Aboukhadijeh
2016-08-09module: fix node_modules search path in edge casehefangshi
2016-08-08fs: add bytesRead to ReadStreamLinus Unnebäck
2016-08-08repl: disable Ctrl+C support on win32 for nowAnna Henningsen
2016-08-08lib: remove double check of string typeFranziska Hinkelmann
2016-08-08repl: don't override all internal repl defaultscjihrig
2016-08-08child_process: control argv0 for spawned processesPat Pannuto
2016-08-08process: save original argv[0]Pat Pannuto
2016-08-08buffer: throw on negative .allocUnsafe() argumentAnna Henningsen
2016-08-06repl: Add editor mode supportPrince J Wesley
2016-08-05http: specify _implicitHeader in OutgoingMessageyorkie
2016-08-05Revert "fs: make callback mandatory to all async functions"Myles Borins
2016-08-04readline: show completions only after 2nd TABAnna Henningsen
2016-08-04repl: deprecate unused function convertToContextPrince J Wesley
2016-08-04Revert "fs: validate args of truncate functions in js"Myles Borins
2016-08-04util: support classes in util.deprecate()vladimir
2016-08-02util: fix formatting of objects with SIMD enabledAnna Henningsen
2016-08-01cluster: support stdio option for workerscjihrig
2016-07-29timers: fix cleanup of nested same-timeout timersErin Spiceland
2016-07-27repl: Use displayErrors for SyntaxErrorPrince J Wesley
2016-07-26repl: prevent undefined ref in completionEvan Lucas
2016-07-22child_process: support stdio option in fork()cjihrig
2016-07-22fs: validate args of truncate functions in jsSakthipriyan Vairamani
2016-07-22fs: make callback mandatory to all async functionsSakthipriyan Vairamani
2016-07-21stream: improve unimplemented _write() errorratikesh9
2016-07-21repl: default useGlobal to truecjihrig
2016-07-19child_process: Check stderr before accessing itRobert Chiras
2016-07-17util: inspect boxed symbols like other primitivesAnna Henningsen
2016-07-15repl: Mitigate vm #548 function redefinition issuePrince J Wesley
2016-07-15timers: fix processing of nested timersJeremy Whitlock
2016-07-15cluster: remove bind() and selfcjihrig
2016-07-14fs: rename event to eventType in fs.watch listenerClaudio Rodriguez
2016-07-13dgram: generalized send queue to handle closeMatteo Collina
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-07-08repl: add support for custom completionsDiosney Sarmiento
2016-07-08net: export isIPv4, isIPv6 directly from caresSakthipriyan Vairamani
2016-07-05util: add an option for configuring break lengthcjihrig
2016-06-30test: test execFile/fork arg validationChuck Langford
2016-06-30child_process: add fork/execFile arg validationRich Trott
2016-06-30child_process: preserve argument typeRich Trott
2016-06-30Revert "child_process: measure buffer length in bytes"Rich Trott
2016-06-30repl: Default `useGlobal` to false in CLI REPL.Lance Ball
2016-06-30os: deprecate `tmpDir()` in favour of `tmpdir()`Jeremiah Senkpiel
2016-06-30debugger: make listen address configurableBen Noordhuis