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

Basic ls success test

github.com/reactphp/filesystem - 60f7f50c019b89239d97d81057ca21a424b12286 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Made ls slightly simpler

github.com/reactphp/filesystem - ee5e6c72c5750650cd6f89194c63788ae482c1e7 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
CS fixes

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

github.com/reactphp/promise - d5b6f8e05c6be03071c9e5ecf25397cd6cbccbc4 authored about 10 years ago by Jan Sorgalla <[email protected]>
Add new .always() method (part of the new ExtendedPromiseInterface)

github.com/reactphp/promise - 73e48003d1b4178b4e7f34ec0ace957fbc359115 authored about 10 years ago by Jan Sorgalla <[email protected]>
Allow typehinting the argument of the handler passed to otherwise() to catch specific errors.

github.com/reactphp/promise - 2e8ab2a69afe7f82744c3884b3f1fe8ea3d166bf authored about 10 years ago by Jan Sorgalla <[email protected]>
Add new .otherwise() method (part of the new ExtendedPromiseInterface)

github.com/reactphp/promise - 66383f2c6677227c0f8bf0a5c313a41e4183c7d1 authored about 10 years ago by Jan Sorgalla <[email protected]>
Even making it simple and effectively degrading exists to a stat (maybe ditch exists all together?)

github.com/reactphp/filesystem - a1a78850c9964d5aed38caa6817f8cd9a6a6b138 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Exists is really just a stat call, also added a tet for it

github.com/reactphp/filesystem - 17e28d9aa135992a4a9d19c9f6312a8954265465 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Renamed move to rename as it reflects better what the filesystem is doing and added File::rename test

github.com/reactphp/filesystem - 1a9d7612a9c58dc5d410db19069c6334c139695b authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Test File::remove

github.com/reactphp/filesystem - 01da297e05a361b8f05d1ad9d7f73e7e58d3c9a7 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Basic LS test

github.com/reactphp/filesystem - f15c55462678fe7b3adedac32fe39b9f94f0ac8b authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Removed the special chunks as they are for special file files such as unix sockets, block devices etc

github.com/reactphp/filesystem - 8675ae2f286e092a14971dd61b944ba8be26586d authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Match the parent method signature

github.com/reactphp/filesystem - 074a53d9f76f16dc200deafe1520ee6ba74c1e76 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Permission flag resolver, inspired by linuxs: http://linuxcommand.org/lts0070.php

github.com/reactphp/filesystem - 50b5e906f79d74dd508c9b2e794717b0342f285a authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Eio test getLoop

github.com/reactphp/filesystem - 9ccd43b2242614fb3abb5d544ee6e99ac6112881 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Created an FlagResolverInterface and AbstractTest to ensure all flag resolvers adhere to the contract

github.com/reactphp/filesystem - 5e95f3c0bf38cb533801e4ece104d98844ca6464 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Moved Directory into the Node namespace

github.com/reactphp/filesystem - 05cb7c4b182c1a37751f00e36781268f717a59e1 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Use the default Exception here

github.com/reactphp/filesystem - 269542159c44292404b0da984c2af49af9e1b210 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Created test for the FlagResolver and included from preparation work for the Eio\PermissionFlagResolver

github.com/reactphp/filesystem - 699de71e1d2a4c5f90e2129555df989877f3607b authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Providing flag mapping through a method now

github.com/reactphp/filesystem - 17c8811ecf476974d07e9c3410b0b3c17b710e52 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Added defaultFlags method and tests for OpenFlagResolver

github.com/reactphp/filesystem - 6e9c93093f4959d2755f57da0ab62e661cc890e6 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Adjusted basic test to the new namespace layout

github.com/reactphp/filesystem - 09e9131b97a9c19895d10d4c8a9606aadd5a46f0 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Removed empty line

github.com/reactphp/filesystem - 32a13327745fa31f586d8656cb2479cb4e38a1e0 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Added move feature and moved File into the Node namespace

github.com/reactphp/filesystem - e655104e347d12de160722c2b9fac8d16f693e7f authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Added a ton of functionality to EioFilesystem and moved it into the 'top-level' namespace

github.com/reactphp/filesystem - 5cdb45124ae4e284e6696de8b66c20923fe6bb28 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Moved the OpenFlagResolver into the Eio namespace

github.com/reactphp/filesystem - a412fab197d6c5ed3f6552380423cb7c8d84fef1 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Moved EioException into the Eio namespace

github.com/reactphp/filesystem - f1dfc3fd1bb32585dc28169c5819fa9574f5caac authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
We don't need that use statement anymore

github.com/reactphp/filesystem - 9e0d730f7caf7d7e4201e0dc41d3e8a2ece72ce3 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Moved FilesystemInterface to 'top-level' namespace

