summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | test: make destroyed-socket-write2.js more robustMichael Dawson2015-02-271-2/+3
* | smalloc: extend user APITrevor Norris2015-02-203-0/+47
* | net: unref timer in parent socketsFedor Indutny2015-02-191-0/+55
* | fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-171-0/+45
* | Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-02-161-0/+8
|\ \ | |/
| * url: reslove urls with . and ..Amir Saboury2015-02-091-0/+8
* | console: allow Object.prototype fields as labelscjihrig2015-02-131-9/+25
* | fs: make F_OK/R_OK/W_OK/X_OK not writableJackson Tian2015-02-111-0/+7
* | test: Timeout#unref() does not return instanceJan Schär2015-02-111-1/+2
* | lib: fix max size check in Buffer constructorBen Noordhuis2015-02-101-0/+3
* | mdb_v8: add tests for ::findjsobjects -k KINDJulien Gilli2015-02-052-0/+43
* | mdb_v8: update for v0.12Dave Pacheco2015-02-053-5/+216
* | assert: use util.inspect() to create error messagescjihrig2015-01-291-13/+17
* | Revert "url: support `path` for url.format"Julien Gilli2015-01-291-73/+4
* | Merge remote-tracking branch 'origin/v0.10' into v0.12Timothy J Fontaine2015-01-261-1/+1
|\ \ | |/
| * test: fix crypto-stream after openssl updateFedor Indutny2015-01-211-1/+1
| * test: backport use executable in spawn() testcjihrig2015-01-131-4/+4
* | url: fix parsing of ssh urlsEvan Lucas2015-01-231-0/+16
* | net: throw on invalid socket timeoutscjihrig2015-01-222-1/+26
* | test: fix test-debug-port-from-cmdline.jsJulien Gilli2015-01-161-10/+9
* | http: rename flush to flushHeadersTimothy J Fontaine2015-01-161-2/+2
* | test: fix test-fs-access.jsJulien Gilli2015-01-161-7/+47
* | test: debug-signal-cluster should not be raceyTimothy J Fontaine2015-01-151-30/+30
* | path: don't lower-cases drive lettersBert Belder2015-01-152-3/+2
* | test: fix ssl/tls options matrix testJulien Gilli2015-01-141-21/+13
* | test: fix test-crypto-stream.jsJulien Gilli2015-01-141-1/+1
* | cluster: don't assert if worker has no handlesSam Roberts2015-01-142-0/+91
* | cluster: cluster.disconnect() should check statusSam Roberts2015-01-141-0/+35
* | Merge remote-tracking branch 'upstream/v0.12' into merge-0-10-into-0-12Julien Gilli2015-01-121-0/+99
|\ \
| * | fs: add access() and accessSync()Colin Ihrig2015-01-121-0/+99
* | | child_process: fix test after latest mergeJulien Gilli2015-01-121-2/+2
* | | test: use executable in spawn() testcjihrig2015-01-121-4/+5
* | | tests: append instead of override environmentJulien Gilli2015-01-125-7/+12
* | | Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12Julien Gilli2015-01-1216-7/+1287
|\ \ \ | |/ / |/| / | |/
| * timers: don't mutate unref list while iterating itJulien Gilli2014-12-223-0/+177
| * src: re-add 1024-bit SSL certs removed by f9456a2Chris Dickinson2014-12-191-0/+26
| * timers: don't close interval timers when unrefdJulien Gilli2014-12-191-0/+39
| * test: remove redundant code in testcjihrig2014-12-171-6/+0
| * timers: Avoid linear scan in _unrefActive.Julien Gilli2014-12-161-0/+71
| * domains: fix issues with abort on uncaughtJulien Gilli2014-11-182-0/+289
| * test: test all spawn parameter positionsSam Roberts2014-11-181-21/+72
| * child_process: check fork args is an arraySam Roberts2014-11-181-0/+11
| * child_process: check execFile args is an arraySam Roberts2014-11-181-0/+11
| * test: use assert.throw to test exceptionsSam Roberts2014-11-181-20/+8
| * tests: add TLS tests matrixv0.10.33v0.10.33-releaseJulien Gilli2014-10-233-0/+745
| * tls: honorCipherOrder should not degrade defaultsTimothy J Fontaine2014-10-231-0/+131
| * crypto: allow forcing SSLv2/v3 via secureProtocolFedor Indutny2014-10-204-216/+0
| * test: fix test-net-listen-fd0 for pipesTimothy J Fontaine2014-10-151-3/+7
| * test: crypto-domains avoid spurious failuresTimothy J Fontaine2014-10-151-1/+7
| * crypto: allow runtime opt in using SSLv2/SSLv3Timothy J Fontaine2014-10-154-0/+216