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

Merge pull request #58 from clue-labs/fast-exit

Detect exit immediately if last process pipe is closed

github.com/reactphp/child-process - d2b7244822586d79e5c76f7a224f0e6c1693ee42 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Prepare v0.8.9 release

github.com/reactphp/socket - 9db38c58cbb1343bbe6523d1b930a40d0e110839 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #149 from clue-labs/tls

Support explicitly choosing TLS version to negotiate with remote side

github.com/reactphp/socket - f74669a0d4ad292d494ddbdcd5f7fe32a3d5356c authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Additional tests to ensure process exit is detected after pipes close

github.com/reactphp/child-process - 3d1e5f734e7d416035cf482a7935922741a4cbd2 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #148 from clue-labs/imports

Clean up and unify class imports

github.com/reactphp/socket - 0cf27983e14ac426dc9312d903ae631127a2891e authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
some code cleanup

github.com/reactphp/http - 865114601fd5fabfd3101f475e65497005eb04bc authored almost 7 years ago by Zhuk Sergey <[email protected]>
Support explicitly choosing TLS version to negotiate with remote side

github.com/reactphp/socket - 63d050aa30c558018f23e831cf69f4d8d42d4def authored almost 7 years ago by Christian Lück <[email protected]>
Clean up and unify class imports

github.com/reactphp/socket - 04a6011e4fff98ca7b55b88a9a7716ff289fd057 authored almost 7 years ago by Christian Lück <[email protected]>
Reduces fwrite() call length to one chunk

github.com/reactphp/event-loop - 7539cf9e1125bbc11e5e163e2ba4930d9f2b4ff2 authored almost 7 years ago by nawarian <[email protected]>
Prepare v0.4.12 release

github.com/reactphp/dns - c74a0af0c7254e73600fd8c5c95f6bf23c5998f4 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #89 from clue-labs/internet

Add test group to skip integration tests relying on internet connection

github.com/reactphp/dns - bc8457d2e1f1db28c811f3dc9a7dd45a81aaa7d7 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Add test group to skip integration tests relying on internet connection

github.com/reactphp/dns - c7bf74818fbd42adb73acd16730bbd0eef43d4b7 authored almost 7 years ago by Christian Lück <[email protected]>
Detect exit immediately if last process pipe is closed

github.com/reactphp/child-process - f72aca3cefa317fd5e1de04284d9a3066dd75dca authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #145 from seregazhuk/master

Small code cleanup

github.com/reactphp/event-loop - 502b4b6b9833a7b0acb61c99b050719a2debdaed authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
small code cleanup

github.com/reactphp/event-loop - 2cbdc04b030d112409dd05088d8f6f89e233d439 authored almost 7 years ago by Zhuk Sergey <[email protected]>
Merge pull request #298 from seregazhuk/master

Documentation examples improvement

github.com/reactphp/http - 29e48a5de47c31c3f2333d0e2d055938bf44a723 authored almost 7 years ago by Christian Lück <[email protected]>
documentation examples improvement

github.com/reactphp/http - b0a4d1086f3855c0f40d33fbcf697a1983abe168 authored almost 7 years ago by Zhuk Sergey <[email protected]>
Merge pull request #297 from seregazhuk/documentation-improvement

Documentation improvement

github.com/reactphp/http - eb9cc67d32b7d9ee64bcbcf7aee50d744faff906 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #396 from clue-labs/deps

Update dependencies to latest supported component versions

github.com/reactphp/reactphp - 110a3c0d37ece28c0670769ac0225c358db11744 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
documentation improvement

github.com/reactphp/http - c69a20565fc9bafdde06d2b2f921788fc5077c3c authored almost 7 years ago by Zhuk Sergey <[email protected]>
Update react/socket component to fix flaky online integration tests

github.com/reactphp/reactphp - f2ff7e41c83f554fa97844d932a457032a1a446a authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v0.8.8 release

github.com/reactphp/socket - e9e206b6277023bf4afd910a764f0cd3d470e7ed authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #146 from clue-labs/tests

Add test group to skip integration tests relying on internet connection

github.com/reactphp/socket - 276b864ffde54c2eb8162ae936ea417913604512 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Add test group to skip integration tests relying on internet connection

github.com/reactphp/socket - db5f678699d8c745d1ac924cca82231ec457f4fd authored almost 7 years ago by Christian Lück <[email protected]>
Update react/http component to fix fragile tests with ext-event

github.com/reactphp/reactphp - 38d5bc1f56597ee9cd5c1c136e856426d4442841 authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v0.8.1 release

github.com/reactphp/http - 92deba861d5a1320584450cfa61622a2969b00ef authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #296 from clue-labs/happy-limit

Improve performance by avoiding unneeded promise wrapping when concurrency is below limit

