Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/reactphp/socket
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
https://github.com/reactphp/socket
e5bf902d82526e67acccd146b1655a4b5ad91f9e authored almost 9 years ago by Christian Lück <[email protected]>
a072b05dc0552e59ca6c2afadc20b652b8574aaa authored almost 9 years ago by Christian Lück <[email protected]>
This allows us to test with self-signed certificates across all PHP
versions
8022ba50758550e3538bbe4f1f0de785c31616b9 authored almost 9 years ago by Christian Lück <[email protected]>
bab3fd1ab516a86d398004174de42c899e4760e4 authored almost 9 years ago by Christian Lück <[email protected]>
a825a7c2d1cccf8c2ab52a9c57d356c29b1e0fb6 authored almost 9 years ago by Christian Lück <[email protected]>
36126a0bcf273056fd15e4c9d386515b4a1b8e0b authored almost 9 years ago by Christian Lück <[email protected]>
f905ec2a576b1242b10d5c1dbd2f0eb4fcea7f0c authored almost 9 years ago by Chris Boden <[email protected]>
1279cb3d806830c5f22aa7314e26945ac7d00a37 authored almost 9 years ago by Christian Lück <[email protected]>
38dbd8fb963716d5667294f957aadc048aeaeb39 authored almost 9 years ago by Chris Boden <[email protected]>
f58d22fb9f7c7eb5e034bb94397f2eb6ea70ad7a authored almost 9 years ago by Chris Boden <[email protected]>
ce015ec5879b96f5d30905f035f223aa85013fcc authored almost 9 years ago by Chris Boden <[email protected]>
Update documentation
795fae08b0f41788082af2baf267cab966697fc0 authored almost 9 years ago by Chris Boden <[email protected]>741733e189cd0b407b7f4aeb8844fad75d6c2e55 authored almost 9 years ago by Christian Lück <[email protected]>
0d460919f90ae17089e189927db0f8795577e5ef authored almost 9 years ago by Christian Lück <[email protected]>
bc461678d1ad548756190c706541736311c2c884 authored almost 9 years ago by Christian Lück <[email protected]>
b72f4c4044004d9848ca729d068a852e4c92071c authored almost 9 years ago by Christian Lück <[email protected]>
First class support for PHP7 and HHVM
d1fec4f53f171b4214201263fb1499afb57e624b authored almost 9 years ago by Chris Boden <[email protected]>35524f63c2d697c22d489858d3171da993288a09 authored almost 9 years ago by Christian Lück <[email protected]>
e3d41bccb3791dad44ac407650e3b8e77f94a551 authored almost 9 years ago by Christian Lück <[email protected]>
7052fe2026790274aa9f11387075f0860e4583f5 authored almost 9 years ago by Christian Lück <[email protected]>
First class support for PHP7 and HHVM
1cc368ed54fd596a9084c835e79986ff339870db authored almost 9 years ago by Chris Boden <[email protected]>Close stream resource if connection fails
a14adf5874f861acb1ace9bab1553c0296f43c75 authored almost 9 years ago by Chris Boden <[email protected]>Fix error reporting for invalid addresses
77ab97af85d2ef03031750e27950b7d37fcdd9f9 authored almost 9 years ago by Chris Boden <[email protected]>
# Conflicts:
# src/Server.php
added @ before stream_socket_accept in src/Server.php ...
b4baa1e03730c053b83b40d58ae565266fdd5406 authored almost 9 years ago by Chris Boden <[email protected]>818fe1c0d97b264cb780f201902707bb7aec8613 authored about 9 years ago by Christian Lück <[email protected]>
4faf42d976a85737cf4385eb486d519dff39f574 authored about 9 years ago by Christian Lück <[email protected]>
7d3b7983634315ddac1d46ece40ed7ac61d863a4 authored about 9 years ago by Christian Lück <[email protected]>
7065da5a848941a6f98f58ea2427a4a394cd44cf authored about 9 years ago by Christian Lück <[email protected]>
This reverts commit a16505daa030e8dc06b5ce5cdeb8f4729aea8898.
71addfc9794001bef63cb93cf83f8f91641824ea authored about 9 years ago by Christian Lück <[email protected]>a9499e72d6afa881b4f791899070ce89f4c1209f authored about 9 years ago by Christian Lück <[email protected]>
7b4cfdcb93dc31344076c850975f09add4edb191 authored about 9 years ago by Christian Lück <[email protected]>
Support Connector without DNS
0460210df73dc2867b7b3c65a75575d0bf5eee86 authored about 9 years ago by Christian Lück <[email protected]>0f07289276d769d1ca94101246fa936b228733c4 authored about 9 years ago by Christian Lück <[email protected]>
051638960b57bf0b243e25b14de8c7f5fb5a130c authored about 9 years ago by Christian Lück <[email protected]>
9fe3407dea00774ed134129cabf22c95c22302bc authored over 9 years ago by Christian Lück <[email protected]>
b46865449b1f8c682ab9ac99e94620abf0b7a6d0 authored over 9 years ago by Christian Lück <[email protected]>
1a4b1c671f35cbb760fcc29dfe2bcdc4592fbc59 authored over 9 years ago by Christian Lück <[email protected]>
Move SSL/TLS context options to SecureConnector
5e3c4c60b14204660ffedc5e1d6813c708b2ce2c authored over 9 years ago by Chris Boden <[email protected]>3ca814d7e03e2a5bffeaa5773423107957a8aece authored over 9 years ago by Christian Lück <[email protected]>
Add support for Unix domain sockets (UDS)
3985ea17e0a4639d8d10ef28739fd9bd1fcb1725 authored over 9 years ago by Chris Boden <[email protected]>595aaeb5d612f65d6c633b90daff81ff6a6b3fa2 authored over 9 years ago by Tim Bazuin <[email protected]>
* TLS endpoints do not have to match connection endpoints (proxy setup)
* More SOLID design, bet...
2536462fb140082cea149d6f0afa922bb8defd91 authored over 9 years ago by Christian Lück <[email protected]>
Annotations fix
9b3eba6e4983d27a81bce429d69145b4f632d53f authored over 9 years ago by Chris Boden <[email protected]>7e2fa5a30f40486fa4d89b1a7afb3c607b8a1fbc authored over 9 years ago by Klein Thomas <[email protected]>
c81c3dee6226bc7b68cee9eaa94746f12534c015 authored over 9 years ago by Klein Thomas <[email protected]>
Adding $loop->run(); to the documentation
3cc3f860a6942ea5c0e0384c9b4ee27149753eff authored over 9 years ago by Christian Lück <[email protected]>fa736cfad83dfff9b277db2e41a1176750ac2817 authored over 9 years ago by ThijsFeryn <[email protected]>
98b609589281b2cc717c04e87b1efd9a626001b5 authored over 9 years ago by Chris Boden <[email protected]>
b06c154a2ab35864382ad1fad5f3a4e3bda1979e authored over 9 years ago by Chris Boden <[email protected]>
Test against PHP7
720ffc6eb259856a49ddedca4c094644b631219b authored over 9 years ago by Chris Boden <[email protected]>Test against PHP7
fc58f35e520a1d7dece2e7a5184daebed598ac67 authored over 9 years ago by Chris Boden <[email protected]>6d765b08e36ea9e8f8b0765e07f51612e857621d authored over 9 years ago by Alex Mace <[email protected]>
a12dc4ecd25d755a3b49f007ba09032268e637b2 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
7f3b42800da2e0c775bc96d11f94c35eaffadf11 authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
5f41caaba9bed543dea87df3f3d98b26e72ae0e3 authored over 9 years ago by Chris Boden <[email protected]>
cf29c6c9e12e36148360f8876eb862f0065a2f1c authored over 9 years ago by Cees-Jan Kiewiet <[email protected]>
7f713ace56a57c9ca15b5084e498e13719795a69 authored almost 10 years ago by Cees-Jan Kiewiet <[email protected]>
1375dac21b1881cba31c2b38f412dc039566673f authored almost 10 years ago by Chris Boden <[email protected]>
0406b34fa3ec8f825c8e8722ebeda85f4b05f75f authored almost 10 years ago by Igor Wiedler <[email protected]>
7cc7043f94cf5779d333e2bed5432af5c6c8cb96 authored almost 10 years ago by Igor Wiedler <[email protected]>
25686f574e0bd9348cb2d488f243a4463ad9a963 authored almost 10 years ago by Chris Boden <[email protected]>
d46c0b5cfdd6d19e294090b15a4189b1de0dcf93 authored almost 10 years ago by Chris Boden <[email protected]>
dfaf7c3b60712edc1dfabfa918b93f8492369995 authored almost 10 years ago by Chris Boden <[email protected]>
e3122b19d97b598aa2d6b8b61ca9d8847c6ecb9e authored almost 10 years ago by Chris Boden <[email protected]>
14116e4cbd0a13d0d1bb4963373da038649e67b5 authored almost 10 years ago by Chris Boden <[email protected]>
Added peer_name to ssl context options
3cc2bfd1eab5e2addf18694cf76e23764cac533d authored almost 10 years ago by Chris Boden <[email protected]>refs #24
b302dfc13d71fab81a3eb0e267fd75370e3b7e65 authored almost 10 years ago by Chris Boden <[email protected]>:-)
6f92680bb862f8efe0c2a7f51a60eae807c6a826 authored almost 10 years ago by Chris Boden <[email protected]>e81abac5bc58eb7cc6a3e3875e0503bc3b99153a authored almost 10 years ago by Cees-Jan Kiewiet <[email protected]>
80eeb4717f1df78a72e1dc8c854b343f1707fd47 authored about 10 years ago by e3betht <[email protected]>
Connection is a server side incoming connection
2949cf3673480fd968db22aa3ba1995d9f6ef936 authored about 10 years ago by Chris Boden <[email protected]>It MUST NOT be used in a client side context
b6d821a15253dd37df50d495a8fcc540bde7c14a authored about 10 years ago by Christian Lück <[email protected]>5b4ccbb9071f81280f20971cccd2abe980d027ca authored about 10 years ago by Chris Boden <[email protected]>
6ebaa4e0a79bc14432bfb4c6e7080324bb19ddba authored over 10 years ago by Igor Wiedler <[email protected]>
* origin/ssl-fix:
Fix version check to 5.5
Only do file_get_contents on PHP versions needed
...
* origin/crypto-once:
Only toggle the stream crypto handshake once
08ff406ad01b82177359bd5d4814f77ee8566ace authored over 10 years ago by Chris Boden <[email protected]>
aa071b84e68f217e71a7fae6514d6f63e7077e64 authored over 10 years ago by Chris Boden <[email protected]>
44ab73cffe85d499ee2eb100e9d5be05c7ef6c85 authored over 10 years ago by Chris Boden <[email protected]>
ac87c2d36f4864f54be770158d6dd190ad911283 authored over 10 years ago by Chris Boden <[email protected]>
72eea35099ed801ad87cd23c3184fb6c24ea93e5 authored over 10 years ago by Chris Boden <[email protected]>
6a813e0ffed5f707e6fc7c6176765e9a2cc222a1 authored over 10 years ago by Chris Boden <[email protected]>
Ensure SNI details are always set on socket creation
a1f4e7c58333dddc85a4ecc28101e1754fc989fd authored over 10 years ago by Chris Boden <[email protected]>
In PHP versions <5.6, SNI is not handled correctly unless the context
options are set at the tim...
Show test coverage directly after running test
cc9087cd9e86a5dd2ab6b6f2525d2e6da0d4b6f8 authored over 10 years ago by Chris Boden <[email protected]>Show test coverage directly after running test
3c9bddaeee617463a407dccb1068997f6f40d77f authored over 10 years ago by Chris Boden <[email protected]>20a9d24713349736d572767831feb3802b7c4377 authored over 10 years ago by Rowan Lewis <[email protected]>
df8431b68701861c1e783b3148fcfd2bca74febe authored over 10 years ago by Rowan Lewis <[email protected]>
afad9e9bb61b078d911493fbd3b6929120b66d62 authored over 10 years ago by Chris Boden <[email protected]>
Add CHANGELOG
fd6460d88736c5ae9a5c3988dcf3509b6a15f980 authored over 10 years ago by Chris Boden <[email protected]>Add CHANGELOG
0d941c57e0201e26dfde6553197cbb1409498e1e authored over 10 years ago by Chris Boden <[email protected]>7c1c7012759effc4371fc50083b33682cec1c9af authored over 10 years ago by Christian Lück <[email protected]>
00b65327b043f8497d3c308c38117f41e47826e2 authored over 10 years ago by Christian Lück <[email protected]>
66bc6cad82aef01ca752cc42cf1a2baeb3a47726 authored over 10 years ago by Christian Lück <[email protected]>
Source:
https://github.com/reactphp/react/blob/a6de34d61f68adebd3cc3b855268a5f1475749b8/CHANGELOG.md
Source:
https://github.com/reactphp/react/blob/a6de34d61f68adebd3cc3b855268a5f1475749b8/CHANGELOG.md
a813a91e2b13a938768c4f894c91fa8295f5b449 authored over 10 years ago by Chris Boden <[email protected]>