summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-02lib: use focused ESLint disabling in util.jsRich Trott
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-06-01doc: fix inconsistent documentation (host vs hostname)Davis Okoth
2018-06-01net: use object destructuringstarkewang
2018-06-01http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-06-01http2: delay closing streamAnatoli Papirovski
2018-06-01timers: add hasRef method to Timeout & ImmediateAnatoli Papirovski
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31stream: ensure Stream.pipeline re-throws errors without callbackBlaine Bublitz
2018-05-31tls: throw if SNICallback is not a functionRich Trott
2018-05-30util: fix inspection of module namespacesGus Caplan
2018-05-30fs: ensure options.flag defaults to 'r' in readFileUnknown
2018-05-29fs: fix reads with pos > 4GBMathias Buus
2018-05-28stream: fix removeAllListeners() for Stream.ReadableKael Zhang
2018-05-28Revert "repl: add friendly tips about how to exit repl"cjihrig
2018-05-27lib: use object destructuring for ContextifyScriptDaniel Bevenius
2018-05-25fs: don't limit ftruncate() length to 32 bitscjihrig
2018-05-25fs: add length validation to fs.truncate()cjihrig
2018-05-25lib: add validateInteger() validatorcjihrig
2018-05-25module: name anonymous function for debuggingNicholas Dangles
2018-05-24http: fix res emit close before user finishRobert Nagy
2018-05-24net: allow IPC servers be accessible by allBartosz Sosnowski
2018-05-24lib: remove unnecessary string interpolationDaniel Bevenius
2018-05-23assert: handle undefined filename in getErrMessageTim Seckinger
2018-05-23net: remove unnecessary variableschainhelen
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-22lib: add internal PriorityQueue classAnatoli Papirovski
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-22http: fix capitalization of 418 status messageя котик пур-пур
2018-05-22http: do not rely on the 'agentRemove' eventLuigi Pinca
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-21assert: fix wrong message indentationRuben Bridgewater
2018-05-21util: improve error inspectionRuben Bridgewater
2018-05-21util: fix inspected stack indentationRuben Bridgewater
2018-05-21util: remove erroneous whitespaceRuben Bridgewater
2018-05-21util: wrap error in brackets without stackRuben Bridgewater
2018-05-20fs: refactor fs moduleJames M Snell
2018-05-20util: change items unknown styleRuben Bridgewater
2018-05-19fs: improve fchmod{Sync} validationcjihrig
2018-05-19lib: support ranges in validateInt32()cjihrig
2018-05-20net,http2: refactor _write and _writevUjjwal Sharma
2018-05-19util: remove custom inspection functionRuben Bridgewater
2018-05-19perf_hooks: always set bootstrapCompleteJames M Snell
2018-05-19repl: make console, module and require non-enumerableRuben Bridgewater
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-18util: support inspecting namespaces of unevaluated modulesGus Caplan
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18assert: fix EOL issue in messages on WindowsRuben Bridgewater
2018-05-18repl: changes ctrl+u to delete from cursor to line startShobhit Chittora
2018-05-18console: .table fall back to logging for function tooohbarye