github.com/reactphp/http - e5ab4ac560c40388459a3b4fc0684e9f3d7577a5 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #294 from clue-labs/happy-middleware

Avoid promise wrapping for middleware next request handlers and add documentation for consuming ...

github.com/reactphp/http - e38a5275a770bdcbd353561ca2439c85ca0c2f66 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Replace unreliable functional test with simpler unit tests

github.com/reactphp/socket - 43fc3f9862b75bb788d441b287035e09bffc7d1c authored almost 7 years ago by Christian Lück <[email protected]>
Improve performance by using happy path when concurrency is below limit

github.com/reactphp/http - 485769d65b939e4827b38f12aac0657e6d4aee98 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #145 from cn007b/patch-1

Fixed typo.

github.com/reactphp/socket - 53f3cf182b50d9eae0490504e0eeb45723653d0d authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Fixed documentation typo.

github.com/reactphp/socket - 1e797f9ae68d1f2fbd8bccef5f0dccdef01a0ea9 authored almost 7 years ago by Vladimir Kovpak <[email protected]>
Merge pull request #144 from clue-labs/fragile

Improve test suite to be less fragile

github.com/reactphp/event-loop - f6963928a05895b296d0f5b8132b65000544669a authored almost 7 years ago by Jan Sorgalla <[email protected]>
Documentation for consuming response from next request handler function

github.com/reactphp/http - cfd5d5f185cd64843f4670f29ba061a46d2a3834 authored almost 7 years ago by Christian Lück <[email protected]>
Avoid promise wrapping for middleware next request handlers

github.com/reactphp/http - 505dd30fa6eaa4906a988df7fbcbd0f363300633 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #293 from clue-labs/parallel-next

Fix concurrent next middleware request handlers and recurse next request handlers

github.com/reactphp/http - 800ca519c2451ee26aaab119d78bf51c5052a0bf authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Fix concurrent next request handlers and recurse next request handlers

github.com/reactphp/http - da623f383323b97ebba1f0bbada2d7ffdd6a5a95 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #292 from clue-labs/happy-request-handler

Improve performance by avoiding unneeded promise wrapping

github.com/reactphp/http - dae024f437bffa801501c89f338a186b763c435e authored almost 7 years ago by Jan Sorgalla <[email protected]>
Improve performance by avoiding unneeded promise wrapping

github.com/reactphp/http - 0e29aac1049d0d82a9c332ccdf541fcdd8fc015b authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #291 from clue-labs/happy-empty

Improve performance by skipping buffering empty request body

github.com/reactphp/http - b685a2a753d51bb19867ccb2491d6b192aa34fd8 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Improve performance by skipping buffering empty request body

github.com/reactphp/http - 1c31d20ad8daf160718fe978b279605e7b54fcd9 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #290 from clue-labs/fragile

Improve test suite to be less fragile

github.com/reactphp/http - c412846200bad0204a06f7e521578c806fd0eee0 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #286 from seregazhuk/small-code-improvements

Small code improvements

github.com/reactphp/http - f8f029cb15dd36df52c87c9ce5eea7ec3c7e16cc authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
small code improvements

github.com/reactphp/http - ceba7308ad2b30f8b0623317a75439aa47e7cae2 authored almost 7 years ago by Zhuk Sergey <[email protected]>
Reset stateful tests between tests runs to support --repeat=X

github.com/reactphp/http - 3ee71c49955f9233bee1e26f48437714ba4b7661 authored almost 7 years ago by Christian Lück <[email protected]>
Improve functional tests to be less fragile by waiting for remote end

github.com/reactphp/http - df3fce0261294fb56f057a726beb33e69ceaaa48 authored almost 7 years ago by Christian Lück <[email protected]>
Improve timer tests to be less fragile by not blocking the loop

github.com/reactphp/event-loop - e4619fabaf7109e22f13078c079e5c5f70783396 authored almost 7 years ago by Christian Lück <[email protected]>
Avoid PHPUnit warnings by using dummy assertions

github.com/reactphp/event-loop - 7fcbcffaf3d8f8f45116f260ade5a4942495d44a authored almost 7 years ago by Christian Lück <[email protected]>
Update react/socket component to fix critical bug with ext-event

github.com/reactphp/reactphp - 011c284f066ecfde2ef257c85a55e5594549c515 authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v0.8.7 release

github.com/reactphp/socket - 49bca29df739f4e288ba2abfed9cac93de1bfff6 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #141 from clue-labs/close

Fix closing socket resource before removing from loop

github.com/reactphp/socket - 70d44b9905b0a91175e9ad3c4a51672638807d07 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Skip memory stream tests on unsupported HHVM

