summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-05-04intl: Don't crash if v8BreakIterator not availableSteven R. Loomis
2016-05-04buffer: fix lastIndexOf index underflow issueAnna Henningsen
2016-05-04buffer: fix lastIndexOf crash for overlong needleAnna Henningsen
2016-05-04buffer: fix UCS2 indexOf for odd buffer lengthAnna Henningsen
2016-05-04buffer: fix needle length misestimation for UCS2Anna Henningsen
2016-05-04test: avoid test-cluster-master-* flakinessStefan Budeanu
2016-05-04lib,test: update in preparation for linter updateRich Trott
2016-05-04src: add O_NOATIME constantRich Trott
2016-05-04repl: create history file with mode 0600Carl Lei
2016-05-04test: fix alpn tests for openssl1.0.2hShigeki Ohtsu
2016-05-03util: truncate inspect array and typed arrayJames M Snell
2016-05-03util: fix inspecting of proxy objectsJames M Snell
2016-05-02test: refactor large event emitter testscjihrig
2016-05-02debugger: display array contents in replcjihrig
2016-05-02readline: remove deprecated methodscjihrig
2016-05-01test: add failing url parse tests as known_issueJames M Snell
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-28test,tools: limit lint tolerance of gc globalRich Trott
2016-04-29tools: add tests for the doctoolIan Kronquist
2016-04-28test,tools: adjust function argument alignmentRich Trott
2016-04-28crypto: fix error in deprecation messageRich Trott
2016-04-27test: check that 2nd handle.close() call is a nopBen Noordhuis
2016-04-27src: simplify handlewrap state tracking logicBen Noordhuis
2016-04-27net: introduce `Socket#connecting` propertyFedor Indutny
2016-04-26readline: allow history to be disabledsurya panikkal
2016-04-25cluster: migrate from worker.suicideEvan Lucas
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
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-25test: increase the platform timeout for AIXMichael Dawson
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-22events: add prependListener() and prependOnceListener()James M Snell
2016-04-21test: add tests for console.assertEvan Lucas
2016-04-21test: v8-flags is sensitive to script cachingAli Ijaz Sheikh
2016-04-21test: don't assume IPv6 in test-regress-GH-5727cjihrig
2016-04-20http: disallow sending obviously invalid status codesBrian White
2016-04-20net: Validate port in createServer().listen()Dirceu Pereira Tiegs
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-20stream_base: expose `bytesRead` getterFedor Indutny
2016-04-20test: spawn new processes in vm-cached-dataFedor Indutny
2016-04-20test: move more tests from sequential to parallelSantiago Gimeno
2016-04-20test: assert - fixed error messages to match the testssurya panikkal
2016-04-20test: add zlib close-after-error regression testAnna Henningsen