about summary refs log tree commit homepage
path: root/ext
DateCommit message (Expand)
2009-09-07Don't bother creating HeaderHash unless we need it
2009-09-07enable MRI C extension by default
2009-09-07ext: hack to prevent rdoc from finding Rack* namespace
2009-09-04ext: only duplicate frozen response arrays
2009-09-04use Rack::Utils::HeaderHash for $sent_http_* lookups
2009-09-04ext: store each response element explicitly
2009-09-04ext: more consistent function naming
2009-09-03add output record separator option (:ORS)
2009-09-03Ensure underlying logger objects are sync=true
2009-09-01correctly rebuild simple HTTP/0.9 GET requests
2009-09-01ext: ensure headers#each in response is valid
2009-09-01ext: compiler compatibility fix
2009-08-29ext: several cleanups and robustness improvements
2009-08-29ext: explicitly gc_mark each struct element
2009-08-29Log bad/invalid app responses as 500 errors
2009-08-29support "$request_uri" as a log variable
2009-08-28initial import