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
2018-04-12 14:38:52 -05:00
..
app Add /gc URL to status server to do a major GC. Add a /gc-status URL to get GC.stats as JSON. (#1384) 2017-08-03 15:46:49 -06:00
plugin Let's use Rubocop! (#1325) 2017-06-04 13:21:05 -07:00
rack Compare host and server name only once per call. 2016-09-13 12:23:00 +02:00
accept_nonblock.rb
binder.rb default unix backlog depth to 1024, fixes #1449 (#1473) 2017-11-28 10:11:59 -07:00
cli.rb Expose top level Puma.stats API 2018-03-20 11:24:32 -05:00
client.rb Deal with read_nonblock returning nil early 2018-01-19 08:58:31 -08:00
cluster.rb Fix stat & TestCLI#test_control_for_tcp (#1470) 2017-12-11 14:05:36 -07:00
commonlogger.rb
compat.rb
configuration.rb Use Rubocop 0.50; fix SpaceBeforeBlockBraces layout (#1472) 2017-11-30 08:52:40 -07:00
const.rb v 3.11.4 2018-04-12 14:38:52 -05:00
control_cli.rb Parse command-line options for pumactl (#1482) 2018-03-19 14:51:45 -06:00
convenient.rb Split out config into explicit user and file parts 2017-03-09 11:38:26 -06:00
daemon_ext.rb
delegation.rb
detect.rb Use Puma env detection helpers in tests. (#1156) 2016-11-22 17:27:30 -07:00
dsl.rb worker_timeout, worker_boot_timeout, worker_shutdown_timeout fix integer convert (#1450) 2018-03-19 15:05:15 -06:00
events.rb Remove environment from parse_error 2017-05-30 14:52:35 -04:00
io_buffer.rb Use Puma#jruby? helper. (#1159) 2016-11-23 07:38:10 -07:00
java_io_buffer.rb
jruby_restart.rb Let's use Rubocop! (#1325) 2017-06-04 13:21:05 -07:00
launcher.rb Expose top level Puma.stats API 2018-03-20 11:24:32 -05:00
minissl.rb minissl.rb 2018-03-19 18:34:04 -05:00
null_io.rb Add eof? method to NullIO? (#1169) 2016-12-12 09:58:36 -07:00
plugin.rb
rack_default.rb
reactor.rb temporary workaround for https://bugs.ruby-lang.org/issues/13632 (#1345) 2017-07-19 12:22:36 -06:00
runner.rb Add early hints feature (#1403) 2017-10-04 06:30:16 -06:00
server.rb Purge interrupt queue when closing socket fails (#1553) 2018-04-02 08:03:54 -06:00
single.rb Fix stat & TestCLI#test_control_for_tcp (#1470) 2017-12-11 14:05:36 -07:00
state_file.rb
tcp_logger.rb
thread_pool.rb Use Rubocop 0.50; fix SpaceBeforeBlockBraces layout (#1472) 2017-11-30 08:52:40 -07:00
util.rb