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

Abstracted the actual next-tick queue into it's own class.

github.com/reactphp/reactphp - 75b496a3cc2842c35ea5c08cd5632485e6913d5d authored almost 11 years ago by James Harris <[email protected]>
Removed AbstractNextTickLoop::streamKey()

github.com/reactphp/reactphp - abbb05d81664627dc267f7dbe4673dec65e2f777 authored almost 11 years ago by James Harris <[email protected]>
Removed AbstractNextTickLoop::streamKey()

github.com/reactphp/event-loop - d3158ca0f28345e03dbeedd7d78b30ab7124bd9f authored almost 11 years ago by James Harris <[email protected]>
Changed StreamSelectNextTickLoop to use existing Timers implementation.

github.com/reactphp/event-loop - c1efdba5aeffa94057074908dbb07e4abb467941 authored almost 11 years ago by James Harris <[email protected]>
Changed StreamSelectNextTickLoop to use existing Timers implementation.

github.com/reactphp/reactphp - f0fb0af9ed129b6a362f6569241b290247ef1582 authored almost 11 years ago by James Harris <[email protected]>
Trying installion of ext-event in travis configuration.

github.com/reactphp/reactphp - cbe366472e846b4c514e4fe3bd894458a9fe6482 authored almost 11 years ago by James Harris <[email protected]>
Implemented some experimental event loops with nextTick() support.

* ExtEventLoop - based on the ext-event PHP extension
* StreamSelectNextTickLoop - based on stre...

github.com/reactphp/reactphp - db41311c7d380a003d3f421d7033555347791c9d authored almost 11 years ago by James Harris <[email protected]>
Implemented some experimental event loops with nextTick() support.

* ExtEventLoop - based on the ext-event PHP extension
* StreamSelectNextTickLoop - based on stre...

github.com/reactphp/event-loop - d802ddb20433dbe6db2905ff53cba6ecc480b819 authored almost 11 years ago by James Harris <[email protected]>
Remove unneeded toClosue()

github.com/reactphp/promise - 4807d4373a99bd4ca2055495291b41e0de267342 authored almost 11 years ago by Jan Sorgalla <[email protected]>
Revert phpunit php notice setting

github.com/reactphp/promise - bbc97688242c479300620a37616a485c45c5227e authored about 11 years ago by Jan Sorgalla <[email protected]>
Extend and restructure readme

github.com/reactphp/promise - 03da574e0efc59e33bb2ced44be8e4f866abd90f authored about 11 years ago by Jan Sorgalla <[email protected]>
Add FulfilledPromise and RejectedPromise to API docs

github.com/reactphp/promise - b6d2d6f22d674e2e5caf8b7e9772a315eb5fa5f6 authored about 11 years ago by Jan Sorgalla <[email protected]>
Update changelog

github.com/reactphp/promise - f26c258bcb84b0b0fea5a980236ebc13bb0c83c7 authored about 11 years ago by Jan Sorgalla <[email protected]>
Fix typo in filename/classname

github.com/reactphp/promise - 1052c2736b83a071084a1e9cbd67c4ae4dcd6e17 authored about 11 years ago by Jan Sorgalla <[email protected]>
Fix branch-alias

github.com/reactphp/promise - 1922d4549da3a7e9797bac4207b068d6a3d60413 authored about 11 years ago by Jan Sorgalla <[email protected]>
Ensure FullfilledPromise/RejectedPromise are not created with a promise

github.com/reactphp/promise - 17c2baabf783c8e0f0266edfeaa8294b53ff2ad2 authored about 11 years ago by Jan Sorgalla <[email protected]>
Update readme for new Promise class

github.com/reactphp/promise - d80f0b0cc302532e67b58cc91ab924abfc8992e9 authored about 11 years ago by Jan Sorgalla <[email protected]>
CS fixes

github.com/reactphp/promise - 466e1be1f3bb8d4284f5e3421a5ab6250649d79c authored about 11 years ago by Jan Sorgalla <[email protected]>
Let Deferred use Promise class

github.com/reactphp/promise - 46048ecca6ea5e8b4adcad2f185bbf208dcdb724 authored about 11 years ago by Jan Sorgalla <[email protected]>
Add standalone Promise class

github.com/reactphp/promise - e33467cca24a02f80427551657d12696a2cd0084 authored about 11 years ago by Jan Sorgalla <[email protected]>
Replace array() with short syntax

