Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hoaproject/Fastcgi

The Hoa\Fastcgi library.
https://github.com/hoaproject/Fastcgi

Merge pull request #27 from mikeshatch/patch-1

Fixed a few typos

608d0ae72c1d6b86930f05324baffc45bf544e19 authored almost 6 years ago by Ivan Enderlin <[email protected]>
Fixed a few typos

c12471bb8cb935b399a637641b5b6d41e12f7d6e authored almost 6 years ago by Mike Hatch <[email protected]>
Prepare 3.19.03.08.

7a6deb0a635f0ce01a5cf9bc03f9f7dba98717e7 authored almost 6 years ago by Ivan Enderlin <[email protected]>
feat(responder) Parse HTTP response with a new `buildResponseHeaders` method.

Merge pull request #26 from taylorotwell/master

4c42dbec500896b550c1a752f48cb9ffda735f90 authored almost 6 years ago by Ivan Enderlin <[email protected]>
Extract buildResponseHeaders Method

As noted on the open header issue raised by another user, parsing headers is broken for headers ...

6c413de0778c5fd9753ba1e74f76bb66851785e2 authored almost 6 years ago by Taylor Otwell <[email protected]>
Prepare 3.19.02.19.

464b4b0e89d8fc7e163062d9dc59e215a61aaeac authored almost 6 years ago by Ivan Enderlin <[email protected]>
fix(Exception) Add the `UnknownStatus` exception.

2bd7b2476220d30a69b366436d7d282d78b42b1e authored about 7 years ago by Ivan Enderlin <[email protected]>
fix(Responder) Use `else if` instead of two `if`.

29da82f241a678b3970012be9bad7457a4e10c0d authored about 7 years ago by Ivan Enderlin <[email protected]>
feat(Responder) Decorrelate error from output.

