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 branch 'refs/heads/master' into 0.4

Conflicts:
CHANGELOG.md

github.com/reactphp/socket - a0f7c5eca40c09b42e9e0a83f156b71def5fd332 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/master' into 0.4

Conflicts:
CHANGELOG.md

github.com/reactphp/socket - 3bcf8231a1260e3388735bd8f21615d212cb314a authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/master' into 0.4

Conflicts:
CHANGELOG.md

github.com/reactphp/dns - 849b847d8f3fa2caf8abc0f072703b2ba29b4c89 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/master' into 0.4

Conflicts:
CHANGELOG.md

github.com/reactphp/http-client - 835e440751313ecd6fa37fac0eb725ede25893f2 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/master' into 0.4

Conflicts:
CHANGELOG.md

github.com/reactphp/stream - 6f337232d9160e88ae557094d6ebf783d993538b authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/master' into 0.4

Conflicts:
CHANGELOG.md

github.com/reactphp/reactphp - 00378a455b871d2db49f7479bb1e821d1aa85f88 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'fix-connection-fread' of https://github.com/clue/react into clue-fix-connection-fread

github.com/reactphp/reactphp - 6bb8998e238dab5f6e5d5b142cf6a02164551571 authored over 11 years ago by Chris Boden <[email protected]>
Merge pull request #193 from clue/fix-remove-invalid

[EventLoop] Fix removing non-existant streams from the event loop

github.com/reactphp/reactphp - fb4e56270740fc32e9f4960c8b4307704a85a536 authored over 11 years ago by Chris Boden <[email protected]>
Prepare v0.3.0 release

github.com/reactphp/datagram - 0c22ecb073f2421eb0be1788efe965147285c380 authored over 11 years ago by Christian Lück <[email protected]>
Add CHANGELOG.md

github.com/reactphp/datagram - 95cb25e59f3e7b6197d997eeeb54c3d882da2d77 authored over 11 years ago by Christian Lück <[email protected]>
Merge pull request #2 from clue/add-end

Add end() method

github.com/reactphp/datagram - 082c59bf755dbb4b96ec413532dfafc7456a3814 authored over 11 years ago by Chris L <[email protected]>
Add (right) travis build status button

github.com/reactphp/datagram - 4bb2ba3ddc4ce3ba19b47673f7ccff76aeb185ed authored over 11 years ago by Chris L <[email protected]>
Add tests for Datagram\Socket

github.com/reactphp/datagram - 48244c3ec43ac0d3bda7e54abf8a8908c282032d authored over 11 years ago by Christian Lück <[email protected]>
Close buffer when end() is called and last message is sent

github.com/reactphp/datagram - 09427f810f51e53d60d37c26bdff6a2bda79802a authored over 11 years ago by Christian Lück <[email protected]>
Demo Socket::end() in example

github.com/reactphp/datagram - ba9adaa638a52a3303d0ea050641c59bd9a5658c authored over 11 years ago by Christian Lück <[email protected]>
Move test skeleton to tests/bootstrap.php

github.com/reactphp/datagram - cde953398ec5f6961b973c6e1124535c777efc23 authored over 11 years ago by Christian Lück <[email protected]>
Move `end()` logic to `Buffer` and simplify its logic

github.com/reactphp/datagram - 577b1266bdc72a398657aeae76e27cbb503eeb8c authored over 11 years ago by Christian Lück <[email protected]>
Add skeleton for `end()` method

github.com/reactphp/datagram - c38601333ffb82331fafc2ad54aadb3710f8faaf authored over 11 years ago by Christian Lück <[email protected]>
Add travis build status button

github.com/reactphp/datagram - 9c53070e2f730d660ff6528ec46fc9b897c3e9ab authored over 11 years ago by Chris L <[email protected]>
Merge pull request #3 from clue/tests

Add Tests

github.com/reactphp/datagram - 3fa31f263b8860afc9871f6d1e37ff450068c288 authored over 11 years ago by Chris L <[email protected]>
Additional factory tests

github.com/reactphp/datagram - 36cd87cc18f3c13669f804e20b406bac97baadc7 authored over 11 years ago by Christian Lück <[email protected]>
Refactor tests into reusable components

