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

[dns] Rename headers => header

github.com/reactphp/reactphp - 64e2633eb594547be1d00dfe6d794dea468953d0 authored about 12 years ago by Igor Wiedler <[email protected]>
[dns] Use tcp for large queries, re-try with TCP if response is truncated

github.com/reactphp/reactphp - 4b90a0f9c8110b673d187bc8af2d6e14d136e30c authored about 12 years ago by Igor Wiedler <[email protected]>
[dns] Use tcp for large queries, re-try with TCP if response is truncated

github.com/reactphp/dns - 5bd304aede71671c1397dea060053aee6838df34 authored about 12 years ago by Igor Wiedler <[email protected]>
Merge branch 'master' into dns

* master: (30 commits)
Change hello world example to not use espresso\app (because it is slow)...

github.com/reactphp/reactphp - faf344d15ec0d8a4b83e11f3af95a80026259a37 authored about 12 years ago by Igor Wiedler <[email protected]>
Change hello world example to not use espresso\app (because it is slow)

github.com/reactphp/reactphp - 2a43233661bd148c3eaa9214a89558669d202828 authored over 12 years ago by Igor Wiedler <[email protected]>
Merge pull request #56 from react-php/guzzle-split

Use guzzle/common and guzzle/http subtree splits, update to latest guzzle

github.com/reactphp/reactphp - 0ddebd2b4e788a0c7d30ea9856abeb51c3fd7018 authored over 12 years ago by Chris Boden <[email protected]>
Merge pull request #57 from react-php/examples-connection-event

Update examples to bind to the connection event instead of connect

github.com/reactphp/reactphp - 0fe702b6ca50164153c2843ce002e15741689ca2 authored over 12 years ago by Chris Boden <[email protected]>
Update examples to bind to the connection event instead of connect

github.com/reactphp/reactphp - b8d0c7a9338997db35567fd2198b069c2b3fdbc4 authored over 12 years ago by Igor Wiedler <[email protected]>
Use guzzle/common and guzzle/http subtree splits, update to latest guzzle

github.com/reactphp/http - 2e4447a35aa0aae7b8e9522de34f58af70799223 authored over 12 years ago by Igor Wiedler <[email protected]>
Use guzzle/common and guzzle/http subtree splits, update to latest guzzle

github.com/reactphp/reactphp - b00cb915793d6481b510c0dd976d6c0c2830bbef authored over 12 years ago by Igor Wiedler <[email protected]>
Reverted PHP req to >= 5.3.3

Reverted the requirement of PHP 5.3.4 matching Symfony's revert

github.com/reactphp/reactphp - d20d2eb9cd7b763eddb9799c16cc16e5fe8af23d authored over 12 years ago by Chris Boden <[email protected]>
Reverted PHP req to >= 5.3.3

Reverted the requirement of PHP 5.3.4 matching Symfony's revert

github.com/reactphp/http - 59cf3eea39261adb41e6e993d5b30272ee2a8674 authored over 12 years ago by Chris Boden <[email protected]>
Reverted PHP req to >= 5.3.3

Reverted the requirement of PHP 5.3.4 matching Symfony's revert

github.com/reactphp/event-loop - 0b87d796e4934d7daa14b7d97148d8e156848df5 authored over 12 years ago by Chris Boden <[email protected]>
Reverted PHP req to >= 5.3.3

Reverted the requirement of PHP 5.3.4 matching Symfony's revert

github.com/reactphp/socket - b90f56e2511cda0cfb1e0fa533b92f4cbe0e0419 authored over 12 years ago by Chris Boden <[email protected]>
Reverted PHP req to >= 5.3.3

Reverted the requirement of PHP 5.3.4 matching Symfony's revert

github.com/reactphp/stream - 15e5186e7115d50337addaa9cff7ae20f5e38655 authored over 12 years ago by Chris Boden <[email protected]>
Merge pull request #53 from react-php/component-readmes

Separate README file for each component, fixes #11

github.com/reactphp/reactphp - e5af97b4b6f2f7562b875c9060c6416acc9f7f69 authored over 12 years ago by Chris Boden <[email protected]>
[loop-libev] Improve timer handling, use unique signatures, remove timer objects

github.com/reactphp/reactphp - b7dc3b5fd584ff661c53773b9ba0848fb0cf2db9 authored over 12 years ago by Igor Wiedler <[email protected]>
[loop-libev] Improve timer handling, use unique signatures, remove timer objects

github.com/reactphp/event-loop - 031defa85b29f582c48a487ecfe4193e17362924 authored over 12 years ago by Igor Wiedler <[email protected]>
[loop-libev] Fix memory leak

