1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-27 04:14:49 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Aaron Piotrowski
7a8d6d5f1f Remove Parser
Moved to a separate repository at amphp/parser.
2017-06-07 22:23:44 -05:00
Aaron Piotrowski
7543f30fd6 Do not include delimiter in sent string 2017-06-01 00:08:18 -05:00
Aaron Piotrowski
b5d2a8d434 Do not send remaining buffer on end 2017-05-31 23:51:44 -05:00
Niklas Keller
2bf2f8af06 Document compression streams 2017-05-25 17:51:25 +02:00
Niklas Keller
4f4c9f171c Fix code style 2017-05-14 14:41:04 +02:00
Niklas Keller
c397a22ac9 Rename Gzip*Stream to Zlib*Stream and allow different encodings 2017-05-14 14:40:32 +02:00
Aaron Piotrowski
a37ebef071 Add simple parser example 2017-05-12 09:32:41 -05:00
Aaron Piotrowski
f63b1ec35c Revert "Update benchmark example"
This reverts commit fbf4b2ef64.
2017-05-12 09:21:39 -05:00
Aaron Piotrowski
fbf4b2ef64 Update benchmark example 2017-05-11 18:14:33 -05:00
Niklas Keller
59b2454253 Fix null pointer access in GzipInputStream 2017-05-08 09:44:54 +02:00
Niklas Keller
bc24326ec0 Add GzipInputStream 2017-05-05 22:39:39 +02:00
Niklas Keller
bcefe903c9 Add ReactPHP credit 2017-05-05 21:38:43 +02:00
Niklas Keller
85cd222d2f Add simple benchmark 2017-05-05 16:52:06 +02:00