| Commit message (Expand) | Author | Age | Files | Lines |
* | module: unify package exports test for CJS and ESM | Jan Krems | 2019-08-02 | 3 | -15/+12 |
* | test: fix nits in test/fixtures/tls-connect.js | Luigi Pinca | 2019-08-02 | 1 | -6/+6 |
* | policy: add dependencies map for resources | Bradley Farias | 2019-08-02 | 7 | -0/+68 |
* | module: implement "exports" proposal for CommonJS | Jan Krems | 2019-08-02 | 3 | -0/+6 |
* | policy: add policy-integrity to mitigate policy tampering | Bradley Farias | 2019-07-22 | 2 | -0/+9 |
* | esm: implement "pkg-exports" proposal | Guy Bedford | 2019-07-20 | 6 | -0/+25 |
* | module: increase code coverage of cjs loader | Andrey Melikhov | 2019-07-20 | 2 | -0/+24 |
* | test: generate des rsa_cert.pfx | Caleb ツ Everett | 2019-07-20 | 2 | -1/+1 |
* | test: reset validity dates of expired certs | Sam Roberts | 2019-07-02 | 6 | -61/+60 |
* | test: remove FIB environment variable from cpu-prof.js | Rich Trott | 2019-06-18 | 1 | -1/+8 |
* | module: handle empty require.resolve() options | cjihrig | 2019-06-17 | 1 | -0/+6 |
* | test: add comments to the foaf+ssl fixtures | Alex Aubuchon | 2019-06-17 | 2 | -0/+7 |
* | test: change formatting of fixtures/keys/Makefile | Alex Aubuchon | 2019-06-17 | 1 | -24/+24 |
* | test: remove uneeded agent keypair in fixtures/ | Alex Aubuchon | 2019-06-17 | 2 | -48/+0 |
* | test: move foafssl certs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 7 | -57/+64 |
* | test: remove uneeded alice certs in fixtures/ | Alex Aubuchon | 2019-06-17 | 2 | -46/+0 |
* | test: remove uneeded certs in fixtures/ | Alex Aubuchon | 2019-06-17 | 2 | -50/+0 |
* | test: move dherror.pem to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 2 | -1/+6 |
* | test: remove pass-* certs | Alex Aubuchon | 2019-06-17 | 4 | -54/+0 |
* | test: move test_[key|ca|cert] to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 9 | -55/+83 |
* | test: move spkac certs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 6 | -8/+12 |
* | test: move x448 keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 5 | -8/+16 |
* | test: move ed448 keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 5 | -8/+16 |
* | test: move dsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 11 | -85/+112 |
* | test: move rsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 18 | -84/+202 |
* | test: move x25519 keypair to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 5 | -6/+14 |
* | test: move ed25519 keypair to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 6 | -6/+18 |
* | test,v8: skip less and stabilize test-linux-perf.js | Refael Ackermann | 2019-06-17 | 1 | -18/+9 |
* | Revert "test: move all test keys/certs under `test/fixtures/keys/`" | Sam Roberts | 2019-06-17 | 75 | -550/+516 |
* | test: add comments to the foaf+ssl fixtures | Alex Aubuchon | 2019-06-17 | 2 | -0/+7 |
* | test: change formatting of fixtures/keys/Makefile | Alex Aubuchon | 2019-06-17 | 1 | -24/+24 |
* | test: remove uneeded agent keypair in fixtures/ | Alex Aubuchon | 2019-06-17 | 2 | -48/+0 |
* | test: move foafssl certs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 7 | -57/+64 |
* | test: remove uneeded alice certs in fixtures/ | Alex Aubuchon | 2019-06-17 | 2 | -46/+0 |
* | test: remove uneeded certs in fixtures/ | Alex Aubuchon | 2019-06-17 | 2 | -50/+0 |
* | test: move dherror.pem to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 2 | -1/+6 |
* | test: remove pass-* certs | Alex Aubuchon | 2019-06-17 | 4 | -54/+0 |
* | test: move test_[key|ca|cert] to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 9 | -55/+83 |
* | test: move spkac certs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 6 | -8/+12 |
* | test: move x448 keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 5 | -8/+16 |
* | test: move ed448 keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 5 | -8/+16 |
* | test: move dsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 11 | -85/+112 |
* | test: move rsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 18 | -84/+202 |
* | test: move x25519 keypair to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 5 | -6/+14 |
* | test: move ed25519 keypair to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 6 | -6/+18 |
* | test: switch assertEqual arguments | Evgenii Shchepotev | 2019-05-31 | 1 | -1/+1 |
* | test: update wpt/encoding to 7287608f90 | Joyee Cheung | 2019-05-28 | 6 | -22/+173 |
* | inspector: implement --heap-prof | Joyee Cheung | 2019-05-28 | 5 | -0/+66 |
* | test: update wpt/url to 418f7fabeb | Joyee Cheung | 2019-05-28 | 7 | -13/+57 |
* | test: update wpt/resources to e1fddfbf80 | Joyee Cheung | 2019-05-28 | 7 | -119/+363 |