Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-16src: allow combination of -i and -e cli flagsRich Trott
2016-03-16console: check that stderr is writableRich Trott
2016-03-15events: add eventNames() methodJames M Snell
2016-03-15zlib: add support for concatenated membersKári Tristan Helgason
2016-03-15net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin
2016-03-15net: type check createServer options objectSam Roberts
2016-03-14test: improve test-npm-installSantiago Gimeno
2016-03-14test: eval a strict functionKári Tristan Helgason
2016-03-13doc: update removeListener behaviourVaibhav
2016-03-12test: add batch of known issue testscjihrig
2016-03-09test: expand test case for unknown file open flagsJames M Snell
2016-03-08src,http: fix uncaughtException miss in httpTrevor Norris
2016-03-08test: add test-npm-install to parallel tests suiteMyles Borins
2016-03-08doc: document directories in test directoryMichael Barrett
2016-03-07path: fix normalize for absolutesEvan Lucas
2016-03-07test: remove broken debugger scenariosRich Trott
2016-03-05dgram: default send address to 127.0.0.1 or ::1Matteo Collina
2016-03-04test: bug repro for vm function redefinitioncjihrig
2016-03-04tools: support testing known issuescjihrig
2016-03-04test: fix proxy tab-completion testAli Ijaz Sheikh
2016-03-04test: fix tests after V8 upgradeMichaël Zasso
2016-03-03test: prevent flakey test on pi2Trevor Norris
2016-03-03test: check memoryUsage propertiesWyatt Preul
2016-03-03tools: enable no-extra-parens in ESLintRich Trott
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2016-03-02lib: freelist: use .pop() for allocationAnton Khlynovskiy
2016-03-02tls: fix assert in context._external accessorBen Noordhuis
2016-03-02test: increase timeout for test-tls-fast-writingRich Trott
2016-03-02test: apply Linux workaround to Linux onlyRich Trott
2016-03-02test: retry on known SmartOS bugRich Trott
2016-03-01http_parser: use `MakeCallback`Trevor Norris
2016-03-01crypto: PBKDF2 works with `int` not `ssize_t`Fedor Indutny
2016-03-01test: remove unneeded bind() and related commentsAayush Naik
2016-03-01test: fix flaky child-process-fork-regr-gh-2847Santiago Gimeno
2016-02-29path: fix path.relative() for prefixes at rootOwen Smith
2016-02-29test: remove flaky designation from fixed testsRich Trott
2016-02-29path: fix win32 parse()Zheng Chaoping
2016-02-29repl: fix stack trace column number in strict modePrince J Wesley
2016-02-28dgram: handle default address case when offset and length are specifiedMatteo Collina
2016-02-27test: add test-cases for posix path.relative()Owen Smith
2016-02-27path: fix win32 relative() for UNC pathsOwen Smith
2016-02-27path: fix win32 relative() when "to" is a prefixOwen Smith
2016-02-27url: fix off-by-one error with parse()Brian White
2016-02-27path: fix verbose relative() outputBrian White
2016-02-27timers: refactor timersJeremiah Senkpiel
2016-02-26test: refactor test-dgram-send-callback-recursiveSantiago Gimeno
2016-02-26test: refactor test-dgram-udp4Santiago Gimeno
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2016-02-25test: allow passing args to executableStefan Budeanu