summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-04-20net: set ADDRCONFIG DNS hint in connectionscjihrig
2016-04-20tools: enable linting for v8_prof_processor.jsRich Trott
2016-04-20url: use "empty" object for empty query stringsBrian White
2016-04-19http: skip body and next message of CONNECT resFedor Indutny
2016-04-19zlib: fix use after null when calling .closeJames Lal
2016-04-18events: don't inherit from Object.prototypeBrian White
2016-04-18querystring: don't inherit from Object.prototypeBrian White
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-04-18assert: respect assert.doesNotThrow message.Ilya Shaisultanov
2016-04-18repl: keep the built-in modules non-enumerableAnna Henningsen
2016-04-18node: make builtin libs available for `--eval`Anna Henningsen
2016-04-18process: fix incorrect usage of assert.fail()Rich Trott
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-04-17zlib: Make the finish flush flag configurableAnna Henningsen
2016-04-15buffer: add Buffer.allocUnsafeSlow(size)James M Snell