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

Update to evenement 1.0.*

79d78f2fa7857d82ff1013ffd75ef23fc88168c4 authored over 12 years ago
CS

972e01218fbcdfe161bb73d2865fed342a9e59d6 authored over 12 years ago
[Socket] Buffer write errors

Re-enabled detailed errors on buffer write errors

597a9335f5a4907773b18582b6cfeffadb5903a8 authored over 12 years ago
Merge branch 'buffer-fragmentation' of github.com:react-php/react into buffer-fragmentation

997ae5c3ea27978ca18e1b3543db4094ddeab534 authored over 12 years ago
[Socket] Buffer fix

Removed the option for output buffer chunk size, use defaults
Removed the unit test that check s...

10a311ebf23c9ecb1efa632e3390bc74fea57b47 authored over 12 years ago
[Socket] Buffering large messages

Added a chunkSize parameter to set the number of bytes the buffer will write at one time
The wri...

957a966bdc807a853130d43e595a2608e470c4d7 authored over 12 years ago
[Socket] Buffer fix

Removed the option for output buffer chunk size, use defaults
Removed the unit test that check s...

de296f74e6dd0678b5a2dad637befa5d39fad6ad authored over 12 years ago
[Socket] Buffering large messages

Added a chunkSize parameter to set the number of bytes the buffer will write at one time
The wri...

92d148c78753a19b676d061a941449bbbe5c8a61 authored over 12 years ago
[Socket] on end shutdown read+write

be5bbd4271879daeebb4445802de5b86321f1c93 authored over 12 years ago
[Socket] shutdown on end

Calling stream_socket_shutdown when closing a client
close is often too slow or doesn't always n...

a11556d277d340cd20a77fffc05e567e6c2b057c authored over 12 years ago
Run CS fixer on code base

0d7fe7f5949955041a055c45f4ce0c84da5e5d1c authored over 12 years ago
Merge branch 'timers-yo'

* timers-yo:
[EventLoop] Tests for timers
Update deps
[EventLoop] Reword some parts of Lib...

c77e1bb990608ad0fc733fc6eca170a80d3bd324 authored over 12 years ago
[EventLoop,Socket] Remove visibility from interfaces

84ed3ac18f59337591b8208d1c7ab54bfc6eccec authored over 12 years ago
[Socket] Get client IP address

Added the ability to retrieve the remote address from client connections

c1f3c71eebf50ee69bdb3df6fd752d8dd4be28e3 authored over 12 years ago
[composer] Add composer.jsons for all components so they can be subtree-split

daec95811dd0d8487e8b4560dedb19443d98830a authored over 12 years ago
Emit errors send Exception objects

61f36b7a9d3423181720047a054d490653452c06 authored over 12 years ago
[Socket] Implement buffered async writing and closeAfterWriting

6926e53ec95cf5979af23d31fd197c588111d903 authored over 12 years ago
[Socket] Change close vs end semantics

8672c449edc19cf68709c900fc9af9dfd8106fa2 authored over 12 years ago
[Socket] Connection self-emit

Updated all connection emits to send itself as context upon triggering an event.

3852178dd209217ffd323bb9b5380615a51aa904 authored over 12 years ago
[Socket] anal CS

2fea7d1a3b77301f8d56ddd00d32bc2ae502b60e authored over 12 years ago
[Socket] Removed __cons from interface

a2cc5b0251352f4897e6a142c218ec9dabb23699 authored over 12 years ago
[Socket] ConnectionInterface

Added ConnectionInterface
Change close() to end() refs #30

316fee316d2c32a3b0497cfe4f024a3a9ede1500 authored over 12 years ago
[Socket] Fix memory usage

Listeners in the EventEmitter still kept references to outside vars
leading to gc failing and hu...

36b14eb74da27d7cb016245ae19827ad093de3cf authored over 12 years ago
[Socket] Catch fwrite errors, closes #29

cea2143d026ec6246cacf60c44ee5d6149954cfa authored over 12 years ago
[Socket] Expose Connection::socket property

932f753fc93b9d176b959395eb892b0fb1d843d4 authored over 12 years ago
[Socket] Refactor server and connection

6feaf1e3e48070c9e264a1ea4c7bd82e3a3b8dcf authored over 12 years ago
[EventLoop] Default stream_select read and write arrays to null

8541167cef468a5b73689b46b815e8e1da3c5a1e authored over 12 years ago
Refactor http interface to be more node-like

* Simple streaming request and response classes
* Use guzzle for http parsing and formatting
* S...

f4f01c6470f2aa7954e5bafb48c46089011d6045 authored over 12 years ago
[Socket] Remove constructor from ServerInterface

91551532c31c78cd7455d945ee8e293b70000875 authored over 12 years ago
Move some logic from server to Loop, add ServerInterface

9beefb66adade483c514994d8457081c479be01e authored over 12 years ago
Rename library to React

e2296cfc2b2fd7390c6ac2f73b87443b2eedc1cf authored over 12 years ago