github.com/reactphp/filesystem - e07295eb06e51c69b3df7b7942ac2988bebc677f authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Moved node interfaces into Node namespace

github.com/reactphp/filesystem - 3bc21e735f1c73cd8b7ffa0cd417257dd81ebb81 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Moved GNO into Node subnamespace for all Node (Directory/File) related objects

github.com/reactphp/filesystem - ea9fbbc17611fae827a3d9c3aa2ff950fb54434a authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Made an interface to the GNO

github.com/reactphp/filesystem - 19620ba0974e1c3670b7be2ae555f61ead670f1d authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Recursive invoker for walking through directory trees and performing the given operation

github.com/reactphp/filesystem - 032c3e3f06e97b1b929861ecd048c6e0214e6519 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Update CHANGELOG

github.com/reactphp/socket - 6ebaa4e0a79bc14432bfb4c6e7080324bb19ddba authored about 10 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/ssl-fix'

* origin/ssl-fix:
Fix version check to 5.5
Only do file_get_contents on PHP versions needed
...

github.com/reactphp/socket - a30ef4dfa5bd7b94ac2ddbf252cb2884644ec032 authored about 10 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/crypto-once'

* origin/crypto-once:
Only toggle the stream crypto handshake once

github.com/reactphp/socket - d7440115e55c80926e176ae6d216be02ab0a2ebe authored about 10 years ago by Igor Wiedler <[email protected]>
Flag Resolver, this is/was intended to go from human readible flags to bitwise flags for EIO

github.com/reactphp/filesystem - f268499a9105b1b2fe130c500512c796b108bc31 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Missing default flag

github.com/reactphp/filesystem - 358fdf9786d647f6c7edaf8800d08cc55e6688f4 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Map with EIO Open constants mapping them to fopen a like flags

github.com/reactphp/filesystem - 12f058c2f730c02db634908e586ba6fd7dfa2ccf authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Using use instead FQNC

github.com/reactphp/filesystem - 5caa942730a972107870e6aa77c259ecb0c766ea authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
File object now also supports creating, opening and closing

github.com/reactphp/filesystem - 93b6558f1d46b1cce217d45dfed813f0f08878b6 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Added getFilesystem method to GNOTrait

github.com/reactphp/filesystem - 15c911930010f99ad43a34d56541ae89371af1bb authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Renamed SharedTrait to GenericNodeOperationTrait

github.com/reactphp/filesystem - 3214445acb1b86371abfa47ae9eb1b76fe1dbd8c authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Rename Deferred::progress to Deferred::notfiy

Avoids confusion with ExtendedPromiseInterface::progress.
A Deferred::progress alias is still av...

github.com/reactphp/promise - a6a38ae0f7eb3503c269365cf8829529cd7c3145 authored about 10 years ago by Jan Sorgalla <[email protected]>
No need to resolve()

github.com/reactphp/promise - 2b008365b429fad777f2bff7a1f29f2f5efe0b89 authored about 10 years ago by Jan Sorgalla <[email protected]>
Use then() again in progress examples

github.com/reactphp/promise - 555e9d6200bfa8be149e9e9bcaf28d4bcf202394 authored about 10 years ago by Jan Sorgalla <[email protected]>
Fix method name

github.com/reactphp/promise - 5f76f93b2caec49b63d9e4edcadf253468dda4f5 authored about 10 years ago by Jan Sorgalla <[email protected]>
Add new .progress() method (part of the new ExtendedPromiseInterface)

github.com/reactphp/promise - 185adaabcf684a44d6c95b5d72d4e148c99a27e5 authored about 10 years ago by Jan Sorgalla <[email protected]>
Ensure promise is only cancelled if all derived promises cancel

github.com/reactphp/promise - 8b7e0f03aad58a69189cdb7303e3d7da7d418486 authored about 10 years ago by Jan Sorgalla <[email protected]>
guid should have been gid

github.com/reactphp/filesystem - 995874abb5dc701b5921359a0bd6443c0a162260 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Added the Goal to the readme

github.com/reactphp/filesystem - 0c844bf9055f40cc678a9f22a9a5feab51387e5c authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Added a note about the timeouts

github.com/reactphp/filesystem - 887e281e3d6c0851d4d1f2b0d4ff6498598694b0 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Added PoC demo

github.com/reactphp/filesystem - 139fdfa29e8a2bcab46f4cfc5e2543a76039a52d authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Current WIP status

github.com/reactphp/filesystem - bc12ae1bbb9eac9831fbc2974edde21b51b451a4 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Docblock fixes

- Change `stream` and `numeric` to valid phpdoc internal types
- Add some docs to TimerInterface...

github.com/reactphp/event-loop - a496c635bed51378d71fed733629ef15a9fe080c authored about 10 years ago by Chris Wright <[email protected]>
Filesystem interface with all the methods a filesystem should support

