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
Clint Shryock 26a1ab2e14 Standardize "block" usage
This commit standardizes on the use of `block` over `blk`. I found the usage of
both in the code.
2013-07-03 09:25:48 -05:00
..
app
accept_nonblock.rb
binder.rb Merge pull request #231 from urbaniak/socket-activation 2013-05-31 09:52:12 -07:00
capistrano.rb Allow socket to be configured via capistrano 2013-06-17 09:36:59 +03:00
cli.rb Standardize "block" usage 2013-07-03 09:25:48 -05:00
client.rb Handle all read exceptions properly. Fixes #252 2013-06-01 14:20:45 -07:00
compat.rb
configuration.rb Standardize "block" usage 2013-07-03 09:25:48 -05:00
const.rb Fix JRuby restart args, bump 2.2.1 2013-07-02 11:23:37 -07:00
control_cli.rb output stats results when using pumactl 2013-06-13 11:47:02 -05:00
daemon_ext.rb Fix daemonization on jruby 2013-06-19 16:16:15 -07:00
delegation.rb Standardize "block" usage 2013-07-03 09:25:48 -05:00
detect.rb
events.rb
io_buffer.rb
java_io_buffer.rb
jruby_restart.rb Fix daemonization on jruby 2013-06-19 16:16:15 -07:00
minissl.rb Handle all engine data when possible. Fixes #251. 2013-06-17 23:20:54 -07:00
null_io.rb
rack_default.rb
rack_patch.rb
reactor.rb Syncronize all access to @timeouts. Fixes #208 2013-03-18 16:41:59 -07:00
server.rb Don't leak info when not in development. Fixes #256 2013-07-01 16:48:17 -07:00
thread_pool.rb Standardize "block" usage 2013-07-03 09:25:48 -05:00
util.rb