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

fixes #288

data test updated -> handleData($stream)

github.com/reactphp/socket - a9cfa5d3ecaa563d43bc13fb6062eda208a81b7b authored over 10 years ago by Arthur Guigand <[email protected]>
Merge branch 'refs/heads/0.4'

github.com/reactphp/reactphp - fd02e5a3ce75e014a1a707116d6b49b05b3ab53b authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/wyr-dns-fix' into 0.4

github.com/reactphp/reactphp - f61be285e42656bf8468a856e9bcdf346e61b463 authored over 10 years ago by Chris Boden <[email protected]>
psr-0 should have been psr-4 when switching to it

github.com/reactphp/reactphp - a5ed38514af18390175e68b3183b5f98c890b5e5 authored over 10 years ago by Cees-Jan Kiewiet <[email protected]>
psr-0 should have been psr-4 when switching to it

github.com/reactphp/dns - 8c5ccc35dcb4b06b70eb9201842363fac7b0f3cf authored over 10 years ago by Cees-Jan Kiewiet <[email protected]>
Merge branch 'refs/heads/0.4'

github.com/reactphp/reactphp - a235fa2c5c43de0896beb2725a01471d6709e389 authored over 10 years ago by Chris Boden <[email protected]>
Fixed documentation path (for PSR-4)

github.com/reactphp/reactphp - 93f581cf7828166632d452e804b5745fc81be993 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/fix-null-timeout' into 0.4

github.com/reactphp/reactphp - 0e6dfe98240bf4447d73103bc7acd3b1d1360749 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/0.3' into 0.4

Conflicts:
CHANGELOG.md
src/Stream/Buffer.php

github.com/reactphp/reactphp - 960e6a9bd7f48b838ac9a660c0b6d2a0d4c7c759 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/0.3' into 0.4

Conflicts:
CHANGELOG.md
src/Stream/Buffer.php

github.com/reactphp/stream - 9db28e85a6fe7b57fad5e8c036f3434bcb8c8f60 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/0.3' into 0.4

Conflicts:
CHANGELOG.md
src/Stream/Buffer.php

github.com/reactphp/socket - 263bfa6c419c17d8ce939bd3c20b833778608479 authored over 10 years ago by Chris Boden <[email protected]>
Updated changelog for release

github.com/reactphp/reactphp - 3b9b9d64a277c2f9a090fb8166183b4edd59ac09 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/gracefuler-shutdown' into 0.3

github.com/reactphp/reactphp - 0ac514abfd70c3e87bd8c87a838442562c6bd4f3 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/0.3-buffer-fix' into 0.3

github.com/reactphp/reactphp - b46e8e6979175ca2a73a88d80135cec5dab0a623 authored over 10 years ago by Chris Boden <[email protected]>
[Buffer] Skip closed write test on OS X

github.com/reactphp/reactphp - 1590ea722cf69b6d3afa938125dbeba8ef52338d authored over 10 years ago by Chris Boden <[email protected]>
Merge pull request #279 from cgcai/php-binary

Use PHP_BINARY instead of 'php'.

github.com/reactphp/reactphp - fb15cab25c244e33c7e2d2027f895efe94523d2c authored over 10 years ago by Chris Boden <[email protected]>
Prepare v0.4.0 release

github.com/reactphp/datagram - 726b8ea3c5259ec61d580944c6f37ad3559dac3c authored over 10 years ago by Christian Lück <[email protected]>
Add MIT license

github.com/reactphp/datagram - 6b89626e512e99cdbeef2096e77ce9e56e4e8c9d authored over 10 years ago by Christian Lück <[email protected]>
Add recent changes to changelog

github.com/reactphp/datagram - a26fd491fca13ca55c10c709f6a139aa8c3252cc authored over 10 years ago by Christian Lück <[email protected]>
Add getLocalAddress() and getRemoteAddress() to SocketInterface

github.com/reactphp/datagram - feafb2f225af3dedb02ff403e6870c3ecbf2de94 authored over 10 years ago by Christian Lück <[email protected]>
Use PHP_BINARY instead of 'php'.