The response output and error were read in the same place, accessible
through `getResponseConten...

493df21c2de61a82d6ed022c624524569539cc29 authored about 7 years ago by Ivan Enderlin <[email protected]>
Merge branch 'master' into pr/19

6458f636ceba79121c3e426922eed0a0f5a16b48 authored about 7 years ago by Ivan Enderlin <[email protected]>
Merge branch 'incoming'

3193ce60391468d7fa90e38bec6fd493dd2119c7 authored about 7 years ago by Ivan Enderlin <[email protected]>
feat(Responder) Handle unknown server status.

Throws a `Exception\UnknownStatus` when the server returns an unknown
status.

03099824a883b50141652f160eb2aaa3790ad6a3 authored about 7 years ago by Ivan Enderlin <[email protected]>
fix(Responder) Reset response header when sending.

This commit is similar to 4bf7908.

29c55245686d1ad03aa3bdd995a233cf66395d6c authored about 7 years ago by Ivan Enderlin <[email protected]>
Merge branch 'master' into pr/19

1eb22f59420442c4bff1adac1e3f8a9fd5a039bb authored about 7 years ago by Ivan Enderlin <[email protected]>
chore(composer) Fix CS.

1cd8c625c005a8e0005728bf2fb81b0626dd253a authored about 7 years ago by Ivan Enderlin <[email protected]>
Merge branch 'pr/17' into incoming

17105b7866f5563c7a20f53165c132ea0b8c7bad authored about 7 years ago by Ivan Enderlin <[email protected]>
fix(Responder) Reset response content when sending.

Reset the response content before sending any message, to prevent having
the response content of...

4bf79088dad870a12078c5ba3d91157506f989f0 authored about 7 years ago by Ivan Enderlin <[email protected]>
Pass stderr as reference

Allow to pass a third argument to `send` which is populated with stderr
stream.

0bdc794f9e69a7618517a0ac7df34fe4b99a3724 authored about 7 years ago by Florent Viel <[email protected]>
Hoa/Socket is required

55eaa424fbd4c25ec876bce29024fc6e814bdcba authored about 7 years ago by Florent Viel <[email protected]>
Responder: Simplify a little bit the code.

b741a49c0e0638ac7f43b6689fc25b563a5f6e46 authored over 7 years ago by Ivan Enderlin <[email protected]>
Support for requests larger than 65535 bytes

8ea182c7601af96ec27cc5e99353cf14f4850f7c authored over 7 years ago by Armen Baghumian <[email protected]>
Prepare 3.17.01.10.

dabdd309da9cb338d7606632ed0390bed68e8b16 authored almost 8 years ago by Ivan Enderlin <[email protected]>
Quality: Happy new year!

7778f0f759f613052534ac154b383dde699d1ef5 authored almost 8 years ago by Alexis von Glasow <[email protected]>
Documentation: New `README.md` file.

420f3a869ee3810b6447546cd723bad3bc596ad2 authored about 8 years ago by Ivan Enderlin <[email protected]>
Documentation: Update `support` properties.

40b7b89ae08066107fb5f9e60d5feaff8dab5841 authored about 8 years ago by Ivan Enderlin <[email protected]>
Prepare 3.16.01.11.

d9986efd763cf728bf0cc9f07c737222a223ffc9 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Drop PHP5.4.

96611102f48abea3418af59d95a2ca0a0793e216 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Run devtools:cs.

b310de34012b0af56a0e1ecc9c5fe0caed6d4c3c authored almost 9 years ago by Ivan Enderlin <[email protected]>
Core: Remove `Hoa\Core`.

2619e52b357bb7ec7bbfc1dbcbd9afc923c5dd88 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Consistency: Use `Hoa\Consistency`.

850ae11548a1fddb6d986ed247dd25fb98cf3302 authored about 9 years ago by Ivan Enderlin <[email protected]>
Exception: Use `Hoa\Exception`.

The core is being splitted into several libraries. `Hoa\Exception` is
one of them.

3fe9a82edc1d129db89a978c65dc7d939cd3916c authored about 9 years ago by Ivan Enderlin <[email protected]>
Prepare 2.15.11.09.

18f73dccac52a0750bee2466a28d98762b8e4368 authored about 9 years ago by Ivan Enderlin <[email protected]>
Add a `.gitignore` file.

Add a `.gitignore` file to the repo as defined in hoaproject/Central#22.

7a61c397fdc29780e4c0e0b97973eb549417f23d authored over 9 years ago by Stéphane HULARD <[email protected]>
Prepare 2.15.05.29.

5995cba57b9223a01298787fed521dcdff7d5b66 authored over 9 years ago by Ivan Enderlin <[email protected]>
Move to PSR-1 and PSR-2.

9c228ff0724177c3f5529b41e96e4c35fa2cc31c authored over 9 years ago by Ivan Enderlin <[email protected]>
Prepare 2.15.04.16.

c88544ce5dfdcd718d47439d4d2a10ea5af43a1b authored over 9 years ago by Ivan Enderlin <[email protected]>
Reformulate a sentence.

51cb72a3462aa40b24f1d3a56a1a21aea83f938b authored over 9 years ago by Ivan Enderlin <[email protected]>
Fix typos on Index.xyl

- progams -> programs
- excute -> execute

aa0825a514a29f234c4e954dcd09574275802eab authored over 9 years ago by Rogerio Prado de Jesus <[email protected]>
Prepare 2.15.02.19.

27321d155f19dbe117313b62b04882c334a65a04 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Add the CHANGELOG.md file.

f3718fd5347904d9cc26fb646a98a0377918d478 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Merge branch 'doc' into incoming

a27ac1c6cf002719b9d733d97ad95f3d7128ccf3 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Happy new year!

b31cb9f592411819e6fcc458d8c69598adea51a5 authored almost 10 years ago by Ivan Enderlin <[email protected]>
Update schemas.

52d65fe54827efa58ba28455538c8665f684d6dc authored about 10 years ago by Ivan Enderlin <[email protected]>
s/@lh/@hack

dbdf5f2f6696d07e5cad2e30a4df1594458b9d28 authored about 10 years ago by Ivan Enderlin <[email protected]>
Move to PSR-4.

eb544edb99ffbfe1a3c9ba26477a5df1caf8612d authored about 10 years ago by Ivan Enderlin <[email protected]>
Format.

8319316b16f984e75c7877c06f1d554f05d7b10c authored about 10 years ago by Ivan Enderlin <[email protected]>
Require hoa/test.

5165a1deb9af4b9818dab824140e413efe94ee9f authored about 10 years ago by Alexis von Glasow <[email protected]>
Remove from/import and update to PHP5.4.

9cf765fc4bb30105f9d92db8e21b8f511af028a2 authored about 10 years ago by Ivan Enderlin <[email protected]>
Format code. #mania

2a8fe9ec5ff9828ab39209be79305e26bfe338db authored about 10 years ago by Ivan Enderlin <[email protected]>
Add branch-alias

ee75f966fe8022a2310412637cb5a896bd18f367 authored about 10 years ago by Stéphane PY <[email protected]>
Drop PHP5.3.

676567a7545d8cb54161d22513c288b5816dc018 authored over 10 years ago by Ivan Enderlin <[email protected]>
Add the installation section.

282cdb075484cfbb3c74d25f77581125b308ce14 authored over 10 years ago by Ivan Enderlin <[email protected]>
Start Rüsh Release.

57ba40cd8d4d30297ff6e281770ac17718493e7f authored over 10 years ago by Ivan Enderlin <[email protected]>
Prevent an empty pack.

ce72b4ca26dc6dd9051d62fe3fe1b9e1334c29e8 authored over 10 years ago by Ivan Enderlin <[email protected]>
Merge branch 'documentation' into incoming

fda6a8607813824ecd317c75b984e1ad9309a965 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Add syntax highlighting.

ae96da1c8ee0e39f4eed7adcc6ead30765214ee9 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Fix a markup error.

747f42a71a7273c7d4f92c3cbf6514d6d5dc41c9 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Apply review from @osaris.

d3f22034b96c5e16013597e986316180984ab8e4 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Update the introduction.

11ffad9e46fcc7f22f1ca67443d1f401fdab4cd6 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Write the english documentation.

bcfe5ebad82091a0ca6913ec9ef27539c8d41093 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Update a link label.

85dd28782deb2fb41ba67a340323598857feabed authored almost 11 years ago by Ivan Enderlin <[email protected]>
Format code. #mania

c72fe713855321a9583d727b60320ff60163ac1d authored almost 11 years ago by Ivan Enderlin <[email protected]>
Translate ID of sections.

80425811131f8883d63edfa6cb83dd0b3992f419 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Add the state of the library.

9d40c6967f494ab510a2ebb89cfee0fef8a4b589 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Happy new year \o/.

c1fafd7ea4e04943c5d21a237a6c0edc407a839f authored almost 11 years ago by Ivan Enderlin <[email protected]>
Format `composer.json`.

890dc198e36f0f60872bfdaa11d6c72fa245f2b3 authored almost 11 years ago by Ivan Enderlin <[email protected]>
Add empty english documentation.

980cdde33324f2b9135fe896f8c66277ebad99b6 authored about 11 years ago by Ivan Enderlin <[email protected]>
Remove mentions to from/import in documentations.

0fa8d0b3c04076cf8b9e970e33067e8d120328a5 authored about 11 years ago by Ivan Enderlin <[email protected]>
Better Composer compatibility.

78c2dd14f450a89fe3f1f0c91dad3c32a24a6d86 authored about 11 years ago by Ivan Enderlin <[email protected]>
Define flex entities.

4d9bb75ab0528739be52bafb978f10d274909585 authored about 11 years ago by Ivan Enderlin <[email protected]>
Update composer.json.

b7d4eacf9a2735be4f486abeee538f7e74bcb31d authored over 11 years ago by Ivan Enderlin <[email protected]>
Ease rolling-release.

168c691623c32a953dbe466d65c3dbf3ebd662d7 authored over 11 years ago by Ivan Enderlin <[email protected]>
s,<ie />,<em>i.e.</em>

8944f852586dad3f2c3cd8239aa40a76447b939a authored over 11 years ago by Ivan Enderlin <[email protected]>
Add french documentation.

e59507b645e5a5a2a5ec76068dd917f27e540a8a authored over 11 years ago by Ivan Enderlin <[email protected]>
Happy new year \o/.

c7ddb972548b3ca8039dd643bb14d3083845f29b authored almost 12 years ago by Ivan Enderlin <[email protected]>
Update link to Hoa's logo.

b11fefa7929aa6e35483de4173e700ce542c6db4 authored about 12 years ago by Ivan Enderlin <[email protected]>
Add Hoa\Socket in “suggest”.

08c36e489936e23e4bc665b81cd6a3fa50606505 authored about 12 years ago by Ivan Enderlin <[email protected]>
Add composer.json and write README.md.

4585960e008eed7caa8a78ed236b16ce0a8fbf6d authored over 12 years ago by Ivan Enderlin <[email protected]>
mv FastCgi Fastcgi.

4fcf0d2529d6a32819c24461ac44c87ca4bd008c authored over 12 years ago by Ivan Enderlin <[email protected]>
Libification (split from Central).

cfb25ab0715c8dd0162f030e5270579fda6e15ac authored over 12 years ago by Ivan Enderlin <[email protected]>
Fix a typo.

f1f5234a9dd3dd2c4dce417c0873b46f1ae7cb83 authored over 12 years ago by Ivan Enderlin <[email protected]>
#merge

ec599e75daa434fba8333ca773d3268bd7da409d authored almost 13 years ago by Ivan Enderlin <[email protected]>
Merge.

d36b3781678778dc1f6e2bf6ad916d29dd523486 authored almost 13 years ago by Ivan Enderlin <[email protected]>
s/2007-2011/2007-2012/

ee495a5489efb83aa8d9d5eb98847483ec7c1faa authored almost 13 years ago by Ivan Enderlin <[email protected]>
#merge

4bb74b9ac9cac91d0c12f9e5ccaea4d5f5029dfa authored about 13 years ago by Ivan Enderlin <[email protected]>
Merge (but why?).

32d5ae5efd58b304690906a12dcc7b9d798018ca authored about 13 years ago by Ivan Enderlin <[email protected]>
On Windows7 only, reading a socket is a non-blocking operation. It can throw

unexcepted exceptions. Therefore we block the read operation.

ce2a7099502289f1d5f167901af2f14d0c062ad8 authored about 13 years ago by Ivan Enderlin <[email protected]>
Reading a socket never returns false, but null.

5a2bf437af4144c8e73e89d21e19c6e2d4fdecbc authored about 13 years ago by Ivan Enderlin <[email protected]>
Replace by Unicode :-p.

f5fcafddec8e7a921712dd193d3b479e6db355cd authored about 13 years ago by Ivan Enderlin <[email protected]>
s/foobar/(not a well-formed FastCGI request)/ in Exception message.

84ea609ff074d79ae55af91d70e2e1a8effd2960 authored over 13 years ago by Ivan Enderlin <[email protected]>
Update according to the changeset #1690.

5c9545a3056954962d409e7235868cd4f893f6fa authored over 13 years ago by Ivan Enderlin <[email protected]>
Add STREAM_STDIN, STREAM_STDOUT and STREAM_STDERR constants. #semantics

013a009cfcb280e7174fd18ae796d04b50b9766d authored over 13 years ago by Ivan Enderlin <[email protected]>
mv Client.php Responder.php; #semantics

3c50194e3e9ace6431f925b972c6bab2d9278404 authored over 13 years ago by Ivan Enderlin <[email protected]>
Add REQUEST_BEGIN, REQUEST_ABORD & REQUEST_END constants. #semantics

5d086351559d8aa27a96dc81c21a6d2a60f0e3e8 authored over 13 years ago by Ivan Enderlin <[email protected]>
Add support of request errors: CannotMultiplex, Overloaded and UnknownRole.

13c983e0a709548a6afc35a1a063135f5ef4303b authored over 13 years ago by Ivan Enderlin <[email protected]>
Use parent:: instead of self::.

f9f365ddddd8cfe1a6f3828ba139f6b248648682 authored over 13 years ago by Ivan Enderlin <[email protected]>
Change PACK_CONTENT for HEADER_CONTENT.

6988d25f440f3ba494d01947795a1e35851fc5a1 authored over 13 years ago by Ivan Enderlin <[email protected]>
mv Framework/* .

3c7b914a26d29c0014d79ec0d4c70e4890450452 authored over 13 years ago by Ivan Enderlin <[email protected]>
Add setter and getter for client.

c0f6f9fef525afd3065cce01289abb018f5ac6b8 authored over 13 years ago by Ivan Enderlin <[email protected]>
Add in API documentation: “Inspired by PHP SAPI code: php://sapi/cgi/fastcgi.*”.

9836d80f17efa6e9489dc25f4fa33a5c568c4b42 authored over 13 years ago by Ivan Enderlin <[email protected]>