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 #238 from clue-labs/windows

Run test suite on Windows

github.com/reactphp/socket - 31967e9470e75b910801b19296aaf99e16092ab8 authored over 4 years ago by Jan Sorgalla <[email protected]>
Run test suite on Windows

github.com/reactphp/socket - e846bbbcc987e5d48f87e3a296984383515650c1 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #160 from clue-labs/trace

Avoid PHP warnings due to lack of args in exception trace on PHP 7.4

github.com/reactphp/dns - 9943b551a7340e8eb7f3a4dcebe7a528ef2c3815 authored over 4 years ago by Jan Sorgalla <[email protected]>
Avoid PHP warnings due to lack of args in exception trace on PHP 7.4

github.com/reactphp/dns - b09689270b68826d1d94c8863f69fe4e02a42a62 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #51 from clue-labs/team

Add team section to homepage

github.com/reactphp/website - f56ab5bd068eab04326a130bca1b9eab726f1ad2 authored over 4 years ago by Jan Sorgalla <[email protected]>
Add team section to homepage

github.com/reactphp/website - eff47c319faf36ba278b7638a317eaf4f41d359d authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #235 from clue-labs/tests

Simplify Travis CI test matrix for Mac OS X setup and skip all TLS tests on legacy HHVM

github.com/reactphp/socket - 59730c41e79e46620f91f7930bd235e4d1118499 authored over 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #236 from clue-labs/covfefe

Minor code cleanup, remove dead code and improve code coverage to 100%

github.com/reactphp/socket - b3de2a031fa7ae14a722af2447599f69f2d879f5 authored over 4 years ago by Jan Sorgalla <[email protected]>
Minor code cleanup, remove dead code and improve code coverage to 100%

github.com/reactphp/socket - 15426bdcb905511915ec2784448e32f08375d45b authored over 4 years ago by Christian Lück <[email protected]>
Simplify Travis CI test matrix for Mac OS X setup

github.com/reactphp/socket - c9485dd939e5c1209da937da8ecd9c85a048acc0 authored over 4 years ago by Christian Lück <[email protected]>
Skip all TLS tests on legacy HHVM

github.com/reactphp/socket - 8e2f1d7e35f4fd026aba92ffdc8265b85a3bbf19 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #233 from clue-labs/eyeballs-errors

Improve error reporting to include both IPv6 & IPv4 errors (happy eyeballs)

github.com/reactphp/socket - f5049f0e120209e4b163ea9ac620b4e68e3a1ed8 authored over 4 years ago by Jan Sorgalla <[email protected]>
Improve error message to show last error family first

github.com/reactphp/socket - 1b373daafe6ac9dd7e6dc04abc4e6a7e1dd9477b authored over 4 years ago by Christian Lück <[email protected]>
Improve error reporting to include both IPv6 & IPv4 errors

github.com/reactphp/socket - 6db981c31437f0ad2e3840feba25b60ef57599de authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #232 from clue-labs/eyeballs-faster