github.com/reactphp/socket - 3ce31854e2a94a50df3591a8cb685478955a0b12 authored almost 7 years ago by Christian Lück <[email protected]>
Fix closing socket resource before removing from loop

github.com/reactphp/socket - 006b41b858d3d2bc368b08094f9b19d19f2820b4 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #288 from clue-labs/loop

Fix test suite forward compatibility with upcoming EventLoop releases

github.com/reactphp/http - b75608e8f3e2bcfcaf0e0437e9328254da779479 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #88 from clue-labs/loop

Fix test suite forward compatibility with upcoming EventLoop releases

github.com/reactphp/dns - 8c63b16d7f153802f12178b2bbc4665f654abfe0 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Fix test suite forward compatibility with upcoming EventLoop releases

github.com/reactphp/http - 1d73220c35153026d774983c9f052fdc90396e57 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #143 from jsor-labs/fix-memory-benchmark

Fix memory benchmark

github.com/reactphp/event-loop - 914304fabc583f4a0b61e2dcd4da0b0f15860484 authored almost 7 years ago by Christian Lück <[email protected]>
Fix test suite forward compatibility with upcoming EventLoop releases

github.com/reactphp/dns - df031c31c5424a372788ba0080c533410fafe9c9 authored almost 7 years ago by Christian Lück <[email protected]>
Fix filename in docblock

github.com/reactphp/event-loop - a6aae860004d623a4787b08699e76a630ddacd6c authored almost 7 years ago by Jan Sorgalla <[email protected]>
Fix usage of removed timer methods

github.com/reactphp/event-loop - fdf007d914212c6a778880e21f9541314503c460 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Prepare v1.2.1 release

github.com/reactphp/promise-timer - 9b4cd9cbe7457e0d87fe8aa7ccceab8a2c830fbd authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #31 from clue-labs/loop

Fix test suite forward compatibility with upcoming EventLoop releases

github.com/reactphp/promise-timer - 2a9970fe1bb2578b9346ee185af182b76f621cdb authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #30 from clue-labs/phpunit

Forward compatiblity with PHPUnit 6

github.com/reactphp/promise-timer - 2d3e91c8e76db448dee0e1cc9a83c1112f41944b authored almost 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #128 from clue-labs/loop

Fix test suite forward compatibility with upcoming EventLoop releases

github.com/reactphp/stream - 8bbced8fb437355e5fe0e2a14d5a4a96acde15a9 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #56 from clue-labs/loop

Fix forward compatibility with upcoming EventLoop releases

github.com/reactphp/child-process - 56c7db4a5341a957a9f96898c4fbdf739014d67f authored almost 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #141 from clue-labs/callable

[RFC] Remove all callable type hints for consistency and performance reasons

github.com/reactphp/event-loop - e18ee06775c521f014181c6120c07f771e1ce33c authored almost 7 years ago by Jan Sorgalla <[email protected]>
Fix test suite forward compatibility with upcoming EventLoop releases

github.com/reactphp/promise-timer - 3114a12c69f260a7c19d7583cf222da32da96c8a authored almost 7 years ago by Christian Lück <[email protected]>
Forward compatiblity with PHPUnit 6

github.com/reactphp/promise-timer - 7306dc72fcefabd79714ffbc7d1b6fce2180929e authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #139 from clue-labs/closing

Fix separately removing readable and writable side of stream when closing

github.com/reactphp/event-loop - 57cb83e7aaa2a463cad7e901b718ae390b219c2f authored almost 7 years ago by Jan Sorgalla <[email protected]>
Fix forward compatibility with upcoming EventLoop releases

github.com/reactphp/stream - 279ffd155b6fe8a24f75a7d97b324f00d3cc20d5 authored almost 7 years ago by Christian Lück <[email protected]>
Fix forward compatibility with upcoming EventLoop releases

github.com/reactphp/child-process - 662d4db3bdf58f6adddbb9a9d4181a6f96577201 authored almost 7 years ago by Christian Lück <[email protected]>
Remove unneeded start timers from tests

github.com/reactphp/child-process - 6e9fe377757dacde7186aa60bd87ee0f63e7d1b3 authored almost 7 years ago by Christian Lück <[email protected]>
Test against ext-event if available

github.com/reactphp/child-process - 5cb958d970b43721d24ed6957abdcc047d3c0e9b authored almost 7 years ago by Christian Lück <[email protected]>
Update react/promise-stream to avoid work arounds for test

github.com/reactphp/reactphp - c19f9c7964f2c862ff9312d915b25ea543f37b58 authored almost 7 years ago by Christian Lück <[email protected]>
Update dependencies to latest supported versions

github.com/reactphp/reactphp - 3db6b81eee52430b14fc6d909ed0f1e9cc0069ef authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v1.1.1 release

