aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-05-19http: use `localAddress` instead of `path`Dirceu Pereira Tiegs
2016-05-18path: fix basename() regressionsBrian White
2016-05-17zlib: remove `_closed` in sourceAnna Henningsen
2016-05-17src: refactor require('constants')James M Snell
2016-05-17process: internal/process/stdio.js cleanup / modernizationJames M Snell
2016-05-16lib: replace legacy uses of __defineGetter__James M Snell
2016-05-16util: fix invalid date output with util.inspectRumkin
2016-05-14child_process: use /system/bin/sh on androidBen Noordhuis
2016-05-13util: adhere to `noDeprecation` set at runtimeAnna Henningsen
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-05-13repl: copying tabs shouldn't trigger completionEugene Obrezkov
2016-05-12repl: exports `Recoverable`Blake Embrey
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-05-08tools: lint for object literal spacingRich Trott
2016-05-07src,lib: minor --debug-brk cleanupAli Ijaz Sheikh
2016-05-04intl: Don't crash if v8BreakIterator not availableSteven R. Loomis
2016-05-04lib,test: update in preparation for linter updateRich Trott
2016-05-04repl: create history file with mode 0600Carl Lei
2016-05-03util: truncate inspect array and typed arrayJames M Snell
2016-05-03util: fix inspecting of proxy objectsJames M Snell
2016-05-03cluster: remove use of bind() in destroy()yorkie
2016-05-02debugger: display array contents in replcjihrig
2016-05-02readline: remove deprecated methodscjihrig
2016-04-30doc: make `writable.setDefaultEncoding()` return `this`Alexander Makarenko
2016-04-29assert: allow circular referencesRich Trott
2016-04-29process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller
2016-04-29events: pass the original listener added by onceDavidCai
2016-04-28crypto: fix error in deprecation messageRich Trott
2016-04-26http: correct error message for invalid trailerBryan English
2016-04-27doc: use Buffer.from() instead of new Buffer()Jackson Tian
2016-04-27net: introduce `Socket#connecting` propertyFedor Indutny
2016-04-26buffer: safeguard against accidental kNoZeroFillСковорода Никита Андреевич
2016-04-26readline: allow history to be disabledsurya panikkal
2016-04-25cluster: migrate from worker.suicideEvan Lucas
2016-04-25url: drop auth in `url.resolve()` if host changesAlex Kocharin
2016-04-25repl: don’t complete expressions when eval failsAnna Henningsen
2016-04-25module: preserve symlinks when requiringAlex Lamar
2016-04-25console: timeEnd() with no label emits warningEugene Obrezkov
2016-04-25buffer: add Buffer.prototype.lastIndexOf()dcposch@dcpos.ch
2016-04-25querystring: fix commentsBrian White
2016-04-22events: add prependListener() and prependOnceListener()James M Snell
2016-04-21events: make eventNames() use Reflect.ownKeys()Luigi Pinca
2016-04-20http: disallow sending obviously invalid status codesBrian White
2016-04-20net: Validate port in createServer().listen()Dirceu Pereira Tiegs
2016-04-20console: refactor to use rest params and template stringsJames M Snell
2016-04-20stream: make null an invalid chunk to write in object modeCalvin Metcalf
2016-04-20http: unref socket timer on parser executeFedor Indutny
2016-04-20module: fix resolution of filename with trailing slashMichaël Zasso
2016-04-20net: replace __defineGetter__ with definePropertyFedor Indutny
2016-04-20stream_base: expose `bytesRead` getterFedor Indutny