Immediately try next connection when one attempt fails and fix possible race conditions (happy e...

github.com/reactphp/socket - f710d6ec0b1b468033b4d0f1609d06ab55c4581f authored over 4 years ago by Jan Sorgalla <[email protected]>
Fix creating leftover connections when cancelling connection attempts

github.com/reactphp/socket - 6b3aa7b2f4ee6456cc7c48508699a3d49fd57518 authored over 4 years ago by Christian Lück <[email protected]>
Fix connection cleanup when connecting to same IP multiple times

github.com/reactphp/socket - 0f2a4ec10159a3d59248f6852430984cfdb9e057 authored over 4 years ago by Christian Lück <[email protected]>
Fix possible race condition when connector settles immediately

github.com/reactphp/socket - 128a9d1dab1f47c056827425ca3c0416de81f616 authored over 4 years ago by Christian Lück <[email protected]>
Immediately try next connection when one attempt fails (happy eyeballs)

github.com/reactphp/socket - 2e150b4955a6c9ac12315b6904cc892d4aa54816 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #231 from clue-labs/eyeballs-errors

Improve error reporting when TCP/IP connection fails (happy eyeballs)

github.com/reactphp/socket - e88fcf30f7adcedf6305c988457c96d14af1936f authored over 4 years ago by Jan Sorgalla <[email protected]>
Improve error reporting when TCP/IP connection fails (happy eyeballs)

github.com/reactphp/socket - 3686e516bf6b890695a9d08e1923dea454bb91ec authored over 4 years ago by Christian Lück <[email protected]>
Improve timer logic for next attempt timer and fix leftover timer

Use one-off timers that will be scheduled only when a following
connection attempt should be sta...

github.com/reactphp/socket - ddd91a24795c8bd365365d394a961410f3cee0dc authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #230 from clue-labs/eyeballs-dns-errors

Improve error reporting when DNS lookup fails (happy eyeballs)

github.com/reactphp/socket - f2ea6e7950b270de83f0e359d2c3a066026d57de authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Improve error reporting when DNS lookup fails (happy eyeballs)

Also fixes a fatal error with legacy PHP 5 where it would fail with a
(catchable) fatal error wh...

github.com/reactphp/socket - 4db274b1d37556205080b5988eac9271127b9826 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #229 from clue-labs/tls-tests

Skip legacy TLS 1.0 / TLS 1.1 tests if disabled by system

github.com/reactphp/socket - 95741061be7f8bf46132ac0aaa04209516e96b34 authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Skip legacy TLS 1.0 / TLS 1.1 tests if disabled by system

github.com/reactphp/socket - dfc4559d731ac0f3eda0d3d9a0e7cc6e00af176a authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #83 from CharlotteDunoisLabs/fix-tail-example

Update tail example

github.com/reactphp/filesystem - fc89dc26ff7bda9e864798f8fd5b705c437a5cd9 authored over 4 years ago by Christian Lück <[email protected]>
Update tail example

We need to open a file descriptor manually, as if we were to open a stream, the stream would rea...

github.com/reactphp/filesystem - 9b0cf98e10f494dea82629c6e2df4bc67d2348f4 authored over 4 years ago by Charlotte Dunois <[email protected]>
Prepare v1.1.1 release

github.com/reactphp/stream - 7c02b510ee3f582c810aeccd3a197b9c2f52ff1a authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #150 from clue-labs/err

Fix faulty write buffer behavior when sending large data chunks over TLS (Mac OS X only)

github.com/reactphp/stream - 610aa60f568a62d424426d2de1eb97bfbdf9591a authored over 4 years ago by Christian Lück <[email protected]>
Simplify Travis CI test matrix for Mac OS X setup

github.com/reactphp/stream - 26d564035da98f314ca21bd3f3bb83a8e3a0705b authored over 4 years ago by Christian Lück <[email protected]>
Only report write error when write fails with error and nothing written

github.com/reactphp/stream - 3eb342d87ca89e0c4c7c428505f36051c172f677 authored over 4 years ago by Christian Lück <[email protected]>
Reproduce faulty write buffer behavior on Mac OS X

github.com/reactphp/stream - 63853824e54712f240333e127d04c1b6f30c2013 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #39 from WyriHaximus-labs/promise-3

Forward compatibility with react/promise 3

github.com/reactphp/cache - 2d88223a576dcc26709982e1349ff50cfb82eb20 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #153 from WyriHaximus-secret-labs/promise-3

Forward compatibility with react/promise 3

github.com/reactphp/dns - cab14645e0f81e2892682a43d40cc24db9d3f85a authored over 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #37 from WyriHaximus-labs/promise-3

Forward compatibility with react/promise 3

github.com/reactphp/promise-timer - 8cec07f6c167adb36cf697ba1415b84669733480 authored over 4 years ago by Jan Sorgalla <[email protected]>
Forward compatibility with react/promise 3

github.com/reactphp/promise-timer - fb261f8cced673551ca6190a7d2fe5c7cf1b996c authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Forward compatibility with react/promise 3

github.com/reactphp/dns - 005489764042f5a52d28a43b80afed1817ab7438 authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #79 from WyriHaximus-secret-labs/drop-eio

Drop ext-eio

github.com/reactphp/filesystem - 373d705e95114d3e4ffdf4e8a18dd19db72e490b authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Drop ext-eio

github.com/reactphp/filesystem - 7a739e819ee65238c28fbd266ffdbca9e9322952 authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Forward compatibility with react/promise 3

github.com/reactphp/cache - 1dba66344084738d0667e0225c1b53cb128b1b8c authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #80 from CharlotteDunoisLabs/file-node

Use Adapter *Contents instead in File Node

github.com/reactphp/filesystem - 02d8953a166995159e5e4c98a124dc7ca562040c authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Use Adapter *Contents instead in File Node

github.com/reactphp/filesystem - 0ffc4e8e94cc96eb2b17e46f8c9fb9672178f48d authored over 4 years ago by Charlotte Dunois <[email protected]>
Merge pull request #157 from clue-labs/opt

Support parsing OPT records (EDNS0)

github.com/reactphp/dns - a6ff7b944637e4a034e5b538de34593055819a68 authored over 4 years ago by Jan Sorgalla <[email protected]>
Add EDNS0 options OPT_TCP_KEEPALIVE and OPT_PADDING

github.com/reactphp/dns - 5109a480e9f07bd5000bed3456a850c12c7fc99d authored over 4 years ago by Christian Lück <[email protected]>
Support parsing OPT records (EDNS0)

github.com/reactphp/dns - 31f02ae7a5105fb6703c34f626ce3798c3cb83c0 authored over 4 years ago by Christian Lück <[email protected]>
Prepare v1.4.0 release

github.com/reactphp/socket - 97522e24987365e1ed873f0f4884900747a668e0 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #226 from clue-labs/caching-dns

Default to using DNS cache (with max 256 entries) for Connector

github.com/reactphp/socket - 550c336bcdec76b1331e25a65611a9020e6b4c3f authored over 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #225 from clue-labs/eyeball-cleanup

Fix cancelling happy eyeballs to stop timer, fix rejection reason and simplify timer logic

github.com/reactphp/socket - 4fbe726799db6902ebd3a80162cc5eb8d6bade9c authored over 4 years ago by Jan Sorgalla <[email protected]>
Default to using DNS cache (with max 256 entries) for Connector

github.com/reactphp/socket - c7320094dc9a81f075c29da60614d0d8f4cefac0 authored over 4 years ago by Christian Lück <[email protected]>
Fix resolution delay (50ms) and simplify related timer logic

github.com/reactphp/socket - 511f85d7d8e791d7352e241435e3ff43d34af764 authored over 4 years ago by Christian Lück <[email protected]>
Fix cancelling happy eyeballs to stop timer and fix rejection reason

github.com/reactphp/socket - b400a57fd8718b6d891a232cbc2d62b8634dbb16 authored over 4 years ago by Christian Lück <[email protected]>
Merge pull request #224 from clue-labs/eyeball-default

Make happy eyeballs algorithm (IPv6) the default, add new `happy_eyeballs` option to `Connector`

github.com/reactphp/socket - 13d8259150860420e22d136ac7dd53d7b5cdf271 authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #164 from clue-labs/internal-fulfilled-rejected

Mark `FulfilledPromise` and `RejectedPromise` as internal

github.com/reactphp/promise - 57d86e562b74c940b5fc8487ec5116baa2799446 authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Mark `FulfilledPromise` and `RejectedPromise` as internal

Use `resolve()` and `reject()` instead.

github.com/reactphp/promise - ae47a2475dbd8c35eb30a179699dc638bf788d14 authored over 4 years ago by Christian Lück <[email protected]>
Make tests less fragile by improving test timeouts and skip unsupported

github.com/reactphp/socket - e243955ea795cf2fcf2e4e2c64c9147ae01ffd8b authored over 4 years ago by Christian Lück <[email protected]>
Avoid unneeded promise wrapping & avoid garbage references on legacy PHP

github.com/reactphp/socket - 5b51fb9cfb9d5c02ccc0ec019cbe061a70d36d5c authored over 4 years ago by Christian Lück <[email protected]>
Make happy eyeballs available in Connector with a flag

github.com/reactphp/socket - cc4737dfa828a77080b6b1b0bdac340325f4a807 authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #161 from smscr/smscr-promise-or-value-fix

Suggestion: when detecting promisable by method presense check its an object

github.com/reactphp/promise - ccd60f815f1fdd30c1d17cfa6e0844d1fe11899a authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #156 from clue-labs/php7.4

Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/dns - 5a74b81abc77739f38e4a226e641f1bb1c519a82 authored over 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #41 from clue-labs/php7.4

Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/promise-timer - fda853309b6f00420ae381032353844e9a772ad7 authored over 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #223 from clue-labs/php7.4

Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/socket - 66fc1033699e41984bffb61c198770efc4b0ae40 authored over 4 years ago by Jan Sorgalla <[email protected]>
Merge pull request #162 from clue-labs/php7.4

Test PHP 7.4 on Travis

github.com/reactphp/promise - e4004768198da459fe21a737cb3f7c1f8f809e28 authored over 4 years ago by Jan Sorgalla <[email protected]>
Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/socket - 0631701f8c0d1cf088c5f9803749bc887f92d578 authored over 4 years ago by Christian Lück <[email protected]>
Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/promise-timer - 53313faf87dd7ede06f97aae4873be93aa0a7cfe authored over 4 years ago by Christian Lück <[email protected]>
Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/dns - 67b1862aac717795b0d7dc29add8628e0c6b55ab authored over 4 years ago by Christian Lück <[email protected]>
Clear garbage references twice before starting tests

Clear twice to avoid leftovers in PHP 7.4 with ext-xdebug and code
coverage turned on (`vendor/b...

github.com/reactphp/promise - 6ee24c2fcc7335cdb938d225b7ad2c4ee373e233 authored over 4 years ago by Christian Lück <[email protected]>
Test PHP 7.4 on Travis

github.com/reactphp/promise - af7fa59e9b410d5ec23382d26763c74386e96962 authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Add check whether $cancellable is an object

github.com/reactphp/promise - af072f6cd7ef6de5c82ad4ce881941b8e6209d2d authored over 4 years ago by Pavel Shavshukov <[email protected]>
Add check whether $promiseOrValue is an object

github.com/reactphp/promise - 43edd6568ce1fe80ecf5bc06660b2aacd2bda15e authored over 4 years ago by Pavel Shavshukov <[email protected]>
Merge pull request #158 from WyriHaximus-secret-labs/queue-drain-simplyfied

Simplify queue draining while retaining functionality

github.com/reactphp/promise - 8d05ffd7bafb125491fec97a9ab38a2e226f67b5 authored over 4 years ago by Jan Sorgalla <[email protected]>
Simplify queue draining while retaining functionality

github.com/reactphp/promise - f5343a36877cb86f2d5378a632ca29196be00e5c authored over 4 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v0.5.10 release

github.com/reactphp/http-client - f16ab55150ec369f8f9b5db64972f248691093b0 authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #151 from clue-labs/tests

Simplify test matrix and test setup

github.com/reactphp/http-client - 233c90914a26b02c52f03791735952754f20fef9 authored almost 5 years ago by Cees-Jan Kiewiet <[email protected]>
Simplify test matrix and test setup

github.com/reactphp/http-client - 83bcf79c957cb72d96e5fb17cd38814f64155eea authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #150 from clue-labs/php7.4

Avoid unneeded warning when decoding invalid data on PHP 7.4

github.com/reactphp/http-client - d753b1032086cff586c8f7f5ace4d3769cdeadf2 authored almost 5 years ago by Jan Sorgalla <[email protected]>
Merge pull request #357 from WyriHaximus-labs/php-7.4

Avoid unneeded warning when decoding invalid data on PHP 7.4

github.com/reactphp/http - 248202e57195d06a4375f6d2f5c5b9ff9da3ea9e authored almost 5 years ago by Jan Sorgalla <[email protected]>
Avoid unneeded warning when decoding invalid data on PHP 7.4

github.com/reactphp/http - 3cf9dc0eb7bb87ed30c7af84a74d04e320182898 authored almost 5 years ago by Cees-Jan Kiewiet <[email protected]>
Avoid unneeded warning when decoding invalid data on PHP 7.4

github.com/reactphp/http-client - c24f511245d019929aba02294acc8e263fdf05de authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #147 from clue-labs/php7.4

Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/stream - 1a849e70e1a421d0166ec18949846a2eec3c8bc5 authored almost 5 years ago by Cees-Jan Kiewiet <[email protected]>
Run tests on PHP 7.4 and simplify test matrix

github.com/reactphp/stream - 860446f36333203aa0f97b59776cf558c6dba7bc authored almost 5 years ago by Christian Lück <[email protected]>
Update changelog

github.com/reactphp/event-loop - 88aaa77ad3ffce3ff22f1361d88c22ec85a50e23 authored almost 5 years ago by Christian Lück <[email protected]>
Prepare v1.1.1 release

github.com/reactphp/event-loop - 6d24de090cd59cfc830263cfba965be77b563c13 authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #209 from clue-labs/php7.4

Run tests on PHP 7.4 and simplify test matrix and test setup

github.com/reactphp/event-loop - a2c6002007bfdd2f508628de0cfb34c423f1ab0b authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #208 from clue-labs/windows-connections

Fix reporting refused connections with StreamSelectLoop on Windows

github.com/reactphp/event-loop - 646fbbd9a0b1d39f3f1194dddd9161203dc3d636 authored almost 5 years ago by Jan Sorgalla <[email protected]>
Merge pull request #207 from clue-labs/ext-uv-connections

ExtUvLoop: Fix reporting connection refused errors

github.com/reactphp/event-loop - e79f42276c2bf09a9093456c592846fce2c88ef8 authored almost 5 years ago by Jan Sorgalla <[email protected]>
Run tests on PHP 7.4 and simply test matrix and test setup

github.com/reactphp/event-loop - b98bb2f4a1ec8780bf7219a4a0e7803ba5e00ca3 authored almost 5 years ago by Christian Lück <[email protected]>
Fix reporting refused connections with StreamSelectLoop on Windows

We do not usually use or expose the `exceptfds` parameter passed to the
underlying `select`. How...

github.com/reactphp/event-loop - 6a894465c3f974fb26f153f79dab0d4909e42bbc authored almost 5 years ago by Christian Lück <[email protected]>
Fix reporting refused connections with ExtUvLoop

The underlying `epoll_wait()` reports `EPOLLOUT|EPOLLERR|EPOLLHUP` on
the affected file descript...

github.com/reactphp/event-loop - 6d45a1935111d34f2f39d1490edc45cb2a7f97c7 authored almost 5 years ago by Christian Lück <[email protected]>
Test ext-uv on Windows

github.com/reactphp/event-loop - 527c60af4d4fbd9fc76a6a227ed18dbd264ef9fd authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #205 from clue-labs/ext-event-windows

Fix unsupported EventConfig and SEGFAULTs on shutdown for ext-event on Windows

github.com/reactphp/event-loop - 1d8055f5cc870e3f4fc9db69176ab8b2491925df authored almost 5 years ago by Cees-Jan Kiewiet <[email protected]>
Add TCP/IP connection tests

github.com/reactphp/event-loop - 06ecbb73accd87ac66a3fd2e9dc251e41c440628 authored almost 5 years ago by Christian Lück <[email protected]>
Avoid SEGFAULTs for ext-event on Windows by clearing all Event refs

github.com/reactphp/event-loop - 3698022d03d8adc964e696d884b6519aad5d8a47 authored almost 5 years ago by Christian Lück <[email protected]>
Ignore unrelated SEGFAULT when all tests pass for ext-event on Windows

github.com/reactphp/event-loop - 47ab46ffe61a2d817df828b04892542efdc1be0b authored almost 5 years ago by Christian Lück <[email protected]>
Fix unsupported EventConfig for ext-event on Windows

github.com/reactphp/event-loop - 2f85e8eeffc6c4977a8688e7faab73022cb02db3 authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #204 from clue-labs/windows-tests

Run tests on Windows via Travis CI

github.com/reactphp/event-loop - 20bbe7d331bcecc8cc6ae2739659047007034899 authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #203 from clue-labs/timers-are-inaccurate

Fix failing test cases due to inaccurate timers

github.com/reactphp/event-loop - e2e59de6cec7f0588b638a21ebcd30fe14734dc9 authored almost 5 years ago by Jan Sorgalla <[email protected]>
Run tests on Windows via Travis CI

github.com/reactphp/event-loop - 131d92dcf7397ee4b93b268f7248c1ce20df99b9 authored almost 5 years ago by Christian Lück <[email protected]>
Fix failing test cases due to inaccurate timers

github.com/reactphp/event-loop - 858b18a37f72af171268ecec3f5ffdf81400748d authored almost 5 years ago by Christian Lück <[email protected]>
Merge pull request #144 from reedy/gitattributes

Add .gitattributes to exclude dev files from exports

github.com/reactphp/stream - 2b9e19d4c31ecddadc935d9218bfa15d98051555 authored almost 5 years ago by Christian Lück <[email protected]>