Allows test suite to run on other PHP interpreters such as HHVM.

github.com/reactphp/reactphp - 03835faf3d198b2bf49e6e626a6db69e8bf31f48 authored over 10 years ago by Camillus Gerard Cai <[email protected]>
Merge pull request #278 from h4cc/patch-1

Added PHP 5.6 to travis.

github.com/reactphp/reactphp - fc844efdabe49eb1455c9aeb859c4355c6939b36 authored over 10 years ago by Chris Boden <[email protected]>
Added PHP 5.6 to travis.

github.com/reactphp/reactphp - 6cdc874da8a03984de1a64cf1f8456194a8624ed authored over 10 years ago by Julius Beckmann <[email protected]>
Fix 100% cpu usage for idle StreamSelectLoop with no timers.

A null timeout must not be multiplied by an integer.
Fixes #275

github.com/reactphp/reactphp - 9986ee342904bc5d8639b26d726379d0003babb6 authored over 10 years ago by Christian Lück <[email protected]>
Fix 100% cpu usage for idle StreamSelectLoop with no timers.

A null timeout must not be multiplied by an integer.
Fixes #275

github.com/reactphp/event-loop - 18c5297087ca01de85518e2b55078f444144aa1b authored over 10 years ago by Christian Lück <[email protected]>
[Streams] Reset non-blocking to be safe

github.com/reactphp/reactphp - 4ee32890812f2cd0887caf080cf811e01bede789 authored over 10 years ago by Chris Boden <[email protected]>
[Streams] Reset non-blocking to be safe

github.com/reactphp/socket - 19bc0c4309243717396022ffb2e59be1cc784327 authored over 10 years ago by Chris Boden <[email protected]>
[Stream] Removed unused meta data

github.com/reactphp/stream - feef56628afe3fa861f0da5f92c909e029efceac authored over 10 years ago by Chris Boden <[email protected]>
[Stream] Removed unused meta data

github.com/reactphp/reactphp - 39d2dc099f36516b414ecacdb27cf3d413f929b9 authored over 10 years ago by Chris Boden <[email protected]>
[Stream] Fix infinite loop writing to closed stream

github.com/reactphp/reactphp - fd64996913c1d808bad9625e4d0598a25fcc8ae0 authored over 10 years ago by Chris Boden <[email protected]>
[Stream] Fix infinite loop writing to closed stream

github.com/reactphp/stream - fb8e0eb50bfac1b6ef71ffb971621bfec4970654 authored over 10 years ago by Chris Boden <[email protected]>
Merge pull request #5 from clue/address

Unify socket addresses (string URIs instead of host+port)

github.com/reactphp/datagram - 80ece13deb10a930fa0402c152f29f4865f2467f authored over 10 years ago by Christian Lück <[email protected]>
Merge pull request #4 from clue/ref

Refactor to ease overwriting socket operations

github.com/reactphp/datagram - f4ff4eb993178d95d4abde96dc192a6ba59e461e authored over 10 years ago by Christian Lück <[email protected]>
Updated README with 0.4 as installation

github.com/reactphp/reactphp - 25c04ccef54e01ee414f9076e0532bef6a4f55a6 authored over 10 years ago by Chris Boden <[email protected]>
update phpnw video to youtube

github.com/reactphp/website - a7a5353fb276dfd727b693c8c39ec30b2110a77f authored over 10 years ago by Igor Wiedler <[email protected]>
Adjust all addresses passed to factory

github.com/reactphp/datagram - f814144f814ff802d03ed1bc41c7be9dec44cacb authored over 10 years ago by Christian Lück <[email protected]>
Hostnames in socket address will now be resolved via DNS again

github.com/reactphp/datagram - 3ea2375acaf9b44837387a54744d21290c41283b authored over 10 years ago by Christian Lück <[email protected]>
First step towards unifying socket addresses

github.com/reactphp/datagram - 1c3e2b2f750f509d9d5303ab71627aa1e5ed3aa7 authored over 10 years ago by Christian Lück <[email protected]>
Remove getters for host/port

