Import puma_5.6.4.orig.tar.gz
authorPirate Praveen <praveen@debian.org>
Mon, 4 Apr 2022 07:54:10 +0000 (08:54 +0100)
committerPirate Praveen <praveen@debian.org>
Mon, 4 Apr 2022 07:54:10 +0000 (08:54 +0100)
commitf5869bdeed7d72158a86845e7f2f712038daa797
tree329d0fdefd3ab62c11fac951f83c16b92e3b3966
Import puma_5.6.4.orig.tar.gz

[dgit import orig puma_5.6.4.orig.tar.gz]
251 files changed:
.codeclimate.yml [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/pull_request_template.md [new file with mode: 0644]
.github/workflows/mri.yml [new file with mode: 0644]
.github/workflows/non_mri.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.rubocop.yml [new file with mode: 0644]
.rubocop_todo.yml [new file with mode: 0644]
5.0-Upgrade.md [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Gemfile [new file with mode: 0644]
History.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
Rakefile [new file with mode: 0644]
Release.md [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
benchmarks/wrk/big_body.sh [new file with mode: 0755]
benchmarks/wrk/big_response.sh [new file with mode: 0755]
benchmarks/wrk/cpu_spin.sh [new file with mode: 0755]
benchmarks/wrk/hello.sh [new file with mode: 0755]
benchmarks/wrk/jruby_ssl_realistic_response.sh [new file with mode: 0755]
benchmarks/wrk/lua/big_body.lua [new file with mode: 0644]
benchmarks/wrk/many_long_headers.sh [new file with mode: 0755]
benchmarks/wrk/more_conns_than_threads.sh [new file with mode: 0755]
benchmarks/wrk/realistic_response.sh [new file with mode: 0755]
benchmarks/wrk/ssl_realistic_response.sh [new file with mode: 0755]
bin/puma [new file with mode: 0755]
bin/puma-wild [new file with mode: 0644]
bin/pumactl [new file with mode: 0755]
docs/architecture.md [new file with mode: 0644]
docs/compile_options.md [new file with mode: 0644]
docs/deployment.md [new file with mode: 0644]
docs/fork_worker.md [new file with mode: 0644]
docs/images/puma-connection-flow-no-reactor.png [new file with mode: 0644]
docs/images/puma-connection-flow.png [new file with mode: 0644]
docs/images/puma-general-arch.png [new file with mode: 0644]
docs/jungle/README.md [new file with mode: 0644]
docs/jungle/rc.d/README.md [new file with mode: 0644]
docs/jungle/rc.d/puma [new file with mode: 0755]
docs/jungle/rc.d/puma.conf [new file with mode: 0644]
docs/kubernetes.md [new file with mode: 0644]
docs/nginx.md [new file with mode: 0644]
docs/plugins.md [new file with mode: 0644]
docs/rails_dev_mode.md [new file with mode: 0644]
docs/restart.md [new file with mode: 0644]
docs/signals.md [new file with mode: 0644]
docs/stats.md [new file with mode: 0644]
docs/systemd.md [new file with mode: 0644]
examples/CA/cacert.pem [new file with mode: 0644]
examples/CA/newcerts/cert_1.pem [new file with mode: 0644]
examples/CA/newcerts/cert_2.pem [new file with mode: 0644]
examples/CA/private/cakeypair.pem [new file with mode: 0644]
examples/CA/serial [new file with mode: 0644]
examples/plugins/redis_stop_puma.rb [new file with mode: 0644]
examples/puma/cert_puma.pem [new file with mode: 0644]
examples/puma/client-certs/ca.crt [new file with mode: 0644]
examples/puma/client-certs/ca.key [new file with mode: 0644]
examples/puma/client-certs/client.crt [new file with mode: 0644]
examples/puma/client-certs/client.key [new file with mode: 0644]
examples/puma/client-certs/client_expired.crt [new file with mode: 0644]
examples/puma/client-certs/client_expired.key [new file with mode: 0644]
examples/puma/client-certs/client_unknown.crt [new file with mode: 0644]
examples/puma/client-certs/client_unknown.key [new file with mode: 0644]
examples/puma/client-certs/generate_client_test.rb [new file with mode: 0644]
examples/puma/client-certs/keystore.jks [new file with mode: 0644]
examples/puma/client-certs/run_server_with_certs.rb [new file with mode: 0644]
examples/puma/client-certs/server.crt [new file with mode: 0644]
examples/puma/client-certs/server.key [new file with mode: 0644]
examples/puma/client-certs/server.p12 [new file with mode: 0644]
examples/puma/client-certs/unknown_ca.crt [new file with mode: 0644]
examples/puma/client-certs/unknown_ca.key [new file with mode: 0644]
examples/puma/csr_puma.pem [new file with mode: 0644]
examples/puma/generate_server_test.rb [new file with mode: 0644]
examples/puma/keystore.jks [new file with mode: 0644]
examples/puma/puma_keypair.pem [new file with mode: 0644]
examples/puma/server.p12 [new file with mode: 0644]
examples/qc_config.rb [new file with mode: 0644]
ext/puma_http11/PumaHttp11Service.java [new file with mode: 0644]
ext/puma_http11/ext_help.h [new file with mode: 0644]
ext/puma_http11/extconf.rb [new file with mode: 0644]
ext/puma_http11/http11_parser.c [new file with mode: 0644]
ext/puma_http11/http11_parser.h [new file with mode: 0644]
ext/puma_http11/http11_parser.java.rl [new file with mode: 0644]
ext/puma_http11/http11_parser.rl [new file with mode: 0644]
ext/puma_http11/http11_parser_common.rl [new file with mode: 0644]
ext/puma_http11/mini_ssl.c [new file with mode: 0644]
ext/puma_http11/no_ssl/PumaHttp11Service.java [new file with mode: 0644]
ext/puma_http11/org/jruby/puma/Http11.java [new file with mode: 0644]
ext/puma_http11/org/jruby/puma/Http11Parser.java [new file with mode: 0644]
ext/puma_http11/org/jruby/puma/MiniSSL.java [new file with mode: 0644]
ext/puma_http11/puma_http11.c [new file with mode: 0644]
lib/puma.rb [new file with mode: 0644]
lib/puma/app/status.rb [new file with mode: 0644]
lib/puma/binder.rb [new file with mode: 0644]
lib/puma/cli.rb [new file with mode: 0644]
lib/puma/client.rb [new file with mode: 0644]
lib/puma/cluster.rb [new file with mode: 0644]
lib/puma/cluster/worker.rb [new file with mode: 0644]
lib/puma/cluster/worker_handle.rb [new file with mode: 0644]
lib/puma/commonlogger.rb [new file with mode: 0644]
lib/puma/configuration.rb [new file with mode: 0644]
lib/puma/const.rb [new file with mode: 0644]
lib/puma/control_cli.rb [new file with mode: 0644]
lib/puma/detect.rb [new file with mode: 0644]
lib/puma/dsl.rb [new file with mode: 0644]
lib/puma/error_logger.rb [new file with mode: 0644]
lib/puma/events.rb [new file with mode: 0644]
lib/puma/io_buffer.rb [new file with mode: 0644]
lib/puma/jruby_restart.rb [new file with mode: 0644]
lib/puma/json_serialization.rb [new file with mode: 0644]
lib/puma/launcher.rb [new file with mode: 0644]
lib/puma/minissl.rb [new file with mode: 0644]
lib/puma/minissl/context_builder.rb [new file with mode: 0644]
lib/puma/null_io.rb [new file with mode: 0644]
lib/puma/plugin.rb [new file with mode: 0644]
lib/puma/plugin/tmp_restart.rb [new file with mode: 0644]
lib/puma/queue_close.rb [new file with mode: 0644]
lib/puma/rack/builder.rb [new file with mode: 0644]
lib/puma/rack/urlmap.rb [new file with mode: 0644]
lib/puma/rack_default.rb [new file with mode: 0644]
lib/puma/reactor.rb [new file with mode: 0644]
lib/puma/request.rb [new file with mode: 0644]
lib/puma/runner.rb [new file with mode: 0644]
lib/puma/server.rb [new file with mode: 0644]
lib/puma/single.rb [new file with mode: 0644]
lib/puma/state_file.rb [new file with mode: 0644]
lib/puma/systemd.rb [new file with mode: 0644]
lib/puma/thread_pool.rb [new file with mode: 0644]
lib/puma/util.rb [new file with mode: 0644]
lib/rack/handler/puma.rb [new file with mode: 0644]
puma.gemspec [new file with mode: 0644]
test/bundle_app_config_test/.bundle/config [new file with mode: 0644]
test/bundle_app_config_test/Gemfile [new file with mode: 0644]
test/bundle_app_config_test/config.ru [new file with mode: 0644]
test/bundle_preservation_test/.gitignore [new file with mode: 0644]
test/bundle_preservation_test/Gemfile.bundle_env_preservation_test [new file with mode: 0644]
test/bundle_preservation_test/config.ru [new file with mode: 0644]
test/bundle_preservation_test/version1/Gemfile [new file with mode: 0644]
test/bundle_preservation_test/version1/config.ru [new file with mode: 0644]
test/bundle_preservation_test/version1/config/puma.rb [new file with mode: 0644]
test/bundle_preservation_test/version2/Gemfile [new file with mode: 0644]
test/bundle_preservation_test/version2/config.ru [new file with mode: 0644]
test/bundle_preservation_test/version2/config/puma.rb [new file with mode: 0644]
test/config/ab_rs.rb [new file with mode: 0644]
test/config/app.rb [new file with mode: 0644]
test/config/control_no_token.rb [new file with mode: 0644]
test/config/cpu_spin.rb [new file with mode: 0644]
test/config/custom_log_formatter.rb [new file with mode: 0644]
test/config/plugin1.rb [new file with mode: 0644]
test/config/prune_bundler_print_json_defined.rb [new file with mode: 0644]
test/config/prune_bundler_print_nio_defined.rb [new file with mode: 0644]
test/config/prune_bundler_with_deps.rb [new file with mode: 0644]
test/config/prune_bundler_with_multiple_workers.rb [new file with mode: 0644]
test/config/settings.rb [new file with mode: 0644]
test/config/ssl_config.rb [new file with mode: 0644]
test/config/ssl_self_signed_config.rb [new file with mode: 0644]
test/config/state_file_testing_config.rb [new file with mode: 0644]
test/config/suppress_exception.rb [new file with mode: 0644]
test/config/t1_conf.rb [new file with mode: 0644]
test/config/t2_conf.rb [new file with mode: 0644]
test/config/t3_conf.rb [new file with mode: 0644]
test/config/with_float_convert.rb [new file with mode: 0644]
test/config/with_integer_convert.rb [new file with mode: 0644]
test/config/with_rackup_from_dsl.rb [new file with mode: 0644]
test/config/with_symbol_convert.rb [new file with mode: 0644]
test/config/worker_shutdown_timeout_2.rb [new file with mode: 0644]
test/helper.rb [new file with mode: 0644]
test/helpers/apps.rb [new file with mode: 0644]
test/helpers/config_file.rb [new file with mode: 0644]
test/helpers/integration.rb [new file with mode: 0644]
test/helpers/ssl.rb [new file with mode: 0644]
test/helpers/tmp_path.rb [new file with mode: 0644]
test/minitest/verbose.rb [new file with mode: 0644]
test/minitest/verbose_progress_plugin.rb [new file with mode: 0644]
test/rackup/big_response.ru [new file with mode: 0644]
test/rackup/close_listeners.ru [new file with mode: 0644]
test/rackup/hello-bind.ru [new file with mode: 0644]
test/rackup/hello-env.ru [new file with mode: 0644]
test/rackup/hello.ru [new file with mode: 0644]
test/rackup/hello_with_delay.ru [new file with mode: 0644]
test/rackup/lobster.ru [new file with mode: 0644]
test/rackup/many_long_headers.ru [new file with mode: 0644]
test/rackup/realistic_response.ru [new file with mode: 0644]
test/rackup/sleep.ru [new file with mode: 0644]
test/rackup/sleep_pid.ru [new file with mode: 0644]
test/rackup/sleep_step.ru [new file with mode: 0644]
test/rackup/write_to_stdout.ru [new file with mode: 0644]
test/rackup/write_to_stdout_on_boot.ru [new file with mode: 0644]
test/test_app_status.rb [new file with mode: 0644]
test/test_binder.rb [new file with mode: 0644]
test/test_busy_worker.rb [new file with mode: 0644]
test/test_cli.rb [new file with mode: 0644]
test/test_config.rb [new file with mode: 0644]
test/test_error_logger.rb [new file with mode: 0644]
test/test_events.rb [new file with mode: 0644]
test/test_http10.rb [new file with mode: 0644]
test/test_http11.rb [new file with mode: 0644]
test/test_integration_cluster.rb [new file with mode: 0644]
test/test_integration_pumactl.rb [new file with mode: 0644]
test/test_integration_single.rb [new file with mode: 0644]
test/test_integration_ssl.rb [new file with mode: 0644]
test/test_integration_systemd.rb [new file with mode: 0644]
test/test_iobuffer.rb [new file with mode: 0644]
test/test_json_serialization.rb [new file with mode: 0644]
test/test_launcher.rb [new file with mode: 0644]
test/test_minissl.rb [new file with mode: 0644]
test/test_null_io.rb [new file with mode: 0644]
test/test_out_of_band_server.rb [new file with mode: 0644]
test/test_persistent.rb [new file with mode: 0644]
test/test_plugin.rb [new file with mode: 0644]
test/test_preserve_bundler_env.rb [new file with mode: 0644]
test/test_puma_localhost_authority.rb [new file with mode: 0644]
test/test_puma_server.rb [new file with mode: 0644]
test/test_puma_server_ssl.rb [new file with mode: 0644]
test/test_pumactl.rb [new file with mode: 0644]
test/test_rack_handler.rb [new file with mode: 0644]
test/test_rack_server.rb [new file with mode: 0644]
test/test_redirect_io.rb [new file with mode: 0644]
test/test_request_invalid.rb [new file with mode: 0644]
test/test_response_header.rb [new file with mode: 0644]
test/test_thread_pool.rb [new file with mode: 0644]
test/test_unix_socket.rb [new file with mode: 0644]
test/test_web_server.rb [new file with mode: 0644]
test/test_worker_gem_independence.rb [new file with mode: 0644]
test/worker_gem_independence_test/new_json/Gemfile [new file with mode: 0644]
test/worker_gem_independence_test/new_json/config.ru [new file with mode: 0644]
test/worker_gem_independence_test/new_json/config/puma.rb [new file with mode: 0644]
test/worker_gem_independence_test/new_json_with_puma_stats_after_fork/Gemfile [new file with mode: 0644]
test/worker_gem_independence_test/new_json_with_puma_stats_after_fork/config.ru [new file with mode: 0644]
test/worker_gem_independence_test/new_json_with_puma_stats_after_fork/config/puma.rb [new file with mode: 0644]
test/worker_gem_independence_test/new_nio4r/Gemfile [new file with mode: 0644]
test/worker_gem_independence_test/new_nio4r/config.ru [new file with mode: 0644]
test/worker_gem_independence_test/new_nio4r/config/puma.rb [new file with mode: 0644]
test/worker_gem_independence_test/old_json/Gemfile [new file with mode: 0644]
test/worker_gem_independence_test/old_json/config.ru [new file with mode: 0644]
test/worker_gem_independence_test/old_json/config/puma.rb [new file with mode: 0644]
test/worker_gem_independence_test/old_json_with_puma_stats_after_fork/Gemfile [new file with mode: 0644]
test/worker_gem_independence_test/old_json_with_puma_stats_after_fork/config.ru [new file with mode: 0644]
test/worker_gem_independence_test/old_json_with_puma_stats_after_fork/config/puma.rb [new file with mode: 0644]
test/worker_gem_independence_test/old_nio4r/Gemfile [new file with mode: 0644]
test/worker_gem_independence_test/old_nio4r/config.ru [new file with mode: 0644]
test/worker_gem_independence_test/old_nio4r/config/puma.rb [new file with mode: 0644]
tools/Dockerfile [new file with mode: 0644]
tools/trickletest.rb [new file with mode: 0644]
win_gem_test/Rakefile_wintest [new file with mode: 0644]
win_gem_test/package_gem.rb [new file with mode: 0644]
win_gem_test/puma.ps1 [new file with mode: 0644]