summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* doc: make `writable.setDefaultEncoding()` return `this`Alexander Makarenko2016-04-301-0/+1
* assert: allow circular referencesRich Trott2016-04-291-4/+17
* process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller2016-04-292-0/+53
* events: pass the original listener added by onceDavidCai2016-04-291-3/+4
* crypto: fix error in deprecation messageRich Trott2016-04-281-1/+1
* http: correct error message for invalid trailerBryan English2016-04-261-1/+1
* doc: use Buffer.from() instead of new Buffer()Jackson Tian2016-04-271-2/+2
* net: introduce `Socket#connecting` propertyFedor Indutny2016-04-273-20/+27
* buffer: safeguard against accidental kNoZeroFillСковорода Никита Андреевич2016-04-261-20/+15
* readline: allow history to be disabledsurya panikkal2016-04-261-1/+7
* cluster: migrate from worker.suicideEvan Lucas2016-04-251-17/+31
* url: drop auth in `url.resolve()` if host changesAlex Kocharin2016-04-251-4/+9
* repl: don’t complete expressions when eval failsAnna Henningsen2016-04-251-2/+3
* module: preserve symlinks when requiringAlex Lamar2016-04-251-17/+26
* console: timeEnd() with no label emits warningEugene Obrezkov2016-04-251-2/+3
* buffer: add Buffer.prototype.lastIndexOf()dcposch@dcpos.ch2016-04-251-23/+49
* querystring: fix commentsBrian White2016-04-251-4/+4
* events: add prependListener() and prependOnceListener()James M Snell2016-04-222-29/+63
* events: make eventNames() use Reflect.ownKeys()Luigi Pinca2016-04-211-6/+1
* http: disallow sending obviously invalid status codesBrian White2016-04-201-0/+4
* net: Validate port in createServer().listen()Dirceu Pereira Tiegs2016-04-202-4/+11
* console: refactor to use rest params and template stringsJames M Snell2016-04-201-16/+15
* stream: make null an invalid chunk to write in object modeCalvin Metcalf2016-04-201-4/+10
* http: unref socket timer on parser executeFedor Indutny2016-04-201-0/+1
* module: fix resolution of filename with trailing slashMichaël Zasso2016-04-201-0/+2
* net: replace __defineGetter__ with definePropertyFedor Indutny2016-04-201-7/+15
* stream_base: expose `bytesRead` getterFedor Indutny2016-04-201-5/+13
* net: set ADDRCONFIG DNS hint in connectionscjihrig2016-04-201-0/+4
* tools: enable linting for v8_prof_processor.jsRich Trott2016-04-201-0/+1
* url: use "empty" object for empty query stringsBrian White2016-04-201-2/+8
* http: skip body and next message of CONNECT resFedor Indutny2016-04-192-3/+6
* zlib: fix use after null when calling .closeJames Lal2016-04-191-1/+4
* events: don't inherit from Object.prototypeBrian White2016-04-181-7/+13
* querystring: don't inherit from Object.prototypeBrian White2016-04-181-1/+7
* lib,test,tools: alignment on variable assignmentsRich Trott2016-04-184-10/+14
* assert: respect assert.doesNotThrow message.Ilya Shaisultanov2016-04-181-1/+8
* repl: keep the built-in modules non-enumerableAnna Henningsen2016-04-181-10/+25
* node: make builtin libs available for `--eval`Anna Henningsen2016-04-183-22/+39
* process: fix incorrect usage of assert.fail()Rich Trott2016-04-181-1/+1
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-181-4/+6
* zlib: Make the finish flush flag configurableAnna Henningsen2016-04-171-12/+20
* buffer: add Buffer.allocUnsafeSlow(size)James M Snell2016-04-152-7/+27
* fs: optimize realpath using uv_fs_realpath()Yuval Brik2016-04-152-234/+28
* lib: improve module loading performanceBrian White2016-04-144-118/+266
* debugger: run last command on presssing enterRich Trott2016-04-142-23/+26
* repl: don’t complete non-simple expressionsAnna Henningsen2016-04-141-1/+1
* streams: support unlimited synchronous cork/uncork cyclesMatteo Collina2016-04-141-6/+9
* os: add userInfo() methodcjihrig2016-04-121-0/+1
* stream: Fix readableState.awaitDrain mechanismAnna Henningsen2016-04-111-3/+3
* querystring: using toString for objects on querystring.escapeIgor Kalashnikov2016-04-111-2/+6