github.com/reactphp/filesystem - d99a90967af69e85fc56cfea25f0ea9598b99948 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Hide arguments from nested cancel() call

github.com/reactphp/promise - 75fbae09ac958b76a33e6c9d314505f5f151e95e authored about 10 years ago by Jan Sorgalla <[email protected]>
Ensure promise result is an extended promise

github.com/reactphp/promise - a84f67da651cdaf1368c17ace998db00f1385c95 authored about 10 years ago by Jan Sorgalla <[email protected]>
Check from ExtendedPromiseInterface

github.com/reactphp/promise - d677c08cdc8c28626ef63d324a94571a8b81a057 authored about 10 years ago by Jan Sorgalla <[email protected]>
Introduce CancellablePromiseInterface

github.com/reactphp/promise - 9abf531ac346dfd59c0e1e449d05fd529a1f43a5 authored about 10 years ago by Jan Sorgalla <[email protected]>
Updated changelog for tag

github.com/reactphp/stream - acc7a5fec02e0aea674560e1d13c40ed0c8c5465 authored about 10 years ago by Chris Boden <[email protected]>
Merge pull request #11 from steverhoades/event-config

Event config

github.com/reactphp/event-loop - d82fdbf4ce8e2ff79483153742f9ba4518378577 authored about 10 years ago by Chris Boden <[email protected]>
Merge pull request #9 from steverhoades/stream-nonblock

add stream_set_blocking for objects of type stream to limit boilerplate

github.com/reactphp/stream - 3edf337d1f09f1b2466d69dc4bd7a4dba7e3b0e3 authored about 10 years ago by Chris Boden <[email protected]>
updating exception message to be more concise

github.com/reactphp/stream - 2e96b08a994c0403bc7670b3035cfb5360d9a4d8 authored about 10 years ago by Steve Rhoades <[email protected]>
update Stream to throw exception on invalid passed to constructor

github.com/reactphp/stream - d9beaa5ea94b4c577ade9325004d2f92499a7d48 authored about 10 years ago by Steve Rhoades <[email protected]>
Fix version check to 5.5

github.com/reactphp/socket - 08ff406ad01b82177359bd5d4814f77ee8566ace authored about 10 years ago by Chris Boden <[email protected]>
Only do file_get_contents on PHP versions needed

github.com/reactphp/socket - aa071b84e68f217e71a7fae6514d6f63e7077e64 authored about 10 years ago by Chris Boden <[email protected]>
fix unit failed unit test

github.com/reactphp/stream - acf44b46a7145ff6356282bb081c67bde01cc787 authored about 10 years ago by Steve Rhoades <[email protected]>
add stream_set_blocking for of type stream to limit boilerplate for creating non-blocking io

github.com/reactphp/stream - 35417ebfd84e3dbb16971990ebfc02083f4bfac0 authored about 10 years ago by Steve Rhoades <[email protected]>
Initial commit

github.com/reactphp/filesystem - 63e585d3e9cdc27e572473d39fdff405cbbca4e4 authored about 10 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #11 from iannsp/master

FIX Continue Header

github.com/reactphp/http - e11296d3f58d9335d23efbaaaa9c73f2afd628e8 authored about 10 years ago by Chris Boden <[email protected]>
Unwrap SecureStream, better decorating API

github.com/reactphp/socket - 44ab73cffe85d499ee2eb100e9d5be05c7ef6c85 authored about 10 years ago by Chris Boden <[email protected]>
Fixed wrong emit when piping data through Secure

github.com/reactphp/socket - ac87c2d36f4864f54be770158d6dd190ad911283 authored about 10 years ago by Chris Boden <[email protected]>
SecureStream to address SSL buffering problem

github.com/reactphp/socket - 72eea35099ed801ad87cd23c3184fb6c24ea93e5 authored about 10 years ago by Chris Boden <[email protected]>
Only toggle the stream crypto handshake once

github.com/reactphp/socket - 6a813e0ffed5f707e6fc7c6176765e9a2cc222a1 authored about 10 years ago by Chris Boden <[email protected]>
update CHANGELOG

github.com/reactphp/dns - e1eaadb8ac637e61d1b642ebed37fa46c568ae9d authored about 10 years ago by Igor Wiedler <[email protected]>
Merge remote-tracking branch 'origin/ohmy'

* origin/ohmy:
Async connect
Let's not block the process

github.com/reactphp/dns - af0214f1c621fcdbb281888d4f1648d342db374b authored about 10 years ago by Igor Wiedler <[email protected]>
Async connect

github.com/reactphp/dns - 3699cceaed46e66324c503cfbaf6e0065e1364ce authored about 10 years ago by Chris Boden <[email protected]>
Let's not block the process