github.com/reactphp/promise - 411627305d6d0d189bc3166d70f17d6db9090ca5 authored about 11 years ago by Jan Sorgalla <[email protected]>
Remove PHP 5.3 versions from .travis.yml

github.com/reactphp/promise - 8dc158ffce55c87b5643efa18b97b0aa8798c7fe authored about 11 years ago by Jan Sorgalla <[email protected]>
Refactor common promise tests into traits

github.com/reactphp/promise - ee0d837269f55409e105de34e88fb09bbe924efb authored about 11 years ago by Jan Sorgalla <[email protected]>
Remove ResolverInterface and PromiseInterface from Deferred

github.com/reactphp/promise - 1f7bf126d89c386374a9591cb69c25127f5e91e3 authored about 11 years ago by Jan Sorgalla <[email protected]>
Get rid of When/Util classes and move its methods to functions

github.com/reactphp/promise - fb0e424ea9a63423f00383ee65d7a026e229a68f authored about 11 years ago by Jan Sorgalla <[email protected]>
Add callable typehints

Also removes trigger_error's for non-function arguments and related tests

github.com/reactphp/promise - a4d6358a26579a4c2b1840bff0ffa5bb8bbe1134 authored about 11 years ago by Jan Sorgalla <[email protected]>
Change variable names to follow the A+ specs

github.com/reactphp/promise - 95fb5782517a93f831d89dda708b891ccb0c177b authored about 11 years ago by Jan Sorgalla <[email protected]>
Require PHP >= 5.4.0

github.com/reactphp/promise - 2022921c3518cd08e8e21e58fe232a73d10f8e77 authored about 11 years ago by Jan Sorgalla <[email protected]>
Bump branch-alias to 0.4

github.com/reactphp/reactphp - 375071dbeacaba7712d2409c7123de3b5421cad8 authored about 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/request-remote-address'

github.com/reactphp/reactphp - 6c2b7feddd7bde405ccd9ec1ebe501097334a51a authored about 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/this-that'

github.com/reactphp/reactphp - a7624e47b48d500d550142653623eb9bc028d902 authored about 11 years ago by Chris Boden <[email protected]>
Give request access to remote address

Alternative to #226 that stores the IP implicitly as tacked-on metadata
instead. Depends on #227.

github.com/reactphp/reactphp - 4ae99c4d839253b3580c35a3e6cf0b30e248128a authored about 11 years ago by Igor Wiedler <[email protected]>
Give request access to remote address

Alternative to #226 that stores the IP implicitly as tacked-on metadata
instead. Depends on #227.

github.com/reactphp/http - 0c3cae87a0fbc84531de81d5e8943a273eeffc5f authored about 11 years ago by Igor Wiedler <[email protected]>
Remove some more PHP 5.3 $that artifacts

github.com/reactphp/http - dd5a9132475efb18a622d6da997e89d622b2e10d authored about 11 years ago by Igor Wiedler <[email protected]>
Remove some more PHP 5.3 $that artifacts

github.com/reactphp/child-process - 006895193fbf1493d41a92cf6f6a774e12bca005 authored about 11 years ago by Igor Wiedler <[email protected]>
Remove some more PHP 5.3 $that artifacts

github.com/reactphp/reactphp - 98ea8eac9daa7e43c9c06b2ff9f81b73a3eabeac authored about 11 years ago by Igor Wiedler <[email protected]>
Updated changelog

github.com/reactphp/reactphp - f5eb1cdd3b9e063aa461f3576160dc4376d94ef8 authored about 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/0.4'

github.com/reactphp/reactphp - 4f72f65112c6966f811a2d30f13ec17165d9e49f authored about 11 years ago by Chris Boden <[email protected]>
[ChildProcess] Added example scripts

github.com/reactphp/reactphp - ded426c0f47757354153a3b075b5d0c6410280d5 authored about 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/jm-child-process' into 0.4

github.com/reactphp/reactphp - 8e88613fd15ca0a66b5c3f519e538f454c27c090 authored about 11 years ago by Chris Boden <[email protected]>
Replace isset() statements with null equality checks

github.com/reactphp/child-process - 99c3d88dc7c7d72edc52ad10a0999ac5e8bb14e4 authored about 11 years ago by Jeremy Mikola <[email protected]>
Replace isset() statements with null equality checks