github.com/reactphp/datagram - be74f01b05e97985f10d1facda3d4ae57a4313f6 authored over 10 years ago by Christian Lück <[email protected]>
Add Socket::getRemoveAddress() for connected client sockets

github.com/reactphp/datagram - 338b1a819a35b2b6e36f7a6d2c66e6457e25825b authored over 10 years ago by Christian Lück <[email protected]>
Stricter method names for local addresses

github.com/reactphp/datagram - a8fd5559230288bd110e16aa032a003394d2ca58 authored over 10 years ago by Christian Lück <[email protected]>
Buffer can now be injected into Socket

github.com/reactphp/datagram - fd12ccdeca3b7c0c7aedc611d91424cf2f49b141 authored over 10 years ago by Christian Lück <[email protected]>
Merge branch 'tests'

github.com/reactphp/datagram - d67650cb80da756173d1d4e0833d7e0dd720433d authored over 10 years ago by Christian Lück <[email protected]>
Test sending huge datagram fails

github.com/reactphp/datagram - 2139cc99d99071d1156ffb61475e19e9e057536e authored over 10 years ago by Christian Lück <[email protected]>
Fix callable stubs

github.com/reactphp/datagram - 21ced65c4c2d9f74b0a56258bd2b1b03feb8720a authored over 10 years ago by Christian Lück <[email protected]>
Test sending after client has been ended

github.com/reactphp/datagram - e3ff5034bd396c24d2929b11274273cc294fcd66 authored over 10 years ago by Christian Lück <[email protected]>
Refactor to ease overwriting socket operations

github.com/reactphp/datagram - f5aee903e29af8a30f0daea092ad53ecbd68eeb9 authored over 10 years ago by Christian Lück <[email protected]>
Merge branch 'cleanup'

github.com/reactphp/datagram - 541a1d9eb128cadb94adc3ba0ab8df55163137e7 authored over 10 years ago by Christian Lück <[email protected]>
Remove excessive whitespace

github.com/reactphp/datagram - c7a59f2226bb8cd6b36e7028a8e93ff833b5aed5 authored over 10 years ago by Christian Lück <[email protected]>
Remove leftover Socket::__toString()

github.com/reactphp/datagram - f45e84a4bb4a16309118c5473cbcac490947d8ec authored over 10 years ago by Christian Lück <[email protected]>
Remove boolean return value (consistency)

github.com/reactphp/datagram - 0b242ed914b56a9d010561ff6276a5973415ea4e authored over 10 years ago by Christian Lück <[email protected]>
Merge pull request #15 from reactphp/psr-4

Switch to PSR-4

github.com/reactphp/promise - 95fcf8b62ec1b11bfa346c60c74fe6408a8ea922 authored over 10 years ago by Igor Wiedler <[email protected]>
Switch to PSR-4

github.com/reactphp/promise - be9e3257ca35337214fbed72ac2c5e0949797ee1 authored over 10 years ago by Jan Sorgalla <[email protected]>
Use local phpunit

github.com/reactphp/promise - e50dde6d57ed8bb2c78432ba6eb317dcfe0b4227 authored over 10 years ago by Jan Sorgalla <[email protected]>
Update composer to alias master branch as 0.5-dev

github.com/reactphp/reactphp - 000c79a1342af4967eb26eb93fcc5097d0d23c84 authored over 10 years ago by Chris Boden <[email protected]>
Release date in changelog

github.com/reactphp/reactphp - 3a5d12166b38d059a96c232d809332e7f3e60d9d authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/misc-ext-event-loop'

github.com/reactphp/reactphp - 808e2fb75d19570bef87346d29e4fe982463c96b authored over 10 years ago by Chris Boden <[email protected]>
Miscellaneous `ExtEventLoop` stuff.

* Added `ExtEventLoop` to the event-loop readme file
* Added `ext-event` to composer suggestions...

github.com/reactphp/reactphp - d1c929b275e8d1553b8891f664398f8a62572fe4 authored over 10 years ago by James Harris <[email protected]>
Miscellaneous `ExtEventLoop` stuff.

