summaryrefslogtreecommitdiff
path: root/test/simple
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.12'merge-reviewJulien Gilli2015-03-165-36/+126
|\
| * Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-03-162-8/+41
| |\
| | * domains: fix stack clearing after error handledJonas Dohse2015-03-101-0/+41
| | * url: revert reslove urls with . and ..Julien Gilli2015-03-061-8/+0
| | * console: allow Object.prototype fields as labelsJulien Gilli2015-02-171-8/+21
| * | test: update flaky test definitionsAlexis Campailla2015-03-131-0/+1
| * | net: allow port 0 in connect()cjihrig2015-03-052-28/+84
* | | net: use cached peername to resolve remote fieldsJames Hartig2015-03-161-0/+12
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-03-041-1/+4
|\ \ \ | |/ /
| * | tests: fix race in test-http-curl-chunk-problemJulien Gilli2015-03-031-1/+4
* | | Merge remote-tracking branch 'upstream/v0.12'Julien Gilli2015-02-273-2/+92
|\ \ \ | |/ /
| * | src: fix builtin modules failing with --use-strictJulien Gilli2015-02-271-0/+34
| * | test: make destroyed-socket-write2.js more robustMichael Dawson2015-02-271-2/+3
| * | net: unref timer in parent socketsFedor Indutny2015-02-191-0/+55
| * | fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-171-0/+45
* | | dgram: implicit binds should be exclusiveSam Roberts2015-02-172-0/+105
* | | 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
* | 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 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-1211-7/+509
|\ \ \ | |/ / |/| / | |/
| * timers: don't mutate unref list while iterating itJulien Gilli2014-12-223-0/+177
| * 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