github.com/reactphp/reactphp - 40ec67d049e30c4d9ef5e60396b5c781a6853105 authored about 11 years ago by Jeremy Mikola <[email protected]>
Process:getPid() should return null for empty process status

This makes the return value consistent with the method documentation. Note that we don't check t...

github.com/reactphp/reactphp - cdc250e065768dd5900ed7d007080dadc507145a authored about 11 years ago by Jeremy Mikola <[email protected]>
Throw exception in Process:updateStatus() if proc_get_status() fails

github.com/reactphp/child-process - 8606540142674a17ac84501764da50eb5fc26bcf authored about 11 years ago by Jeremy Mikola <[email protected]>
Process:getPid() should return null for empty process status

This makes the return value consistent with the method documentation. Note that we don't check t...

github.com/reactphp/child-process - 814a8afe79e746558af5d124890908d7768c8bbe authored about 11 years ago by Jeremy Mikola <[email protected]>
Throw exception in Process:updateStatus() if proc_get_status() fails

github.com/reactphp/reactphp - ca7fc8b538f2dea8f7441bcc93ced2f46be8ae6a authored about 11 years ago by Jeremy Mikola <[email protected]>
Merge branch 'refs/heads/jm-child-process' into 0.4

Conflicts:
src/React/Socket/Connection.php

github.com/reactphp/stream - d5b4c6095ab54c27b23120f784d9ae410031702f authored about 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/jm-child-process' into 0.4

Conflicts:
src/React/Socket/Connection.php

github.com/reactphp/reactphp - 26c3ed6b7af51cde89b3c70781592c55e59ee2ee authored about 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/jm-child-process' into 0.4

Conflicts:
src/React/Socket/Connection.php

github.com/reactphp/socket - 19b6842f1501a6a0db7e15f3a21b774c2c47610e authored about 11 years ago by Chris Boden <[email protected]>
ChildProcess tests do run with libevent on Linux

github.com/reactphp/reactphp - 4ee261b09286e74f4a4e8926ccd8cd47670cd713 authored about 11 years ago by Jeremy Mikola <[email protected]>
Complete README for ChildProcess component

github.com/reactphp/child-process - a109f562601f3f9fc878a5a1e2bafed77b46a23d authored about 11 years ago by Jeremy Mikola <[email protected]>
Test Process::start() exception if process is already running

github.com/reactphp/child-process - 0dbf5ab4e499420cb7580d39c3c29c8868501738 authored about 11 years ago by Jeremy Mikola <[email protected]>
ChildProcess component

github.com/reactphp/reactphp - 9cb36f57a58e56c8983af9c869c904417000a91a authored about 11 years ago by Jeremy Mikola <[email protected]>
Complete README for ChildProcess component

github.com/reactphp/reactphp - 01d27446b4311ace630b40664d20c4bcfd900d09 authored about 11 years ago by Jeremy Mikola <[email protected]>
Fix assert method visibility in ProcessTest

github.com/reactphp/reactphp - eb6bff6e779041787ef0c964160c146c91a9a228 authored about 11 years ago by Jeremy Mikola <[email protected]>
Fetch event loop from Timer object in Process tests

github.com/reactphp/reactphp - f2be0bef283508e87c99e1f891d20dc91c1f1ea7 authored about 11 years ago by Jeremy Mikola <[email protected]>
Prefer missing exit code to exception for missing sigchild compatibility

This removes a possible thrown exception from getExitCode(), which might have only shown up when...

github.com/reactphp/reactphp - d9f4c1172a515e287bb13a5448a8aa3d5ba6bfcb authored about 11 years ago by Jeremy Mikola <[email protected]>
Test Process::start() exception if process is already running

github.com/reactphp/reactphp - a0a2ebaa358e81d66b74a019694bbf5dadc26ebb authored about 11 years ago by Jeremy Mikola <[email protected]>
Cleanup Process use statements and make updateStatus() private

github.com/reactphp/reactphp - f606753f0a5d6e90baa1e92c8047022a0cc627b8 authored about 11 years ago by Jeremy Mikola <[email protected]>
Skip Process environment tests on Travis CI

github.com/reactphp/reactphp - 2c568b16982ebddf3eb631bbb1bf25e897bebfc8 authored about 11 years ago by Jeremy Mikola <[email protected]>
Bump dev-master branch alias in ChildProcess composer.json

