summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Update broken/foundation links in README.mdbnb/update-readme-markdown-linksTierney Cyren2019-06-071-2/+3
* doc: adjust TOC marginsRoman Reiss2019-06-071-1/+4
* test: make sure vtable is generated in addon test with LTOAnna Henningsen2019-06-071-1/+8
* test: mark test-worker-debug as flakyRefael Ackermann2019-06-062-15/+21
* test: regression test `tmpdir`Refael Ackermann2019-06-061-19/+35
* test: always suffix `tmpdir`Refael Ackermann2019-06-061-5/+1
* test: shell out to `rmdir` first on WindowsRefael Ackermann2019-06-063-23/+61
* test,v8: skip less and stabilize test-linux-perf.jsRefael Ackermann2019-06-062-39/+61
* src: use RAII in setgroups implementationAnna Henningsen2019-06-061-4/+2
* test: only assert on first lines of TLS traceSam Roberts2019-06-062-3/+0
* doc: order deprecation reasonsTrivikram Kamat2019-06-051-3/+5
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-05126-746/+738
* trace_events: respect inspect() depthcjihrig2019-06-052-0/+15
* test: add comments to the foaf+ssl fixturesAlex Aubuchon2019-06-052-0/+7
* test: change formatting of fixtures/keys/MakefileAlex Aubuchon2019-06-051-24/+24
* test: change fixtures.readSync to fixtures.readKeyAlex Aubuchon2019-06-052-4/+4
* test: remove uneeded agent keypair in fixtures/Alex Aubuchon2019-06-057-59/+11
* test: move foafssl certs to fixtures/keys/Alex Aubuchon2019-06-058-72/+73
* test: remove uneeded alice certs in fixtures/Alex Aubuchon2019-06-053-50/+4
* test: remove uneeded certs in fixtures/Alex Aubuchon2019-06-053-51/+1
* test: move dherror.pem to fixtures/keys/Alex Aubuchon2019-06-053-5/+8
* test: remove pass-* certsAlex Aubuchon2019-06-055-67/+13
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-0546-150/+172
* test: move spkac certs to fixtures/keys/Alex Aubuchon2019-06-057-13/+18
* test: move x448 keypairs to fixtures/keys/Alex Aubuchon2019-06-056-11/+19
* test: move ed448 keypairs to fixtures/keys/Alex Aubuchon2019-06-057-12/+20
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-0513-92/+119
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-0522-134/+239
* test: move x25519 keypair to fixtures/keys/Alex Aubuchon2019-06-056-8/+16
* test: move ed25519 keypair to fixtures/keys/Alex Aubuchon2019-06-058-10/+22
* test: rename worker MessagePort testAnna Henningsen2019-06-051-0/+0
* deps: update node-inspect to v1.11.6Jan Krems2019-06-0512-45/+79
* doc: remove "encouraged" as hedging in fs.mdRich Trott2019-06-051-3/+3
* doc: remove "strongly recommended" as hedging in fs.mdRich Trott2019-06-051-2/+2
* doc: remove "strongly recommended" hedging from tls.mdRich Trott2019-06-051-2/+2
* doc: remove "strongly recommended" hedging in deprecations.mdRich Trott2019-06-051-3/+3
* src: fix unused private field warningcjihrig2019-06-053-5/+4
* 2019-06-04, Version 12.4.0 (Current)Michaƫl Zasso2019-06-045-7/+145
* test: more tls hostname verification coverageBen Noordhuis2019-06-041-0/+42
* net: make writeAfterFIN() return falseLuigi Pinca2019-06-042-2/+10
* build,meta: rearrange and narrow git ignore rulesRefael Ackermann2019-06-031-77/+80
* src: split `RunBootstrapping()`Joyee Cheung2019-06-036-68/+82
* src: reorganize inspector and diagnostics initializationJoyee Cheung2019-06-037-55/+74
* src: create Environment properties in Environment::CreateProperties()Joyee Cheung2019-06-033-22/+31
* src: inline ProcessCliArgs in the Environment constructorJoyee Cheung2019-06-037-43/+32
* inspector: added --inspect-publish-uidAleksei Koziatinskii2019-06-0310-22/+148
* inspector: supported NodeRuntime domain in workerAleksei Koziatinskii2019-06-026-10/+70
* test: handle unknown message type in worker threadsRich Trott2019-06-022-9/+33
* test: add coverage for unserializable worker thread errorRich Trott2019-06-021-0/+25
* stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande2019-06-024-16/+209