Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ReactPHP

Bringing async programming to PHP
Collective - Host: opensource - https://opencollective.com/reactphp - Website: https://reactphp.org - Code: https://github.com/reactphp

Add Chunked Decoder class

Fix Endless loop

Fix

Add chunk size check and chunk extension handling

Handle potential test ...

github.com/reactphp/http - 1a1b0aa9ee7b55ff5ddf8ab699f0ba4afa5d5e20 authored over 7 years ago by Niels Theen <[email protected]>
Add TestCase methods

github.com/reactphp/http - 070e3f02291377e1176f74f1c2e091a08dffb737 authored over 7 years ago by Niels Theen <[email protected]>
Merge pull request #124 from clue-labs/error-bad-request

Send HTTP status code 400 for invalid requests

github.com/reactphp/http - ae70a3a0478326cf131092d0b5ed8f75eb0761e3 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Explicitly send Connection: close header for HTTP/1.1 messages

Persistent connections (`Connection: keep-alive`) are currently
not supported, so make sure we l...

github.com/reactphp/http - c72c125cd90918379ae515d8cede214b3379a146 authored over 7 years ago by Christian Lück <[email protected]>
Only support HTTP/1.1 and HTTP/1.0 requests

github.com/reactphp/http - 531c466c3dfaa1c16899214713eb229d4b6f827f authored over 7 years ago by Christian Lück <[email protected]>
Apply chunked transfer encoding only for HTTP/1.1 responses by default

github.com/reactphp/http - d6192853c2d9987819b002f5c030f5d11e41895d authored over 7 years ago by Christian Lück <[email protected]>
Ensure writeContinue() only works for HTTP/1.1 messages

github.com/reactphp/http - 6ac0acbc1f44fce1c3bde4295879d3c752b08ec9 authored over 7 years ago by Christian Lück <[email protected]>
Response uses same HTTP protocol version as corresponding request

github.com/reactphp/http - 81e997dfe72afa70614a057d865558fee1de4afc authored over 7 years ago by Christian Lück <[email protected]>
Documentation for invalid request messages

github.com/reactphp/http - 65433b391be99dfa9352792d7b8d9dd0878c3df5 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #123 from clue-labs/close-request

Closing request should stop reading from connection

github.com/reactphp/http - 1977e0401de39ba2e53fe694ad8a898ad41fd533 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.6.0 release

github.com/reactphp/socket - 8e3cd4f07e9c4291f5ee36bb49597dcfab41376b authored over 7 years ago by Christian Lück <[email protected]>
Closing request will now stop reading from connection

github.com/reactphp/http - 9125a4dfc7b8579051bcc2acb90c928c96944c4a authored over 7 years ago by Christian Lück <[email protected]>
Send HTTP status code 400 for invalid requests

github.com/reactphp/http - 5893c2efa6b2e8e41d30dcec54f2666ffbacfece authored over 7 years ago by Christian Lück <[email protected]>
Register all event listeners before notifying other listeners

github.com/reactphp/http - 950bcf9cf09cb2c6b4b61a50ccfae194eb3261b2 authored over 7 years ago by Christian Lück <[email protected]>
Update README.md

github.com/reactphp/http - 1373acbc69ab294398bf42bb49d299d4ce4857ea authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.5.0 release

github.com/reactphp/http - 3f4821c3021ac7e5a404edb5d371c3d2fdeb38b7 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #2 from reactphp/remove-preview

Remove preview folder and files and use HTML markup in README

github.com/reactphp/branding - ee0a1ac1a50fb1147f826eeb1cfb9e47da61f9c2 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #119 from clue-labs/https

Secure HTTPS server example

github.com/reactphp/http - 604bf0ae19101c977cec299afaf4d29df671e7c7 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Remove preview folder and files and use HTML markup in README

github.com/reactphp/branding - 807eed637eae597e3e47113a47fb67685b6c3a46 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #85 from clue-labs/final

Mark all connector classes as final

github.com/reactphp/socket - 733266bd70bb219808b4a2a57a47c712a641b72f authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #84 from clue-labs/exception

Remove superfluous and undocumented ConnectionException

github.com/reactphp/socket - 0e63d30ffe4b5d4efb851ec34de9a94d12cb08bd authored over 7 years ago by Christian Lück <[email protected]>
Secure HTTPS server example

github.com/reactphp/http - e13b7089697d05cdcd1ae53be5510900d8ae7934 authored over 7 years ago by Christian Lück <[email protected]>
Mark all connector classes as final

Classes should be used via composition rather than extension.
This reduces our API footprint and...

github.com/reactphp/socket - f84129642b348ad4cb7f798d5517a0b286b80feb authored over 7 years ago by Christian Lück <[email protected]>
Add missing type logo files