github.com/reactphp/datagram - 97c1c6dd04387369be367902b899c55c56895f65 authored over 11 years ago by Christian Lück <[email protected]>
Fix closing socket

github.com/reactphp/datagram - a0d8f448b61ce86a30cc244451e8be766138c0bb authored over 11 years ago by Christian Lück <[email protected]>
Update class reference

github.com/reactphp/datagram - 760e953d2558d4061a66c741d2afb4d6733fbc87 authored over 11 years ago by Christian Lück <[email protected]>
Add phpunit config

github.com/reactphp/datagram - 01b1c62b25e3ed4502d448fcb17f0f27b96314f2 authored over 11 years ago by Christian Lück <[email protected]>
Add travis config

github.com/reactphp/datagram - 5832683d8e1ebe0883d44cf3a1fb24ba11904ea8 authored over 11 years ago by Christian Lück <[email protected]>
Initial skeleton

github.com/reactphp/datagram - 2e2386005d4893172d6f2cb1d2ea8651b49505be authored over 11 years ago by Christian Lück <[email protected]>
[EventLoop] Changed StreamSelectLoop to use non-blocking behavior on tick()

github.com/reactphp/event-loop - b56ce2ebcc323e3b3c243541ea22f515139e37e7 authored over 11 years ago by Aaron Stephens <[email protected]>
[EventLoop] Changed StreamSelectLoop to use non-blocking behavior on tick()

github.com/reactphp/reactphp - 5d53c66e7a35fd6bf7670fe2b79c2f0f89f6ed11 authored over 11 years ago by Aaron Stephens <[email protected]>
phpth

yup

github.com/reactphp/async - d8b9130cf25ba364cb235dd07d6d9d4beae6f116 authored over 11 years ago by Chris Boden <[email protected]>
Add v0.3.3 to CHANGELOG

github.com/reactphp/reactphp - 203e0e173d414d836940a33ac281bf6b286c3e98 authored over 11 years ago by Igor Wiedler <[email protected]>
Prepare v0.3.2 release

github.com/reactphp/reactphp - af8a5f5eafc2ab7b3c2818394eaa8664f30d0ab0 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge pull request #196 from reactphp/fix-composite-stream

Make sure CompositeStream is closed properly, refs #195

github.com/reactphp/reactphp - 9b15558e1fa19e6bfa483224b0d4061c3d186d26 authored over 11 years ago by Chris Boden <[email protected]>
Make sure CompositeStream is closed properly, refs #195

github.com/reactphp/stream - ca24819ecb995094ae9c9214cd2cefc3d1cc93ca authored over 11 years ago by Igor Wiedler <[email protected]>
Make sure CompositeStream is closed properly, refs #195

github.com/reactphp/reactphp - 92599c4d7fb888dbe1aec3063ebd0a234d9f6dfb authored over 11 years ago by Igor Wiedler <[email protected]>
Add proper check before calling `stop()`

github.com/reactphp/event-loop - ca257c8ae0aa4a08c44f873a7b86dc3e661e4861 authored over 11 years ago by Christian Lück <[email protected]>
Add proper check before calling `stop()`

github.com/reactphp/reactphp - 74d058a1433d04a86f6de021ce82421b9fac82c0 authored over 11 years ago by Christian Lück <[email protected]>
Add test to remove a non-existant stream from the event loop

github.com/reactphp/reactphp - d721016c6e2ead07558fbb70b62086b856262202 authored over 11 years ago by Christian Lück <[email protected]>
Add test for two readable streams removing each other

github.com/reactphp/reactphp - b671f6e14a29170a0117789f8e10b1bc685a9d05 authored over 11 years ago by Christian Lück <[email protected]>
Use fread() instead of socket_recv_from()

github.com/reactphp/reactphp - 181d5852ab154b8b4007c0d987ab768bda0cee8f authored over 11 years ago by Christian Lück <[email protected]>
Use fread() instead of socket_recv_from()

github.com/reactphp/socket - 9f089b96af6ef94223c0068a5498dfbbe4205171 authored over 11 years ago by Christian Lück <[email protected]>
Add dns ipv6 default port to CHANGELOG