github.com/reactphp/promise-stream - 00e269d611e9c9a29356aef64c07f7e513e73dc9 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #13 from clue-labs/all-args

Fix `all()` to assume null values if no event data is passed

github.com/reactphp/promise-stream - 3bc2c27ab91a52e5d6522e866944c43e0cc5bbba authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #12 from clue-labs/phpunit

Forward compatibility with PHPUnit 5 and PHPUnit 6

github.com/reactphp/promise-stream - 3c9018daf445925d2797e44ebeedce6b9c6872f9 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Fix `all()` to assume null values if no event data is passed

github.com/reactphp/promise-stream - 04a8528efa539e96319db338320067e4be396f9f authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v0.5.1 release

github.com/reactphp/child-process - 7d1f765d6caa0303272c7f4bcef1b1bbc1b38c42 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #11 from clue-labs/tests

Simplify test bootstrapping logic via Composer

github.com/reactphp/promise-stream - 4e3dbdd53d6eb8f09b6fb5f321e0d6dc60324b6e authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #55 from clue-labs/phpunit

Fix test suite race condition by catching namespaced Exception variant

github.com/reactphp/child-process - 45cbd17aee400b46207de6ff44a0b48c8c8517ad authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Fix race condition by catching namespaced Exception variant

github.com/reactphp/child-process - 7e761776b961690d7258cc388051d9ccde0ccd68 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #54 from clue-labs/phpunit

Forward compatibility with PHPUnit 6

github.com/reactphp/child-process - 266770c949671273f243bc717f3158dc84bee862 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #53 from clue-labs/tests

Simplify test bootstrapping logic via Composer

github.com/reactphp/child-process - affda57e6765a85ac8568808d35935af6671fa60 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Forward compatibility with PHPUnit 6

github.com/reactphp/child-process - 5000407896f522b10902267178bb765fa9058d1c authored almost 7 years ago by Christian Lück <[email protected]>
Simplify test bootstrapping logic via Composer

github.com/reactphp/child-process - fc3b7972db1f9af72cf216d8ae60fec0ad013348 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #52 from clue-labs/legacy-unbuffered

Update Stream dependency to work around SEGFAULT in legacy PHP < 5.4.28 and PHP < 5.5.12

github.com/reactphp/child-process - 0b55c95216076ae791c31f4d57d23ae2e7c74edd authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Update Stream dependency to work around SEGFAULT in legacy PHP

github.com/reactphp/child-process - 0e73355eb159acaa2368043b153aedd9b0fe93aa authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v0.7.6 release

github.com/reactphp/stream - 4e07a0014896cbbb73e2f2b2c28e86174b6e1d4d authored almost 7 years ago by Christian Lück <[email protected]>
Forward compatibility with PHPUnit 5 and PHPUnit 6

github.com/reactphp/promise-stream - 18ad0cee591f4bc0780a56b4d23d20a6b932aa72 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #127 from clue-labs/tests

Simplify test bootstrapping logic via Composer

github.com/reactphp/stream - 3a35f7026e18e6bff6cf22fa6c5b94903f9f0c5b authored almost 7 years ago by Jan Sorgalla <[email protected]>
Simplify test bootstrapping logic via Composer

github.com/reactphp/promise-stream - 3025199dd503599e906ccb99b40f1b7d31a6343a authored almost 7 years ago by Christian Lück <[email protected]>
Add namespace for all tests

github.com/reactphp/promise-stream - 414ee7b9a5188a6a98ddb9c00666a1620db86d2c authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #126 from clue-labs/legacy-unbuffered

Work around reading from unbuffered pipe stream in legacy PHP < 5.4.28 and PHP < 5.5.12

github.com/reactphp/stream - 6f1e608ac705d57f904b40352922c4ac8a7c6adf authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Simplify test bootstrapping logic via Composer

github.com/reactphp/stream - 031699e73847ffc7e2f0f2f13ddb016a3cb721fc authored almost 7 years ago by Christian Lück <[email protected]>
Work around reading from unbuffered pipe stream in legacy PHP

github.com/reactphp/stream - 8a394f00b9972b862aa3c6ef3bacb37766c9580b authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v0.4.2 release

github.com/reactphp/cache - 75494f26b4ef089db9bf8c90b63c296246e099e8 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #395 from clue-labs/lock

Remove unneeded composer.lock

github.com/reactphp/reactphp - 0656ae596d68375ab75a8d15894689ea38b6ca32 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #18 from clue-labs/phpunit

Forward compatibility with PHPUnit 5 and PHPUnit 6

github.com/reactphp/cache - 5e9a9ce14d78638c98d2700f399df3d865f97e5d authored almost 7 years ago by Jan Sorgalla <[email protected]>