github.com/reactphp/branding - 50fd43eab79136a2d9c19ce9e49c4ee918bad792 authored over 7 years ago by Jan Sorgalla <[email protected]>
Remove superfluous and undocumented ConnectionException

github.com/reactphp/socket - c9b7f2255031568205d99775ee74c77029530ead authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #1 from reactphp/new-branding

New branding for ReactPHP

github.com/reactphp/branding - 90da6efda53cfde95a6d0c7e8ec161e6e488e2aa authored over 7 years ago by Jan Sorgalla <[email protected]>
Define only colors currently used in the logos

github.com/reactphp/branding - 6ba36000fb9c60d8d853b33618b97dcdaeaf5b01 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #82 from clue-labs/connection

Connections now resolve with a ConnectionInterface

github.com/reactphp/socket - 3473047c2e519918df561a5a38e95b1da925cb04 authored over 7 years ago by Christian Lück <[email protected]>
New branding for ReactPHP

github.com/reactphp/branding - 87cf61cd165bb01ffccc64e19572585dc1ef2ae5 authored over 7 years ago by Jan Sorgalla <[email protected]>
Add v1 branding assets

github.com/reactphp/branding - f317d441a12ad76735a180ecafc6538725d548fa authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #81 from jsor/update-master-from-0.4

Update master from 0.4

github.com/reactphp/event-loop - 204ed4fe574774b1cf7b90282ee12479dfbd5d6b authored over 7 years ago by Jan Sorgalla <[email protected]>
Connections now resolve with a ConnectionInterface

github.com/reactphp/socket - 87c77d05944dd0b0aac111dee33aafde16fa4ff9 authored over 7 years ago by Christian Lück <[email protected]>
ExtEventLoop: No longer suppress all errors

github.com/reactphp/event-loop - 473c25a3d1329638980fdb890e4a2ea49508ebf7 authored over 7 years ago by Maciej Mazur <[email protected]>
Provide only signal constant names in data provider.

github.com/reactphp/event-loop - 94f984ffe6386dc60637e79d6a17424c11298add authored over 7 years ago by Martin Schröder <[email protected]>
Switched to socket pairs in test cases. Removed deprecated code.

github.com/reactphp/event-loop - e7bc391611778d7a1ee31d9959f9df86761cba89 authored over 7 years ago by martinschroeder <[email protected]>
Merge pull request #81 from clue-labs/socket

Update Socket component to v0.5

github.com/reactphp/socket - ea36cab49c9c58da79fbabc0660130144c899019 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #118 from clue-labs/internal

Mark internal APIs as internal or private

github.com/reactphp/http - e85b781585ec25ea1cf71202ffafd4117529b2b0 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #117 from clue-labs/psr7-alike

Change Request methods to be in line with PSR-7

github.com/reactphp/http - 07f0c436a629c303f660a6eb3c205efe9a45f2df authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Mark internal APIs as internal or private

github.com/reactphp/http - 5f86430e69809c803dcca188fc2d03556497f4a1 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #66 from nawarian/improve-test-coverage

Improves test coverage

github.com/reactphp/stream - c6665e7fe1722e850564eb04771c69d1959b4ffa authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #90 from clue-labs/socket

Update Socket component to v0.5

github.com/reactphp/http - 0d872a8435e7f25c2aeef1456cd821063c21b0ac authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Test: ended streams should not affect their resources

github.com/reactphp/stream - 2c5ad314a1f19f5d0c6fd39d799cfc623b3d0db8 authored over 7 years ago by nawarian <[email protected]>
Test: Covering React\Stream\isReadable|isWritable methods

github.com/reactphp/stream - 9524fac13e486d9823d439544423bc64f3162322 authored over 7 years ago by nawarian <[email protected]>
Merge pull request #95 from legionth/remove-ServerInterface

ServerInterface is unneeded

github.com/reactphp/http - 3dfe655a78402f7d0a7ae58787ba0311651e2d35 authored over 7 years ago by Christian Lück <[email protected]>
Change Request methods to be in line with PSR-7

* Rename getQuery() to getQueryParams()
* Rename getHttpVersion() to getProtocolVersion()
* Chan...

github.com/reactphp/http - 0dfa7fa07e85d2f6145e75af8c4317db83e61301 authored over 7 years ago by Christian Lück <[email protected]>
Update Socket component to v0.5

github.com/reactphp/socket - 75e9885ac5b6b1084bcbf5ebdad5406e84a465c7 authored over 7 years ago by Christian Lück <[email protected]>
Update Socket component to v0.5

github.com/reactphp/http - 0084ed43a5b8d1f232f25075d345d7e707fbd407 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.5.0 release

