Skip to content

Tags: amphp/aerys

Tags

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Do not null lastWrite

May cause out of order writes

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
trowski Aaron Piotrowski
Allow amphp/file ^0.3

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix explicit port in HTTP/2 Driver

Fixes #202.

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v0.7.1

 - Fixed connection hangs if the process is forked while serving a request. See #182 and #192.

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v0.7.0

 - Fixed incorrect log level warning.
 - Fixed issue with referenced IPC socket blocking server shutdown.
 - Added support for unix sockets.
 - Added support for wildcard server names such as `localhost:*`, `*:80` and `*:*`.
 - Fixed buggy HTTP/1 pipelining.
 - Handle promises returned from generators in the config file correctly.
 - Added `-u` / `--user` command line option.
 - Correctly decode URL parameters with `urldecode` instead of `rawurldecode`.
 - Fixed freeze of websocket reading with very low `maxFramesPerSecond` and `maxBytesPerMinute`.

v0.6.2

Toggle v0.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v0.6.2

Retag of v0.6.0, as v0.6.1 has been tagged, but was supposed to be
v0.7.0.

v0.6.1

Toggle v0.6.1's commit message
Fix freeze of websocket reading with very low maxFramesPerSecond and …

…maxBytesPerMinute

v0.6.0

Toggle v0.6.0's commit message
Fix branch alias for dev-master

v0.5.0

Toggle v0.5.0's commit message
Merge pull request #145 from torinaki/add-worker-options

Add possibility to specify php options for workers

v0.4.7

Toggle v0.4.7's commit message
Fix for #134, prevent error on updates from already closed connections