github.com/reactphp/dns - 241ecb7569a8ab876ca7a0656236118f97b078e7 authored about 10 years ago by Chris Boden <[email protected]>
Merge remote-tracking branch 'origin/duplex-interface'

* origin/duplex-interface:
Added DuplexStreamInterface

github.com/reactphp/stream - b5d221c201dddd4e422475bc503d40b9bf6ff34f authored about 10 years ago by Igor Wiedler <[email protected]>
no need to override setUp

github.com/reactphp/event-loop - 21eb89755b735c20c04c1b4d89031be5527b7c5e authored about 10 years ago by Steve Rhoades <[email protected]>
add config option to ExtEventLoop to support readable streams via FEATURE_FDS

github.com/reactphp/event-loop - e4d6c7b3adf25410c3dc302463bbd96bf59275bc authored about 10 years ago by Steve Rhoades <[email protected]>
Added DuplexStreamInterface

github.com/reactphp/stream - 648f618da5a444304969540c4deef3e674d84dd6 authored about 10 years ago by Chris Boden <[email protected]>
Rework done() implementation

done() now only wraps the UnhandledRejectionException if the rejection value isn't an exception....

github.com/reactphp/promise - c0ba5c3a44efa267b69bcba6f941e3af70e05c87 authored about 10 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into extended-promise

github.com/reactphp/promise - b6d9ef99b14a644e441b2f165a2d91b953380850 authored about 10 years ago by Jan Sorgalla <[email protected]>
Reorganize tests for better separation

github.com/reactphp/promise - 7a8872d7e4c74eabf2f395e130c35142a7c967d2 authored about 10 years ago by Jan Sorgalla <[email protected]>
Add new .done() method (part of the new ExtendedPromiseInterface)

github.com/reactphp/promise - eee40b0982c96a72af52ee086e48b7806b4aeea4 authored about 10 years ago by Jan Sorgalla <[email protected]>
Introduce ExtendedPromiseInterface

This interface can be used for useful shortcut and utility methods which are not part of the Pro...

github.com/reactphp/promise - 280b65c418c99d52d95a372533cbebf10c177413 authored about 10 years ago by Jan Sorgalla <[email protected]>
Use a more explicit promise adapter interface for tests of the different promise implementations

github.com/reactphp/promise - fe678f0b17a013337dc12cd3f5888097ca8ca7bc authored about 10 years ago by Jan Sorgalla <[email protected]>
Merge remote-tracking branch 'origin/ratchet-logo'

* origin/ratchet-logo:
Removed W3C logo reference
New Ratchet logo

github.com/reactphp/website - 0b0c077c42e402860a0009ac45ea856eb15685f4 authored about 10 years ago by Igor Wiedler <[email protected]>
Removed W3C logo reference

github.com/reactphp/website - 6b47498b160b7d612e42462cb6489d64ae4919dc authored about 10 years ago by Chris Boden <[email protected]>
New Ratchet logo

github.com/reactphp/website - d1c91444ad21c4b9da6d7e08e1f9309b80357b83 authored about 10 years ago by Chris Boden <[email protected]>
Merge pull request #11 from DaveRandom/patch/SNI-fix

Ensure SNI details are always set on socket creation

github.com/reactphp/socket - a1f4e7c58333dddc85a4ecc28101e1754fc989fd authored about 10 years ago by Chris Boden <[email protected]>
Merge branch 'feature/cleanup'

github.com/reactphp/http-client - fd29b80741d5e68a94513a2c3bb91e15158ee001 authored about 10 years ago by Chris Boden <[email protected]>
Merge pull request #313 from Irvyne/split

[fix] fix broken url in examples/parallel-download.php

github.com/reactphp/reactphp - 9db35d22a50e1bc473a5967876fe1daf8ef4a539 authored about 10 years ago by Chris Boden <[email protected]>
[fix] fix broken url in examples/parallel-download.php

github.com/reactphp/reactphp - 23bf3777103f15d6b7ff4e419610d9b75fbf1e06 authored about 10 years ago by Thibaud BARDIN <[email protected]>
Merge pull request #7 from reactphp/test-hhvm

Allow Travis CI failures for hhvm-nightly, but not hhvm

github.com/reactphp/child-process - a75cb3e7d444abfea339bc40ad9ced7ba78d4afa authored about 10 years ago by Chris Boden <[email protected]>
Allow Travis CI failures for hhvm-nightly, but not hhvm

github.com/reactphp/child-process - 75458b577d0ec8330ef56b3314faf82d391013b8 authored about 10 years ago by Jeremy Mikola <[email protected]>
Ensure SNI details are always set on socket creation

In PHP versions <5.6, SNI is not handled correctly unless the context
options are set at the tim...

github.com/reactphp/socket - a91bb2f986c8e07674708aba75629c227db8c7b3 authored about 10 years ago by Chris Wright <[email protected]>