Evan Phoenix
6103e7f45b
Add ability to use a config file (-C, --config)
2011-12-06 14:57:37 -08:00
Evan Phoenix
331764078c
Bump to 0.9.0
2011-12-05 16:09:58 -08:00
Evan Phoenix
c5aad50eb4
Add App::Status rack app to control a server
...
Puma::App::Status is a rack app that can be used to control the current
server. It allows a server to be queried remotely programmaticly.
2011-12-05 09:01:19 -08:00
Evan Phoenix
c87d543b68
Minimize allocations in response handling
...
Just another friendly reminder that string constants are frozen so that
when they're inserted into a Hash, they're not dup'd and are put
directly in, saving allocations.
2011-12-01 14:16:18 -08:00
Evan Phoenix
7b9efe3f63
Bump to version 0.8.2
2011-11-22 15:42:05 -08:00
Evan Phoenix
c4d29698c4
Add rack as a dep
2011-10-25 15:07:54 -07:00
Evan Phoenix
1657f579d7
Add PATH_INFO to the env
2011-10-14 12:15:35 -07:00
Evan Phoenix
73ef3c9eb4
Change version to 0.8.0
2011-10-07 12:03:34 -07:00
Evan Phoenix
44cd2583aa
Add timeout support to persistent connections
2011-10-04 21:11:10 -07:00
Evan Phoenix
f5c534a65e
Change version to 1.0.0 and reformat slightly
2011-09-23 21:01:03 -07:00
Evan Phoenix
190a81c55a
Name change: Mongrel => Puma
2011-09-22 19:24:43 -07:00