github.com/reactphp/reactphp - 161db26fa0d13e59f97a39cbaa89ebef74fb75cf authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/fix-dns-ipv6'

github.com/reactphp/reactphp - 5daac12b49260c192fd0024fd41f14a7f0a27a7c authored over 11 years ago by Chris Boden <[email protected]>
Use parse_url() to check for port

github.com/reactphp/reactphp - a7ad4bfe79bbef50e83ef526fa83d2165476a94d authored over 11 years ago by Christian Lück <[email protected]>
Use parse_url() to check for port

github.com/reactphp/dns - 518e12e12f0a86e63ba482ebd728408391cc883f authored over 11 years ago by Christian Lück <[email protected]>
Merge remote-tracking branch 'sgoettschkes/master'

* sgoettschkes/master:
Describing how to change the host the socket is listening on.

github.com/reactphp/reactphp - 6b1468c3c8bf62bba798cdbead79edf94f9eeaf7 authored over 11 years ago by Igor Wiedler <[email protected]>
Describing how to change the host the socket is listening on.

github.com/reactphp/reactphp - d9e0cdd08a558cabd1e95a436769faa41673a386 authored over 11 years ago by Sebastian Goettschkes <[email protected]>
Describing how to change the host the socket is listening on.

github.com/reactphp/socket - e08ffb983a512b6f4812943656c10b12224ae641 authored over 11 years ago by Sebastian Goettschkes <[email protected]>
Add video to TakeOffConf talk

github.com/reactphp/website - 5d1f79b0f8472c3fe8b1c737e697d3c9137858b7 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'whatthejeff/patch-1'

* whatthejeff/patch-1:
Fugbix typo.

github.com/reactphp/reactphp - 8f52ed3ca65b730eeab01af1b2adf5d250e1e39b authored over 11 years ago by Igor Wiedler <[email protected]>
Fugbix typo.

To whom it may concern,

I believe I've stumbled upon an unintentional typographical error in ...

github.com/reactphp/reactphp - 77f3b6d79006fe214c6566ca3db974ffaaf05867 authored over 11 years ago by Jeff Welch <[email protected]>
Fugbix typo.

To whom it may concern,

I believe I've stumbled upon an unintentional typographical error in ...

github.com/reactphp/cache - 437357102effb562b44dbc0ac4eb2c209c4f572b authored over 11 years ago by Jeff Welch <[email protected]>
Rename script

github.com/reactphp/reactphp - 40e43bb307fd849f96a6cd67f2d96b345a3d1da7 authored over 11 years ago by Igor Wiedler <[email protected]>
Script to check for missing close events

github.com/reactphp/reactphp - 5ad3a3da05519c8d7bca98976e96f1f8175ef379 authored over 11 years ago by Igor Wiedler <[email protected]>
Clean up some ipv6 tests

github.com/reactphp/reactphp - 93ae735adb38ca9cae05db25306796dd7d14ecb3 authored over 11 years ago by Igor Wiedler <[email protected]>
Add IPv6 socket-client to CHANGELOG

github.com/reactphp/reactphp - 36955b0871a1aa195dd9044b422bb275d8871755 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'clue/fix-socketclient-ipv6'

* clue/fix-socketclient-ipv6:
Support connecting to IPv6 addresses
Add (failing) test to con...

github.com/reactphp/reactphp - eefa53c5c13a66f79abcbbce50bf9477075ebf39 authored over 11 years ago by Igor Wiedler <[email protected]>
Support binding to IPv6 addresses

github.com/reactphp/reactphp - 0d25b645a6b479ef20cadd75b52ee8029ac6cb57 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'clue/fix-socket-ipv6'

* clue/fix-socket-ipv6:
Support listening on IPv6 addresses

github.com/reactphp/reactphp - 8284dc179e4c3883ab8b51f98aa1cbd4f1e641dc authored over 11 years ago by Igor Wiedler <[email protected]>
Merge pull request #186 from reactphp/sink-factory-readable