github.com/reactphp/reactphp - c52a5e9c509ea48def1c37bd542ac32eb1d6daaf authored about 11 years ago by Jeremy Mikola <[email protected]>
Consolidate loop timers in ChildProcess tests

github.com/reactphp/reactphp - 87a5e3d31d46738095e7dcefe081f6634696b2e1 authored about 11 years ago by Jeremy Mikola <[email protected]>
Refactor Process cleanup timer

github.com/reactphp/reactphp - a4451f71b38826035f56ede15013725df12ac903 authored about 11 years ago by Jeremy Mikola <[email protected]>
Create ProcessTests for each EventLoop implementation

github.com/reactphp/reactphp - d663d2959ccf64272a8a484454f8c12bd32b0c7b authored about 11 years ago by Jeremy Mikola <[email protected]>
Refactor Process cleanup timer

github.com/reactphp/child-process - c91b7e1d40d5498631e517f728a92d8a4bf42dcd authored about 11 years ago by Jeremy Mikola <[email protected]>
Prefer missing exit code to exception for missing sigchild compatibility

This removes a possible thrown exception from getExitCode(), which might have only shown up when...

github.com/reactphp/child-process - 1814cf53ac571a9b56c6c2bdebead0280bc73d9c authored about 11 years ago by Jeremy Mikola <[email protected]>
Bump dev-master branch alias in ChildProcess composer.json

github.com/reactphp/child-process - e0f88a602bd41a52e5452ccb92117801dd65d2ca authored about 11 years ago by Jeremy Mikola <[email protected]>
ChildProcess component

github.com/reactphp/child-process - 21f427580e1414a23c3158954cb43f32ede1d13d authored about 11 years ago by Jeremy Mikola <[email protected]>
Cleanup Process use statements and make updateStatus() private

github.com/reactphp/child-process - 7e14697a51b57cc29b85dcb59f46ae1874686d33 authored about 11 years ago by Jeremy Mikola <[email protected]>
removed unused code

github.com/reactphp/reactphp - 0dac387e29f10db50dc23acc1da746f53862a662 authored about 11 years ago by Romain Gautier <[email protected]>
Add note that composer install is required, closes #222

github.com/reactphp/reactphp - 0e16d79a5c01119eb8ba041cb5db4cd667ba3377 authored about 11 years ago by Igor Wiedler <[email protected]>
Merge pull request #220 from jsor/response-header-array

[Http] Allow multiple headers with the same name by allowing header values to be arrays

github.com/reactphp/reactphp - 5ca847f7d0bfe6b455056230b9b78a95a7a473b3 authored about 11 years ago by Chris Boden <[email protected]>
Allow multiple headers with the same name by allowing header values to be arrays

As a side effect, headers with null as value are now ignored.

github.com/reactphp/reactphp - c4db3c2bde800313868dbe198d170fc3b3e32ad1 authored about 11 years ago by Jan Sorgalla <[email protected]>
Allow multiple headers with the same name by allowing header values to be arrays

As a side effect, headers with null as value are now ignored.

github.com/reactphp/http - 137301fce7d11ece9b46e3d658d54d000cb3b8db authored about 11 years ago by Jan Sorgalla <[email protected]>
Add unmaintained message to README

github.com/reactphp/async - 1bb585a1db4e0c9936436cd9dfa71833ff6743ea authored about 11 years ago by Igor Wiedler <[email protected]>
Remove drunk comment

github.com/reactphp/async - 8fe665d6562c188be2f333e77b5d030af7701490 authored about 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/nonblocking-streamselectloop'

github.com/reactphp/reactphp - 96ec97a2b28d5351916370020d5a39e3831533ec authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/nonblocking-streamselectloop'

github.com/reactphp/event-loop - 235cddfa999a392e7d63dc9bef2e042492608d9f authored over 11 years ago by Chris Boden <[email protected]>
Add bugfixes to CHANGELOG

github.com/reactphp/reactphp - 210c11a6041cfa2ce1701a4870b69475d9081265 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'read-close-bug'

* read-close-bug:
[Stream][Buffer] Only check feof on some occasions

github.com/reactphp/reactphp - 1d2ce36397fa13fbaf7280c9ed30fb3709d149d9 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'ignore-removed-osx' of github.com:reactphp/react

