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

Remove stream from loop when closing buffer

github.com/reactphp/stream - 78c5b0f8b23247ebe5908951764e302dc33d2ccc authored almost 8 years ago by Christian Lück <[email protected]>
Only emit "close" event once for Buffer

github.com/reactphp/stream - 3b380bfd9808620b4a38a0dd848b7177de16c734 authored almost 8 years ago by Christian Lück <[email protected]>
Forward close event only once

github.com/reactphp/stream - 92537a8ef25bfa1162e2c2cd4cd2a3ca34586009 authored almost 8 years ago by Christian Lück <[email protected]>
Prepare v0.4.5 release

github.com/reactphp/stream - 23389503012e1ab721ad498a5a1f4b39f7a43c00 authored almost 8 years ago by Christian Lück <[email protected]>
Use ConnectionInterface in examples

See https://github.com/reactphp/socket/pull/50

github.com/reactphp/socket - 359d70ff36731d7e06d6c7354a8fbe3f66654a8c authored almost 8 years ago by Christian Lück <[email protected]>
Mark Connection as internal, use ConnectionInterface instead

github.com/reactphp/socket - 5af5ee350a6402191f5a4a4f62b2d2619073902a authored almost 8 years ago by Christian Lück <[email protected]>
Documentation for getRemoteAddress()

github.com/reactphp/socket - 1941744ba2c67defbddd9a0b4e0fc1d5d11e9468 authored almost 8 years ago by Christian Lück <[email protected]>
Documentation for ConnectionInterface

github.com/reactphp/socket - 993cf51283cea26908e6b25961e19335d0cd7f58 authored almost 8 years ago by Christian Lück <[email protected]>
ConnectonInterface should extend DuplexStreamInterface

github.com/reactphp/socket - 2579fa3ae1c8b10c66d9a234b2b7560bfb7814e5 authored almost 8 years ago by Christian Lück <[email protected]>
Merge pull request #43 from WyriHaximus/patch-2

Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/socket - cd09f16c746adf225860b9360fea8cfd494f7b13 authored almost 8 years ago by Christian Lück <[email protected]>
Revert "Cancel pending promises in race/some/any once the output promise resolves"

This reverts commit 42d86b729204fe498688b1f4b47b4ec03482f152.

Conflicts:
src/functions.php
te...

github.com/reactphp/promise - 33f03527248d39c50ca82fecc360f87cde993ee5 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Merge branch '0.4.5'

github.com/reactphp/stream - 334933f78df10c9f900220f24a24f1e949389271 authored almost 8 years ago by Chris Boden <[email protected]>
Merge branch 'clue-0.4.5/read-infinite' into 0.4.5

# Conflicts:
# src/Stream.php

github.com/reactphp/stream - c3647ea3d338ebc7332b1a29959f305e62cf2136 authored almost 8 years ago by Chris Boden <[email protected]>
Merge branch 'clue-0.4.5/increase-buffers' into 0.4.5

github.com/reactphp/stream - 79ee8aa738737c4df875575e2823f0b4a048016a authored almost 8 years ago by Chris Boden <[email protected]>
Merge branch 'clue-0.4.5/close-before-full-drain' into 0.4.5

github.com/reactphp/stream - efde9f623ed85d2f648bdc7d76862b50eb42401a authored almost 8 years ago by Chris Boden <[email protected]>
Merge branch 'clue-0.4.5/faster-buffer-errors' into 0.4.5

github.com/reactphp/stream - 58e95ca635f8cc5b156213a56c09e2a670f357ba authored almost 8 years ago by Chris Boden <[email protected]>
Merge pull request #61 from reactphp/revert-cancellation-of-pending-collection-promises

Revert automatic cancellation of pending collection promises

github.com/reactphp/promise - 9547056f1effc36ac242d9e2375f6be77bfa783d authored almost 8 years ago by Jan Sorgalla <[email protected]>
Add benchmarking script to measure throughput

See also https://github.com/reactphp/stream/pull/41