* Added `ExtEventLoop` to the event-loop readme file
* Added `ext-event` to composer suggestions...

github.com/reactphp/event-loop - d0e914903c35b435ad7ee95b0bdd410fa01b3a6e authored over 10 years ago by James Harris <[email protected]>
Merge remote-tracking branch 'origin/psr-4'

* origin/psr-4:
[tests] Add bootstrap back to not pollute prod-ish setups
Update child repos...

github.com/reactphp/reactphp - 92f792eb7d71b51585dbdb0ef13a52fa1f67f064 authored over 10 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/psr-4'

* origin/psr-4:
[tests] Add bootstrap back to not pollute prod-ish setups
Update child repos...

github.com/reactphp/stream - 16b05e90ee714394dc50bb559c51491f4a7b5778 authored over 10 years ago by Igor Wiedler <[email protected]>
Merge pull request #246 from jmalloc/stream-drain-event

[Stream] Pass the stream as final parameter on 'drain'.

github.com/reactphp/reactphp - 0c8eaecff4f0837c3ce37e21b7c11b071a00da3a authored over 10 years ago by Igor Wiedler <[email protected]>
Added stream parameter to emitted events on Buffer and ThroughStream.

github.com/reactphp/reactphp - c39537628799c8ac9409c4620f465b89f3e75cea authored over 10 years ago by James Harris <[email protected]>
Added stream parameter to emitted events on Buffer and ThroughStream.

github.com/reactphp/stream - a4de87ebe57083d3ff387d500a681be2db9bb497 authored over 10 years ago by James Harris <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/child-process - 8bf211533bcbb2034e00528a47400367570dc3d7 authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/socket - 6ec8c3aefc018acec763fa6e950e1baa947231fc authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/stream - 0d9aefa215ac4c43c1a537aebc0ba507611a4632 authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/socket - 36a5d1b2e48b35582862979326724355ffc1751a authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/http-client - a0becdbdb6929b45a1d504f0e069bbc5b6d1c61c authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/event-loop - 7cb7493e1b7efd91ee605401666ae8f9f970595c authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/http - 7b9d293b7a3f73acd840a341497e267d8562d637 authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/reactphp - e4c54e11a1ef4db841254395ba08f957d1d47d2a authored over 10 years ago by Chris Boden <[email protected]>
[tests] Add bootstrap back to not pollute prod-ish setups

github.com/reactphp/reactphp - d2111c450ce839e1200161ce3a6e0d372cd4d287 authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/dns - 0bd01c43f1d5425a706060abdf8836efc47fb7af authored over 10 years ago by Chris Boden <[email protected]>
Update child repos to PSR-4 for git subs-plit

github.com/reactphp/cache - 9882ab5d8b00617baae83c6996f5a34668c11beb authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/future-tick'

github.com/reactphp/reactphp - 37481ec05885f8c45f3afd111f68fd3112f18d50 authored over 10 years ago by Chris Boden <[email protected]>
Stream 'drain' event now passes the stream as a parameter.

github.com/reactphp/reactphp - 9b88fd6ef89ce404ff5012ac2036da0355b8dbce authored over 10 years ago by James Harris <[email protected]>
Stream 'drain' event now passes the stream as a parameter.

github.com/reactphp/stream - f5ced357764bd107690e87899d9642ee2fa9f22d authored over 10 years ago by James Harris <[email protected]>
Added missing check for non-empty next-tick queue.

github.com/reactphp/reactphp - 191a6687ecebf31d264f92edd6a9ae001b1e63e0 authored over 10 years ago by James Harris <[email protected]>
Added missing check for non-empty next-tick queue.

github.com/reactphp/event-loop - c99730e8c752064bf1c11aa2b97485de0cfac815 authored over 10 years ago by James Harris <[email protected]>
Merge pull request #263 from WyriHaximus/master

No need to load the autoloader for something we're not going to use

