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
Morton Jonuschat dcc55fb021 Return success status to the invoking environment
Daemonizing on JRuby returned an error status to the
invoking environment due to exit! defaulting to a
return status of „false“ in constrast to exit which
defaults to „true“.
2013-08-21 07:25:25 +02:00
..
app Fix typo in phased-restart response 2013-08-06 15:47:40 -04:00
accept_nonblock.rb
binder.rb
capistrano.rb
cli.rb Merge pull request #349 from CentroNet-Marketing/log-when-phased-restart-unavailable 2013-08-08 15:53:34 -07:00
client.rb Add experimental tcp mode (aka lopez express mode) 2013-08-07 16:39:08 -07:00
cluster.rb Make phased_restart fallback to restart if not available 2013-07-18 17:09:18 -07:00
compat.rb
configuration.rb Merge pull request #345 from jc00ke/convert-thread-counts-to-ints 2013-08-08 15:52:41 -07:00
const.rb Bump to 2.5.1 2013-08-13 16:10:30 -07:00
control_cli.rb Merge remote-tracking branch 'origin/pr/336' 2013-08-08 16:10:26 -07:00
daemon_ext.rb
delegation.rb
detect.rb
events.rb
io_buffer.rb
java_io_buffer.rb
jruby_restart.rb Keep jruby daemon mode from retrying on a hot restart 2013-08-13 16:05:51 -07:00
minissl.rb
null_io.rb
rack_default.rb
rack_patch.rb Improve the logging output when hijack is used. Fixes #332 2013-07-18 12:55:40 -07:00
reactor.rb
runner.rb Add experimental tcp mode (aka lopez express mode) 2013-08-07 16:39:08 -07:00
server.rb Fix typo in using lopez express (raw tcp) mode 2013-08-08 16:21:22 -07:00
single.rb Return success status to the invoking environment 2013-08-21 07:25:25 +02:00
tcp_logger.rb Add experimental tcp mode (aka lopez express mode) 2013-08-07 16:39:08 -07:00
thread_pool.rb
util.rb