github.com/reactphp/socket - 15a5d83685f35b3b38f742a381ed41c3e4dbc038 authored almost 8 years ago by Christian Lück <[email protected]>
Add examples

github.com/reactphp/socket - d57bd5ec00dc34e1da4bf3e031071a86fbede36d authored almost 8 years ago by Christian Lück <[email protected]>
Added 0.4.2 to changelog

github.com/reactphp/http - abedac54967d7ea237ad104cff8274e2c4077cf4 authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Remove all listeners after emitting error in RequestHeaderParser (#68)

* Ensure removeAllListeners on all error event in RequestHeaderParser

* Ensure all error even...

github.com/reactphp/http - 24a2af6d76878da836d0ca084f3680661c458249 authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #69 from clue-labs/examples

Add examples

github.com/reactphp/http-client - f26f91c67446695a5f274c8f3965dad001fc0baf authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Add examples

github.com/reactphp/http-client - c4f356311c473bdb7e85187c3ca574833cb71000 authored almost 8 years ago by Christian Lück <[email protected]>
Added 0.4.14 to the changelog

github.com/reactphp/http-client - 24104ddd30a2a76d0697c05950ba2ae43b51de3f authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Ensure the first bit of body directly after the headers is emitted into the stream (#68)

* Fix #67 caused by the little bit of body coming with the headers not emitted from the stream b...

github.com/reactphp/http-client - 243015b4bb269063f15d65bd0c3e1d441012d341 authored almost 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #57 from dandelionred/master

Bugfix in the usage sample code

github.com/reactphp/event-loop - 05451808a1cc7870db7cc26a8bc9884ee23084f7 authored almost 8 years ago by Christian Lück <[email protected]>
Update README.md

Bugfix in the usage sample code

github.com/reactphp/event-loop - 1a021b9961bed509f1e79e5e7c0243d19fa6578b authored almost 8 years ago by dandelionred <[email protected]>
Add sample code on how to achieve reverted automatic cancellation behavior

github.com/reactphp/promise - 71f1f435b6f985a024dc8f34bd2bbf6c9ea6d327 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Fix PHPUnit warnings for deprecated PHPUnit_Framework_TestCase::getMock()

github.com/reactphp/promise - 73f2304f08882c00f510a3dc74bd58ed4a28bcd6 authored almost 8 years ago by Jan Sorgalla <[email protected]>
Fix PHPUnit warnings for deprecated PHPUnit_Framework_TestCase::getMock()

github.com/reactphp/promise - 5131098293d66d58e5750c244988d5a465ffd9df authored almost 8 years ago by Jan Sorgalla <[email protected]>
Added 0.4.13 to changelog

github.com/reactphp/http-client - 07fa19d83d9d3af4a6899c120fd4d41380d4a04e authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Ensure Request emits initial Response data as string (#66)

github.com/reactphp/http-client - 31f31ed41b6ffded185d16e972166997f6e32b03 authored about 8 years ago by mmelvin0 <[email protected]>
Added 0.4.12 to changelog

github.com/reactphp/http-client - f2b902a0e5bc062ffb2ddd9032776bed9ed5d9f0 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Changed $stream from DuplexStreamInterface to ReadableStreamInterface in Response constructor (#63)

Changed $stream from DuplexStreamInterface to ReadableStreamInterface in Response constructor (#63)

github.com/reactphp/http-client - f799ca6b31367da355aa3dbc1d7cd6b79d16ccba authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Updated changelog

github.com/reactphp/http-client - 4d367ff9909954bafe6a04762ec68e6b1e12bcf8 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Feature: chunked encoding (#58)

github.com/reactphp/http-client - 7662852d0a8c3b5538819b25040b4adcfa3c297b authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Catch Guzzle parse request errors (#65)

* Catch Guzzle parse request errors and emit them as error
* Assert removeAllListeners

github.com/reactphp/http - 777cfef6a2a54259da495ec6cb11e2bd04756a60 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #64 from clue-labs/example

Add functional example to ease getting started

github.com/reactphp/http - 11a7502700055f07b9250ce0f0a694ba7c1a5467 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Add functional example to ease getting started

github.com/reactphp/http - c763ac94456c9b0d4048299063732d68d3f79d91 authored about 8 years ago by Christian Lück <[email protected]>
Work around PHP 5.3 not emitting error events

Do not construct ErrorException from within error handler

github.com/reactphp/stream - bfe0855288306f0487dbf1171d0769b7a56ca200 authored about 8 years ago by Christian Lück <[email protected]>
Buffer requires a valid stream resource to operate on

github.com/reactphp/stream - bcdfe75a058104b335882e079262683a85024ca0 authored about 8 years ago by Christian Lück <[email protected]>
Simplify and improve error handling

github.com/reactphp/stream - 45d4c2d0f404d4cd79c089f7572570eb30120861 authored about 8 years ago by Christian Lück <[email protected]>
Prepare v0.4.4 release

github.com/reactphp/stream - fcc9e7cea126962cff303c90c05e2efdcec09a27 authored about 8 years ago by Christian Lück <[email protected]>
Merge pull request #52 from clue-labs/write-feof

Only emit permanent errors and otherwise keep retrying

github.com/reactphp/stream - 6d6a843a973b1e048e504f70879532bb9528840e authored about 8 years ago by Chris Boden <[email protected]>
Faster buffer length checks

isset() is a language construct and avoids the overhead of function
calls

github.com/reactphp/stream - 292f661608ffd6e1ab44071f70e4d7d7ccc7da00 authored about 8 years ago by Christian Lück <[email protected]>
Do not emit full-drain event if Buffer is closed during drain event

github.com/reactphp/stream - 11be38ff417c58d1818e617b635cb46029ef74ac authored about 8 years ago by Christian Lück <[email protected]>
Hello 2016, increase default buffer sizes to 64 KiB

github.com/reactphp/stream - edafa49527f57d8cf7f476494ffc0c27df997d90 authored about 8 years ago by Christian Lück <[email protected]>
Merge pull request #59 from clue-labs/clean

Revert blocking and GPL-licensed code

github.com/reactphp/http - ef71d4919f945a60119aa399a42c108304be6883 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Skip HHVM when testing writing to read-only MEMORY streams

github.com/reactphp/stream - d9e7f895f4a231fddc9a98c2b67b8c96d90803c2 authored about 8 years ago by Christian Lück <[email protected]>
Merge pull request #51 from clue-labs/empty-write

Ignore empty writes to Buffer

github.com/reactphp/stream - 7782ea02b65a4ec3a94ce0a7ca800158b1cad145 authored about 8 years ago by Christian Lück <[email protected]>
Ignore empty writes to Buffer

github.com/reactphp/stream - d2a93c1f19bba9413135749b4cc0b4d66992de26 authored about 8 years ago by Christian Lück <[email protected]>
Buffer only emits permanant errors and otherwise keep retrying

github.com/reactphp/stream - 2103ef9f03042e389c0ec2efaf6d180136905d42 authored about 8 years ago by Christian Lück <[email protected]>
Writing to readonly resource will yield an error

github.com/reactphp/stream - f40f307880833fdb9c092b7347c01f9e42b6c026 authored about 8 years ago by Christian Lück <[email protected]>
Test writing to closed streams

github.com/reactphp/stream - 871a56ca0830c5b37da02cbc4d09e4115c087fca authored about 8 years ago by Christian Lück <[email protected]>
Merge pull request #47 from WyriHaximus/patch-3

Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/stream - f75a3bccd49cb6d0da86a3df3f7858c398e0cc60 authored about 8 years ago by Christian Lück <[email protected]>
Merge pull request #41 from clue-labs/benchmark

Add benchmarking script to measure throughput in CI

github.com/reactphp/stream - ec5ad9969bc86db5dd71467911d60f42cab30f01 authored about 8 years ago by Christian Lück <[email protected]>
fix formatting per psr-2

github.com/reactphp/event-loop - ebed326e375cf3e28c1abbbe5ede67b172af200c authored about 8 years ago by Andrew Minerd <[email protected]>
Merge pull request #44 from clue-labs/revert-24-remove-progress-from-buffered-sink

Revert "BufferedSink: Remove progress notifications"

github.com/reactphp/stream - 84a1771b3a392ba2aab36df02c3fd8317b52b279 authored about 8 years ago by Christian Lück <[email protected]>
Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/http - f0000a55dca55e874d33602dc7d1037c8194685e authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Naming, immutable array manipulation

This is a sqashed version to add back the changes from #37:
- 2ab98d2b16b198c43d3c02b05662544f41...

github.com/reactphp/http - 545b05f46265fe416873bbc845b4b0e8c9a24453 authored about 8 years ago by Chris Boden <[email protected]>
Merge branch 'original' into clean

This effectively reverts to 8602944a939dd7d6433e9e48b2d4896050a202cd,
thus reverting #13, #37, #...

github.com/reactphp/http - 82bc9e30baae49688d48334fd191037c9bbdb208 authored about 8 years ago by Christian Lück <[email protected]>
Diectory::chmod adapters test

github.com/reactphp/filesystem - 1283176101e349b5a96eefc383809820ad7e5afe authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Test against nightly and don't allow PHP 7 to fail

github.com/reactphp/http-client - 19dd5ac7aef459a752e82b6dc28a9fd53ff3ac9a authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Removed whitespace

github.com/reactphp/filesystem - 8baa4fa0bf6c570f1b87a1140fc31007c150f6c1 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Also test against filesytem adapter from filesystem factory

github.com/reactphp/filesystem - bfa885ef0e94190b7fcf30df0a040a801266759b authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Removed white space

github.com/reactphp/filesystem - 67ff113152a97e4970462ff9b8352696c7b513e5 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Directory::remove adapters test

github.com/reactphp/filesystem - aab9702db15cfdddb0990692d075167379f8e69d authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Directory::size adapters test

github.com/reactphp/filesystem - bff1e739a21096d320d3f3c9a3caaac2a37cc15e authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Directory::ls adapters test

github.com/reactphp/filesystem - e120a1df270b0e0be3889f865f562c61df0fd9ab authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #13 from enumag/patch-1

Remove unneeded variable assignments

github.com/reactphp/datagram - 31bcbd984801b135052bd7a5cdfe6113ffd8949d authored about 8 years ago by Christian Lück <[email protected]>
Updated use for PermissionFlagResolver

github.com/reactphp/filesystem - 84274dd1f2b8c760facd6fef71e3d8f568f214aa authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Made the PermissionFlagResolver globally useful by removing the dependency on EIO

github.com/reactphp/filesystem - 81b0c30d653edee459a994f439b1425551325156 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Also test against PHP nightly

github.com/reactphp/filesystem - 826233a82811c9624de24722ae25ed59b8f3abde authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Don't pass mode into mkdir untill we have a proper mode resolver

github.com/reactphp/filesystem - 0567f9a30f70c2347e1d3ffa88c83a1b05e09774 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Reject stat of path doesn't exist

github.com/reactphp/filesystem - 889f555e780b7e9b05b655097889292691f79646 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Test Directory::create on all adapters

github.com/reactphp/filesystem - 56d989af03454cdaa7e8535e0b0a03edfdc6a3d4 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Test Directory::createRecursive on all adapters

github.com/reactphp/filesystem - 7f532d18ef1a2b444588a8c23ab8157b86f59364 authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Remove dead code

github.com/reactphp/datagram - b1808b8e3a844c1390ceb987f6cd6a7c1b1ca9ff authored about 8 years ago by Jáchym Toušek <[email protected]>
Merge branch 'next-release'

github.com/reactphp/child-process - 3ab4f83c6f6c5862f7ca28d999a92d327472a671 authored about 8 years ago by Chris Boden <[email protected]>
Merge branch 'patch-4' into next-release

github.com/reactphp/child-process - 472edadc2bf654c538bdefabb3956b7ed7285c92 authored about 8 years ago by Chris Boden <[email protected]>
Fixed interface

github.com/reactphp/child-process - 82672bd3f3908d8c73938f97b2975a55867dbcdb authored about 8 years ago by Chris Boden <[email protected]>
Merge branch 'patch-3' into next-release

# Conflicts:
# src/Process.php

github.com/reactphp/child-process - e4e32e7d0d9fec149c7d5fb607ce647a10ab7391 authored about 8 years ago by Chris Boden <[email protected]>
Merge branch 'patch-2' into next-release

github.com/reactphp/child-process - 058cd67f3ef3bac043b18632337590926bc1e15a authored about 8 years ago by Chris Boden <[email protected]>
Merge branch 'issue18' into next-release

# Conflicts:
# src/Process.php

github.com/reactphp/child-process - fec7f8a3c3c7246fd1aa8ad84949765b0f90321a authored about 8 years ago by Chris Boden <[email protected]>
Test if file exists before calling getContents #11

github.com/reactphp/filesystem - 194f259961cf9fde4fb56df80d8891849ab6a4df authored about 8 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v0.4.3 release

github.com/reactphp/dns - 751b3129556e04944f164e3556a20ca6e201e459 authored about 8 years ago by Christian Lück <[email protected]>
Merge pull request #35 from clue-labs/cancel

Support Promise cancellation

github.com/reactphp/dns - 4ebd159824b2c90c02ecb04f143577251c528298 authored about 8 years ago by Christian Lück <[email protected]>
Merge pull request #38 from WyriHaximus/master

Allow for cache adapter injection

github.com/reactphp/dns - 5fdf7709e9481ce3d8dc71f90c92e808e6de4bf7 authored about 8 years ago by Christian Lück <[email protected]>
Fix next version

According to semver, reverting a BC break should go into a new minor version.

github.com/reactphp/promise - 487190ae27bfa8a736b98dd2dd2330fcddfbf792 authored over 8 years ago by Jan Sorgalla <[email protected]>
Add issue and version the commit is releated to

github.com/reactphp/promise - b5a66642e47b692b6a34edf3664672b9b6df5aa8 authored over 8 years ago by Jan Sorgalla <[email protected]>
Adjust 2.x branch link

github.com/reactphp/promise - d72783d7735d61e6874e55a2f49c0798c365fb87 authored over 8 years ago by Jan Sorgalla <[email protected]>
Revert automatic cancellation of pending collection promises

This reverts 42d86b729204fe498688b1f4b47b4ec03482f152

github.com/reactphp/promise - 1dead5dc74bc165ed5e1cdcdf6c3bde53c88398b authored over 8 years ago by Jan Sorgalla <[email protected]>
Merge pull request #60 from pbu88/patch-1

Fixes small typo in the README

github.com/reactphp/promise - 7e422948195dabfded9dda06ee5b34152dae69fe authored over 8 years ago by Jan Sorgalla <[email protected]>
Fixes small typo in the README

github.com/reactphp/promise - 318a024ed75ec11216fc952c27ef5e8dd240b260 authored over 8 years ago by Paulo Bu <[email protected]>
Merge pull request #58 from reactphp/remove-branch-alias

Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/http - cd15204bd15d106d7832c680e4fb0ca0ce2f5e30 authored over 8 years ago by Christian Lück <[email protected]>
Merge pull request #59 from reactphp/remove-branch-alias

Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/http-client - 809eea7eb67219b6f12e5f66a9b66d00b9ef460e authored over 8 years ago by Christian Lück <[email protected]>
Merge pull request #39 from WyriHaximus/patch-2

Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/dns - 9cc507954a5ef11ded0739f95fcb616efd2cdd88 authored over 8 years ago by Christian Lück <[email protected]>
Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/child-process - c4f152ee33ea04ce8017f87c33249551da715130 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/dns - ae2c04045b560188bc8699b9e1ad0c2587c63039 authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>
Remove branch-alias definition as per reactphp/react#343

github.com/reactphp/event-loop - 30c6ef5f3562fd26eb161a5b2a1db0fb646cd7af authored over 8 years ago by Cees-Jan Kiewiet <[email protected]>