Allow any `ReadableStreamInterface` on `BufferedSink::createPromise()

github.com/reactphp/reactphp - 1809f27bc917b579bc199ea74f114312866c6a88 authored over 11 years ago by Chris Boden <[email protected]>
Allow any `ReadableStreamInterface` on `BufferedSink::createPromise()

github.com/reactphp/stream - 521a10cf69e1654f45f9e4f6059f4deb8403d13d authored over 11 years ago by Igor Wiedler <[email protected]>
Allow any `ReadableStreamInterface` on `BufferedSink::createPromise()

github.com/reactphp/reactphp - 846dfd6b74695ace724c99c1b85be98cfb69e609 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge pull request #185 from reactphp/drop-get-body

Drop unused http-client Response::getBody()

github.com/reactphp/reactphp - 281d5081376431b9d93929ef23659665dfdadeb6 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch '0.4' into drop-get-body

* 0.4:
Move to 0.4.0 section in CHANGELOG
Remove PHP 5.3 from travis builds
Remove $that c...

github.com/reactphp/http-client - 42ac73d66fd1798c3ef1633f832de9c51c5ed170 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch '0.4' into drop-get-body

* 0.4:
Move to 0.4.0 section in CHANGELOG
Remove PHP 5.3 from travis builds
Remove $that c...

github.com/reactphp/reactphp - 0d0b95be10c0b45b5703c96204f2647a71d641ab authored over 11 years ago by Igor Wiedler <[email protected]>
Drop unused http-client Response::getBody()

github.com/reactphp/http-client - 0db9f8bb23af0973097e088c8032d9560cc7f4a4 authored over 11 years ago by Igor Wiedler <[email protected]>
Drop unused http-client Response::getBody()

github.com/reactphp/reactphp - 18ae1a867e2504633db27b72a3dd21743a9f3917 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge pull request #184 from reactphp/http-client-require

Fix http-client requirement for socket-client

github.com/reactphp/reactphp - a22273dcdcd15dca373441c07865a4cc771f327a authored over 11 years ago by Chris Boden <[email protected]>
Fix http-client requirement for socket-client

github.com/reactphp/reactphp - 84ef37c4b8c12f0c3ccf37d9d2ec3039810aa25c authored over 11 years ago by Igor Wiedler <[email protected]>
Fix http-client requirement for socket-client

github.com/reactphp/http-client - b5d272a01ff224034f1d28f008df7294d3e03c83 authored over 11 years ago by Igor Wiedler <[email protected]>
Support connecting to IPv6 addresses

github.com/reactphp/reactphp - fea5b7a9403e7506e7d9ca03c64187d0fc4f0f81 authored over 11 years ago by Christian Lück <[email protected]>
Support connecting to IPv6 addresses

github.com/reactphp/socket - 87935a0223362c36cd30cf215cbec33377d31ca4 authored over 11 years ago by Christian Lück <[email protected]>
Add (failing) test to connect to IPv6 address

github.com/reactphp/reactphp - 875adb5f94c6116dc8ab99561b6b018b807a7085 authored over 11 years ago by Christian Lück <[email protected]>
Support listening on IPv6 addresses

github.com/reactphp/reactphp - bba8afdfe23c7a4400a7c398c4ae3fb0522bcb1a authored over 11 years ago by Christian Lück <[email protected]>
Support listening on IPv6 addresses

github.com/reactphp/socket - 04101e21e0f3545c84238e8374247dd708378cfe authored over 11 years ago by Christian Lück <[email protected]>
Fix adding port to IPv6 addresses

github.com/reactphp/dns - 2bc9a1ff06170b94edf24a33ff66797d2417a95a authored over 11 years ago by Christian Lück <[email protected]>
Fix adding port to IPv6 addresses

github.com/reactphp/reactphp - 496d392be0c46edd99163826dbe41c0f1ffa308c authored over 11 years ago by Christian Lück <[email protected]>
Add (failing) test to make sure default port is added automatically

github.com/reactphp/reactphp - 51dccf8d468b115765a6999c18e91936ea984d25 authored over 11 years ago by Christian Lück <[email protected]>
Fix trying to call read listeners for streams already removed

github.com/reactphp/reactphp - 80f86e695720e901186d5e19ba5ffd2da5d0ff09 authored over 11 years ago by Christian Lück <[email protected]>
Fix trying to call read listeners for streams already removed

github.com/reactphp/event-loop - 046c9d8974a1d756527d2635a6cdc4c224bd0eae authored over 11 years ago by Christian Lück <[email protected]>
Add note of child README docs to main README

github.com/reactphp/reactphp - 8c01bbed8530f72df5838473773840a0135d76e9 authored over 11 years ago by Igor Wiedler <[email protected]>
Clarify even more that event loop is needed

github.com/reactphp/async - 178625d3293daa081062e66f20e4732b88d43a04 authored over 11 years ago by Igor Wiedler <[email protected]>
Create README.md

github.com/reactphp/datagram - c49163afa139ac2e686090fe98de0678b9d1f2e8 authored over 11 years ago by Chris L <[email protected]>
Add missing info

github.com/reactphp/datagram - 09197e8ddcaa7b71ae7268666b9809ca21365f4e authored over 11 years ago by Christian Lück <[email protected]>
Use async resolver when binding server to hostname

github.com/reactphp/datagram - 157a5681e5790df85d149d66c565010c4d74cdc1 authored over 11 years ago by Christian Lück <[email protected]>
Support react v0.3

github.com/reactphp/datagram - 97910a0e3378c34226dedf4a059283b0efb3f243 authored over 11 years ago by Christian Lück <[email protected]>
Improve example output

github.com/reactphp/datagram - a686bfed72e16ba9a86d2e4fc158f648bc939a7c authored over 11 years ago by Christian Lück <[email protected]>
Remove extra whitespace from error message

github.com/reactphp/datagram - b170e7e3db0f58b7e1389c5ef6cce6d7c584d307 authored over 11 years ago by Christian Lück <[email protected]>
Buffer sends events

github.com/reactphp/datagram - f4ea4cf1380460d349f8298492d7292c7a749344 authored over 11 years ago by Christian Lück <[email protected]>
Do not use fwrite() to send packets and properly handle errors

github.com/reactphp/datagram - 51b5dec728747e1792c78604513b21389fff2322 authored over 11 years ago by Christian Lück <[email protected]>
Properly close() Socket

github.com/reactphp/datagram - 60c5c4e671b25061ac31e8a6d1af28c1cbf35abc authored over 11 years ago by Christian Lück <[email protected]>
Add Buffer::close() method

github.com/reactphp/datagram - ec9721be846abd0a1b420dec496d078c08c08ed1 authored over 11 years ago by Christian Lück <[email protected]>
Add Buffer skeleton

github.com/reactphp/datagram - 8ad7e71a61520ea5621548580c09c760db133efa authored over 11 years ago by Christian Lück <[email protected]>
Move interface comments to SocketInterface

github.com/reactphp/datagram - b78360974a9fa8d9e0b87cd1df7535bb4cbc7074 authored over 11 years ago by Christian Lück <[email protected]>
Remove all listeners once Socket is closed

github.com/reactphp/datagram - b2d7a99f5106bc35b1b90c3a82b84c16889e9f18 authored over 11 years ago by Christian Lück <[email protected]>
Add close event

github.com/reactphp/datagram - 31b499295fb81245807401b992582241a300e3f1 authored over 11 years ago by Christian Lück <[email protected]>
Pass along $this Socket in message events

github.com/reactphp/datagram - b60f6f0a19aafc2aa7b7e319e2697cbbc60f3bf2 authored over 11 years ago by Christian Lück <[email protected]>
Add SocketInterface

github.com/reactphp/datagram - 6379a0d52b89f074e05575819f4a4a47daf6233b authored over 11 years ago by Christian Lück <[email protected]>
Do not pass obsolete address to Socket constructor

github.com/reactphp/datagram - a0be632eeb19e35901ac98b8870405daa1a1ba77 authored over 11 years ago by Christian Lück <[email protected]>
Retrieve address from socket instead of passing it

github.com/reactphp/datagram - c2bccf0825d5f37c1579ac2462151864941f578c authored over 11 years ago by Christian Lück <[email protected]>