1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib/puma
Johnny Shields d7cfe19eb3
Extract prune_bundler code into it's own class. (#2797)
Co-authored-by: shields <shields@tablecheck.com>
2022-02-01 12:07:38 -07:00
..
app Rename Puma::JSON to Puma::JSONSerialization (#2640) 2021-06-09 08:55:45 -06:00
cluster Cleanup: Add WorkerHandle#term! method to remove usage of instance_variable_set (#2792) 2022-01-09 08:06:55 -07:00
launcher Extract prune_bundler code into it's own class. (#2797) 2022-02-01 12:07:38 -07:00
minissl Support for cert_pem and key_pem with ssl_bind DSL (#2728) 2021-10-31 14:59:21 +01:00
plugin Test cleanup and parallelization (#1846) 2019-07-16 18:53:28 -04:00
rack Add Rubocop for redundant returns 2021-06-10 12:28:35 -06:00
binder.rb Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
cli.rb Adds a --silent option to the CLI (#2803) 2022-01-19 09:31:46 -07:00
client.rb Rescue Errno::EBADF in Client#close (#2748) 2021-11-06 12:13:44 +01:00
cluster.rb Add a couple of accessors (#2774) 2022-01-31 11:46:47 -07:00
commonlogger.rb fix: Update links to use TLS/SSL [ci skip] [changelog skip] 2020-08-14 00:20:07 +05:30
configuration.rb Allow culling of oldest workers, previously was only youngest (#2773) 2022-01-01 14:55:57 -06:00
const.rb 2.6.1 2022-01-26 16:18:04 -08:00
control_cli.rb Add support for APP_ENV environment variable 2021-09-20 10:12:38 -05:00
detect.rb Try to fix intermittent CI issues (#2739) 2021-10-31 12:06:58 +01:00
dsl.rb Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
error_logger.rb fix some spell errors (#2615) 2021-04-29 10:01:15 -06:00
events.rb Avoid mutating stdout and stderr (#2486) 2020-12-02 10:43:53 -07:00
io_buffer.rb IOBuffer back to Ruby (#1980) 2020-02-27 13:50:34 -06:00
jruby_restart.rb Remove daemonization (#2170) 2020-03-10 12:08:34 -06:00
json_serialization.rb Rename Puma::JSON to Puma::JSONSerialization (#2640) 2021-06-09 08:55:45 -06:00
launcher.rb Extract prune_bundler code into it's own class. (#2797) 2022-02-01 12:07:38 -07:00
minissl.rb Support for cert_pem and key_pem with ssl_bind DSL (#2728) 2021-10-31 14:59:21 +01:00
null_io.rb Add #flush and #sync methods to Puma::NullIO (#2553) 2021-02-10 15:30:24 -07:00
plugin.rb Keep thread names under 15 characters (#2733) 2021-12-12 13:11:19 -07:00
queue_close.rb Refactor drain on shutdown (#2600) 2021-04-30 17:22:59 -05:00
rack_default.rb Test cleanup and parallelization (#1846) 2019-07-16 18:53:28 -04:00
reactor.rb Allow specifying the desired IO selector backend for nio4r (#2522) 2021-01-12 09:39:33 -07:00
request.rb Add support for streaming bodies. (#2740) 2022-01-29 10:15:36 -07:00
runner.rb Add a couple of accessors (#2774) 2022-01-31 11:46:47 -07:00
server.rb Revert "Always send lowlevel_error response to client (#2731)" (#2809) 2022-01-26 16:45:54 -07:00
single.rb Server run thread safety fix [changelog skip] (#2435) 2020-10-20 07:26:16 -06:00
state_file.rb Fix Puma::StateFile#load returns empty string instead of nil (#2810) 2022-01-27 08:16:01 -06:00
systemd.rb Add systemd notify and watchdog support (#2438) 2020-10-26 16:02:31 -06:00
thread_pool.rb Bump RuboCop to work with newer Psych versions (#2783) 2021-12-31 14:18:16 +01:00
util.rb Extract calls to purge_interrupt_queue (#2716) 2021-10-01 14:11:15 -06:00