github.com/reactphp/event-loop - a3dab908c0f7ceb2e31a0cae20db75037da15619 authored over 12 years ago by Igor Wiedler <[email protected]>
[loop-libev] Fix memory leak

github.com/reactphp/reactphp - fe68eae5a1b4e5c914a865cce3b6194f22d4717d authored over 12 years ago by Igor Wiedler <[email protected]>
Add libev installation to travis

github.com/reactphp/reactphp - 512b8b0b4e8e611bd36a7a48cc66398edbce7096 authored over 12 years ago by Igor Wiedler <[email protected]>
I just learnt how to count kilobytes

github.com/reactphp/reactphp - 108589bd5a0d3468d78f1694bd9ba4eae8a260b6 authored over 12 years ago by Igor Wiedler <[email protected]>
I just learnt how to count kilobytes

github.com/reactphp/event-loop - 10f195936a7ddc9f8b6f442fdc81d278351baf74 authored over 12 years ago by Igor Wiedler <[email protected]>
[EventLoop] libev implementation

github.com/reactphp/event-loop - a6e85278f673c917db3ddd90064a04bf86b58a7f authored over 12 years ago by Igor Wiedler <[email protected]>
[EventLoop] libev implementation

github.com/reactphp/reactphp - f1db08900504b56a9543d90a060caafacf0c6559 authored over 12 years ago by Igor Wiedler <[email protected]>
Separate README file for each component, fixes #11

github.com/reactphp/http - 5937333de53ea02612b74bd1381f1572a9f97714 authored over 12 years ago by Igor Wiedler <[email protected]>
Separate README file for each component, fixes #11

github.com/reactphp/reactphp - c690c1966bb8e99a6976846df6603654c3a531aa authored over 12 years ago by Igor Wiedler <[email protected]>
Separate README file for each component, fixes #11

github.com/reactphp/stream - 984b53ebd7c89c86da2672e3597436ea9af15858 authored over 12 years ago by Igor Wiedler <[email protected]>
Separate README file for each component, fixes #11

github.com/reactphp/event-loop - 1d8546dfd734e07afbc464a4a6dce04ff733b550 authored over 12 years ago by Igor Wiedler <[email protected]>
Separate README file for each component, fixes #11

github.com/reactphp/socket - 67de913abf0191dc8e4ee18add83154465f90efe authored over 12 years ago by Igor Wiedler <[email protected]>
Add credits and URL for git-subsplit

github.com/reactphp/reactphp - e90b8251c1f932b1388a47425abf805f73fea755 authored over 12 years ago by Igor Wiedler <[email protected]>
Replacing crappy scripts with the amazing git-subsplit

github.com/reactphp/reactphp - 9f0a98cd9fab8744670b863c2800119703b67674 authored over 12 years ago by Igor Wiedler <[email protected]>
Removed PHP 5.3.4 from Travis tests

5.3.4 is not available on Travis to test against

github.com/reactphp/reactphp - 3ec4ca040c85b9c6c9e113ba584836316b209e69 authored over 12 years ago by Chris Boden <[email protected]>
Bumped required version of PHP to >= 5.3.4

github.com/reactphp/http - f84becab17b5b50e043a3f506d14dc9389decec4 authored over 12 years ago by Chris Boden <[email protected]>
Bumped required version of PHP to >= 5.3.4

github.com/reactphp/reactphp - 778546347dbf3e894049521946f3aa685358f348 authored over 12 years ago by Chris Boden <[email protected]>
Bumped required version of PHP to >= 5.3.4

github.com/reactphp/socket - 92243a7b47cb9f04c687bf3b393e891c9cea0974 authored over 12 years ago by Chris Boden <[email protected]>
Bumped required version of PHP to >= 5.3.4

github.com/reactphp/event-loop - 1e83d5c9385e661170e0ac791379950281c47ba9 authored over 12 years ago by Chris Boden <[email protected]>
Bumped required version of PHP to >= 5.3.4

github.com/reactphp/stream - 999d2f635dc72348cf3a52ac592daf0e0e5539b1 authored over 12 years ago by Chris Boden <[email protected]>
Fixed the release dates on changelog

github.com/reactphp/reactphp - 1f83589fbbd6d6bbd108dbeb35a1510e4aef7c1d authored over 12 years ago by Chris Boden <[email protected]>
Fix branch-alias

github.com/reactphp/http - 9c0378f86e50a1826b5fe818570ea5307578f93f authored over 12 years ago by Igor Wiedler <[email protected]>
Fix branch-alias

github.com/reactphp/reactphp - bf7974a417a5efba2ed4a84766f332e844562af1 authored over 12 years ago by Igor Wiedler <[email protected]>
Fix branch-alias

