summaryrefslogtreecommitdiff
path: root/test/parallel
Commit message (Expand)AuthorAgeFilesLines
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-16139-549/+2061
* console: check that stderr is writableRich Trott2016-03-151-6/+13
* events: add eventNames() methodJames M Snell2016-03-151-0/+19
* zlib: add support for concatenated membersKári Tristan Helgason2016-03-152-0/+68
* net: make `isIPv4` and `isIPv6` more efficientVladimir Kurchatkin2016-03-151-0/+29
* net: type check createServer options objectSam Roberts2016-03-151-0/+7
* test: improve test-npm-installSantiago Gimeno2016-03-141-1/+8
* test: eval a strict functionKári Tristan Helgason2016-03-141-0/+28
* doc: update removeListener behaviourVaibhav2016-03-131-0/+19
* test: expand test case for unknown file open flagsJames M Snell2016-03-091-0/+15
* src,http: fix uncaughtException miss in httpTrevor Norris2016-03-081-0/+23
* test: add test-npm-install to parallel tests suiteMyles Borins2016-03-071-0/+40
* path: fix normalize for absolutesEvan Lucas2016-03-071-0/+3
* dgram: default send address to 127.0.0.1 or ::1Matteo Collina2016-03-052-12/+36
* test: fix proxy tab-completion testAli Ijaz Sheikh2016-03-031-2/+17
* test: fix tests after V8 upgradeMichaël Zasso2016-03-033-7/+3
* test: prevent flakey test on pi2Trevor Norris2016-03-032-8/+10
* test: check memoryUsage propertiesWyatt Preul2016-03-031-1/+3
* tools: enable no-extra-parens in ESLintRich Trott2016-03-031-1/+1
* crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny2016-03-021-1/+12
* lib: freelist: use .pop() for allocationAnton Khlynovskiy2016-03-021-2/+2
* tls: fix assert in context._external accessorBen Noordhuis2016-03-021-0/+24
* test: increase timeout for test-tls-fast-writingRich Trott2016-03-021-1/+1
* http_parser: use `MakeCallback`Trevor Norris2016-03-011-0/+3
* crypto: PBKDF2 works with `int` not `ssize_t`Fedor Indutny2016-03-011-12/+9
* test: fix flaky child-process-fork-regr-gh-2847Santiago Gimeno2016-02-291-2/+18
* path: fix path.relative() for prefixes at rootOwen Smith2016-02-291-2/+8
* test: remove flaky designation from fixed testsRich Trott2016-02-291-1/+0
* path: fix win32 parse()Zheng Chaoping2016-02-291-0/+16
* repl: fix stack trace column number in strict modePrince J Wesley2016-02-291-3/+20
* dgram: handle default address case when offset and length are specifiedMatteo Collina2016-02-281-0/+43
* test: add test-cases for posix path.relative()Owen Smith2016-02-271-1/+3
* path: fix win32 relative() for UNC pathsOwen Smith2016-02-271-1/+6
* path: fix win32 relative() when "to" is a prefixOwen Smith2016-02-271-1/+2
* url: fix off-by-one error with parse()Brian White2016-02-271-0/+15
* path: fix verbose relative() outputBrian White2016-02-271-1/+2
* test: refactor test-dgram-send-callback-recursiveSantiago Gimeno2016-02-261-8/+10
* test: refactor test-dgram-udp4Santiago Gimeno2016-02-261-42/+14
* crypto: Improve control of FIPS modeStefan Budeanu2016-02-251-0/+180
* test: allow passing args to executableStefan Budeanu2016-02-251-1/+0
* repl: accept no arguments to start()cjihrig2016-02-251-0/+14
* cluster: emit worker as first 'message' event argBen Noordhuis2016-02-251-1/+2
* tools: enable additional lint rulesRich Trott2016-02-243-3/+3
* test: mitigate flaky test-http-agentRich Trott2016-02-222-4/+3
* test: increase timeouts on some unref timers testsJeremiah Senkpiel2016-02-223-3/+3
* child_process: add keepOpen option to send()cjihrig2016-02-221-0/+52
* child_process: support options in send()cjihrig2016-02-221-0/+25
* tools: add Node.js-specific ESLint rulesRich Trott2016-02-212-2/+2
* test: use String.prototype.repeat() for clarityRich Trott2016-02-214-14/+4
* vm: fix `produceCachedData`Jiho Choi2016-02-211-1/+10