stdinho

Turn any STDIN/STDOUT into HTTP server

OTHER License

Downloads
62
Stars
134
Committers
3
stdinho - PHP 8.2 support Latest Release

Published by ostrolucky over 1 year ago

stdinho - Support modern versions of dependencies

Published by ostrolucky about 2 years ago

  • Upgrade to GitHub-native Dependabot #4
  • Update jean85/pretty-package-versions requirement from ^1.1 to ^1.1 || ^2.0 #3
  • Support higher versions of dependencies, PHP 8.0 requirement 43c8965
  • Migrate to GH actions 28b906d
  • symfony/console >= 5 support, phpunit 9 751b8c9
stdinho - Indicate abort status in progress bar

Published by ostrolucky almost 5 years ago

  • Show abort status in progress bar 0488f7a
  • Support symfony/console 5 ceaac2a
stdinho - Fix percentages in progress bar

Published by ostrolucky about 5 years ago

  • Fix percentages in progress bar 12717f5
stdinho - Fix crash that occurs when re-connecting

Published by ostrolucky about 5 years ago

  • Fix crash that occurs when re-connecting 7818ffe
stdinho - Fix premature server shutdown after --buffer-size is exceeded

Published by ostrolucky over 5 years ago

  • Fix premature server shutdown after buffer-size is exceeded 6aa88c3
stdinho - --buffer-size option

Published by ostrolucky over 5 years ago

  • Add --buffer-size option a8a7229
  • Add --connections-limit option 9c7cb8f
  • Disallow overwriting when stdin and -f with existing path is provided 4b16f65
  • Use less misleading default value for --http-headers 4b15f73
stdinho - --http-headers option

Published by ostrolucky over 5 years ago

  • Add --http-headers CLI option for specifying custom HTTP response header 1512083
stdinho - Unlink temp files

Published by ostrolucky almost 6 years ago

  • Fix usage when both stdin and -f argument are available 81880ba
  • Unlink temp files on CTRL+C 0d302b1
  • Guide user how to exit 6de87b9
stdinho - Performance optimization

Published by ostrolucky almost 6 years ago

  • More consistent error handling with default symfony/console behaviour 66c7297
  • Improve CPU utilization (~74% -> ~51%) when writing to socket is faster 9984b39
  • Remove direct dependency on amphp/file, improve CPU usage and perf a290135
  • Better RFC 2616 compliance d3b3ad6
  • Autodetect filename from path to put to HTTP response 7fb87f8
stdinho - Content-length

Published by ostrolucky almost 6 years ago

  • Return content length if buffering finished e058135
  • Log request headers faadd1d
stdinho - Fix cat

Published by ostrolucky almost 6 years ago

  • Fix output of non-decorated output d80166e
stdinho - Windows compatibility

Published by ostrolucky over 6 years ago

  • --file option 067382a
  • Progress bars, show help on missing stdin c52c5f9
  • Improve stdin end detection ed94d94
  • Handle the case when can't determine mimetype yet 2c47b7c