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

Do not write file uploads to files, keep in memory

github.com/reactphp/http - 5bea2e703822b46c2b0872535eb5e1b8974a6fd2 authored about 9 years ago by Stéphane Goetz <[email protected]>
Merge remote-tracking branch 'source/master'

* source/master:
Removed a blank as pointed out in this comment: https://github.com/reactphp/h...

github.com/reactphp/http - 8213ff553f57fba71d88f444ae7104dbdddd6aed authored about 9 years ago by Stéphane Goetz <[email protected]>
Simplify queue draining code

github.com/reactphp/promise - 173d8f9af5fb32e2b7b2763a6aa8867c2236450e authored over 9 years ago by Jan Sorgalla <[email protected]>
Simplify queue draining code

github.com/reactphp/promise - cc6f1c3846a77f42c3d5cab013dd012bab2a682a authored over 9 years ago by Jan Sorgalla <[email protected]>
Cancel pending promises in race/some/any once the output promise resolves

github.com/reactphp/promise - 42d86b729204fe498688b1f4b47b4ec03482f152 authored over 9 years ago by Jan Sorgalla <[email protected]>
Object stream test

github.com/reactphp/filesystem - 2906d6f68f50072dec6475c47a314b8b7204e41e authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Copy file->file, file->directory (into it), and directory->directory (copy it's contents from one to the other)

github.com/reactphp/filesystem - 257c293f8dc80eec5ca6bbf5f45b2fb2ff79067f authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Always add trailing slash for directory nodes

github.com/reactphp/filesystem - 1be3c45dad81b88bdb337b2fd8d1692c40225517 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Add note about cancellation of promise collections

github.com/reactphp/promise - 383277bdc8ef726c1c0c6daea5683c1cdec187ec authored over 9 years ago by Jan Sorgalla <[email protected]>
Move CancellablePromiseInterface typehint to class property

github.com/reactphp/promise - dc42aa08765534e0d42ade9be5fce4b8151a4312 authored over 9 years ago by Jan Sorgalla <[email protected]>
Add note about underflow rejection of some()

github.com/reactphp/promise - be76b5e43b16b44035a8e28acfcd8cb777491bd6 authored over 9 years ago by Jan Sorgalla <[email protected]>
Converted the dir to dir example into streaming

github.com/reactphp/filesystem - 292d2fde07727f2bf70f65222cec8f017b8b81c1 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Allow cancellation of promises returned by functions working on promise collections

github.com/reactphp/promise - d177dd93e0acce3fce949e61249269049c256a23 authored over 9 years ago by Jan Sorgalla <[email protected]>
Use own RangeException

github.com/reactphp/promise - 23859e106d0badffa3fb04d6140a66f59c39d005 authored over 9 years ago by Jan Sorgalla <[email protected]>
Reject some() (and any()) if the input array contains not enough items

github.com/reactphp/promise - 8f409c7d93ac1aed2b6c4e674971fce24423f82e authored over 9 years ago by Jan Sorgalla <[email protected]>
Merge pull request #16 from clue/readme

Add documentation

github.com/reactphp/promise-timer - 0f5a7fdcc52834454d51319fa7ced6d02c47be98 authored over 9 years ago by Christian Lück <[email protected]>
Documentation for Promise v2.2+ API

github.com/reactphp/promise-timer - c9c72e9e63b6ab895af27e1998207a0a3a8ff866 authored over 9 years ago by Jan Sorgalla <[email protected]>
Add documentation

github.com/reactphp/promise-timer - 8d2c883d674aee0a11a2b93f234ce361b13d8315 authored over 9 years ago by Christian Lück <[email protected]>
Updated ext-eio requirement to ^1.2

github.com/reactphp/filesystem - 7e451488684641a31d1b02ba411bba822da1c3f4 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #12 from clue/rename

Rename to promise-timer

github.com/reactphp/promise-timer - eee7ea0d69fbd1841771d465373e9928612e50c7 authored over 9 years ago by Christian Lück <[email protected]>
Removed special @event annotation

github.com/reactphp/socket - 7e2fa5a30f40486fa4d89b1a7afb3c607b8a1fbc authored over 9 years ago by Klein Thomas <[email protected]>
Removed special @event annotation

github.com/reactphp/socket - c81c3dee6226bc7b68cee9eaa94746f12534c015 authored over 9 years ago by Klein Thomas <[email protected]>
Added myself as author

github.com/reactphp/filesystem - c274eee0952457e9d8f15ef4235678bc4b9f6744 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Fixed composer.json indenting

github.com/reactphp/filesystem - b8d99b323502df130b6fd5615d01a89f4be5e448 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Picking the vendor directory to copy during this test since it has mor then one level of files

github.com/reactphp/filesystem - be1bf4f5530595760264de3fb2e9cb4c9a9cbec5 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Directory to directory copy example

github.com/reactphp/filesystem - 951e8b5e05e15475808528c5c4ee57453a9552f0 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare changelog for v2.2.1 release

github.com/reactphp/promise - 3b6fca09c7d56321057fa8867c8dbe1abf648627 authored over 9 years ago by Jan Sorgalla <[email protected]>
Merge branch 'master' into global-queue

github.com/reactphp/promise - e855942e49207f52c9dc3b2bf5fc31768f2a4c69 authored over 9 years ago by Jan Sorgalla <[email protected]>
Assign result and reset handlers early when settling a promise

This fixes issues when resolving a promise in its own fulfillment or rejection handlers.
Thanks ...

github.com/reactphp/promise - 170bb53f61a91e73dc1ee58ce53096c050eeb651 authored over 9 years ago by Jan Sorgalla <[email protected]>
Extended file to file copy example with getting it's path and stat vars

github.com/reactphp/filesystem - 7e3c81eeb0ea11c53b68b2f227b7819c1a776d71 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
File to directory example

github.com/reactphp/filesystem - d972fe568ffbbd06f82c3e1d05d331794a052a0a authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Update package name to promise-timer

github.com/reactphp/promise-timer - 25184accb3081228e0407544fccfc6e663eff4e5 authored over 9 years ago by Christian Lück <[email protected]>
Rename namespace from Timeout to Timer

github.com/reactphp/promise-timer - 8b49282d2df13e44c2df07a58cf495ca523fcbf2 authored over 9 years ago by Christian Lück <[email protected]>
Rename await() to timeout()

Closes #10

github.com/reactphp/promise-timer - b0fe41b687729d36726a4817989e553bddf1d76a authored over 9 years ago by Christian Lück <[email protected]>
Changed creation mode into something 'better'

github.com/reactphp/filesystem - 8ca26aed4758cd05f69026ead4ad0a55fa8d207b authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
File to file copy example

github.com/reactphp/filesystem - 6d5c71a4c16d172990a5ba718c87892e005a6209 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Get parent from file example

github.com/reactphp/filesystem - 83fb2169ddf5b132c5efcf738b22e11481bdf0e0 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Prevent infinite loop on connection close

github.com/reactphp/stream - bd859b2ca975d047e0bfe2a7ef72f208a0c26715 authored over 9 years ago by Bogdan Lysenko <[email protected]>
Added parent nodes and getPath + getName methods

github.com/reactphp/filesystem - 30cbad5963ff5fc0be8c2aada1e3fef799e23e1f authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
White space

github.com/reactphp/filesystem - 4db6b005f1f78f41ec9c6d89b4057b54b35fcd24 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Use newer Promise API instead of legacy Deferreds

Closes #4

github.com/reactphp/promise-timer - 2c4c57637f3a014ba0503610861d11a0eaa48833 authored over 9 years ago by Christian Lück <[email protected]>
Fix PHP 5.3 compatibility

Simply by upgrading to react/promise v1.1 compatibilty release
Closes #8

github.com/reactphp/promise-timer - abc508d77fb0ddedea445ba7d4bbd9577e872190 authored over 9 years ago by Christian Lück <[email protected]>
Merge branch 'master' into global-queue

github.com/reactphp/promise - 6aedeac0716f05801b39025c5094bea4b941af98 authored over 9 years ago by Jan Sorgalla <[email protected]>
Initial commit

github.com/reactphp/promise-timer - a521fe87178edab6aa52d5adeb3be0929e95e058 authored over 9 years ago by Christian Lück <[email protected]>
Small fixes for the create directory recursive example

github.com/reactphp/filesystem - 41f9dff4520eff33679726684b58cd3ec28706e4 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Added create directory example

github.com/reactphp/filesystem - 3480e21773c2aa1527543004641cba285e0ffd76 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Fixed some bugs related to the new ObjectStream

github.com/reactphp/filesystem - e8b4a233d34dfcc46acf249c406fa76de53bbee7 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Expanded node interface with copy

github.com/reactphp/filesystem - 2169284a2547ac2a19793a0dfa9785284b772706 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Cleaned up the object stream into a more distinct name and tightly couple the the sink to it

github.com/reactphp/filesystem - 8f525e0dea8e42a9d637cbd71521660fc90c5209 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Removed a blank as pointed out in this comment: https://github.com/reactphp/http/commit/10af1f5b364d2bc877a06995cee252460d02be47#commitcomment-11894795

github.com/reactphp/http - 8602944a939dd7d6433e9e48b2d4896050a202cd authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Make sure getPath is part of the interface

github.com/reactphp/filesystem - 13a457b89c8bb0ebb3b52ea55a80b4779b6d72a0 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Refactored the directly listings to use streams instead of promises, thanks to @jsor for the suggestion

github.com/reactphp/filesystem - d1e96587d85918b70f81ff273031b6857d965b64 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Renamed from notify to streaming

github.com/reactphp/filesystem - f190cf860e508c5380532f1831bfb73e526a21ea authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Refactored it to the desired new API

github.com/reactphp/filesystem - 44e463d13d6dc81d13e6ab057f479abcd59e93db authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Remove progress notifications on the promise

github.com/reactphp/stream - 6048508defe49e3e8c8bc71ab449a1615dd1fa3d authored over 9 years ago by Jan Sorgalla <[email protected]>
Push directory listings though the notify (progress) method on promises streaming the listings to the end user besides accumulating a list

github.com/reactphp/filesystem - 88d9f3533456af0f99d232b1f4e52e932a166232 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Missing rename method

github.com/reactphp/filesystem - 43836a17f9b215a2de582a84b6e41675ed85af93 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Missing read & write methods for file descriptors

github.com/reactphp/filesystem - 6a9ca72679dbbcf33a0f653e6e86dd4a97dc4639 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Added isEmpty method to call invokers so adapters can act on that information

github.com/reactphp/filesystem - 43e5b8c9a044be6d13caa32bfdb1340a6716b7c6 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Soled some E_STRICT errors

github.com/reactphp/filesystem - 7493636afafa3a9c7aecfb18583649ead74a26ea authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
When setting a specific adapter we use the new method

github.com/reactphp/filesystem - 44839b8dccf8edb4ee5db739ccdf557e8dbb9df4 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
hhvm nightly isn't supported on travis at the moment

github.com/reactphp/filesystem - 3f7f47585aedce770218df8d83c08a7ea8e31701 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
No longer throws an exception

github.com/reactphp/filesystem - 3598e6281ce5dcd9a05af67dcf5c9ea4b56979e6 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Simplefied the way adapters are loaded, also leaves room for customization later on

github.com/reactphp/filesystem - dacc0f9b2afcd5942c6d894637f5a585ea07e6a7 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Slightly changed the way custom filesystems can be created

github.com/reactphp/filesystem - 2b27e6a9f9f62ca28312cdd1a2528a00fa197033 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Updated changelog with 0.4.1 to 0.4.4

github.com/reactphp/http-client - 470fe93a254c255eb2cee5716abd3bd551ef2de2 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Make sure the directory exists after creating it, it might sometimes take a little while before showing up

github.com/reactphp/filesystem - 881a9c410014450773a609c110ea4cd288e7733c authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #33 from arnaud-lb/drain-event

Emit drain event when the request is ready to receive more data

github.com/reactphp/http-client - 391e1e771c2255954226204edcdc5a2764938e6a authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Added missing create mode and time agruments

github.com/reactphp/filesystem - 98e88e9d3032311201d06a792bc5b1c2dd035a5e authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #32 from arnaud-lb/auth-from-url

Add support for using auth informations from URL

github.com/reactphp/http-client - f382515e409dd16f336b74d5f8eb3df451280541 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Remove redundant promise helpers

github.com/reactphp/dns - 7747cdf3bc82dc17f8fe439839670b021b9f8bf8 authored over 9 years ago by Christian Lück <[email protected]>
Update email

github.com/reactphp/promise - 73b37188dfb7481af434c03a9219255ed4882849 authored over 9 years ago by Jan Sorgalla <[email protected]>
Fixed double-writes when write() is called during 'drain' event

github.com/reactphp/stream - 548ba15031ef7c073f236147d93dcc6125ceaa37 authored over 9 years ago by Arnaud Le Blanc <[email protected]>
Emit drain event when the request is ready to receive more data

github.com/reactphp/http-client - 4618230a1d8c03c6d31bbc1cca0ff562fcfd7939 authored over 9 years ago by Arnaud Le Blanc <[email protected]>
Remove NextTickQueue – use FutureTickQueue instead

github.com/reactphp/event-loop - 1a4c7ea6ff692432491d303b3ce005a51a3dcbfc authored over 9 years ago by Christian Lück <[email protected]>
Move abstract TestCase to separate file

github.com/reactphp/dns - 08d258e4a94c2f58296ea00eca215fbff3644548 authored over 9 years ago by Christian Lück <[email protected]>
Test all loops for 0 read buffer test

github.com/reactphp/stream - bac3413a1fe5c1975e20438a353d26ce0961ce46 authored over 9 years ago by Chris Boden <[email protected]>
Added support for using auth informations from URL

github.com/reactphp/http-client - 4e30aba81829f4f0e1f9d44ae4484ac7f3358097 authored over 9 years ago by Arnaud Le Blanc <[email protected]>
Merge pull request #36 from ThijsFeryn/looprun

Adding $loop->run(); to the documentation

github.com/reactphp/socket - 3cc3f860a6942ea5c0e0384c9b4ee27149753eff authored over 9 years ago by Christian Lück <[email protected]>
Merge pull request #27 from ThijsFeryn/looprun

Add $loop->run(); to actually start the resolving process

github.com/reactphp/dns - e61f53c03be1ee277d4dd9650412285a64a0a4d2 authored over 9 years ago by Christian Lück <[email protected]>
Adding $loop->run(); to the documentation

github.com/reactphp/socket - fa736cfad83dfff9b277db2e41a1176750ac2817 authored over 9 years ago by ThijsFeryn <[email protected]>
Add $loop->run(); to actually start the resolving process

github.com/reactphp/dns - 26776131c0d1516ee8f1ad72bb788d3dfcc413a1 authored over 9 years ago by ThijsFeryn <[email protected]>
Add test for buffer fix

github.com/reactphp/stream - c4d2415d773e95e127ec04dd8b9cfefa5e92bd56 authored over 9 years ago by Chris Boden <[email protected]>
Set read buffer to 0

refs reactphp/event-loop#26

github.com/reactphp/stream - 4da0128801a7342bbada6a0fe7dea4f5b2092139 authored over 9 years ago by Chris Boden <[email protected]>
Use done() when the goal is not transformation

github.com/reactphp/http-client - fa0c39b8a7cba7dbe83741922766489ac8acb70c authored over 9 years ago by Arnaud Le Blanc <[email protected]>
Merge pull request #17 from e3betht/code-climate-badge

Adding Code Climate badge to readme

github.com/reactphp/http - 71b20ea3cc67fe83603a9cbbc61e4f95d6aec86e authored over 9 years ago by Chris Boden <[email protected]>
Merge pull request #26 from reactphp/WyriHaximus-php7-hhvm-travis

Test against PHP7

github.com/reactphp/http - fda8a4962dba5bb2138b510d68a58ff92a0e2370 authored over 9 years ago by Chris Boden <[email protected]>
Added 0.4.1

github.com/reactphp/http - f575989d67b7db0a65f5dd7e431d8f47af6c2f7b authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #29 from reactphp/psr7

Use new Guzzle PSR7 parser

github.com/reactphp/http - 240b9545e3daea9d1273749981d6b5efa8af726f authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
Use new Guzzle PSR7 parser

github.com/reactphp/http - 10af1f5b364d2bc877a06995cee252460d02be47 authored over 9 years ago by Chris Boden <[email protected]>
Merge pull request #14 from e3betht/cc-badge

Adding Code Climate badge to readme

github.com/reactphp/dns - f0c14078c28e5be0f05bad7cdbb610175e9662a2 authored over 9 years ago by Chris Boden <[email protected]>
Merge pull request #23 from WyriHaximus/patch-2

Test against PHP7

github.com/reactphp/dns - 555bb6db5759ef33b20ad33909f82f4bdf989599 authored over 9 years ago by Chris Boden <[email protected]>
Merge pull request #27 from dpovshed/patch-1

Small fix to emitter of 'data' event

github.com/reactphp/http-client - e0d9994b8c3d9da70e77e637e8198f89a19b0c45 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
spaces > tabs

github.com/reactphp/socket - 98b609589281b2cc717c04e87b1efd9a626001b5 authored over 9 years ago by Chris Boden <[email protected]>
Merge branch '5.6.8-fix'

github.com/reactphp/socket - b06c154a2ab35864382ad1fad5f3a4e3bda1979e authored over 9 years ago by Chris Boden <[email protected]>
Merge pull request #32 from WyriHaximus/patch-1

Test against PHP7

github.com/reactphp/socket - 720ffc6eb259856a49ddedca4c094644b631219b authored over 9 years ago by Chris Boden <[email protected]>
Merge pull request #15 from WyriHaximus/patch-1

Test against PHP7

github.com/reactphp/socket - fc58f35e520a1d7dece2e7a5184daebed598ac67 authored over 9 years ago by Chris Boden <[email protected]>
The 'data' event emitted by Response always passing itself as a second argument.

github.com/reactphp/http-client - 678188742106049ae4435d088ba33bc64033c706 authored over 9 years ago by Dennis Povshedny <[email protected]>
65137 was fixed in PHP 5.6.8, so this code now fails on that version

github.com/reactphp/socket - 6d765b08e36ea9e8f8b0765e07f51612e857621d authored over 9 years ago by Alex Mace <[email protected]>
Merge pull request #24 from reactphp/WyriHaximus-php7-hhvm-travis

Test against PHP7

github.com/reactphp/http-client - 4f42ccc47ff866598c591ffa641a7bc56a8905e6 authored over 9 years ago by Chris Boden <[email protected]>