github.com/reactphp/reactphp - cc8eb677f02534032f3b6246a4104e4d7c19cefb authored over 11 years ago by Chris Boden <[email protected]>
[Stream][Buffer] Only check feof on some occasions

If a TCP endpoint triggers a socket close handshake the other endpoint is still allowed to send ...

github.com/reactphp/stream - c212d551d021bcc3a172688b7a08219a262e5dfb authored over 11 years ago by Chris Boden <[email protected]>
[Stream][Buffer] Only check feof on some occasions

If a TCP endpoint triggers a socket close handshake the other endpoint is still allowed to send ...

github.com/reactphp/reactphp - f5f63db90c17772c3f199f77b945a4516c2f6be6 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'libev-fix'

* libev-fix:
[EventLoop][LibEv] Let stream remove event listener

github.com/reactphp/reactphp - 397cde23f640526dc0ba437cd45a4a97e0c2ad83 authored over 11 years ago by Igor Wiedler <[email protected]>
Make ignore removed callbacks test pass on OSX

It requires something to be written to the stream to trigger the event.

github.com/reactphp/reactphp - 4e7ee92f0bf5db83b5b82ca88cdcbb047313d4aa authored over 11 years ago by Igor Wiedler <[email protected]>
Bump example to 0.3.*

github.com/reactphp/website - fb3147329ac8ebeddd35ce9cda63c8ba187a0cd6 authored over 11 years ago by Igor Wiedler <[email protected]>
[EventLoop][LibEv] Let stream remove event listener

github.com/reactphp/reactphp - e8432df5c49dd50c7e781a110b1d6e77cf862b9a authored over 11 years ago by Chris Boden <[email protected]>
[EventLoop][LibEv] Let stream remove event listener

github.com/reactphp/socket - 0fda8464660d7b9d2befa664fa66e30045943c1f authored over 11 years ago by Chris Boden <[email protected]>
[EventLoop][LibEv] Let stream remove event listener

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

github.com/reactphp/reactphp - 21bb724b4a4ebbb6d24544ffe0caca1b2889b9cd authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'fix-eventloop-read-end' of https://github.com/clue/react into clue-fix-eventloop-read-end

github.com/reactphp/reactphp - f1e7f9aaf89062ffdabf28c9ee9af8953374c150 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'fix-eventloop-read-end' of https://github.com/clue/react into clue-fix-eventloop-read-end

github.com/reactphp/event-loop - 78c4bf5588badb35e7604eee18976f95dc125a54 authored over 11 years ago by Chris Boden <[email protected]>
Fix CHANGELOG formatting

github.com/reactphp/reactphp - 4024d67f6007026485cb6b2c61af24f2f1b91585 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'dns-cname' into 0.4

* dns-cname:
Fix @covers annotation
[Dns] Correctly resolve CNAME aliases

Conflicts:
src/R...

github.com/reactphp/reactphp - 7d1db0461b6bb1450ec449029600d77a076c4bfe authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'dns-cname' into 0.4

* dns-cname:
Fix @covers annotation
[Dns] Correctly resolve CNAME aliases

Conflicts:
src/R...

github.com/reactphp/dns - d6a774baaabb7e019557ae1a296cdd9dd49c6079 authored over 11 years ago by Igor Wiedler <[email protected]>
[Dns] Correctly resolve CNAME aliases

github.com/reactphp/reactphp - a9dec42ed40ddf9256cf33003970663734d0a9ab authored over 11 years ago by Igor Wiedler <[email protected]>
[Dns] Correctly resolve CNAME aliases

github.com/reactphp/dns - c38bbdf3b0885fc19a4e8d4dec054b04cbfbe719 authored over 11 years ago by Igor Wiedler <[email protected]>
Fix @covers annotation

github.com/reactphp/reactphp - 790c287375354922100ac82ce6faae89dc1251c1 authored over 11 years ago by Igor Wiedler <[email protected]>
Merge branch 'refs/heads/clue-fix-connection-fread' into 0.4

github.com/reactphp/reactphp - 36a1a1d572a61d43fd216bc7a56f23afbde35db8 authored over 11 years ago by Chris Boden <[email protected]>
Merge branch 'refs/heads/clue-fix-connection-fread' into 0.4

github.com/reactphp/socket - df01981092d094b19154b61770148e313d1c2e38 authored over 11 years ago by Chris Boden <[email protected]>