github.com/reactphp/reactphp - c79e744a0bdf45c70eb6845730774c44b51c6595 authored over 10 years ago by Igor Wiedler <[email protected]>
No need to load the autoloader for something we're not going to use

github.com/reactphp/reactphp - 64f1fe3ba2e629aa0270fecfc173d3fe73bc1d7c authored over 10 years ago by Cees-Jan Kiewiet <[email protected]>
Updated changelog

github.com/reactphp/reactphp - 96257c5e77fa249e0af4f90b87b44a91c0cdaf25 authored over 10 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/future-tick'

github.com/reactphp/reactphp - 3e4b3d4e48e8d5f4cd10ffe5a9be9fc267a80277 authored over 10 years ago by Chris Boden <[email protected]>
All loop implementations now complete the current tick with no blocking after stop() is called.

github.com/reactphp/reactphp - b98a945be45142894600061086edc018fb69b572 authored over 10 years ago by James Harris <[email protected]>
All loop implementations now complete the current tick with no blocking after stop() is called.

github.com/reactphp/event-loop - 1a5ab6dcd3fd06538b05476c7d4f75457b7f1b09 authored over 10 years ago by James Harris <[email protected]>
StreamSelectLoop was treating seconds as microseconds, outward behavior was correct but internally many short sleeps/select calls were being made.

github.com/reactphp/event-loop - 3d4b90f9d4ad2de1d6ac54c2a199f7ef9c5e640a authored over 10 years ago by James Harris <[email protected]>
StreamSelectLoop was treating seconds as microseconds, outward behavior was correct but internally many short sleeps/select calls were being made.

github.com/reactphp/reactphp - bd7bf23acf11c4e6be2696fb78d5fcd40d45f523 authored over 10 years ago by James Harris <[email protected]>
Merge pull request #259 from jmalloc/hhvm-no-extensions

Stop HHVM build from hanging

github.com/reactphp/reactphp - 9c5d786508384c58429e268d533bba542f82eb53 authored over 10 years ago by Chris Boden <[email protected]>
Travis + HHVM changes:

* Only install PHP extensions when building under PHP proper
* Expanded commands in travis-init....

github.com/reactphp/reactphp - 9321bc9769c92a750db59eb13f8dfed643de4dc9 authored over 10 years ago by James Harris <[email protected]>
Added basic next-tick/future-tick example.

github.com/reactphp/reactphp - f63054e04899aa4450670e5b5bc892d556ac3bf3 authored over 10 years ago by James Harris <[email protected]>
Added futureTick() support to ExtEventLoop.

github.com/reactphp/reactphp - 39ca8b167b80fd815992ca7f4731b2629d701b07 authored over 10 years ago by James Harris <[email protected]>
Added futureTick() support to ExtEventLoop.

github.com/reactphp/event-loop - 1d71bf04154a566754c84879d15a620e9b5173ab authored over 10 years ago by James Harris <[email protected]>
Fixed with 0.3.3 release

github.com/reactphp/reactphp - db3af2acf2280694359163ee6bb829251ba7215a authored over 10 years ago by Chris Boden <[email protected]>
Implemented LoopInterface::futureTick().

github.com/reactphp/reactphp - 0386cf0c8deda88a2bddec8ad9aee3f24df8e68f authored over 10 years ago by James Harris <[email protected]>
Implemented LoopInterface::futureTick().

github.com/reactphp/event-loop - a4aa2c46fcaf6cd0867dfd18868cfd1904650d3e authored over 10 years ago by James Harris <[email protected]>
Updated changelog

github.com/reactphp/reactphp - f98ff708d90c396f930a537d58a9527b2bd45c17 authored over 10 years ago by Chris Boden <[email protected]>
Re-enable LibEv tests on Travis

github.com/reactphp/reactphp - a9b2a15da5750849d2e316fe102c18aaa689eb3f authored over 10 years ago by Chris Boden <[email protected]>
[EventLoop] Factory more implementations

github.com/reactphp/reactphp - b213e33b3e058cc3c7b84551a2803fa3c3bdc8f9 authored over 10 years ago by Chris Boden <[email protected]>