github.com/reactphp/socket - 691dbf6cb3aa9ae67ef25d29c32e853d5d34fa99 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #79 from reactphp/revert-76-ci-appveyor

Revert "Run tests on windows using AppVeyor"

github.com/reactphp/event-loop - 7f86af93b825a5bacaced7d47ddef7ed57721552 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Revert "Run tests on windows using AppVeyor"

github.com/reactphp/event-loop - 912fe2b418b4f326a8b3e60fbaeeb7f13a47289e authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v0.4.4 release

github.com/reactphp/http - aac319bd789cbc7b478d42cde2d03596e97e3222 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #114 from andig/composer

Test lowest version constraints

github.com/reactphp/http - acc7a22402983f682bf59b9452c0c6d92bcd0a7c authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Test lowest version constraints

github.com/reactphp/http - e350f92dd479784aa588c3acac57a871dd8a0761 authored over 7 years ago by andig <[email protected]>
Merge pull request #76 from WyriHaximus-labs/ci-appveyor

Run tests on windows using AppVeyor

github.com/reactphp/event-loop - 8bb87dbc17be3d11d92c2e192787bb0a7f00072e authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.4.4 release

github.com/reactphp/dns - e3064994379cb4d1e0ee3f5b850b6e8748efae3b authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #47 from clue-labs/socket

Support Socket component v0.5

github.com/reactphp/dns - 065a16b69cc0a7eaaa764490680fdd26d569e60c authored over 7 years ago by Christian Lück <[email protected]>
Support Socket component v0.5

github.com/reactphp/dns - 79cedaf2623b9dd513acdbe43739b7b55917d7d9 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #45 from clue-labs/fail

Fix handling connection errors

github.com/reactphp/dns - 079e05c10d2d049ed15680c39fb11cf3883db080 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #115 from andig/composer2

Fix minimum phpunit version and allow v5

github.com/reactphp/http - 2f4b224a247101d9be0c1060e0d67e0ed0b57185 authored over 7 years ago by Christian Lück <[email protected]>
PhpUnit 5 compatibility

github.com/reactphp/http - a5e16872569dd49ce1d046a29306e153a84369fa authored over 7 years ago by andig <[email protected]>
Fix minimum phpunit version and allow v5

github.com/reactphp/http - 422830373e37e369f2aebe63a5ac77c7fef0f6eb authored over 7 years ago by andig <[email protected]>
Merge pull request #46 from clue-labs/examples

Add examples

github.com/reactphp/dns - 86f02afd3eb447f437aee957ff08a9d5f0882201 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Add examples

github.com/reactphp/dns - c1ee7391446155aa402a4eac3a052cedfc3e2caa authored over 7 years ago by Christian Lück <[email protected]>
Fix handling connection errors

github.com/reactphp/dns - c4e57a712ee91574c87350e61eb5c13e395dfec7 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #113 from andig/ringcentral

Upgrade ringcentral/psr7 to 1.2

github.com/reactphp/http - 01f00e44f161b01875a014bb77d441f7d2777fe0 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #112 from clue-labs/empty-write

Ignore empty writes to not mess up chunked transfer encoding

github.com/reactphp/http - 92d4f5288b4a1bca5991d577aba89f82fb22ef99 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Upgrade ringcentral/psr7 to 1.2

github.com/reactphp/http - 08349046483e85093dac8323933b0fecd18741d0 authored over 7 years ago by andig <[email protected]>
Merge pull request #107 from clue-labs/fix-headers

Fix headers to be handled case insensitive and ignore 100-continue for HTTP/1.0

github.com/reactphp/http - 846a32d6392087fc4e87b7577d7408a4138612fd authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #108 from clue-labs/data-event

Do not emit empty data events

github.com/reactphp/http - 53ec1f0878bc3361ecdd15ca7d4f0a130e52d88e authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Ignore empty writes to not mess up chunked transfer encoding

github.com/reactphp/http - 4734b052d8b484b4bd232f20d3a67f2fefb41bfb authored over 7 years ago by Christian Lück <[email protected]>
Do not emit empty data events

github.com/reactphp/http - 9c6dcdf12ffd6c0f3044f9fa38d951fc980e8bd3 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #110 from clue-labs/pause-resume

Forward pause/resume from request to connection

github.com/reactphp/http - fd85e7c05f5b32379779e0cde3c63b9650d8598b authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Ignore 100-continue expectation for HTTP/1.0 requests

github.com/reactphp/http - fabc828113a98de12e1376e71ef7f4e47e60ddb2 authored over 7 years ago by Christian Lück <[email protected]>
The Expect field-value is case-insensitive.

github.com/reactphp/http - 7333aebffa7da8ff587b40739ae01ccf9ec6bd6b authored over 7 years ago by Christian Lück <[email protected]>
Forward pause/resume from request to connection

