summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib,test: update in preparation for linter updateRich Trott2016-05-171-0/+1
* util: fix invalid date output with util.inspectRumkin2016-05-171-1/+5
* util: adhere to `noDeprecation` set at runtimeAnna Henningsen2016-05-171-2/+1
* benchmark,test,lib: remove extra spacesRich Trott2016-05-175-6/+6
* util: truncate inspect array and typed arrayJames M Snell2016-05-031-3/+16
* util: fix inspecting of proxy objectsJames M Snell2016-05-031-1/+41
* cluster: remove use of bind() in destroy()yorkie2016-05-031-4/+6
* debugger: display array contents in replcjihrig2016-05-031-2/+2
* doc: make `writable.setDefaultEncoding()` return `this`Alexander Makarenko2016-05-031-0/+1
* assert: allow circular referencesRich Trott2016-05-031-4/+17
* process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller2016-05-032-0/+53
* events: pass the original listener added by onceDavidCai2016-05-031-3/+4
* crypto: fix error in deprecation messageRich Trott2016-05-031-1/+1
* doc: use Buffer.from() instead of new Buffer()Jackson Tian2016-05-031-2/+2
* net: introduce `Socket#connecting` propertyFedor Indutny2016-05-033-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-261-17/+31
* url: drop auth in `url.resolve()` if host changesAlex Kocharin2016-04-261-4/+9
* repl: don’t complete expressions when eval failsAnna Henningsen2016-04-261-2/+3
* module: preserve symlinks when requiringAlex Lamar2016-04-261-17/+26
* console: timeEnd() with no label emits warningEugene Obrezkov2016-04-261-2/+3
* buffer: add Buffer.prototype.lastIndexOf()dcposch@dcpos.ch2016-04-261-23/+49
* querystring: fix commentsBrian White2016-04-261-4/+4
* events: add prependListener() and prependOnceListener()James M Snell2016-04-262-29/+63
* events: make eventNames() use Reflect.ownKeys()Luigi Pinca2016-04-261-6/+1
* http: disallow sending obviously invalid status codesBrian White2016-04-261-0/+4
* net: Validate port in createServer().listen()Dirceu Pereira Tiegs2016-04-262-4/+11
* console: refactor to use rest params and template stringsJames M Snell2016-04-261-16/+15
* stream: make null an invalid chunk to write in object modeCalvin Metcalf2016-04-261-4/+10
* http: unref socket timer on parser executeFedor Indutny2016-04-261-0/+1
* module: fix resolution of filename with trailing slashMichaël Zasso2016-04-261-0/+2
* net: replace __defineGetter__ with definePropertyFedor Indutny2016-04-261-7/+15
* stream_base: expose `bytesRead` getterFedor Indutny2016-04-261-5/+13
* net: set ADDRCONFIG DNS hint in connectionscjihrig2016-04-261-0/+4
* tools: enable linting for v8_prof_processor.jsRich Trott2016-04-261-0/+1
* url: use "empty" object for empty query stringsBrian White2016-04-261-2/+8
* http: skip body and next message of CONNECT resFedor Indutny2016-04-262-3/+6
* zlib: fix use after null when calling .closeJames Lal2016-04-261-1/+4
* events: don't inherit from Object.prototypeBrian White2016-04-261-7/+13
* querystring: don't inherit from Object.prototypeBrian White2016-04-261-1/+7
* lib,test,tools: alignment on variable assignmentsRich Trott2016-04-264-10/+14
* assert: respect assert.doesNotThrow message.Ilya Shaisultanov2016-04-261-1/+8
* repl: keep the built-in modules non-enumerableAnna Henningsen2016-04-261-10/+25
* node: make builtin libs available for `--eval`Anna Henningsen2016-04-263-22/+39
* process: fix incorrect usage of assert.fail()Rich Trott2016-04-261-1/+1
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-261-4/+6
* zlib: Make the finish flush flag configurableAnna Henningsen2016-04-261-12/+20
* buffer: add Buffer.allocUnsafeSlow(size)James M Snell2016-04-262-7/+27
* fs: optimize realpath using uv_fs_realpath()Yuval Brik2016-04-262-234/+28