summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-09-01 16:31:16 +0200
committerJames M Snell <jasnell@gmail.com>2017-09-01 10:09:41 -0700
commitdd52cad044df9e9166b8ece5c7bb68764a009dfe (patch)
treecb4cdc40eff9b5a4925f069f8a79b67d555433a5
parentf91897e741232552546d2745dd472d1b781cdb11 (diff)
downloadandroid-node-v8-dd52cad044df9e9166b8ece5c7bb68764a009dfe.tar.gz
android-node-v8-dd52cad044df9e9166b8ece5c7bb68764a009dfe.tar.bz2
android-node-v8-dd52cad044df9e9166b8ece5c7bb68764a009dfe.zip
doc,lib,src,test: strip executable bits off files
Remove the executable bits of the file modes of some files that accidentally received it. PR-URL: https://github.com/nodejs/node/pull/15132 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--[-rwxr-xr-x]doc/api/child_process.md0
-rw-r--r--[-rwxr-xr-x]doc/api/http2.md0
-rw-r--r--[-rwxr-xr-x]doc/api/perf_hooks.md0
-rw-r--r--[-rwxr-xr-x]lib/internal/http2/core.js0
-rw-r--r--[-rwxr-xr-x]src/node_http2.cc0
-rw-r--r--[-rwxr-xr-x]src/node_http2.h0
-rw-r--r--[-rwxr-xr-x]src/node_http2_core-inl.h0
-rw-r--r--[-rwxr-xr-x]src/node_http2_core.h0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-http2-client-unescaped-path.js0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-http2-client-upload.js0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-http2-info-headers.js0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-http2-options-max-reserved-streams.js0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-http2-response-splitting.js0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-http2-server-socket-destroy.js0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-http2-server-socketerror.js0
-rw-r--r--[-rwxr-xr-x]test/parallel/test-performance-gc.js0
16 files changed, 0 insertions, 0 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index f4a843fc09..f4a843fc09 100755..100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 67a3d400d0..67a3d400d0 100755..100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index f41caf6f53..f41caf6f53 100755..100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
diff --git a/lib/internal/http2/core.js b/lib/internal/http2/core.js
index 492a2baa5f..492a2baa5f 100755..100644
--- a/lib/internal/http2/core.js
+++ b/lib/internal/http2/core.js
diff --git a/src/node_http2.cc b/src/node_http2.cc
index 610c8e8f23..610c8e8f23 100755..100644
--- a/src/node_http2.cc
+++ b/src/node_http2.cc
diff --git a/src/node_http2.h b/src/node_http2.h
index 107e87a2dc..107e87a2dc 100755..100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
diff --git a/src/node_http2_core-inl.h b/src/node_http2_core-inl.h
index 8687c6ee9b..8687c6ee9b 100755..100644
--- a/src/node_http2_core-inl.h
+++ b/src/node_http2_core-inl.h
diff --git a/src/node_http2_core.h b/src/node_http2_core.h
index 2cd669f118..2cd669f118 100755..100644
--- a/src/node_http2_core.h
+++ b/src/node_http2_core.h
diff --git a/test/parallel/test-http2-client-unescaped-path.js b/test/parallel/test-http2-client-unescaped-path.js
index 645fb33163..645fb33163 100755..100644
--- a/test/parallel/test-http2-client-unescaped-path.js
+++ b/test/parallel/test-http2-client-unescaped-path.js
diff --git a/test/parallel/test-http2-client-upload.js b/test/parallel/test-http2-client-upload.js
index cee86e3fc6..cee86e3fc6 100755..100644
--- a/test/parallel/test-http2-client-upload.js
+++ b/test/parallel/test-http2-client-upload.js
diff --git a/test/parallel/test-http2-info-headers.js b/test/parallel/test-http2-info-headers.js
index a1491959df..a1491959df 100755..100644
--- a/test/parallel/test-http2-info-headers.js
+++ b/test/parallel/test-http2-info-headers.js
diff --git a/test/parallel/test-http2-options-max-reserved-streams.js b/test/parallel/test-http2-options-max-reserved-streams.js
index 425ac6eb4e..425ac6eb4e 100755..100644
--- a/test/parallel/test-http2-options-max-reserved-streams.js
+++ b/test/parallel/test-http2-options-max-reserved-streams.js
diff --git a/test/parallel/test-http2-response-splitting.js b/test/parallel/test-http2-response-splitting.js
index 557967a3df..557967a3df 100755..100644
--- a/test/parallel/test-http2-response-splitting.js
+++ b/test/parallel/test-http2-response-splitting.js
diff --git a/test/parallel/test-http2-server-socket-destroy.js b/test/parallel/test-http2-server-socket-destroy.js
index d77f735567..d77f735567 100755..100644
--- a/test/parallel/test-http2-server-socket-destroy.js
+++ b/test/parallel/test-http2-server-socket-destroy.js
diff --git a/test/parallel/test-http2-server-socketerror.js b/test/parallel/test-http2-server-socketerror.js
index 5bbb2130f0..5bbb2130f0 100755..100644
--- a/test/parallel/test-http2-server-socketerror.js
+++ b/test/parallel/test-http2-server-socketerror.js
diff --git a/test/parallel/test-performance-gc.js b/test/parallel/test-performance-gc.js
index 1ff4c9ae62..1ff4c9ae62 100755..100644
--- a/test/parallel/test-performance-gc.js
+++ b/test/parallel/test-performance-gc.js