1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

20 commits

Author SHA1 Message Date
MSP-Greg
5a6f3f2b34 Fix stat & TestCLI#test_control_for_tcp (#1470) 2017-12-11 14:05:36 -07:00
Evan Phoenix
5fdf337790 Move puma.rb to just autoloads. Fixes #1063 2016-09-05 11:29:16 -07:00
Evan Phoenix
88cc1b5721 Execute background hooks after daemonizing. Fixes #925 2016-07-24 16:00:57 -07:00
Evan Phoenix
50ccba8a9e Redirect IO in the jruby daemon mode. Fixes #778 2016-07-24 13:56:02 -07:00
Vipul A M
50d1b772f6 rm unused pid 2016-04-07 23:38:53 +05:30
Evan Phoenix
d7c13dd63f Fix jruby daemonization. Fixes #918 2016-03-05 16:28:39 -08:00
Evan Phoenix
f788af0c8f Continue API cleanup, preparing for 3.0 2016-02-06 19:00:29 -08:00
Anna Fowles-Winkler
c20c5fea8d Fix spelling errors. 2015-10-17 11:31:55 -06:00
Evan Phoenix
477f403de9 redirect io right after daemonizing so startup errors are shown. Fixes #359 2014-12-12 17:52:15 -08:00
Evan Phoenix
56084e0967 Load the app in the daemon because it might start threads. Fixes #607 2014-11-24 11:46:32 -08:00
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
Evan Phoenix
f4682fb9d6 Keep jruby daemon mode from retrying on a hot restart 2013-08-13 16:05:51 -07:00
Evan Phoenix
6f7fea49df Fix pidfile creation/deletion race on jruby daemonization 2013-08-08 15:48:50 -07:00
Evan Phoenix
86b7d9718d Detect when the jruby daemon child doesn't start properly 2013-07-11 11:46:18 -07:00
Evan Phoenix
c68ea5e46b Move starting control server to after daemonization 2013-07-08 22:36:50 -07:00
Evan Phoenix
e70a370e2d More cleanup 2013-07-05 21:13:29 -07:00
Evan Phoenix
f2e11d1b52 A bit more cleanup 2013-07-05 17:09:18 -07:00
Evan Phoenix
662852ce4f Pass Events around more, add Events#on_booted 2013-07-05 16:54:15 -07:00
Evan Phoenix
c85c30c82e Fix jruby daemonization 2013-07-05 16:53:52 -07:00
Evan Phoenix
c48b804d8f Refactor modes, fix control server to always work 2013-07-05 16:08:13 -07:00