github.com/reactphp/http - 14e82b979da09e34e30019c6b8effd5c6a7c8a60 authored over 7 years ago by Christian Lück <[email protected]>
Documentation for writeContinue() and writeHead()

github.com/reactphp/http - 20f7e69a43fb356016ba408f0d8e9c4cf0283804 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #103 from clue-labs/headers

Add request header accessors (à la PSR-7)

github.com/reactphp/http - 441fd2d8a02e7debfcef69819888b67d7c53fdc9 authored over 7 years ago by Christian Lück <[email protected]>
Fix headers to be handled case insensitive

github.com/reactphp/http - 9d34ed76e94b72bc1246fb07c9674101ca8cf3da authored over 7 years ago by Christian Lück <[email protected]>
Be explicit about differences with PSR-7

github.com/reactphp/http - 0a0f6833c0c4cfe4d1967aed6095153c51fd2791 authored over 7 years ago by Christian Lück <[email protected]>
Add request header accessors (à la PSR-7)

github.com/reactphp/http - 0a55272ddebbf25e331da02ece6f2a6b555ead24 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.4.3 release

github.com/reactphp/http - 04794ae226acad33e30af31fae8163b72f041f22 authored over 7 years ago by Christian Lück <[email protected]>
Added v0.4.3 to the changelog

github.com/reactphp/http - 142fe540e30e5c93f8fb9460b6d29cb0317cf3d5 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #101 from clue-labs/compat

[RFC] Improve compatibility with legacy versions

github.com/reactphp/http - 2fef2cbe9fc70cbcad3411abdf651e21c19c6d13 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
2016-04-01: Let's support PHP 5.3, again..

github.com/reactphp/http - 714991f992bead6402300ba2f84adbc9e0087db4 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #100 from legionth/remove-stubs

Remove unneeded stubs from tests

github.com/reactphp/http - 51be11502bbaefccb8491c4e8727db913258b6bc authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #102 from clue-labs/php

First class support for PHP7 and HHVM

github.com/reactphp/http - f257c2480aae8999531423f2541a86ea263a8f8e authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Mock React\Socket\Server in tests

github.com/reactphp/http - ac82b8f80a0a592a499bacf91504b7e4a35ebab9 authored over 7 years ago by Niels Theen <[email protected]>
First class support for PHP7 and HHVM

github.com/reactphp/http - 6f1b95088e3af0c8928e549fc42d5a7802a4f655 authored over 7 years ago by Christian Lück <[email protected]>
Removed extra white space

github.com/reactphp/event-loop - c2434cf79f292c23d36fb6918e1b6da3ea87cef8 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Remove unneeded stubs

github.com/reactphp/http - 42325234d6bc3c697a03ace9d0883db54c67d09b authored over 7 years ago by Niels Theen <[email protected]>
Remove stubs from server tests

github.com/reactphp/http - beb143e0647da2c2a449d31107e07ae12a139ee8 authored over 7 years ago by Niels Theen <[email protected]>
AppVeyor configuration

github.com/reactphp/event-loop - 378efec0573f150e6b4032025308e0f8cd1a0cf2 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Update README.md

github.com/reactphp/event-loop - 160181b2aa4f43ea7f3e8f5d1845cafbd92a92d3 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #30 from clue-labs/no-next-tick

Remove nextTick() and NextTickQueue

github.com/reactphp/event-loop - 5979fc92cb46c8e6fe8d271978dd116ce5c1b475 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #72 from clue-labs/exception

Replace custom ConnectionException with generic RuntimeException

github.com/reactphp/socket - 8844d474767b1369bb097299244141fca8edafd6 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #71 from clue-labs/internal

Mark Server and SecureServer as final and mark internal connection handler as internal

github.com/reactphp/socket - 87099476ea496f39929ad4cf49252829e2c5d902 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Mark Server and SecureServer as final

Classes should be used via composition rather than extension.
This reduces our API footprint and...

github.com/reactphp/socket - 30c664ea8689d5b2a7611f7b7066c9b935370edf authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #70 from clue-labs/no-master

Do not expose $master property and accept any ServerInterface for SecureServer

github.com/reactphp/socket - 234c84a3dd111ed484777e6b390d2e89369fe416 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Replace custom ConnectionException with generic RuntimeException

github.com/reactphp/socket - 8a260bfd5efe94ac7797dcc6a2d169b059ebcbbb authored over 7 years ago by Christian Lück <[email protected]>
Mark connection handler as internal

github.com/reactphp/socket - 5166af72fc6ad0bd1e89ab71aaac42579cd57060 authored over 7 years ago by Christian Lück <[email protected]>