github.com/reactphp/stream - fac830fda18c7993670c846a27be5311340f2451 authored over 12 years ago by Igor Wiedler <[email protected]>
Fix branch-alias

github.com/reactphp/socket - c1dd3d621938bb3b5f1f1acacb05edb90d7a9665 authored over 12 years ago by Igor Wiedler <[email protected]>
Fix branch-alias

github.com/reactphp/event-loop - bbb5cab6e941f02c002aac6e60590b7049e2fa53 authored over 12 years ago by Igor Wiedler <[email protected]>
Move scripts to subdirectory

github.com/reactphp/reactphp - 3ffa346fc0aeffc95731ae9187c4fe2aeec3c307 authored over 12 years ago by Igor Wiedler <[email protected]>
Add subtree-tag script

github.com/reactphp/reactphp - 92b95d10da7678514a67eb1a56d2df0a57641f5e authored over 12 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/legacy-fix'

* origin/legacy-fix:
Changelog new line
Changelog version
Added changelog
[Stream]
[St...

github.com/reactphp/reactphp - 02bc53888a8c696be33c8446cd2ee22c55869f7e authored over 12 years ago by Igor Wiedler <[email protected]>
Changelog new line

github.com/reactphp/reactphp - 5017df6d53e9cc89d6bfa69dda34859b483da361 authored over 12 years ago by Chris Boden <[email protected]>
Changelog version

github.com/reactphp/reactphp - 2bd093bd1f0648c9fb36904a6d2ed6b5bc997f73 authored over 12 years ago by Chris Boden <[email protected]>
Added changelog

github.com/reactphp/reactphp - 3b1510f56b4977aaab4366c4cf90f310e70220ee authored over 12 years ago by Chris Boden <[email protected]>
[Stream]

Documented why new `StreamInterface` exists

github.com/reactphp/reactphp - 0f39a571e480226a91506a9cdfa0348389b4396a authored over 12 years ago by Chris Boden <[email protected]>
[Stream]

Documented why new `StreamInterface` exists

github.com/reactphp/stream - 27f8cdbff87af4f7144d077ea9ac5dbdc724fd78 authored over 12 years ago by Chris Boden <[email protected]>
[Stream] Bug fix: multiple inheritence

Added PHP 5.3.3 to Travis as there was a BC break in PHP ~5.3.8
Took the close method out of Rea...

github.com/reactphp/stream - 3214f56825b933ad4ad64095067e0cf13ce682f1 authored over 12 years ago by Chris Boden <[email protected]>
[Stream] Bug fix: multiple inheritence

Added PHP 5.3.3 to Travis as there was a BC break in PHP ~5.3.8
Took the close method out of Rea...

github.com/reactphp/socket - 027e302543f6f8b04df4962ef5e6d9bac10a74bf authored over 12 years ago by Chris Boden <[email protected]>
[Stream] Bug fix: multiple inheritence

Added PHP 5.3.3 to Travis as there was a BC break in PHP ~5.3.8
Took the close method out of Rea...

github.com/reactphp/event-loop - 6fb55d83a9da4bce62d3f5af0e75582c9e33d33d authored over 12 years ago by Chris Boden <[email protected]>
[Stream] Bug fix: multiple inheritence

Added PHP 5.3.3 to Travis as there was a BC break in PHP ~5.3.8
Took the close method out of Rea...

github.com/reactphp/reactphp - 00228a1db60b6217043c0698650849cd346aee29 authored over 12 years ago by Chris Boden <[email protected]>
[Stream] Bug fix: multiple inheritence

Added PHP 5.3.3 to Travis as there was a BC break in PHP ~5.3.8
Took the close method out of Rea...

github.com/reactphp/http - 527487d0a752c62f4e54abac858caacd03139abe authored over 12 years ago by Chris Boden <[email protected]>
README: Use 0.1.* constraint instead of 0.1.0

github.com/reactphp/reactphp - 83504aa1b5b8652f4cab034efe099ed535ff0ea0 authored over 12 years ago by Igor Wiedler <[email protected]>
Update composer.lock

github.com/reactphp/reactphp - 1edb65b7523e3a1d4daae3fd17db8cff612b8c30 authored over 12 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/tagging'

* origin/tagging:
README updated with tag info
Added aliases to all composer.json files
Br...

github.com/reactphp/reactphp - cc2294b1dd179d8066b0c695016b500df06df121 authored over 12 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/tagging'

* origin/tagging:
README updated with tag info
Added aliases to all composer.json files
Br...

github.com/reactphp/event-loop - 192b4548c64cf3e3669941efc22e77f8d0bbfa12 authored over 12 years ago by Igor Wiedler <[email protected]>
README updated with tag info

github.com/reactphp/reactphp - d54838b6da03bec009303b82ae5fd69a8e303490 authored over 12 years ago by Chris Boden <[email protected]>
Merge pull request #34 from react-php/libevent-exception

[EventLoop] Stop loop before throwing exception (removing stream is not enough)

github.com/reactphp/reactphp - f4b94b2abc41253c749a54d9eb0bdd4ed8503fde authored over 12 years ago by Chris Boden <[email protected]>
Added aliases to all composer.json files

github.com/reactphp/reactphp - 9255b6978218d9ad44c7f47a0608f1f5f51e459b authored over 12 years ago by Chris Boden <[email protected]>
Added aliases to all composer.json files

github.com/reactphp/http - 50e7667bf6d679c1d6cc1fe39e708e49df613e84 authored over 12 years ago by Chris Boden <[email protected]>
Added aliases to all composer.json files

github.com/reactphp/stream - 37e3c366fbf9bbacceb0a5c25e7c8eca18039748 authored over 12 years ago by Chris Boden <[email protected]>
Added aliases to all composer.json files

github.com/reactphp/socket - 368aef3bb8bea501080df2b084661f92a58db76b authored over 12 years ago by Chris Boden <[email protected]>
Added aliases to all composer.json files

github.com/reactphp/event-loop - e09e9dfe23773098a57689f950dac162aaf3aeb2 authored over 12 years ago by Chris Boden <[email protected]>
Branch alias, composer info

github.com/reactphp/reactphp - e71cf44dc9210f7b603be6e4c44f5260ae7b78d6 authored over 12 years ago by Chris Boden <[email protected]>
Removed branch alias

github.com/reactphp/reactphp - 1e2df4762aa277c7e848820fea099054c98d9a02 authored over 12 years ago by Chris Boden <[email protected]>
Merge pull request #49 from react-php/logo

Add new logo and avatar to resources folder

github.com/reactphp/reactphp - 03e993f1bf0030ca3dd198ac57a328f8b085896f authored over 12 years ago by Chris Boden <[email protected]>
Updated to v0.1 in composer files

github.com/reactphp/http - f1c580d1dd5e7241e2d4b5bcdcc72b6e906a8271 authored over 12 years ago by Chris Boden <[email protected]>
Updated to v0.1 in composer files

github.com/reactphp/reactphp - 7ba607ac346d794d3fa30289fdba7d868ecc0a76 authored over 12 years ago by Chris Boden <[email protected]>
Updated to v0.1 in composer files

github.com/reactphp/socket - eed2b80b0fa1cead0d8b4219b36b2bb4c2eaddd2 authored over 12 years ago by Chris Boden <[email protected]>
Remove source PSD, it will reside in the react repo

github.com/reactphp/website - 2cbcf33e3cb8479b2ed174582580609f9c58b6cf authored over 12 years ago by Igor Wiedler <[email protected]>
Add new logo and avatar to resources folder

github.com/reactphp/reactphp - fd02e16ca4192874ea7c61e3f312439b4d322b62 authored over 12 years ago by Igor Wiedler <[email protected]>
Merge pull request #48 from react-php/examples

Add two new examples: shitload of data, tcp chat

github.com/reactphp/reactphp - 15b16bb46fb9326deb3ffad3a296220725c953f6 authored over 12 years ago by Chris Boden <[email protected]>
Merge pull request #47 from react-php/socket-connection-event

[Socket] Rename connect event to connection

github.com/reactphp/reactphp - 007dcac1013cb3b13972dda43fbf13b37c65641a authored over 12 years ago by Chris Boden <[email protected]>
Merge pull request #47 from react-php/socket-connection-event

[Socket] Rename connect event to connection

github.com/reactphp/http - a322786d1b087975ba6dc2af755affdb3a3b0b70 authored over 12 years ago by Chris Boden <[email protected]>
Merge pull request #47 from react-php/socket-connection-event

[Socket] Rename connect event to connection

github.com/reactphp/socket - 2c60d1a87b58f819ded5a786fe09015ff5532f45 authored over 12 years ago by Chris Boden <[email protected]>
Add two new examples: shitload of data, tcp chat

* Shitload of data can be useful to bench and profiledata transmission.
It sends 32MiB to the ...

github.com/reactphp/reactphp - 02c804f7e37f9f45f66b42c9610e6a14b896d4f6 authored over 12 years ago by Igor Wiedler <[email protected]>
Add waterfall example to README

github.com/reactphp/async - 9ca668096ea0bdff33887a4d26f9ef689d14857a authored over 12 years ago by Igor Wiedler <[email protected]>
Update composer.lock

github.com/reactphp/async - 28305def1597e259e35c56d97cbce5b063c44373 authored over 12 years ago by Igor Wiedler <[email protected]>
Allow not passing callback/errback

github.com/reactphp/async - a33f80144ef387c5f1da1aba2060c763b4c1d56f authored over 12 years ago by Igor Wiedler <[email protected]>
Add favicon

github.com/reactphp/website - 88630133cedd5eaf3908d3bc8d47835faae59070 authored over 12 years ago by Igor Wiedler <[email protected]>
Merge branch 'master' into dns

* master:
[Stream] Rename (ReadableStream|WritableStream){ => Interface}
Update composer.jso...

github.com/reactphp/reactphp - 4b2388c0f171a5289fc58dfb687365860dcd264c authored over 12 years ago by Igor Wiedler <[email protected]>
Merge branch 'master' into loop-coverage

* master:
[Stream] Rename (ReadableStream|WritableStream){ => Interface}
Update composer.jso...

github.com/reactphp/reactphp - dc87e52a2a4e93deb06facae2ddeec6d4df48f1e authored over 12 years ago by Igor Wiedler <[email protected]>
Merge pull request #41 from react-php/stream

[Stream] New stream component, rewrite everything to use these APIs

github.com/reactphp/reactphp - 2203c28330fb38c2274e25e4bc41e048e6224231 authored over 12 years ago by Chris Boden <[email protected]>
[Stream] Rename (ReadableStream|WritableStream){ => Interface}

For the record, I disagree with this. But I will cry in my corner for this
one.

github.com/reactphp/reactphp - c9665ffa2119848e2ad9af617300de5726381ea0 authored over 12 years ago by Igor Wiedler <[email protected]>
[Stream] Rename (ReadableStream|WritableStream){ => Interface}

For the record, I disagree with this. But I will cry in my corner for this
one.

github.com/reactphp/http - 8815c111a68e33f59e7f41715fae69d6abcae035 authored over 12 years ago by Igor Wiedler <[email protected]>
[Stream] Rename (ReadableStream|WritableStream){ => Interface}

For the record, I disagree with this. But I will cry in my corner for this
one.

github.com/reactphp/socket - 1932a896a5e660386ae4de6b54ff43bb1bab9ca3 authored over 12 years ago by Igor Wiedler <[email protected]>
[Stream] Rename (ReadableStream|WritableStream){ => Interface}

For the record, I disagree with this. But I will cry in my corner for this
one.

github.com/reactphp/stream - a8cf905a659355c6346d4f5f9dd37272af329886 authored over 12 years ago by Igor Wiedler <[email protected]>
[Socket] Rename connect event to connection

This is consistent with the nodejs naming.

github.com/reactphp/http - 5e7771e528545dafa15f4e3517025a027bd4c2f4 authored over 12 years ago by Igor Wiedler <[email protected]>
[Socket] Rename connect event to connection

This is consistent with the nodejs naming.

github.com/reactphp/reactphp - 70bc398270c8dc8f2cb8e7b9fbf2dbbf96599fd2 authored over 12 years ago by Igor Wiedler <[email protected]>
[Socket] Rename connect event to connection

This is consistent with the nodejs naming.

github.com/reactphp/socket - 100f6acf8dd5e7acbd8b433a26012ed7746d638a authored over 12 years ago by Igor Wiedler <[email protected]>
Update composer.json minimum-stability to dev

github.com/reactphp/reactphp - 58bd16bc31bf30897f0367cb25f34bbafae52674 authored over 12 years ago by Igor Wiedler <[email protected]>
Update composer.lock

github.com/reactphp/reactphp - 8f2a0272483a040a294d4cd6fcf9a30ca2f75d3c authored over 12 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/master' into stream

* origin/master:
[Socket] Suppress notice when binding to a port, fixes #45

github.com/reactphp/reactphp - ff96e59979a4312d61a4cb96144ee8fbc09948cd authored over 12 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/master' into stream

* origin/master:
[Socket] Suppress notice when binding to a port, fixes #45

github.com/reactphp/socket - 42300bfadfb8d48ae76e3d65022fe5b792d9edf0 authored over 12 years ago by Igor Wiedler <[email protected]>
Merge branch 'stream' into dns

* stream:
[Http] Add example to test for memory leaks
[Stream] Rewrite parallel-download exa...

github.com/reactphp/reactphp - cba7d602753c912d5325810b8341dd99c6c6e1b6 authored over 12 years ago by Igor Wiedler <[email protected]>