aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/react/stream
diff options
context:
space:
mode:
authormarvin-borner@live.com2018-04-14 19:38:31 +0200
committermarvin-borner@live.com2018-04-14 19:38:31 +0200
commit7ac4371989ac19ebbb753402319882c9c49d32dd (patch)
treef95b12741476289ed49cfa795f71c12764c36a2c /assets/php/vendor/react/stream
parente3b1cabdd370b452a77c0a0248c69f0c292a9e72 (diff)
Began login system integration
Diffstat (limited to 'assets/php/vendor/react/stream')
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/.gitignore0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/.travis.yml0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/CHANGELOG.md0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/LICENSE0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/README.md0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/composer.json0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/examples/01-http.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/examples/02-https.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/examples/11-cat.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/examples/91-benchmark-throughput.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/phpunit.xml.dist0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/CompositeStream.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/DuplexResourceStream.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/DuplexStreamInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/ReadableResourceStream.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/ReadableStreamInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/ThroughStream.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/Util.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/WritableResourceStream.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/src/WritableStreamInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/CallableStub.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/CompositeStreamTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/DuplexResourceStreamIntegrationTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/DuplexResourceStreamTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/EnforceBlockingWrapper.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/FunctionalInternetTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/ReadableResourceStreamTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/Stub/ReadableStreamStub.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/TestCase.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/ThroughStreamTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/UtilTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/stream/tests/WritableStreamResourceTest.php0
32 files changed, 0 insertions, 0 deletions
diff --git a/assets/php/vendor/react/stream/.gitignore b/assets/php/vendor/react/stream/.gitignore
index 987e2a2..987e2a2 100644..100755
--- a/assets/php/vendor/react/stream/.gitignore
+++ b/assets/php/vendor/react/stream/.gitignore
diff --git a/assets/php/vendor/react/stream/.travis.yml b/assets/php/vendor/react/stream/.travis.yml
index f4e3376..f4e3376 100644..100755
--- a/assets/php/vendor/react/stream/.travis.yml
+++ b/assets/php/vendor/react/stream/.travis.yml
diff --git a/assets/php/vendor/react/stream/CHANGELOG.md b/assets/php/vendor/react/stream/CHANGELOG.md
index f64815d..f64815d 100644..100755
--- a/assets/php/vendor/react/stream/CHANGELOG.md
+++ b/assets/php/vendor/react/stream/CHANGELOG.md
diff --git a/assets/php/vendor/react/stream/LICENSE b/assets/php/vendor/react/stream/LICENSE
index a808108..a808108 100644..100755
--- a/assets/php/vendor/react/stream/LICENSE
+++ b/assets/php/vendor/react/stream/LICENSE
diff --git a/assets/php/vendor/react/stream/README.md b/assets/php/vendor/react/stream/README.md
index c362534..c362534 100644..100755
--- a/assets/php/vendor/react/stream/README.md
+++ b/assets/php/vendor/react/stream/README.md
diff --git a/assets/php/vendor/react/stream/composer.json b/assets/php/vendor/react/stream/composer.json
index f6faa66..f6faa66 100644..100755
--- a/assets/php/vendor/react/stream/composer.json
+++ b/assets/php/vendor/react/stream/composer.json
diff --git a/assets/php/vendor/react/stream/examples/01-http.php b/assets/php/vendor/react/stream/examples/01-http.php
index 3687f7c..3687f7c 100644..100755
--- a/assets/php/vendor/react/stream/examples/01-http.php
+++ b/assets/php/vendor/react/stream/examples/01-http.php
diff --git a/assets/php/vendor/react/stream/examples/02-https.php b/assets/php/vendor/react/stream/examples/02-https.php
index 163f7c8..163f7c8 100644..100755
--- a/assets/php/vendor/react/stream/examples/02-https.php
+++ b/assets/php/vendor/react/stream/examples/02-https.php
diff --git a/assets/php/vendor/react/stream/examples/11-cat.php b/assets/php/vendor/react/stream/examples/11-cat.php
index 90fadc0..90fadc0 100644..100755
--- a/assets/php/vendor/react/stream/examples/11-cat.php
+++ b/assets/php/vendor/react/stream/examples/11-cat.php
diff --git a/assets/php/vendor/react/stream/examples/91-benchmark-throughput.php b/assets/php/vendor/react/stream/examples/91-benchmark-throughput.php
index ecf695c..ecf695c 100644..100755
--- a/assets/php/vendor/react/stream/examples/91-benchmark-throughput.php
+++ b/assets/php/vendor/react/stream/examples/91-benchmark-throughput.php
diff --git a/assets/php/vendor/react/stream/phpunit.xml.dist b/assets/php/vendor/react/stream/phpunit.xml.dist
index 13d3fab..13d3fab 100644..100755
--- a/assets/php/vendor/react/stream/phpunit.xml.dist
+++ b/assets/php/vendor/react/stream/phpunit.xml.dist
diff --git a/assets/php/vendor/react/stream/src/CompositeStream.php b/assets/php/vendor/react/stream/src/CompositeStream.php
index 153f2a3..153f2a3 100644..100755
--- a/assets/php/vendor/react/stream/src/CompositeStream.php
+++ b/assets/php/vendor/react/stream/src/CompositeStream.php
diff --git a/assets/php/vendor/react/stream/src/DuplexResourceStream.php b/assets/php/vendor/react/stream/src/DuplexResourceStream.php
index 982ebb0..982ebb0 100644..100755
--- a/assets/php/vendor/react/stream/src/DuplexResourceStream.php
+++ b/assets/php/vendor/react/stream/src/DuplexResourceStream.php
diff --git a/assets/php/vendor/react/stream/src/DuplexStreamInterface.php b/assets/php/vendor/react/stream/src/DuplexStreamInterface.php
index 631ce31..631ce31 100644..100755
--- a/assets/php/vendor/react/stream/src/DuplexStreamInterface.php
+++ b/assets/php/vendor/react/stream/src/DuplexStreamInterface.php
diff --git a/assets/php/vendor/react/stream/src/ReadableResourceStream.php b/assets/php/vendor/react/stream/src/ReadableResourceStream.php
index 015a96b..015a96b 100644..100755
--- a/assets/php/vendor/react/stream/src/ReadableResourceStream.php
+++ b/assets/php/vendor/react/stream/src/ReadableResourceStream.php
diff --git a/assets/php/vendor/react/stream/src/ReadableStreamInterface.php b/assets/php/vendor/react/stream/src/ReadableStreamInterface.php
index 2b4c3d0..2b4c3d0 100644..100755
--- a/assets/php/vendor/react/stream/src/ReadableStreamInterface.php
+++ b/assets/php/vendor/react/stream/src/ReadableStreamInterface.php
diff --git a/assets/php/vendor/react/stream/src/ThroughStream.php b/assets/php/vendor/react/stream/src/ThroughStream.php
index da2fbb0..da2fbb0 100644..100755
--- a/assets/php/vendor/react/stream/src/ThroughStream.php
+++ b/assets/php/vendor/react/stream/src/ThroughStream.php
diff --git a/assets/php/vendor/react/stream/src/Util.php b/assets/php/vendor/react/stream/src/Util.php
index 14ddcfc..14ddcfc 100644..100755
--- a/assets/php/vendor/react/stream/src/Util.php
+++ b/assets/php/vendor/react/stream/src/Util.php
diff --git a/assets/php/vendor/react/stream/src/WritableResourceStream.php b/assets/php/vendor/react/stream/src/WritableResourceStream.php
index 7e04205..7e04205 100644..100755
--- a/assets/php/vendor/react/stream/src/WritableResourceStream.php
+++ b/assets/php/vendor/react/stream/src/WritableResourceStream.php
diff --git a/assets/php/vendor/react/stream/src/WritableStreamInterface.php b/assets/php/vendor/react/stream/src/WritableStreamInterface.php
index 3bc932e..3bc932e 100644..100755
--- a/assets/php/vendor/react/stream/src/WritableStreamInterface.php
+++ b/assets/php/vendor/react/stream/src/WritableStreamInterface.php
diff --git a/assets/php/vendor/react/stream/tests/CallableStub.php b/assets/php/vendor/react/stream/tests/CallableStub.php
index 31cc834..31cc834 100644..100755
--- a/assets/php/vendor/react/stream/tests/CallableStub.php
+++ b/assets/php/vendor/react/stream/tests/CallableStub.php
diff --git a/assets/php/vendor/react/stream/tests/CompositeStreamTest.php b/assets/php/vendor/react/stream/tests/CompositeStreamTest.php
index df89c3e..df89c3e 100644..100755
--- a/assets/php/vendor/react/stream/tests/CompositeStreamTest.php
+++ b/assets/php/vendor/react/stream/tests/CompositeStreamTest.php
diff --git a/assets/php/vendor/react/stream/tests/DuplexResourceStreamIntegrationTest.php b/assets/php/vendor/react/stream/tests/DuplexResourceStreamIntegrationTest.php
index fb5f02a..fb5f02a 100644..100755
--- a/assets/php/vendor/react/stream/tests/DuplexResourceStreamIntegrationTest.php
+++ b/assets/php/vendor/react/stream/tests/DuplexResourceStreamIntegrationTest.php
diff --git a/assets/php/vendor/react/stream/tests/DuplexResourceStreamTest.php b/assets/php/vendor/react/stream/tests/DuplexResourceStreamTest.php
index 3212ae8..3212ae8 100644..100755
--- a/assets/php/vendor/react/stream/tests/DuplexResourceStreamTest.php
+++ b/assets/php/vendor/react/stream/tests/DuplexResourceStreamTest.php
diff --git a/assets/php/vendor/react/stream/tests/EnforceBlockingWrapper.php b/assets/php/vendor/react/stream/tests/EnforceBlockingWrapper.php
index 39c0487..39c0487 100644..100755
--- a/assets/php/vendor/react/stream/tests/EnforceBlockingWrapper.php
+++ b/assets/php/vendor/react/stream/tests/EnforceBlockingWrapper.php
diff --git a/assets/php/vendor/react/stream/tests/FunctionalInternetTest.php b/assets/php/vendor/react/stream/tests/FunctionalInternetTest.php
index 4d31e8e..4d31e8e 100644..100755
--- a/assets/php/vendor/react/stream/tests/FunctionalInternetTest.php
+++ b/assets/php/vendor/react/stream/tests/FunctionalInternetTest.php
diff --git a/assets/php/vendor/react/stream/tests/ReadableResourceStreamTest.php b/assets/php/vendor/react/stream/tests/ReadableResourceStreamTest.php
index 20da96f..20da96f 100644..100755
--- a/assets/php/vendor/react/stream/tests/ReadableResourceStreamTest.php
+++ b/assets/php/vendor/react/stream/tests/ReadableResourceStreamTest.php
diff --git a/assets/php/vendor/react/stream/tests/Stub/ReadableStreamStub.php b/assets/php/vendor/react/stream/tests/Stub/ReadableStreamStub.php
index 6984f24..6984f24 100644..100755
--- a/assets/php/vendor/react/stream/tests/Stub/ReadableStreamStub.php
+++ b/assets/php/vendor/react/stream/tests/Stub/ReadableStreamStub.php
diff --git a/assets/php/vendor/react/stream/tests/TestCase.php b/assets/php/vendor/react/stream/tests/TestCase.php
index c8fc1db..c8fc1db 100644..100755
--- a/assets/php/vendor/react/stream/tests/TestCase.php
+++ b/assets/php/vendor/react/stream/tests/TestCase.php
diff --git a/assets/php/vendor/react/stream/tests/ThroughStreamTest.php b/assets/php/vendor/react/stream/tests/ThroughStreamTest.php
index a98badf..a98badf 100644..100755
--- a/assets/php/vendor/react/stream/tests/ThroughStreamTest.php
+++ b/assets/php/vendor/react/stream/tests/ThroughStreamTest.php
diff --git a/assets/php/vendor/react/stream/tests/UtilTest.php b/assets/php/vendor/react/stream/tests/UtilTest.php
index 3d113ab..3d113ab 100644..100755
--- a/assets/php/vendor/react/stream/tests/UtilTest.php
+++ b/assets/php/vendor/react/stream/tests/UtilTest.php
diff --git a/assets/php/vendor/react/stream/tests/WritableStreamResourceTest.php b/assets/php/vendor/react/stream/tests/WritableStreamResourceTest.php
index 05bce9c..05bce9c 100644..100755
--- a/assets/php/vendor/react/stream/tests/WritableStreamResourceTest.php
+++ b/assets/php/vendor/react/stream/tests/WritableStreamResourceTest.php